Path Parameters
Response
Ok
curl --request GET \
--url https://api.novu.co/v1/topics/{topicKey}
{
"data": {
"_id": "<string>",
"_organizationId": "<string>",
"_environmentId": "<string>",
"key": "<string>",
"name": "<string>",
"subscribers": [
"<string>"
]
}
}
Get a topic by its topic key
curl --request GET \
--url https://api.novu.co/v1/topics/{topicKey}
{
"data": {
"_id": "<string>",
"_organizationId": "<string>",
"_environmentId": "<string>",
"key": "<string>",
"name": "<string>",
"subscribers": [
"<string>"
]
}
}
Was this page helpful?