Returns the current state of a verification session. verificationSession must be the verification_id (UUID) returned from POST /users/{id}/verification/flows.
Poll periodically while the user is in the Veriff/BankID browser flow until status is terminal (approved, declined, cancelled, expired, error). The next_action field hints at recommended client behaviour. When present, onboarding reflects onboarding progress including entity_verification after the backend updates it.
403 if the session belongs to another partner — response body is typically { "error": "<message>" } (exact string may vary).
404 if the session id does not exist — body shape is typically { "error": "<message>" }.
Sanctum personal access token (access_tokens / partner API settings).
UUID API key stored for the partner user.
Current session state
Current state of a verification session; poll until status is no longer pending or the session ends in an error/declined state.
Same ID as returned from POST …/verification/flows.
Employee user id this session belongs to.
pending while the user is in progress; terminal values when the flow has finished or failed. After approved, partner onboarding may still require other steps; check onboarding when present.
Hint for SPA or mobile clients (e.g. keep showing verification UI, or expect redirect to partner).