List

View as Markdown
This request will return an array of all customers.

Authentication

x-api-keystring
API Key authentication via header

Query parameters

livestringOptional

Account status: active = ‘True’

emailstringOptional
Customer's email address
updateddateOptional

Objects whose updated date matches exactly (yyyy-mm-dd). On customer creation it is populated with same value as created field.

updated_startdateOptional

Objects whose updated datetime is greater than or equal to the given datetime (yyyy-mm-dd or yyyy-mm-ddThh:mm:ss)

updated_enddateOptional

Objects whose updated datetime is less than or equal to the given datetime (yyyy-mm-dd or yyyy-mm-ddThh:mm:ss)

createddateOptional

Objects whose created date matches exactly (yyyy-mm-dd)

created_startdateOptional

Objects whose created datetime is greater than or equal to the given datetime (yyyy-mm-dd or yyyy-mm-ddThh:mm:ss)

created_enddateOptional

Objects whose created datetime is less than or equal to the given datetime (yyyy-mm-dd or yyyy-mm-ddThh:mm:ss)

Response

200
merchantstring
merchant_user_idstring
session_idstring
user_token_idstring
first_namestring
last_namestring
emailstring
phone_numberstring
phone_typeintegerDefaults to 0
livebooleanDefaults to true
createdstring
last_updatedstring
last_loginany
extra_dataany
localeintegerDefaults to 0

Errors

403
Forbidden Error