Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the customer.
Response
Customer retrieved successfully.
The response is of type object
.
Retrieves a Customer using the ID specified.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier of the customer.
Customer retrieved successfully.
The response is of type object
.