Get a customer by ID
Customers
Get Customer
GET
Get a customer by ID
Returns a single customer by ID.
Authentication
Requires a valid Bearer token. The authenticated user must be a member of the organization.Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organizationId | string (UUID) | Yes | Organization ID |
customerId | string | Yes | Customer ID |
Example Request
Example Response
Common Errors
401 Unauthorized
Authentication required.403 Forbidden
User is not a member of this organization.404 Not Found
Customer not found.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Example:
"590ce6c56d04f840aa8438af"
Example:
"org-uuid"
Example:
"Dunder Mifflin"
Example:
"ABC101010111"
Example:
"601"
Example:
"email@example.com"
Example:
"G01"
Example:
"6474010101"