Skip to main content
GET
/
api
/
v2
/
client-contacts
List customer contacts
curl --request GET \
  --url https://app.tarefy.com/nodeapi/api/v2/client-contacts \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "data": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.tarefy.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

clientId
integer

Filtrar contatos por cliente

activeOnly
boolean

Retornar apenas contatos ativos

Response

200 - application/json

Lista de contatos retornada com sucesso

status
string
data
object[]