cURL
curl --request GET \ --url https://api.example.com/service/{tenant_name}/bgp/autonomous_system \ --header 'Authorization: Bearer <token>'
{ "asn": 123, "keepalive": 123, "hold": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response