Channels
Approve Pairing
Approve a DM pairing request for a channel.
POST
Approves a DM pairing request by submitting a pairing code. This is used when a channel requires explicit approval before the bot can interact with a user in direct messages.Documentation Index
Fetch the complete documentation index at: https://docs.chowder.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires an org-level API key or a scoped token with thechannels permission.
Path Parameters
The ID of the instance.
The channel identifier.
Body Parameters
The pairing code to approve.
Response
The channel identifier.
The pairing code that was submitted.
The result of the pairing attempt.
Additional output from the pairing process, if any.