Topics
Retrieve a topic subscription
Retrieve a topic subscription 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 key identifier of the topic
The unique identifier of the subscription
Response
OK
The unique identifier of the subscription
Example:
"64f5e95d3d7946d80d0cb679"
The identifier of the subscription
Example:
"subscription-identifier"
The name of the subscription
Example:
"My Subscription"
The preferences/rules for the subscription
Context keys that scope this subscription (e.g., tenant:org-a, project:proj-123)
Example:
["tenant:org-a", "project:proj-123"]