- Show a checklist UI to users
- Track missing documents
- Drive next-step prompts in onboarding flows
Endpoint
Request headers
JWT access token for authentication.
Query parameters
UUID of the verification flow.
External identifier for the applicant (or co-applicant).
Response
Returns a key-value map:- Key → Document type
- Value →
true(uploaded) orfalse(missing)
Example
Error responses
| Status | Meaning |
|---|---|
400 | Missing or invalid parameters |
401 | Invalid or missing token |
409 | Applicant not found |
410 | Applicant already deleted |
The document list is dynamically determined based on the product configuration and applicant type. Use this endpoint to guide users on which documents are still pending.