Properties
| Name | Type | Description |
|---|---|---|
| customer_consent | boolean | Whether this customer has consented to a KYC check. |
| customer_ip_address | string | IP address of the customer being verified. |
| document_id | string | The ID of the uploaded government-issued identification document provided by the Socure SDK. |
| verification_type | array | List of possible checks to run on a customer. This is a legacy field that is now ignored. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/customer_verification",
"title": "PersonVerification",
"example": {
"customer_consent": true,
"customer_ip_address": "66.152.213.183"
},
"properties": {
"customer_consent": {
"description": "Whether this customer has consented to a KYC check.\n",
"type": "boolean"
},
"customer_ip_address": {
"description": "IP address of the customer being verified.",
"example": "75.216.112.104",
"pattern": "^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$",
"type": "string"
},
"document_id": {
"description": "The ID of the uploaded government-issued identification document provided by the Socure SDK.\n",
"example": "1ab2c3de-fg45-6789-a01b-23c45678defg",
"type": "string"
},
"verification_type": {
"description": "List of possible checks to run on a customer. This is a legacy field that is now ignored.\n",
"items": {
"$ref": "#/components/schemas/verification_type"
},
"type": "array"
}
},
"required": [
"customer_consent"
],
"type": "object"
}
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/synctera-customer-verification"
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.