E036: List methods for a contact
GET /api/contacts/:id/methods
Returns the email and phone methods attached to a contact. 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. No pagination.
Response — 200 OK
{ "data": [ ContactMethod ] }
Errors
| HTTP | code | Condition |
|---|---|---|
| 404 | not_found | No such contact. |