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 (E040 — GET /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
| HTTP | code | Condition |
|---|---|---|
| 404 | not_found | No such customer. |
Workflow
Calls W046 Get customer detail.