Endpoint
POST/verify/age
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Unique identifier for the verification journey.
Example:
"uniqueJourneyIdentifier"
Minimum age for eligibility (can't combine with ageTo).
Example:
21
Maximum age for eligibility (can't combine with ageFrom).
Example:
65
Minimum disability percentage required for eligibility.
Example:
50
Response
Successfully verified age and disability.
Unique identifier for the verification journey.
Status of the verification process.
Example:
"ageAndDisabilityVerificationComplete"
Indicates if the individual meets the age requirement.
Available options:
yes
, no
Example:
"yes"
Indicates if the individual meets the disability criteria.
Available options:
eligible
, not eligible
Example:
"eligible"