Skip to main content
POST /api/v1/forward/channels/{channel_id} Uses merge-patch semantics. Omitted fields remain unchanged.

Headers

Path parameters

Body parameters

Example request

Example response

HTTP 200 OK

Response fields

Returns the updated Channel object.

Error codes

Notes

  • id, type, and channel_type cannot be updated.
  • identity_resolution.mode cannot be changed after creation; to switch modes you must delete and recreate the Channel.
  • pairing mode does not allow updating identity_id or template_id; those are bound per message scope via the Pairing API.
  • binding_status is system-maintained.
  • enabled=true only opens the manual switch. It does not change binding_status.
  • In fixed mode, updating identity_id or template_id may stop reusing existing conversation bindings; new inbound messages use the new binding.

Get a channel

List channels