List CRM Contacts
Query parameters
Set to true to include data from the original software.
Set to get the number of records.
Set to get the number of records after this cursor.
Headers
The connection token
Response
Example response
{
"data": [
{
"first_name": "John",
"last_name": "Doe",
"email_addresses": [
{
"email": "john.doe@example.com",
"type": "WORK"
}
],
"phone_numbers": [
{
"phone": "1234567890",
"type": "WORK"
}
],
"addresses": [
{
"street": "123 Main St",
"city": "Anytown",
"state": "CA",
"zip": "12345",
"country": "USA",
"type": "WORK"
}
],
"user_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"field_mappings": {
"fav_dish": "broccoli",
"fav_color": "red"
},
"id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"remote_id": "id_1",
"remote_data": {
"fav_dish": "broccoli",
"fav_color": "red"
},
"created_at": "2024-10-01T12:00:00Z",
"modified_at": "2024-10-01T12:00:00Z"
}
]
}Changes
Changed in 10 of the 18 revisions of this API.75813
- ▲
for the
queryrequest parameterlimit, default value50was removedrequest-parameter-default-value-removed
This revision also has 42 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
removed the
MOBILEenum value from theallOf[subschema #2]/data/items/phone_numbers/items/phone_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PERSONALenum value from theallOf[subschema #2]/data/items/addresses/items/address_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PERSONALenum value from theallOf[subschema #2]/data/items/email_addresses/items/email_address_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
WORKenum value from theallOf[subschema #2]/data/items/addresses/items/address_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
WORKenum value from theallOf[subschema #2]/data/items/email_addresses/items/email_address_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
WORKenum value from theallOf[subschema #2]/data/items/phone_numbers/items/phone_typeresponse property for the response status200response-property-enum-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
for the
queryrequest parameterlimit, default value50was addedrequest-parameter-default-value-added
- ▲
- ▲
for the
queryrequest parameterlimit, default value30was removedrequest-parameter-default-value-removed
- ▲
- ▲
for the
queryrequest parameterlimit, default value30was addedrequest-parameter-default-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
for the
queryrequest parameterlimit, default value50was removedrequest-parameter-default-value-removed
- ●
added the new
COMPANYenum value to theallOf[subschema #2]/data/items/email_addresses/items/owner_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
CONTACTenum value to theallOf[subschema #2]/data/items/email_addresses/items/owner_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
MOBILEenum value to theallOf[subschema #2]/data/items/phone_numbers/items/phone_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PERSONALenum value to theallOf[subschema #2]/data/items/addresses/items/address_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PERSONALenum value to theallOf[subschema #2]/data/items/email_addresses/items/email_address_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
WORKenum value to theallOf[subschema #2]/data/items/addresses/items/address_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
WORKenum value to theallOf[subschema #2]/data/items/email_addresses/items/email_address_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
WORKenum value to theallOf[subschema #2]/data/items/phone_numbers/items/phone_typeresponse property for the response status200response-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response property
allOf[PaginatedDto]/next_cursorbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[PaginatedDto]/prev_cursorbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/addressesbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/addresses/items/address_typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/addresses/items/citybecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/addresses/items/countrybecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/addresses/items/owner_typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/addresses/items/postal_codebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/addresses/items/statebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/addresses/items/street_1became nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/addresses/items/street_2became nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/created_atbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/email_addressesbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/email_addresses/items/email_addressbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/email_addresses/items/email_address_typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/email_addresses/items/owner_typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/field_mappingsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/first_namebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/last_namebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/modified_atbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/phone_numbersbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/phone_numbers/items/owner_typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/phone_numbers/items/phone_numberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/phone_numbers/items/phone_typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/remote_databecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/remote_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/user_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/created_atbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #2]/data/items/field_mappingsbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #2]/data/items/modified_atbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #2]/data/items/remote_databecame optional for the status200response-property-became-optional
- ▲
the
allOf[subschema #2]/data/items/created_atresponse's property type/format changed fromobject/tostring/date-timefor status200response-property-type-changed
- ▲
the
allOf[subschema #2]/data/items/modified_atresponse's property type/format changed fromobject/tostring/date-timefor status200response-property-type-changed
- ○
the endpoint scheme security
bearerwas removed from the APIapi-security-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
allOf[subschema #2]/data/items/created_atresponse's property type/format changed fromstring/date-timetoobject/for status200response-property-type-changed
- ▲
the
allOf[subschema #2]/data/items/modified_atresponse's property type/format changed fromstring/date-timetoobject/for status200response-property-type-changed
- ○
the endpoint scheme security
bearerwas added to the APIapi-security-added
- ○
the response property
allOf[subschema #2]/data/items/created_atbecame required for the status200response-property-became-required
- ○
the response property
allOf[subschema #2]/data/items/field_mappingsbecame required for the status200response-property-became-required
- ○
the response property
allOf[subschema #2]/data/items/modified_atbecame required for the status200response-property-became-required
- ○
the response property
allOf[subschema #2]/data/items/remote_databecame required for the status200response-property-became-required
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response property
allOf[PaginatedDto]/next_cursorbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[PaginatedDto]/prev_cursorbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/addressesbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/addresses/items/address_typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/addresses/items/citybecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/addresses/items/countrybecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/addresses/items/owner_typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/addresses/items/postal_codebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/addresses/items/statebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/addresses/items/street_1became nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/addresses/items/street_2became nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/created_atbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/email_addressesbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/email_addresses/items/email_addressbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/email_addresses/items/email_address_typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/email_addresses/items/owner_typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/field_mappingsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/first_namebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/last_namebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/modified_atbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/phone_numbersbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/phone_numbers/items/owner_typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/phone_numbers/items/phone_numberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/phone_numbers/items/phone_typebecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/remote_databecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/remote_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/user_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/data/items/created_atbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #2]/data/items/field_mappingsbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #2]/data/items/modified_atbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #2]/data/items/remote_databecame optional for the status200response-property-became-optional
- ▲
the
allOf[subschema #2]/data/items/created_atresponse's property type/format changed fromobject/tostring/date-timefor status200response-property-type-changed
- ▲
the
allOf[subschema #2]/data/items/modified_atresponse's property type/format changed fromobject/tostring/date-timefor status200response-property-type-changed
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the endpoint scheme security
bearerwas removed from the APIapi-security-removed
- ○