cURL
curl --request GET \ --url https://api.lava.so/v1/webhooks/{id} \ --header 'Authorization: Bearer <token>'
{ "webhook_id": "<string>", "name": "<string>", "url": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Get a specific webhook by ID
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Webhook ID
Webhook details
Unique identifier for the webhook
Display name of the webhook
URL that receives webhook events
When the webhook was created