Search customers
Customer
Search customers
Search customers
POST
Search customers
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
A unique identifier to track this operation. It must be between 12 and 255 characters in length.
Required string length:
12 - 255Query Parameters
The page of the data to retrieve. The most recent data entry is on page 1.
Required range:
x >= 1Length of data returned. Defaults to 10.
Required range:
10 <= x <= 50Body
application/json
The Customer's email address.
Pattern:
^[a-zA-Z0-9_+&*-]+(?:\.[a-zA-Z0-9_+&*-]+)*@(?:[a-zA-Z0-9-]+\.)+[a-zA-Z]{2,}$Example:
"cornelius@gmail.com"