Skip to main content
GET
/
v1
/
topics
/
{topicId}
Obter tópico
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"
  }
}

Authorizations

Authorization
string
header
required

Authorization: Bearer sk_live_xxxxx

Path Parameters

topicId
string
required

Response

OK.

success
boolean
data
object