Properties
| Name | Type | Description |
|---|---|---|
| ban_status | object | |
| creation_time | string | The date and time the resource was created. |
| string | Customer's email | |
| id | string | Customer unique identifier |
| kyc_exempt | boolean | Customer's KYC exemption |
| kyc_last_run | string | Date and time KYC was last run on the customer |
| kyc_status | object | |
| last_updated_time | string | The date and time the resource was last updated. |
| legal_address | object | Customer's legal address |
| metadata | object | User-supplied metadata. Do not use to store PII. |
| middle_name | string | Customer's middle name |
| phone_number | string | Customer's mobile phone number with country code in E.164 format. Must have a valid country code. Area code and local phone number are not validated. |
| related_customers | array | Customer's relationships with other accounts eg. guardian |
| shipping_address | object | Customer's shipping address |
| ssn | string | Customer's full tax ID eg SSN formatted with hyphens. This optional parameter is required when running KYC on a customer. Input must match the pattern ^\d{3}-\d{2}-\d{4}$. The response contains the la |
| ssn_source | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/base_person",
"title": "base_person",
"properties": {
"ban_status": {
"$ref": "#/components/schemas/ban_status",
"readOnly": true
},
"creation_time": {
"description": "The date and time the resource was created.",
"example": "2021-06-14T11:23:41Z",
"format": "date-time",
"readOnly": true,
"type": "string"
},
"email": {
"description": "Customer's email",
"example": "Ahmed.Stracke90@gmail.com",
"type": "string"
},
"id": {
"description": "Customer unique identifier",
"example": "a0e330bd-fa30-4c1b-882c-abdaac24e7ec",
"format": "uuid",
"readOnly": true,
"type": "string"
},
"kyc_exempt": {
"description": "Customer's KYC exemption",
"readOnly": true,
"type": "boolean"
},
"kyc_last_run": {
"description": "Date and time KYC was last run on the customer",
"example": "2022-01-18T17:54:12Z",
"format": "date-time",
"readOnly": true,
"type": "string"
},
"kyc_status": {
"$ref": "#/components/schemas/customer_kyc_status",
"readOnly": true
},
"last_updated_time": {
"description": "The date and time the resource was last updated.",
"example": "2022-01-18T17:54:12Z",
"format": "date-time",
"readOnly": true,
"type": "string"
},
"legal_address": {
"$ref": "#/components/schemas/address",
"description": "Customer's legal address"
},
"metadata": {
"description": "User-supplied metadata. Do not use to store PII.",
"type": "object"
},
"middle_name": {
"description": "Customer's middle name",
"example": "c",
"type": "string"
},
"phone_number": {
"description": "Customer's mobile phone number with country code in E.164 format. Must have a valid country code. Area code and local phone number are not validated.",
"example": "+14374570680",
"pattern": "^\\+[1-9]\\d{1,14}$",
"type": "string"
},
"related_customers": {
"description": "Customer's relationships with other accounts eg. guardian",
"items": {
"$ref": "#/components/schemas/relationship1"
},
"type": "array"
},
"shipping_address": {
"$ref": "#/components/schemas/address",
"description": "Customer's shipping address"
},
"ssn": {
"description": "Customer's full tax ID eg SSN formatted with hyphens. This optional parameter is required when running KYC on a customer. Input must match the pattern ^\\d{3}-\\d{2}-\\d{4}$. The response contains the last 4 digits only (e.g. 6789).",
"example": "651-36-1079",
"type": "string"
},
"ssn_source": {
"$ref": "#/components/schemas/ssn_source"
}
},
"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-base-person"
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.