External API
integer · min: 1 · max: 200stringstringstring · requiredstring | null
string · uuid · requiredstring · required
Customer contact records with storefront overlays
List customer contacts
GET
https://api.datavisual.ca
/v1/customer-contacts
Returns a paginated list of customer contacts for the authenticated customer. Returns canonical CRM contact data with storefront overlay values applied where present.
query Parameters
limitDefault: 25
cursoremailFilter by exact canonical CRM email
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List customer contacts › Responses
Customer contacts
object[]
next_cursorGet customer contact by ID
GET
https://api.datavisual.ca
/v1/customer-contacts/{id}
Returns a single customer contact for the authenticated customer. If the canonical CRM contact does not exist yet, the endpoint may temporarily return the storefront-backed pending record.
path Parameters
idHeaders
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get customer contact by ID › Responses
Customer contact
object

