cURL
curl --request GET \ --url https://api.notifique.dev/v1/tags/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "<string>", "name": "<string>", "contactsCount": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Retorna uma tag por ID. Escopo: tags:read.
Authorization: Bearer sk_live_xxxxx
Tag encontrada.
Tag (segmento) do workspace.
Show child attributes
Was this page helpful?