Push notifications
Register a device for push notifications
Subscribe an APNs / FCM device token to receive push notifications when visa policies change. Idempotent on device_token.
post/api/v1/visa/devices
Request body
Example request
{
"device_token": "8a3f...e2b1",
"passport_iso3": "FRA",
"platform": "ios",
"bundle_id": "com.orizn-visa",
"wishlist_iso3": [
"FRA"
],
"locale": "en",
"tz": "Europe/Paris"
}Response
Device registered or updated.
Example response
{
"device_id": 42
}