{
"customer": {
"id": "<string>",
"company_name": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"email": "<string>",
"phone": "<string>",
"has_account": true,
"groups": [
{
"id": "<string>",
"name": "<string>"
}
]
}
}
Retrieves the details of specified customer.
{
"customer": {
"id": "<string>",
"company_name": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"email": "<string>",
"phone": "<string>",
"has_account": true,
"groups": [
{
"id": "<string>",
"name": "<string>"
}
]
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the customer.
OK
The response is of type object
.