v1.0.0
OpenAPI 3.1.0
List subscription topics
Client Libraries
US region
Returns a list of subscription topics in your workspace. If there are no topics, it returns an empty array.
Your request is over the 10-per-second limit.
curl https://api.customer.io/v1/subscription_topics \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"topics": [
{
"name": "Product Updates",
"description": "For people who want updates on product releases.",
"subscribed_by_default": false,
"id": 4,
"identifier": "topic_4"
}
]
}Returns an array of topics.