Notifications
List Notification Topics
Returns a collection of notification topics
GET
/
v5
/
app
/
notification_topics
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The page number to retrieve
The number of resources to return per page. There is a limit of 50 results per page.
A status to filter by.
Available options:
active
, inactive
A topic type to filter by.
Available options:
company
, user
An array of notification channel identifiers to filter by.
Available options:
email
, sms
, in_app
, discord_dm
, mobile
Was this page helpful?