Customers
Get a customers
GET
/
customers
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Customer ID.
Response
200 - application/json
Customer ID.
Customer's first name.
Customer's last name.
Customer's full name.
Customer's email address.
ID of the customer's account.
ID of the customer's phone number.
Date and time of customer creation.
Date and time of last customer update.
Date and time of customer deletion (if applicable).