cURL
curl --request GET \ --url https://api.notifique.dev/v1/topics \ --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" } ] }
Lista tópicos de comunicação do workspace. Escopo: topics:read.
Authorization: Bearer sk_live_xxxxx
Lista em data.
data
Show child attributes
Was this page helpful?