List client contact methods

View as MarkdownOpen in Claude
Lists the Client's methods - at most one email and one conventional phone. 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 Contact 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

client_idstringRequired

Query parameters

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

Response

200 - Client contact methods

datalist of objectsOptional
jsonapiobjectOptional
metaobjectOptional

Errors

404
Not Found Error