Topics
Get topic
Get a topic by its topic key
GET
/v1/topics/{topicKey}
Authorization*
curl --request GET \
--url https://api.novu.co/v1/topics/{topicKey} \
--header 'Authorization: ApiKey'
{
"data": {
"_environmentId": "string",
"_id": "string",
"_organizationId": "string",
"key": "string",
"name": "string",
"subscribers": [
"string"
]
}
}
Please ensure there is a space between ApiKey
and your Api key.
E.g ApiKey 18d2e625f05d80e
Path Parameters
topicKeyrequired
string
Response
200 - application/json
data
object
curl --request GET \
--url https://api.novu.co/v1/topics/{topicKey} \
--header 'Authorization: ApiKey'
{
"data": {
"_environmentId": "string",
"_id": "string",
"_organizationId": "string",
"key": "string",
"name": "string",
"subscribers": [
"string"
]
}
}