

A format validator only confirms that the string of digits has the structure of a valid phone number. Our API goes much further: it directly queries the mobile operator to confirm if that number is authentic, active, and matches the identity of the user currently using the service or device. It is a real-time identity verification, not just format.
If the number is inactive, invalid, or a VoIP number not associated with a mobile operator, the API will respond negatively. In this case, your system can block registration, request a different number, or require alternative, stricter identity verification.
The API operates under strict security protocols. The institution only sends the phone number and the token. The mobile operator simply responds with a binary Yes/No about the match. Sensitive personal information (such as name, location, or account details) of the user is never transferred externally.
Yes. For the verification of the match between the phone number and the active user's identity to be accurate, the user is required to be using the mobile operator's network to access the service. This ensures that the identity check is real-time and network-based.
No, they are complementary tools. The SIM Swap API focuses on detecting if the number has been recently stolen or cloned (SIM Swap). The Number Verification API focuses on verifying that the number matches the current user. Both APIs can be integrated sequentially to offer an authentication security level of 99.9%.