v1

latestOpenAPI 3.0.3Commercial — see Terms2026-07-13274891.4 KB
Push notifications

Update a device subscription

At least one field is required.

patch/api/v1/visa/devices/{id}

Request body

passport_iso3string

ISO 3166-1 alpha-3 country code.

wishlist_iso3ISO3[]
localestring
tzstring
premiumboolean

Example request

{
  "passport_iso3": "FRA",
  "wishlist_iso3": [
    "FRA"
  ]
}

Response

Subscription updated.

updatedboolean
device_idinteger

Example response

{
  "updated": true,
  "device_id": 42
}