Customer
Get a customer
GET
/
v1
/
customer
/
{customer_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
customer_id
string
requiredThe customer ID to be fetched
Response
200 - application/json
success
boolean
Success flag
customer_details
object