SenseCrypt Docs
API ReferenceDeep Links

Apple App Site Association

GET/.well-known/apple-app-site-association

iOS Universal Links verification document.

Served at the fixed path /.well-known/apple-app-site-association on the APP_HOST domain (e.g. login.example.com). iOS fetches this at app-install time and registers the app as the handler for /v1/link/* URLs on that host. Only /v1/link/* is listed — the auth page path (/v1/browser/auth/*) is intentionally excluded so the OS never intercepts the OIDC redirect.

Response Body

application/json

curl -X GET "https://example.com/.well-known/apple-app-site-association"
null