Integrations

Integration code

This implies manual integration between the broadcast source and the broadcast method.

get/1/videos/{channel}/integrations

Path parameters

channelinteger required

The unique identifier (ID) of the channel to request.

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": [
    {
      "type": "hls",
      "url": "https://maniak_tv.vedge.infomaniak.com/livecast/ik:maniak_tv/manifest.f4m",
      "stream_id": "maniak_tv"
    }
  ]
}

Changes

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