cURL
curl --request PATCH \ --url https://api.lava.so/v1/webhooks/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "url": "<string>" } '
{ "webhook_id": "<string>", "name": "<string>", "url": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Update a webhook name or URL.
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Webhook ID
Display name of the webhook
URL that will receive webhook events
Webhook updated
Unique identifier for the webhook
URL that receives webhook events
When the webhook was created