cURL
curl --request POST \ --url https://sandbox-umbrella-api.azurewebsites.net/api/services/verify/age \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "journeyId": "uniqueJourneyIdentifier", "ageFrom": 21, "ageTo": 65, "minDisabilityPercentage": 50 }'
{ "journeyId": "<string>", "status": "ageAndDisabilityVerificationComplete", "ageResult": "yes", "disabilityResult": "eligible" }
Document Verification Verify Age Service API Documentation
/verify/age
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully verified age and disability.
The response is of type object.
object