Notifications
Retrieve a Notification Topic
Returns a notification topic
GET
/
v5
/
app
/
notification_topics
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The topic_identifier of the notification topic, which will be a string.
Response
200 - application/json
The date the notification topic was created as a unix timestamp.
The name of the notification topic
The identifier of the notification topic
The status of the notification topic
Available options:
active
, inactive
The type of the notification topic
Available options:
company
, user
The visibility of the notification topic
Available options:
visible
, hidden
The ID of the app, which will look like app_*************
The description of the notification topic
Available options:
email
, sms
, in_app
, discord_dm
, mobile
Was this page helpful?