MetaMap · Schema
MetaMap Webhook Event
Common envelope used for every MetaMap webhook delivery — verifications, document, biometric, location, email/phone, custom watchlist, and video-agreement events.
Identity VerificationKYCAMLAnti-Money LaunderingComplianceBiometricsDocument VerificationFace MatchLivenessGovCheckWatchlistBackground CheckCredit CheckRiskFraud PreventionOnboardingLatAmAfricaMobile SDK
Properties
| Name | Type | Description |
|---|---|---|
| eventName | string | The event identifier. Examples: 'verification_started', 'verification_completed', 'step_completed', 'verification_updated', 'verification_expired', 'verification_inputs_completed'. |
| resource | string | A URL to GET the full payload for this event. Authenticated with the same JWT used for the REST API. |
| identity | string | Stable identity ID. |
| verification | string | Verification ID. |
| flow | object | |
| step | object | Present on step_completed events. |
| metadata | objectstring | The caller-supplied metadata associated with the verification (≤ 4 KB). |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/metamap/main/json-schema/metamap-webhook-schema.json",
"title": "MetaMap Webhook Event",
"description": "Common envelope used for every MetaMap webhook delivery — verifications, document, biometric, location, email/phone, custom watchlist, and video-agreement events.",
"type": "object",
"required": ["eventName", "resource"],
"properties": {
"eventName": {
"type": "string",
"description": "The event identifier. Examples: 'verification_started', 'verification_completed', 'step_completed', 'verification_updated', 'verification_expired', 'verification_inputs_completed'.",
"examples": [
"verification_started",
"verification_completed",
"verification_updated",
"verification_expired",
"step_completed"
]
},
"resource": {
"type": "string",
"format": "uri",
"description": "A URL to GET the full payload for this event. Authenticated with the same JWT used for the REST API."
},
"identity": {"type": "string", "description": "Stable identity ID."},
"verification": {"type": "string", "description": "Verification ID."},
"flow": {
"type": "object",
"properties": {
"id": {"type": "string"},
"name": {"type": "string"}
}
},
"step": {
"type": "object",
"description": "Present on step_completed events.",
"properties": {
"id": {"type": "string"},
"status": {"type": "integer"},
"error": {
"type": "object",
"properties": {
"code": {"type": "string"},
"type": {"type": "string"},
"message": {"type": "string"}
}
},
"data": {"type": "object"}
}
},
"metadata": {
"type": ["object", "string"],
"description": "The caller-supplied metadata associated with the verification (≤ 4 KB)."
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/metamap-webhook"
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.