Skip to content
--- aside: false outline: false ---

Get a customer

GET
/clients/{clientId}/customers/{id}

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

clientId*
Type
string
Required
Pattern
"^cl_"
id*
Type
string
Required
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"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI