GET
Get verification status
Returns the review status of each verification step — identity, proof of address, and so on — so you can render an onboarding progress screen: For business applications, add ?includeUbos=true to also get each UBO’s steps — useful together with UBO actions. This complements application status: that’s the overall application lifecycle; this is the per-document verification detail behind it.

Authorizations

Authorization
string
header
required

The user's id_token from authentication — the ID token, not the access_token. The program and environment (sandbox/prod) are read from the token.

Path Parameters

applicationId
string
required

The application id from create / get.

Query Parameters

includeUbos
boolean
default:false

Include per-UBO verification statuses (business applications).

Response

Verification status

success
boolean
Example:

true

data
object