Channels
Custom Endpoints

Create a custom endpoint on a channel

post/channels/{id}/custom-endpoints

Path parameters

idstring required

Channel ID

Channel ID

Request body

namestring required

Name of the custom endpoint

srcstring required

Source URL

srcType'hesp' | 'hls' | 'dash' required

Source type (hesp, hls or dash)

providerstring required

Provider name (must be configured for the organization)

adSystemstring

Ad system name (must be configured for the organization). 'sgai' is always allowed. Defaults to 'sgai' if not specified

cdnstring required

CDN identifier

priorityinteger required

Priority (lower is higher priority)

Response

Created custom endpoint

Changes

Changed in 1 of the 9 revisions of this API.13

  • 6d732ea309d113See the full diff
    • added the new drmtoday enum value to the data/drmConfig/integration response property for the response status 200

      response-property-enum-value-added

    • added the new optional request property drmConfig/merchant

      new-optional-request-property

    • added the new drmtoday enum value to the request property drmConfig/integration

      request-property-enum-value-added

    • added the optional property data/drmConfig/merchant to the response with the 200 status

      response-optional-property-added