Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.notifique.dev/v1/topics/{topicId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "<string>", "workspaceId": "<string>", "slug": "<string>", "name": "<string>", "description": "<string>", "defaultOptIn": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Authorization: Bearer sk_live_xxxxx
OK.
Show child attributes
Was this page helpful?