cURL
curl --request GET \ --url https://api.notifique.dev/v1/contacts/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "<string>", "name": "<string>", "phone": "<string>", "email": "<string>", "url": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "tags": [ { "id": "<string>", "name": "<string>" } ] } }
Retorna um contato por ID. Escopo: contacts:read.
Authorization: Bearer sk_live_xxxxx
Contato encontrado.
true
Contato do workspace (phone e/ou email; tags).
Show child attributes
Was this page helpful?