cURL
curl --request GET \ --url https://api.atendai.com/api/contacts \ --header 'Authorization: Bearer <token>'
{ "contacts": [ { "id": "<string>", "name": "<string>", "number": "<string>", "email": "<string>", "profilePicUrl": "<string>", "isGroup": true, "isAdmin": true, "isOpen": true, "isBotEnabled": true, "utmCampaign": "<string>", "utmContent": "<string>", "utmMedium": "<string>", "utmSource": "<string>", "utmTerms": "<string>", "active": true, "channel": "<string>", "whatsappId": "<string>", "companyId": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Parâmetro de busca.
Número da página.
Data de criação.
Data de início.
Data final.
Successful response
The response is of type object.
object