Back to catalog
identity

Number Verification

Verifies in real time that the provided mobile number belongs to the connected user, reducing fraud and securing digital journeys.

Simulate an API call
Parameters
NameTypeRequiredDescription
msisdnstringrequiredNuméro de téléphone E.164
Sample response
{
  "verified": true,
  "msisdn": "+33612345678",
  "match_score": 0.98,
  "carrier": "Trusted Carrier FR"
}