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.

List all contacts

get

Returns a list of contacts.

Authorizations
x-api-keystringRequired

Value for the x-api-key header parameter.

Query parameters
pageintegerOptional

The collection page number

Default: 1
dob[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
chevron-right
200

Contact collection

get
/contacts

Retrieve a contact

get

Retrieves a Contact resource.

Authorizations
x-api-keystringRequired

Value for the x-api-key header parameter.

Path parameters
idstringRequired

Contact identifier

Responses
chevron-right
200

Contact resource

get
/contacts/{id}

Last updated