Contact
A contact represents a person or organisation that interacts with the system. Contacts can have multiple associated addresses, payment methods, and activities. Contacts are used to track interactions, purchases, and other activities within the system.
Returns a list of contacts.
Authorizations
x-api-keystringRequired
Value for the x-api-key header parameter.
Query parameters
pageintegerOptionalDefault:
The collection page number
1dob[before]stringOptional
dob[strictly_before]stringOptional
dob[after]stringOptional
dob[strictly_after]stringOptional
createdAt[before]stringOptional
createdAt[strictly_before]stringOptional
createdAt[after]stringOptional
createdAt[strictly_after]stringOptional
updatedAt[before]stringOptional
updatedAt[strictly_before]stringOptional
updatedAt[after]stringOptional
updatedAt[strictly_after]stringOptional
lastInteractedAt[before]stringOptional
lastInteractedAt[strictly_before]stringOptional
lastInteractedAt[after]stringOptional
lastInteractedAt[strictly_after]stringOptional
emailAddress[]stringOptional
Responses
200
Contact collection
403
Forbidden
get
/contactsLast updated