E032: Get contact detail
GET /api/contacts/:id
Returns a single contact with its methods. Triggered from contact detail panels.
Authentication
Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.
Request
No body.
Response — 200 OK
{ "contact": Contact, "methods": [ ContactMethod ], "links": [ ContactEntityLink ] }
Errors
| HTTP | code | Condition |
|---|---|---|
| 404 | not_found | No such contact. |
Workflow
Calls W032 Get contact detail.