GET /api/v1/forward/channels/{channel_id}
Returns Channel binding and status details.
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <PAT> |
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
channel_id | string | Yes | Channel ID. Same value as the Channel object’s id. |
Example request
Example response
HTTP 200 OKResponse fields
Returns the Channel object.Errors
| HTTP | Type | Code | Trigger |
|---|---|---|---|
| 401 | authentication_error | authentication_required | PAT invalid or expired. |
| 404 | not_found_error | channel_not_found | Channel does not exist or is not visible to the caller. |
Notes
binding_statusis system-maintained and cannot be directly changed by Update Channel.- A channel can handle inbound messages only when
enabled=trueandbinding_status="bound".