List contact contact methods

View as MarkdownOpen in Claude
Lists the Contact's methods - at most one overall, email or WhatsApp. No filters, sorts or includes: a method only ever exists under its parent, never resolved on its own. Each entry carries `channel`, `value`, `created_at`, `updated_at`; there is no `self` link (a method has no standalone show route). A read-only token is enough. A Client id on this URL answers 404.

Authentication

AuthorizationBearer

Personal access token created in the Modular DS dashboard; read-only tokens can only call GET endpoints.

Path parameters

contact_idstringRequired

Query parameters

page[number]stringOptional
page[size]stringOptional
Max 50, default 15

Response

200 - Contact contact methods

datalist of objectsOptional
jsonapiobjectOptional
metaobjectOptional

Errors

404
Not Found Error