Get webhooks

GET {{voxeet-api-endpoint}}/v1/monitor/webhooks?from=0&to=9999999999999&max=100&start=&type=irure laborum cupidatat in

Get a list of Webhooks sent in the conference, during a specific time range. The list includes associated endpoint response codes and headers. For more information on Webhook functionality, refer to this page.

Request Params

KeyDatatypeRequiredDescription
fromnumberThe beginning of the time range (in milliseconds that have elapsed since epoch).
tonumberThe end of the time range (in milliseconds that have elapsed since epoch).
maxnumberThe maximum number of displayed results. We recommend setting the proper value of this parameter to shorten the response time.
startnullWhen the results span multiple pages, use this option to navigate through pages. By default, only the max number of results is displayed. To see the next results, set the start parameter to the value of the next key returned in the previous response.
typestringThe Webhook event type or an expression of its type (for example Recording.Live.InProgress or Rec.*). The default value of the type parameter returns all types of Webhooks.