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

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

HTTPcodeCondition
404not_foundNo such contact.

Workflow

Calls W036 List methods for a contact.