Correlation ID for request tracing
Verify minimum age for a subscriber
Verifies whether the subscriber associated with the given phone number is at least the specified minimum age.
post
https://api.pxg.konera.com/camara/kyc-age-verification/v0.2/verify
Headers
x-correlation-idstring
Body
application/json
Body
application/json
KycAgeVerificationRequest
phoneNumberstringrequired
MSISDN in E.164 format
Example:+14155550123
minimumAgeintegerrequired
Minimum age in years that the subscriber must meet or exceed.
Example:18
Response
application/json
Response
application/json
Age verification result returned
KycAgeVerificationResponse
ageVerifiedbooleanrequired
Indicates whether the subscriber is at least the requested minimum age.
Example:true
assessedAtstring | null(date-time)
Time when the age verification was performed.
Example:2026-02-10T10:00:00Z
post/kyc-age-verification/v0.2/verify
Authentication
Headers
Body
{
"phoneNumber": "+14155550123",
"minimumAge": 18
}
application/json
KycAgeVerificationRequest
objectphoneNumberstringrequired
MSISDN in E.164 format
Example:+14155550123
minimumAgeintegerrequired
Minimum age in years that the subscriber must meet or exceed.
Example:18
Example
KycAgeVerificationResponse
objectageVerifiedbooleanrequired
Indicates whether the subscriber is at least the requested minimum age.
Example:true
assessedAtstring(date-time)
Time when the age verification was performed.
Example:2026-02-10T10:00:00Z
Example
Error
objectstatusintegerrequired
Example:400
codestringrequired
Example:INVALID_ARGUMENT
messagestringrequired
Example:Invalid request
Example