Sign in

List webhooks

documented

List webhooks configured for the Merchant API.

GET /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://merchant.revolut.com/api/1.0/webhooks" \
  -X GET \
  -H "Authorization: Bearer {{REVOLUT_SECRET}}" \
  -H "Accept: application/json" \
  -H "Revolut-Api-Version: 2023-09-01"