Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Get channel by ID

GET/v1/channels/{channelID}
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
channelIDstringrequired
Channel ID
Responses
200OK
configany
created_atstringrequired
health_statestring
Operator-facing health: healthy, auth_required, degraded, setup_required
idstringrequired
is_activebooleanrequired
last_connected_atstring | nullrequired
last_errorstring | nullrequired
last_failure_classstring
auth, payload, operational (support)
linked_channel_idstring | nullrequired
metadataanyrequired
modestringrequired
namestringrequired
operator_messagestring
Safe message for workspace UI; never raw Meta errors
organization_idstringrequired
phone_numberstring | nullrequired
platformstringrequired
statusstringrequired
updated_atstringrequired
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
404Not Found
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/channels/string"
Response
{
  "config": "string",
  "created_at": "string",
  "health_state": "string",
  "id": "string",
  "is_active": true,
  "last_connected_at": "string",
  "last_error": "string",
  "last_failure_class": "string",
  "linked_channel_id": "string",
  "metadata": "string",
  "mode": "string",
  "name": "string",
  "operator_message": "string",
  "organization_id": "string",
  "phone_number": "string",
  "platform": "string",
  "status": "string",
  "updated_at": "string"
}