Telefónica website screenshot

Telefónica

Telefónica is one of the world's leading telecommunications companies, operating in Europe and Latin America. Through its Open Gateway initiative, Telefónica exposes standardized network capabilities as APIs following the CAMARA (Cloud and Edge for Mobile Access and Real-time Execution) open standards developed by the GSMA. The Open Gateway APIs enable developers and enterprises to build applications leveraging Telefónica's network infrastructure for authentication, fraud prevention, location services, quality of service, and device management. APIs are available in Spain, Germany, Brazil, and the United Kingdom through the Telefónica Open Gateway sandbox and partner program.

10 APIs 0 Features
TelecommunicationsMobile NetworkCAMARAOpen GatewayAuthenticationFraud PreventionLocation Services

APIs

Telefónica Number Verification API

The Number Verification API enables automatic verification that users are interacting via devices with SIM cards associated with their phone numbers, eliminating the need for cr...

Telefónica SIM Swap API

The SIM Swap API enables applications to detect recent SIM card swaps on a mobile number, a common indicator of account takeover fraud. Returns whether a SIM swap occurred on th...

Telefónica Know Your Customer Match API

The KYC Match API validates a user's contact information (name, address, phone number, email) against reliable mobile carrier data, enabling quick identity verification without ...

Telefónica Location Verification API

The Location Verification API verifies the geographical location of a SIM-based device, confirming whether the device is present within a requested geographic area. Uses network...

Telefónica Quality on Demand API

The Quality on Demand (QoD) API provides applications with precise control over mobile network connectivity quality, enabling guaranteed bandwidth and low latency for specific a...

Telefónica Device Roaming Status API

The Device Roaming Status API verifies the roaming status of a SIM-based device securely using carrier network data, without relying on GPS or identity theft risks. Enables frau...

Telefónica Scam Signal API

The Scam Signal API enables companies to protect their customers from phishing scams and voice fraud by detecting active scam calls in real time using Telefónica's network intel...

Telefónica Age Verification API

The Age Verification API allows companies to confirm in real time whether a mobile user meets a specified age threshold, using carrier data for privacy-preserving age checks wit...

Telefónica Line Tenure API

The Line Tenure API indicates how long a mobile number has belonged to its current user, providing a fraud risk signal for identity validation and account security workflows. Av...

Telefónica Population Density Data API

The Population Density Data API provides dynamic real-time data on population density in a specific geographic area and time window, derived from anonymized and aggregated mobil...

Collections

Pricing Plans

Telefonica Plans Pricing

2 plans

PLANS

Rate Limits

Telefonica Rate Limits

2 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Telefonica Context

38 classes · 0 properties

JSON-LD

API Governance Rules

Telefónica API Rules

11 rules · 5 errors 6 warnings

SPECTRAL

JSON Structure

Telefonica Device Structure

0 properties

JSON STRUCTURE

Telefonica Structure

0 properties

JSON STRUCTURE

Example Payloads

Telefonica Kyc Match Example

2 fields

EXAMPLE

Resources

🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
🔗
Documentation
Documentation
👥
GitHub
GitHub
👥
GitHub
GitHub
🔗
APIs
APIs
📝
Signup
Signup
🔗
LinkedIn
LinkedIn
🔗
X
X
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Telefónica SIM Swap API
  version: 0.5.0
items:
- info:
    name: SIM Swap
    type: folder
  items:
  - info:
      name: Check SIM Swap
      type: http
    http:
      method: POST
      url: https://opengateway.telefonica.com/v1/sim-swap/check
      body:
        type: json
        data: '{}'
    docs: Checks whether a SIM swap occurred on the specified phone number within a given time period. Returns a boolean indicating
      if a recent SIM swap was detected.
  - info:
      name: Get SIM Swap Date
      type: http
    http:
      method: POST
      url: https://opengateway.telefonica.com/v1/sim-swap/retrieve-date
      body:
        type: json
        data: '{}'
    docs: Returns the date of the most recent SIM swap for the specified phone number. Returns null if no SIM swap has occurred
      or if no information is available.
bundled: true