Vonage SIM Swap API
SIM Swap API provides the ability to obtain information on any recent SIM pairing change related to a mobile account.
Operaciones disponibles
Autenticación
| 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
ejemplo
+346661113334Subscriber number in E.164 format starting with country code and optionally prefixed with '+'.
maxAge
integer(int32)
Min
1Max
2400Por defecto
240ejemplo
240Period in hours to be checked for SIM swap (optional).
Ejemplo Solicitar
{
"phoneNumber": "+346661113334",
"maxAge": 240
}{
"phoneNumber": "+346661113334",
"maxAge": 240
}Autenticación
| 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
ejemplo
+346661113334Subscriber number in E.164 format starting with country code and optionally prefixed with '+'.
Ejemplo Solicitar
{
"phoneNumber": "+346661113334"
}{
"phoneNumber": "+346661113334"
}