Call Forwarding Signal

Overview

Additional Information

JWT Authentication Flow Call Forwarding Signal
Unconditional Call Forwarding Information Retrieval
Monitoring
Call Divert
Home Network Check

Overview

Additional Information

Premium Info Home Network Check
MVNO Discovery For Vodafone

Overview

Additional Information

Premium Info MVNO Discovery For Vodafone
Match (CAMARA)

Overview

Additional Information

JWT Authentication Flow Match (CAMARA)
Authentication Flow Match (CAMARA)
Monitoring
Number Lookup For Vodafone

Overview

Additional Information

Premium Info Number Lookup For Vodafone
Number Recycle
Number Recycling Camara

Overview

Additional Information

JWT Authentication Flow Number Recycling CAMARA
Authentication Flow Number Recycling CAMARA
Check Number Recycling
Number Verification 2.0 (CAMARA)
SIM Swap (CAMARA)
Tenure (CAMARA)

Overview

Additional Information

JWT Authentication Flow Tenure (CAMARA)
Authentication Flow Tenure (CAMARA)
Check Subscriber Tenure
Monitoring
NumberVerify (CAMARA)

POST
Phone Number Verify

/number-verification/v2/verify

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

Parameters:

  • x-correlator

    (header)

    Correlation id for the different services

    • Type: string

    • Example: b4333c46-49c0-4f62-80d7-f0ef930f1c46


Request:

Request Body:

Example:

Payload to verify the phone number.

{ "hashedPhoneNumber": "32f67ab4e4312618b09cd23ed8ce41b13e095fe52b73b2e8da8ef49830e50dba" }

Responses:

200

OK

Media type: application/json

Examples:

OK

{
  "devicePhoneNumberVerified": null
}

Sandbox


Server

https://api-sandbox.vf-dmp.engineering.vodafone.com


No request body required for this operation