GET
/
v5
/
app
/
notification_topics
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The topic_identifier of the notification topic, which will be a string.

Response

200 - application/json
app_id
string

The ID of the app, which will look like app_*************

created_at
number
required

The date the notification topic was created as a unix timestamp.

name
string
required

The name of the notification topic

topic_identifier
string
required

The identifier of the notification topic

description
string

The description of the notification topic

notification_channel_identifiers
enum<string>[]
Available options:
email,
sms,
in_app,
discord_dm,
mobile
status
enum<string>
required

The status of the notification topic

Available options:
active,
inactive
topic_type
enum<string>
required

The type of the notification topic

Available options:
company,
user
visibility
enum<string>
required

The visibility of the notification topic

Available options:
visible,
hidden