v1

latestOpenAPI 3.0.22026-08-04152025.1 KB
Partner 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

customer_namestring required
channel_namestring required
channel_codestring required
logo_cdn_urlstring
_idstring

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"
  }
]