Skip to main content
POST
Register a webhook endpoint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
url
string<uri>
required
Example:

"https://example.com/webhook"

events
enum<string>[]
required
Available options:
meeting.ended
Example:

Response

Webhook created