Properties
| Name | Type | Description |
|---|---|---|
| ban_status | object | |
| creation_time | string | The date and time the resource was created. |
| dob | string | Person's date of birth in RFC 3339 full-date format (YYYY-MM-DD). |
| string | Person's email. | |
| first_name | string | Person's first name. |
| id | string | Person's unique identifier. |
| is_customer | object | |
| last_name | string | Person's last name. |
| last_updated_time | string | The date and time the resource was last updated. |
| legal_address | object | Person's legal address. |
| metadata | object | |
| middle_name | string | Person's middle name. |
| phone_number | string | Person'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 |
| shipping_address | object | Person's shipping address. |
| ssn | string | Person's full tax ID eg SSN formatted with hyphens. This optional parameter is required when running KYC. The response contains the last 4 digits only (e.g. 6789). |
| ssn_source | object | |
| status | object | |
| verification_last_run | string | Date and time KYC verification was last run on the person. |
| verification_status | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/base_person1",
"title": "base_person1",
"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"
},
"dob": {
"description": "Person's date of birth in RFC 3339 full-date format (YYYY-MM-DD).",
"example": "2000-01-01",
"format": "date",
"type": "string"
},
"email": {
"description": "Person's email.",
"example": "Ethelyn_Bauch@hotmail.com",
"type": "string"
},
"first_name": {
"description": "Person's first name.",
"example": "Jedediah",
"type": "string"
},
"id": {
"description": "Person's unique identifier.",
"example": "169d1e96-24be-4d56-a3b6-4667da1cd221",
"format": "uuid",
"readOnly": true,
"type": "string"
},
"is_customer": {
"$ref": "#/components/schemas/is_customer"
},
"last_name": {
"description": "Person's last name.",
"example": "Purdy",
"type": "string"
},
"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": "Person's legal address."
},
"metadata": {
"$ref": "#/components/schemas/metadata"
},
"middle_name": {
"description": "Person's middle name.",
"example": "a",
"type": "string"
},
"phone_number": {
"description": "Person'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"
},
"shipping_address": {
"$ref": "#/components/schemas/address",
"description": "Person's shipping address."
},
"ssn": {
"description": "Person's full tax ID eg SSN formatted with hyphens. This optional parameter is required when running KYC. The response contains the last 4 digits only (e.g. 6789).",
"example": "083-98-3418",
"type": "string"
},
"ssn_source": {
"$ref": "#/components/schemas/ssn_source"
},
"status": {
"$ref": "#/components/schemas/status1"
},
"verification_last_run": {
"description": "Date and time KYC verification was last run on the person.",
"example": "2022-01-18T17:54:12Z",
"format": "date-time",
"readOnly": true,
"type": "string"
},
"verification_status": {
"$ref": "#/components/schemas/verification_status"
}
},
"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-person1"
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.