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