---
title: "List your webhooks (Business+)"
method: GET
path: "/api/v1/visa/webhooks"
tags: ["Webhooks"]
---

# List your webhooks (Business+)

`GET /api/v1/visa/webhooks`

## Response `200`

List of webhooks.

- object
  - `webhooks` Webhook[]
    - `id` integer
    - `url` string, uri
    - `passport_filter` ISO3[], nullable
    - `destination_filter` ISO3[], nullable
    - `active` boolean
    - `created_at` string, date-time
    - `last_triggered_at` string, date-time, nullable
    - `failures` integer

## Other responses

- `401` — Missing API key, query param or session cookie.
- `403` — Invalid / inactive key, or plan below the endpoint's minimum tier.

---

[API](https://skmtc.net/orizn/apis/orizn-visa-api.md) · [All operations](https://skmtc.net/orizn/apis/orizn-visa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orizn/orizn-visa-api/revisions/024933fc5445/schema)
