curl --request GET \
--url https://api.novu.co/v1/topics/{topicKey}/subscribers/{externalSubscriberId}
{
"_organizationId": "<string>",
"_environmentId": "<string>",
"_subscriberId": "<string>",
"_topicId": "<string>",
"topicKey": "<string>",
"externalSubscriberId": "<string>"
}
Check if a subscriber belongs to a certain topic
curl --request GET \
--url https://api.novu.co/v1/topics/{topicKey}/subscribers/{externalSubscriberId}
{
"_organizationId": "<string>",
"_environmentId": "<string>",
"_subscriberId": "<string>",
"_topicId": "<string>",
"topicKey": "<string>",
"externalSubscriberId": "<string>"
}
Was this page helpful?