v2

latestOpenAPI 3.0.0raw.githubusercontent.com2026-06-027801.5 MB
Number Verification v1.0.0

Verifies if the received hashed/plain text phone number matches the phone number associated with the access token

Verifies if the specified phone number (either in plain text or hashed format) matches the one that the user is currently using. Only one of the plain or hashed formats must be provided.

  • The number verification will be done for the user that has authenticated via mobile network
  • 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
post/passthrough/camara/v1/number-verification/number-verification/v0/verify

Query parameters

codestring

Authorization code received from the CSP

statestring

Application state

Headers

x-correlatorstring

Correlation id for the different services

authorizationstring

authorization header for token

x-rapidapi-hoststring required
Example:network-as-code.p-eu.rapidapi.com

The API's Host value as defined in the RapidAPI Hub.

Request body

phoneNumberstring

A public identifier addressing a telephone subscription. In mobile networks it corresponds to the MSISDN (Mobile Station International Subscriber Directory Number). In order to be globally unique it has to be formatted in international format, according to E.164 standard, prefixed with '+'.

hashedPhoneNumberstring

Hashed phone number. SHA-256 (in hexadecimal representation) of the mobile phone number in E.164 format (starting with country code). Prefixed with '+'.

Response

devicePhoneNumberVerifiedboolean required

Number verification. True, if it matches