v1
latestOpenAPI 3.0.22026-08-04152025.1 KBPartner integrations
Get All Channels Info For Integration
get/api/v2/integrations/{integration_id}/channels
Path parameters
integration_idstring required
Query parameters
channel_codestring
customer_namestring
skipinteger
limitinteger
Response
Successful Response
Example response
[
{
"id": "unique identifier of the channel",
"customer_name": "name of the customer",
"channel_name": "name of channel",
"channel_code": "code of the channel",
"logo_cdn_url": "displays cdn url of channel logo"
}
]