GET
/
bgp
/
category
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
  }
]

Authorizations

Authorization
string
header
required

Enter the Bearer token (obtained via authentication or provided internally).

Response

200
application/json

A list of BGP/DNR lists.

The response is of type object[].