broadpeak.io API

Number of APIs: 58

This is broadpeak.io REST & ESNI (SCTE-224) API collections. Use it to quickly build your Media Application.

Setup

  1. Sign up/in on https://.app.broadpeak.io/ and generate your API token (bearer token). More info on how to generate here: [https://developers.broadpeak.io/docs/4-preparing-your-scheduling-system#generate-your-api-ke]
  2. Fork this collection into your own Qodex workspace.
  3. Set your API key retrieved in 1. as a current value of the API_TOKEN your environment variable, and save it. Do not use Collection variable if your workspace is public as it might expose your API token to everyone.
  1. REST v1-Services CRUD-Content-Replacement - Delete a Content Replacement service DELETE {{API_SCHEME}}://{{API_ROOT}}/services/content-replacement/1

  2. REST v1-Services CRUD-Content-Replacement - Get a Content Replacement service by id GET {{API_SCHEME}}://{{API_ROOT}}/services/content-replacement/{id}

  3. REST v1-Services CRUD-Virtual-Channel - Create a Virtual Channel service POST {{API_SCHEME}}://{{API_ROOT}}/services/virtual-channel

  4. REST v1-Services CRUD-Content-Replacement - Create a Content Replacement service POST {{API_SCHEME}}://{{API_ROOT}}/services/content-replacement

  5. REST v1-Services CRUD-Virtual-Channel - Update a Virtual Channel service PUT {{API_SCHEME}}://{{API_ROOT}}/services/virtual-channel/{id}

  6. REST v1-Services CRUD-Virtual-Channel - Get a Virtual Channel service by id GET {{API_SCHEME}}://{{API_ROOT}}/services/virtual-channel/{id}

  7. REST v1-Services CRUD-Virtual-Channel - Delete a Virtual Channel service DELETE {{API_SCHEME}}://{{API_ROOT}}/services/virtual-channel/1

  8. REST v1-Services CRUD-Dynamic Ad Insertion - Get a Dynamic Ad Insertion service by id GET {{API_SCHEME}}://{{API_ROOT}}/services/ad-insertion/{id}

  9. REST v1-Services CRUD-Dynamic Ad Insertion - Delete a Dynamic Ad Insertion service DELETE {{API_SCHEME}}://{{API_ROOT}}/services/ad-insertion/{id}

  10. REST v1-Services CRUD-Dynamic Ad Insertion - Update a Dynamic Ad Insertion service PUT {{API_SCHEME}}://{{API_ROOT}}/services/ad-insertion/{id}