Notifly
API ReferenceTopics

Check topic subscriber

Check if a subscriber belongs to a certain topic

GET
/v1/topics/{topicKey}/subscribers/{externalSubscriberId}

Check if a subscriber belongs to a certain topic

Authorization

secretKey
Authorization<token>

API key authentication. Allowed headers-- "Authorization: ApiKey <secret_key>".

In: header

Path Parameters

externalSubscriberId*string

The external subscriber id

topicKey*string

The topic key

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/topics/string/subscribers/string"
{  "_organizationId": "org_123456789",  "_environmentId": "env_123456789",  "_subscriberId": "sub_123456789",  "_topicId": "topic_123456789",  "topicKey": "my_topic_key",  "externalSubscriberId": "external_subscriber_123"}