Topics
Check topic subscriber
Check if a subscriber belongs to a certain topic
get/v1/topics/{topicKey}/subscribers/{externalSubscriberId}
Path parameters
externalSubscriberIdstring required
The external subscriber id
topicKeystring required
The topic key
Response
Example response
{
"_organizationId": "org_123456789",
"_environmentId": "env_123456789",
"_subscriberId": "sub_123456789",
"_topicId": "topic_123456789",
"topicKey": "my_topic_key",
"externalSubscriberId": "external_subscriber_123"
}