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
}
]
}