Topics
Check topic subscriber
Check topic subscriber using the Novu REST API. Requires your environment secret key in the Authorization header.
GET
PHP
Authorizations
API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".
Headers
A header for idempotency purposes
Path Parameters
The external subscriber id
The topic key
Response
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"