cURL
curl --request GET \ --url https://{defaultHost}/v5/app/notification_topics/{id} \ --header 'Authorization: Bearer <token>'
{ "app_id": "<string>", "created_at": 123, "name": "<string>", "description": "<string>", "notification_channel_identifiers": [ "email" ], "status": "active", "topic_identifier": "<string>", "topic_type": "company", "visibility": "visible" }
Returns a notification topic
App API key for /v5/app and /v5/company endpoints
The topic_identifier of the notification topic, which will be a string
notification topic found
The response is of type object.
object
Was this page helpful?