This returns the list of customers available in the Equotix One account.
Request
Body Params application/json
domain
stringÂ
required
The domain you are assigned to authenticate your Equotix One account.
api_key
stringÂ
required
The email address assigned to the user account in your Equotix One.
auth_timestamp
integerÂ
required
The unix timestamp used to sign this API request.
auth_signature
stringÂ
required
The calculated signature for this API request.
customer_id
integerÂ
optional
The customer ID to search for specifically.
search
stringÂ
optional
Filter the list of customers by name OR email OR telephone.
filter_name
stringÂ
optional
Filter the list of customers by name.
filter_customer_group_id
integerÂ
optional
Filter the list of customers by customer group ID.
filter_email
stringÂ
optional
Filter the list of customers by email.
filter_telephone
stringÂ
optional
Filter the list of customers by telephone.
filter_card_number
stringÂ
optional
Filter the list of customers by the card number.
filter_date_modified
stringÂ
optional
Filter the list of customers modified after the specified date.
filter_deleted
booleanÂ
optional
Filter the list of customers to include deleted records.
page
integerÂ
optional
Page number of the results.
sort
stringÂ
optional
The key for the ordering of the results. Accepts "name", "customer_group_id", "email", "telephone", "reward", "date_added", "date_modified", "date_ordered", "annual_spend", "annual_spend_2"
order
stringÂ
optional
The direction for the ordering of the results. Accepts "ASC", "DESC"