channels
Confirm Channel Association
Bind the channel identity from the token to the authenticated user.
Mounted on both POST /channel_associations (canonical, #858) and POST /whatsapp_associations (legacy alias kept so the existing mobile client keeps working without a coordinated release). Both routes share this handler; the channel is resolved from the token's :class:ChannelAssociationRequest row.
post/channel_associations
Query parameters
user_idstring nullable
Headers
accept-languagestring nullable
x-device-timezonestring nullable
x-unitsstring nullable
Request body
Response
Successful Response
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.