GET
Get the current application
Poll this endpoint (the reference app polls about once a second) and render the screen for status.currentStep. The application advances on its own as each step completes, so the value changes between polls. The overview lists what each step means and what to render, including risk compliance steps (RISK_COMPLIANCE_REVIEW, RISK_COMPLIANCE_REVIEW_RFI, RISK_COMPLIANCE_REJECTED). When currentStep is null, onboarding is done.

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.

Response

The current application and its status

success
boolean
Example:

true

data
object