cURL
curl --request GET \ --url https://api.example.com/service/{tenant_name}/bgp_pfx_list \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": 123, "name": "<string>", "is_global": true, "description": "<string>", "pfx_list": [] } ], "count": 0, "total_count": 0 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes