MetaMap · JSON Structure

Metamap Verification Structure

JSON Structure description of the verification resource at the heart of the MetaMap API.

Type: object Properties: 10
Identity VerificationKYCAMLAnti-Money LaunderingComplianceBiometricsDocument VerificationFace MatchLivenessGovCheckWatchlistBackground CheckCredit CheckRiskFraud PreventionOnboardingLatAmAfricaMobile SDK

Metamap Verification Structure is a JSON Structure definition published by MetaMap, describing 10 properties. It conforms to the https://json-structure.org/draft/2025-09/schema meta-schema.

Properties

id identity flow expired hasProblem documents inputs steps metadata deviceFingerprint

Meta-schema: https://json-structure.org/draft/2025-09/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2025-09/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/metamap/main/json-structure/metamap-verification-structure.json",
  "title": "MetaMap Verification Structure",
  "description": "JSON Structure description of the verification resource at the heart of the MetaMap API.",
  "type": "object",
  "properties": {
    "id": {"type": "string"},
    "identity": {"type": "string"},
    "flow": {
      "type": "object",
      "properties": {
        "id": {"type": "string"},
        "name": {"type": "string"}
      }
    },
    "expired": {"type": "boolean"},
    "hasProblem": {"type": "boolean"},
    "documents": {"type": "array"},
    "inputs": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {"type": "string"},
          "status": {"type": "integer"},
          "optional": {"type": "boolean"},
          "group": {"type": "integer"}
        }
      }
    },
    "steps": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {"type": "string"},
          "status": {"type": "integer"}
        }
      }
    },
    "metadata": {"type": "object"},
    "deviceFingerprint": {
      "type": "object",
      "properties": {
        "ua": {"type": "string"},
        "ip": {"type": "string"},
        "vpnDetectionEnabled": {"type": "boolean"}
      }
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/metamap-verification-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.