Retrieve Customer Account
Endpoint
Example successful response (200)
{
"id": 811,
"customers_count": 0,
"code": "tc4",
"name": "Test Customer Company 4",
"description": "",
"phone": "",
"address": "",
"email": "",
"cognito_user_pool_id": "",
"company": 339
}Example not found response (404)
Was this helpful?