Create or update webhook configuration for an application
Webhook
Create or update webhook configuration for an application
Creates a webhook for the current application if one does not exist, otherwise updates the existing webhook URL and/or headers.
POST
Create or update webhook configuration for an application
Documentation Index
Fetch the complete documentation index at: https://docs.avidoai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your unique Avido API key
Your unique Avido Application ID
Body
application/json
Request payload for creating or updating a webhook
The URL where webhook events will be sent. Must be https and resolve to a public host.
Required string length:
1 - 2048Example:
"https://example.com/webhook"
Custom authentication headers to include in webhook requests. Set to null to remove all headers.
Example:
{ "Authorization": "Bearer my-secret-token" }
Response
Webhook configuration created or updated successfully
Response containing the upserted webhook configuration
The created or updated webhook configuration