v5

latestOpenAPI 3.0.0MIT2026-08-041554551.6 MB
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

_organizationIdstring required

Unique identifier for the organization

_environmentIdstring required

Unique identifier for the environment

_subscriberIdstring required

Unique identifier for the subscriber

_topicIdstring required

Unique identifier for the topic

topicKeystring required

Key associated with the topic

externalSubscriberIdstring required

External identifier for the subscriber

Example response

{
  "_organizationId": "org_123456789",
  "_environmentId": "env_123456789",
  "_subscriberId": "sub_123456789",
  "_topicId": "topic_123456789",
  "topicKey": "my_topic_key",
  "externalSubscriberId": "external_subscriber_123"
}