Skip to main content
GET
List Available Topics

Authorizations

Authorization
string
header
required

Altostrat uses OAuth2 for authentication. Tokens can be obtained from the Altostrat Authentication API.

Response

200 - application/json

A list of available notification topics.

id
string<uuid>

The unique identifier for the topic.

Example:

"top_9cffb446-18a5-445a-948c-e6f1d98930af"

name
string

The human-readable name of the topic.

Example:

"WAN Failover"

slug
string

A machine-readable slug for the topic, used for routing events.

Example:

"wan-failover"