Skip to main content
GET
/
api
/
routers
List developer API routers
curl --request GET \
  --url https://v1.api.altostrat.io/api/routers \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Authenticate requests by providing a JSON Web Token (JWT) in the Authorization header. Example: Authorization: Bearer <YOUR_JWT>

Response

Accessible routers.

id
string<uuid>
name
string