Customers List
GET
/clients/list.json
PARAMETERS LIST
created_at_from (unix timestamp) | Return all customers where customer creation date is greater than {timestamp}. Must be used with created_at_to |
created_at_to (unix timestamp) | Return all customers where customer creation date is lower than {timestamp}.Must be used with created_at_from |
updated_at_from (unix timestamp) | Return all customers where customer update date is greater than {timestamp}.Must be used with updated_at_to |
updated_at_to (unix timestamp) | Return all customers where customer update date is lower than {timestamp}.Must be used with updated_at_from |
nodes (string) | Return available entity node, separated by ',': eg: nodes=custom_fields,fullname,accountType Accepted values: custom_fields , fullname , accountType |
accountType (string) | Filter customers based on account type. Accepted values: guest , registered |