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,accountTypem group Accepted values: custom_fields , fullname , accountType group
account node is available only on /clients/list_paginated.json and has a leaky bucket restriction
|
accountType (string) | Filter customers based on account type. Accepted values: guest , registered |