API Reference
Reference for the API
Update an existing webhook for a specific app.
{ "id": "<string>", "url": "https://example.com/webhook", "created_at": "2023-12-25", "updated_at": "2023-12-25", "events": [ "record.created", "record.completed" ] }
The ID of the app
The ID of the webhook
The new webhook data.
Data to update an existing webhook
The updated webhook.
Detailed information about a webhook
Was this page helpful?