Skip to main content
GET
/
crm
/
contacts
/
List contacts
curl --request GET \
  --url https://earthcare.network/api/v1/crm/contacts/ \
  --header 'Authorization: <api-key>'
{
  "count": 123,
  "next": "<string>",
  "previous": "<string>",
  "results": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

DRF user token. Format: Token <token>

Response

200 - application/json

A page of contacts

count
integer
next
string<uri> | null
previous
string<uri> | null
results
object[]