Sign in

Get webhooks

documented

List all webhooks configured for this Brevo account.

GET /v3/webhooksWebhooksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.brevo.com/v3/webhooks" \\n  -X GET \\n  -H "api-key: {{SENDINBLUE_API_KEY}}" \\n  -H "Accept: application/json"