Customers
Retrieve a customer
This endpoint retrieves an existing customer.
GET
/
customers
/
{external_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
external_id
string
requiredExternal ID of the existing customer
Response
200 - application/json
customer
object
requiredWas this page helpful?