Topics
Retrieve a topic
Retrieve a topic by its unique key identifier topicKey
get/v2/topics/{topicKey}
Path parameters
topicKeystring required
The key identifier of the topic
Response
OK
Example response
{
"_id": "64da692e9a94fb2e6449ad06",
"key": "product-updates",
"name": "Product Updates",
"data": {
"category": "product",
"priority": 1
},
"createdAt": "2023-08-15T00:00:00.000Z",
"updatedAt": "2023-08-15T00:00:00.000Z"
}