Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://{deployment}/api/v1/tiro/webhooks \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "name": "My hook", "url": "https://example.com/hook", "event_types": [ "note.ended", "note.summary_generated" ] } '
{ "success": true, "webhook": {}, "message": "<string>" }
Registers a webhook for the given event types. Pro license required.
Your deployment's API key (MMK_API_KEY).
Created webhook
Was this page helpful?