List contact contact methods
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_id
Query parameters
page[number]
page[size]
Max 50, default 15
Response
200 - Contact contact methods
data
jsonapi
links
meta
Errors
404
Not Found Error

