Get customer
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique customer ID
Query Parameters
Fields to expand related entities. For example, ["organization"].
Maximum number of items to retrieve. Default is 25.
Number of items to skip before starting to collect the result set.
Field to order the results by, followed by ":asc" or ":desc". For example, "createdAt:desc".
Search term to filter the results. Supports multiple terms with "~" for partial matches.
Response
The id of the customer.
The primary email address of the customer.
The first name of the customer.
The last name of the customer.
The phone number of the customer.
Wether the customer is in live mode or test mode.
Wether the customer is blocked or not.
The id of the organization.
The id of the shippingAddress.
The id of the shippingAddress.
Additional metadata for the customer.
The id of the user who created the customer.
The id of the user who blocked the customer.
The id of the user who last updated the customer.