List
This request will return an array of all customers.
Authentication
x-api-keystring
API Key authentication via header
Query parameters
live
Account status: active = ‘True’
email
Customer's email address
updated
Objects whose updated date matches exactly (yyyy-mm-dd). On customer creation it is populated with same value as created field.
updated_start
Objects whose updated datetime is greater than or equal to the given datetime (yyyy-mm-dd or yyyy-mm-ddThh:mm:ss)
updated_end
Objects whose updated datetime is less than or equal to the given datetime (yyyy-mm-dd or yyyy-mm-ddThh:mm:ss)
created
Objects whose created date matches exactly (yyyy-mm-dd)
created_start
Objects whose created datetime is greater than or equal to the given datetime (yyyy-mm-dd or yyyy-mm-ddThh:mm:ss)
created_end
Objects whose created datetime is less than or equal to the given datetime (yyyy-mm-dd or yyyy-mm-ddThh:mm:ss)
Response
200
merchant
merchant_user_id
session_id
user_token_id
first_name
last_name
email
phone_number
phone_type
live
created
last_updated
last_login
extra_data
locale
Errors
403
Forbidden Error