POST
/webhooks
Register webhook
Creates a new webhook that listens for specified events in a workspace.
Authorization
x-api-key<token>
In: header
Request Body
application/jsonOptionalWebhook options
eventRequiredWebhookEvent
Events you want to subscribe to.
To subscribe to multiple events, create multiple webhooks with the same url and different event types.
Value in:
"TRANSCRIPT_CREATED" | "TRANSLATION_CREATED" | "INSIGHT_CREATED"urlRequiredstring
URL where you will be notifed when the event occurs
workspaceIdRequiredstring
ID of the workspace on which you get notified about the events
New webhook object