cURL
curl --request GET \ --url https://api.lava.so/v1/webhooks \ --header 'Authorization: Bearer <token>'
{ "data": [ { "webhook_id": "<string>", "name": "<string>", "url": "<string>", "created_at": "2023-11-07T05:31:56Z" } ], "has_more": true, "next_cursor": "<string>" }
List all webhooks for the authenticated merchant.
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Pagination cursor from a previous response
Maximum number of results to return (1-100)
1 <= x <= 100
List of webhooks
Show child attributes