Customers
Get Customer
Get customer
GET
/
customers
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredResponse
200 - application/json
country
string
created_at
string
email
string
first_name
string
id
string
is_blacklisted
boolean
last_name
string
middle_name
string
phone_number
string
status
string
tier
string
updated_at
string
Was this page helpful?