Vonage SIM Swap API
SIM Swap API provides the ability to obtain information on any recent SIM pairing change related to a mobile account.
NB: This API is based on the Camara SimSwap API v0.4.0 https://github.com/camaraproject/SimSwap/releases/tag/v0.4.0.
Available Operations
Authentication
| OAuth 2.0 (three_legged_check) | |
|---|---|
For detailed information on authentication with the SIM Swap API, please refer to our authentication guide. | |
pages.documentation.api.security.scopes:
|
phoneNumber
string
Required
example
+346661113334Subscriber number in E.164 format starting with country code and optionally prefixed with '+'.
maxAge
integer(int32)
Min
1Max
2400Default
240example
240Period in hours to be checked for SIM swap (optional).
Example Request
{
"phoneNumber": "+346661113334",
"maxAge": 240
}{
"phoneNumber": "+346661113334",
"maxAge": 240
}Authentication
| OAuth 2.0 (three_legged_retrieve) | |
|---|---|
For detailed information on authentication with the SIM Swap API, please refer to our authentication guide. | |
pages.documentation.api.security.scopes:
|
phoneNumber
string
Required
example
+346661113334Subscriber number in E.164 format starting with country code and optionally prefixed with '+'.
Example Request
{
"phoneNumber": "+346661113334"
}{
"phoneNumber": "+346661113334"
}