cURL
curl --request POST \ --url https://api.notifique.dev/v1/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "success": true, "data": { "id": "<string>", "name": "<string>", "contactsCount": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Cria uma tag (segmento). Nome único por workspace. Escopo: tags:create.
Authorization: Bearer sk_live_xxxxx
1 - 128
Tag criada.
Tag (segmento) do workspace.
Show child attributes
Was this page helpful?