Notifications
Retrieve a Notification Topic
Returns a notification topic
GET
Authorizations
App API key for /v5/app and /v5/company endpoints
Path Parameters
The topic_identifier of the notification topic, which will be a string
Response
200 - application/json
notification topic found
The ID of the app, which will look like app_*************
The date the notification topic was created as a unix timestamp.
The name of the notification topic
The identifier of the notification channel
Available options:
email
, sms
, in_app
, discord_dm
, mobile
The status of the notification topic
Available options:
active
, inactive
The identifier of the notification topic
The type of the notification topic
Available options:
company
, user
, company_team
The visibility of the notification topic
Available options:
visible
, hidden
The description of the notification topic
Was this page helpful?