v1

latestOpenAPI 3.0.3Commercial — see Terms2026-07-13274891.4 KB
Webhooks

List your webhooks (Business+)

get/api/v1/visa/webhooks

Response

List of webhooks.

Example response

{
  "webhooks": [
    {
      "id": 17,
      "url": "https://your-app.com/orizn-hook",
      "passport_filter": [
        "FRA"
      ],
      "destination_filter": [
        "FRA"
      ],
      "active": true
    }
  ]
}