Topics
Check topic subscriber
Check if a subscriber belongs to a certain topic
GET
/v1/topics/{topicKey}/subscribers/{externalSubscriberId}
Authorization*
curl --request GET \
--url https://api.novu.co/v1/topics/{topicKey}/subscribers/{externalSubscriberId} \
--header 'Authorization: ApiKey'
{
"_environmentId": "string",
"_organizationId": "string",
"_subscriberId": "string",
"_topicId": "string",
"externalSubscriberId": "string",
"topicKey": "string"
}
Please ensure there is a space between ApiKey
and your Api key.
E.g ApiKey 18d2e625f05d80e
Path Parameters
topicKeyrequired
string
externalSubscriberIdrequired
string
Response
200 - application/json
_environmentIdrequired
string
_organizationIdrequired
string
_subscriberIdrequired
string
_topicIdrequired
string
externalSubscriberIdrequired
string
topicKeyrequired
string
curl --request GET \
--url https://api.novu.co/v1/topics/{topicKey}/subscribers/{externalSubscriberId} \
--header 'Authorization: ApiKey'
{
"_environmentId": "string",
"_organizationId": "string",
"_subscriberId": "string",
"_topicId": "string",
"externalSubscriberId": "string",
"topicKey": "string"
}