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
- 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]
- Fork this collection into your own Qodex workspace.
- 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.
-
REST v1-Services CRUD-Content-Replacement - Delete a Content Replacement service DELETE {{API_SCHEME}}://{{API_ROOT}}/services/content-replacement/1
-
REST v1-Services CRUD-Content-Replacement - Get a Content Replacement service by id GET {{API_SCHEME}}://{{API_ROOT}}/services/content-replacement/{id}
-
REST v1-Services CRUD-Virtual-Channel - Create a Virtual Channel service POST {{API_SCHEME}}://{{API_ROOT}}/services/virtual-channel
-
REST v1-Services CRUD-Content-Replacement - Create a Content Replacement service POST {{API_SCHEME}}://{{API_ROOT}}/services/content-replacement
-
REST v1-Services CRUD-Virtual-Channel - Update a Virtual Channel service PUT {{API_SCHEME}}://{{API_ROOT}}/services/virtual-channel/{id}
-
REST v1-Services CRUD-Virtual-Channel - Get a Virtual Channel service by id GET {{API_SCHEME}}://{{API_ROOT}}/services/virtual-channel/{id}
-
REST v1-Services CRUD-Virtual-Channel - Delete a Virtual Channel service DELETE {{API_SCHEME}}://{{API_ROOT}}/services/virtual-channel/1
-
REST v1-Services CRUD-Dynamic Ad Insertion - Get a Dynamic Ad Insertion service by id GET {{API_SCHEME}}://{{API_ROOT}}/services/ad-insertion/{id}
-
REST v1-Services CRUD-Dynamic Ad Insertion - Delete a Dynamic Ad Insertion service DELETE {{API_SCHEME}}://{{API_ROOT}}/services/ad-insertion/{id}
-
REST v1-Services CRUD-Dynamic Ad Insertion - Update a Dynamic Ad Insertion service PUT {{API_SCHEME}}://{{API_ROOT}}/services/ad-insertion/{id}