Webhooks API — Register and Manage Event Endpoints
Use the Revont Webhooks API to programmatically list, create, and delete webhook endpoints that receive real-time call and summary event payloads.
The Webhooks API lets you create and manage webhook endpoints programmatically — without using the Revont UI. Use it when you need to register endpoints dynamically, automate your infrastructure setup, or manage webhooks as part of a deployment pipeline.Each webhook you create points to an HTTPS URL that Revont will send event payloads to when subscribed events occur. You choose which events each endpoint listens to at registration time. For a full list of available events and details on payload structure and signature verification, see the Webhooks integration guide.
On success, the API returns 201 Created with the new webhook object. The response includes a secret field containing the signing secret for this endpoint.
The signing secret is returned only when the webhook is created. Revont does not store it in retrievable form after this point. Save it securely immediately — if you lose it, you must delete this webhook and create a new one to get a new secret.