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

Changes

No recorded changes to this endpoint across all 1 revision of this API.