v1

latestOpenAPI 3.0.22026-08-04152025.1 KB
Partner integrations

Get All Integrations

get/api/v2/integrations

Query parameters

skipinteger
limitinteger
partner_codestring
partner_namestring
integration_typestring
channel_codestring

Response

Successful Response

_idstring
partner_codestring
partner_namestring
integration_type'dbi' | 'cva' | 'contentplus'

An enumeration.

enable_video_sharingboolean
channel_liststring[]
selective_assets_channelsstring[]

Example response

[
  {
    "id": "unique identifier of the integration",
    "partner_code": "code of integration partner",
    "partner_name": "name of integration partner",
    "integration_type": "type of integration(dbi or cva)"
  }
]