Channels
Path parameters
workspaceIdstringRequiredExample:
The ID of the workspace
d587ce39-6be2-48c0-b400-5d776464a112Responses
200
List of available channels with installation status
application/json
successbooleanOptionalExample:
truemessagestringOptionalExample:
Available Channels404
Workspace not found
application/json
get
/api/channels/{workspaceId}/availablePath parameters
workspace_idstring · uuidRequiredExample:
The workspace ID
d587ce39-6be2-48c0-b400-5d776464a112Body
connector_idstring · uuidOptional
The ID of the connector
namestringOptional
Name of the channel
platformstring · enumOptionalPossible values:
Platform of the channel
Responses
200
Channel installed successfully
No content
400
Validation error
application/json
post
/api/workspaces/{workspace_id}/channels/installNo content
Path parameters
workspaceIdstringRequiredExample:
The ID of the workspace
04c51660-196a-468a-bf97-3fcef058944dQuery parameters
platformstringOptionalExample:
Platform to filter channels by (e.g., whatsapp)
whatsappstatusstringOptionalExample:
status to filter channels by (e.g., active)
whatsappResponses
200
List of channels with optional platform filter
application/json
successbooleanOptionalExample:
truemessagestringOptionalExample:
Channels retrieved404
Workspace not found
application/json
get
/api/workspaces/{workspaceId}/channelsPath parameters
organizationIdstring · uuidRequired
The ID of the organization
Query parameters
platformstring · enumOptionalPossible values:
Platform to filter channels by (e.g., whatsapp, sms)
Responses
200
List of channels for the organization
application/json
successbooleanOptionalExample:
truemessagestringOptionalExample:
Organization channels retrieved404
Organization not found
application/json
get
/api/organizations/{organizationId}/channelsPath parameters
workspace_idstring · uuidRequired
The ID of the workspace
channel_idstring · uuidRequired
The ID of the channel to connect
Responses
200
Channel connected successfully
application/json
successbooleanOptionalExample:
truemessagestringOptionalExample:
Channel connected to workspace successfully400
Validation error or channel already connected
application/json
403
Unauthorized access
application/json
post
/api/workspaces/{workspace_id}/channels/{channel_id}/connectLast updated