Subscription Center
List subscription topics
Returns a list of subscription topics in your workspace. If there are no topics, it returns an empty array.
get/v1/subscription_topics
Response
Returns an array of topics.
Example response
{
"topics": [
{
"name": "Product Updates",
"description": "For people who want updates on product releases.",
"id": 4,
"identifier": "topic_4"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.