For AI agents: visit https://masterchannelai.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Jump to Content
Masterchannel
API Reference
v2.0

Log InMasterchannel
API Reference
Log In
v2.0API Reference

Welcome

  • Welcome to Masterchannel B2B

API

  • API Quickstart
  • Best Practices
  • Code Examples
  • /token
    • Create an access tokenpost
  • /webhooks
    • List all webhooksget
    • Create a webhookpost
    • /webhooks/{webhook_id}
      • Delete a webhookdel
    • /webhooks/<webhook-event>
      • Webhook Eventpost
  • /files
    • Create a filepost
    • /files/{file_id}
      • Retrieve a fileget
      • Delete a filedel
    • /files/<upload_url>
      • Upload a fileput
  • /streams/{stream_id}
    • Retrieve a streamget
    • Delete a streamdel
    • /streams/<waveform_url>
      • Waveform Dataget
  • /jobs
    • Create a jobpost
    • /jobs/{job_id}
      • Retrieve a jobget
      • Delete a jobdel
    • /jobs/stats
      • Retrieve usage statisticsget
    • /jobs/stats/global
      • Retrieve global usage statisticsget

White-Labeling

  • iframe Specification
  • iframe Events
Powered by 

List all webhooks

get
https://boost.masterchannel.ai/webhooks

Returns a list of all registered webhooks.

Response

Updated 1 day ago


Create an access token
Create a webhook
Did this page help you?
Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json

Updated 1 day ago


Create an access token
Create a webhook
Did this page help you?