v1

latestOpenAPI 3.0.22026-08-04152025.1 KB
Partner integrations

Get Channel Info For Integration

get/api/v2/integrations/{integration_id}/channels/{channel_id}

Path parameters

integration_idstring required
channel_idstring required

Query parameters

graphicsboolean

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