Topics
Retrieve a topic
Retrieve a topic 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
Response
OK
The identifier of the topic
Example:
"64da692e9a94fb2e6449ad06"
The unique key of the topic
Example:
"product-updates"
The name of the topic
Example:
"Product Updates"
The date the topic was created
Example:
"2023-08-15T00:00:00.000Z"
The date the topic was last updated
Example:
"2023-08-15T00:00:00.000Z"