Retrieves a list of available BGP/DNR feed lists.
cURL
curl --request GET \ --url https://api.altostrat.io/content/bgp/category \ --header 'Authorization: Bearer <token>'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "bgp_community": "65505:700", "bogon": true, "rfc1918": true, "default": true, "update_interval": "Daily", "last_updated": "07 Apr 2025 03:15:00", "prefix_count": 123 } ]
Enter the Bearer token (obtained via authentication or provided internally).
A list of BGP/DNR lists.
The response is of type object[].
object[]
Was this page helpful?