Skip to main content
Version: v1.0.0(int)

E046: Get customer detail

GET /api/customers/:id

Returns a single customer record. Triggered by clicking a customer in the list. The UI resolves type, segment, and broker names from the list endpoints (E050, E055, E060) and loads the linked-contacts panel via the contacts domain (E040GET /contacts/linked-to?entityType=customer).

Authentication

Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.

Request

No body.

Response — 200 OK

Customer

Errors

HTTPcodeCondition
404not_foundNo such customer.

Workflow

Calls W046 Get customer detail.