Methods: list | info | update | create | delete | events
List of webhooks in the project
Options:
Request example:
https://boomstream.com/api/webhook/list?apikey={{API_KEY}}
Webhook information
Options:
Request example:
https://boomstream.com/api/webhook/info?apikey={{API_KEY}}&code=webhook code
Update webhook
Options:
Request example:
https://boomstream.com/api/webhook/update?apikey={{API_KEY}}&code=webhook code&event=webhook type&url=link to your webhook listener
Create webhook
Options:
Request example:
https://boomstream.com/api/webhook/create?apikey={{API_KEY}}&event=webhook type&url=link to your webhook listener
Remove the webhook
Options:
Request example:
https://boomstream.com/api/webhook/delete?apikey={{API_KEY}}&code=webhook code
List of available webhooks
Options:
Request example:
https://boomstream.com/api/webhook/events?apikey={{API_KEY}}