post https://{host}/number-verification/v0/verify
Verifies if the specified phone number (plain text or hashed format) matches the one associated with the access token.
- The number verification will be done for the user that has authenticated via mobile network and so their
sub
is in the access token - It returns true/false depending on if the hashed phone number received as input matches the authenticated user's
device phone number
associated to the access token
Check the Authorization guide on how to get an OAuth2 token, with the following purpose:
dpv:FraudPreventionAndDetection#number-verification-verify-read