API Specs
OAuth2
Initiates the authorization flow. Verifies client_id, redirect_uri, and optional state. If valid, redirects to the consent/verification page with a auth_request_id for further processing. Partner can then exchange the authorization code for an access token.
Space-separated list of scopes. Must include "openid" for OpenID Connect authentication. Use "offline_access" to request refresh tokens.
openid offline_accessPattern: ^openid( offline_access)?$Redirects to consent or palm verification UI
API Error
API Error
No content
After successful palm verification, exchanges an authorization code for the corresponding external_user_id.
OAuth 2.0 / OIDC grant type
Authorization code (required for authorization_code grant)
Refresh token (required for refresh_token grant)
Redirect URI (required for authorization_code grant)
Token response with external user ID
API Error
API Error
API Error
Standard OIDC UserInfo endpoint.
Returns claims about the subject (sub) represented by the Bearer Access Token presented in the Authorization header.
• Requires scope=openid.
• Only returns claims the user originally consented to (e.g., email, picture)—never private biometric templates.
User claims
API Error
API Error
API Error
Last updated
Was this helpful?