Checks the current status of an authorization request. Returns completion details if the user has completed the authorization flow.
completedProgram API key obtained from the admin dashboard
The authorization request ID
Authorization status retrieved successfully
Current status of the authorization request
pending, completed, expired, failed Identity record ID (only present when status is 'completed')
When the authorization was completed (only present when status is 'completed')
Whether the identity is verified and eligible. Present for all statuses to mirror /api/verify (true for completed, false otherwise).
Filtered identity fields, mirroring /api/verify. Present when completed; null otherwise.
Present for non-success statuses (e.g., expired or failed).