GET
/
crm
/
contacts

Example API Response:

JSON
{
    "id_contact": "f4e1ff72-e727-409a-8935-a63a63d4891e"
    "first_name":  "John"
    "last_name":  "Doe"
}

Authorizations

x-api-key
string
headerrequired

Headers

x-connection-token
string
required

The connection token

Query Parameters

remote_data
boolean

Set to true to include data from the original software.

limit
number
default: 50

Set to get the number of records.

cursor
string

Set to get the number of records after this cursor.

Response

200 - application/json
prev_cursor
string | null
required
next_cursor
string | null
required
data
object[]
required