Document Verification Verify Age Service
Document Verification Verify Age Service API Documentation
For a usage description of the Document Verification Verify Age Service, please refer to the Document Verification page.
Endpoint
POST /verify/age
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Unique identifier for the verification journey.
"uniqueJourneyIdentifier"
Minimum age for eligibility (can't combine with ageTo).
21
Maximum age for eligibility (can't combine with ageFrom).
65
Minimum disability percentage required for eligibility.
50
Response
Unique identifier for the verification journey.
Status of the verification process.
"ageAndDisabilityVerificationComplete"
Indicates if the individual meets the age requirement.
yes
, no
"yes"
Indicates if the individual meets the disability criteria.
eligible
, not eligible
"eligible"