Creates a new webhook subscription for the specified events. Returns a signing secret (shown once).
cURL
curl --request POST \ --url https://app.lyra.so/api/v1/webhook \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "https://example.com/webhook", "events": [ "meeting.ended" ] } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"https://example.com/webhook"
meeting.ended
["meeting.ended"]
Webhook created
Was this page helpful?