Synctera · Schema

verification_request

FintechBackend-as-a-ServiceBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-verification-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/verification_request",
  "title": "verification_request",
  "allOf": [
    {
      "required": [
        "customer_consent"
      ]
    },
    {
      "properties": {
        "business_id": {
          "$ref": "#/components/schemas/business_id5"
        },
        "customer_consent": {
          "description": "Whether this customer has consented to be verified.",
          "type": "boolean"
        },
        "customer_ip_address": {
          "description": "The customer's IP address.",
          "example": "63.239.107.232",
          "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"
        },
        "person_id": {
          "$ref": "#/components/schemas/person_id"
        }
      }
    }
  ],
  "example": {
    "customer_consent": true,
    "customer_ip_address": "235.2.7.2",
    "person_id": "1bb26bcb-0e1b-4060-972d-80891332aae2"
  },
  "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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/synctera-verification-request"
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 email required.

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