Topics
Check topic subscriber
Check if a subscriber belongs to a certain topic
GET
Enter your API key in the Authorization
field like the example shown below:
E.g ApiKey 18d2e625f05d80e
Authorizations
API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
Path Parameters
The external subscriber id
The topic key
Response
200
application/json
Unique identifier for the organization
Example:
"org_123456789"
Unique identifier for the environment
Example:
"env_123456789"
Unique identifier for the subscriber
Example:
"sub_123456789"
Unique identifier for the topic
Example:
"topic_123456789"
Key associated with the topic
Example:
"my_topic_key"
External identifier for the subscriber
Example:
"external_subscriber_123"
Was this page helpful?