Telefónica · Example Payload

Telefonica Number Verification Example

TelecommunicationsMobile NetworkCAMARAOpen GatewayAuthenticationFraud PreventionLocation Services

Telefonica Number Verification 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/number-verification/verify",
    "headers": {
      "Authorization": "Bearer {access_token}",
      "Content-Type": "application/json"
    },
    "body": {
      "phoneNumber": "+34123456789"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "devicePhoneNumberVerified": true
    }
  }
}