Telefónica · Example Payload

Telefonica Sim Swap Check Example

TelecommunicationsMobile NetworkCAMARAOpen GatewayAuthenticationFraud PreventionLocation Services

Telefonica Sim Swap Check Example is an example object payload from Telefónica, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://opengateway.telefonica.com/v1/sim-swap/check",
    "headers": {
      "Authorization": "Bearer {access_token}",
      "Content-Type": "application/json"
    },
    "body": {
      "phoneNumber": "+34123456789",
      "maxAge": 240
    }
  },
  "response": {
    "status": 200,
    "body": {
      "swapped": false
    }
  }
}