Telefónica · Schema

KycMatchRequest

TelecommunicationsMobile NetworkCAMARAOpen GatewayAuthenticationFraud PreventionLocation Services

Properties

Name Type Description
phoneNumber string Phone number of the user to verify in E.164 format.
idDocument string Government ID document number.
name string Full name to verify.
givenName string First/given name to verify.
familyName string Last/family name to verify.
nameKanaHankaku string Name in half-width katakana (for Japanese carriers).
nameKanaZenkaku string Name in full-width katakana.
middleNames string Middle names to verify.
familyNameAtBirth string Family name at birth (maiden name).
address string Full address string to verify.
streetName string
streetNumber string
postalCode string
region string State/region to verify.
locality string City/locality to verify.
country string ISO 3166-1 alpha-2 country code.
houseNumberExtension string
birthdate string Date of birth in YYYY-MM-DD format.
email string Email address to verify.
gender string
View JSON Schema on GitHub

JSON Schema

telefonica-kycmatchrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/KycMatchRequest",
  "title": "KycMatchRequest",
  "type": "object",
  "properties": {
    "phoneNumber": {
      "type": "string",
      "description": "Phone number of the user to verify in E.164 format.",
      "pattern": "^\\+[1-9][0-9]{4,14}$"
    },
    "idDocument": {
      "type": "string",
      "description": "Government ID document number."
    },
    "name": {
      "type": "string",
      "description": "Full name to verify."
    },
    "givenName": {
      "type": "string",
      "description": "First/given name to verify."
    },
    "familyName": {
      "type": "string",
      "description": "Last/family name to verify."
    },
    "nameKanaHankaku": {
      "type": "string",
      "description": "Name in half-width katakana (for Japanese carriers)."
    },
    "nameKanaZenkaku": {
      "type": "string",
      "description": "Name in full-width katakana."
    },
    "middleNames": {
      "type": "string",
      "description": "Middle names to verify."
    },
    "familyNameAtBirth": {
      "type": "string",
      "description": "Family name at birth (maiden name)."
    },
    "address": {
      "type": "string",
      "description": "Full address string to verify."
    },
    "streetName": {
      "type": "string"
    },
    "streetNumber": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    },
    "region": {
      "type": "string",
      "description": "State/region to verify."
    },
    "locality": {
      "type": "string",
      "description": "City/locality to verify."
    },
    "country": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 country code."
    },
    "houseNumberExtension": {
      "type": "string"
    },
    "birthdate": {
      "type": "string",
      "format": "date",
      "description": "Date of birth in YYYY-MM-DD format."
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Email address to verify."
    },
    "gender": {
      "type": "string",
      "enum": [
        "MALE",
        "FEMALE",
        "OTHER"
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/telefonica-kycmatchrequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.