Customers
Get Customer Detail
Get detailed information about a specific customer.
GET
/
customers
/
{customer_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
customer_id
string
requiredCustomer Id
Response
200 - application/json
business_id
string
requiredcreated_at
string
requiredcustomer_id
string
requiredemail
string
requiredname
string
requiredphone_number
string | null