Appearance
--- aside: false outline: false --- Powered by VitePress OpenAPI
Get a customer
GET
/clients/{clientId}/customers/{id}
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
clientId*
Type
Requiredstring
Pattern
"^cl_"id*
Type
Requiredstring
Pattern
"^cust_"Responses
Customer object
application/json
JSON "id": "string", "createdAt": "string", "updatedAt": "string", "client": "string", "firstName": "string", "lastName": "string", "email": "string", "extId": "string", "phone": "string"
{
}