Properties
| Name | Type | Description |
|---|---|---|
| account_identifiers | object | |
| account_owner_names | array | The names of the account owners. |
| business_id | string | The identifier for the business customer associated with this external account. Exactly one of `business_id` or `customer_id` must be specified. |
| customer_id | string | The identifier for the personal customer associated with this external account. Exactly one of `customer_id` or `business_id` must be specified. |
| customer_type | object | |
| metadata | object | User-supplied metadata |
| nickname | string | A user-meaningful name for the account |
| routing_identifiers | object | |
| type | string | The type of the account |
| vendor_account_id | string | The ID of the vendor account, will be empty for MANUAL vendor |
| verification | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/add_accounts_request",
"title": "add_accounts_request",
"properties": {
"account_identifiers": {
"$ref": "#/components/schemas/add_accounts_request_account_identifiers"
},
"account_owner_names": {
"description": "The names of the account owners.",
"items": {
"example": "Miss Clark Maggio",
"minLength": 1,
"type": "string"
},
"minItems": 1,
"type": "array"
},
"business_id": {
"description": "The identifier for the business customer associated with this external account. Exactly one of `business_id` or `customer_id` must be specified.\n",
"example": "fc8d475c-0d6d-4139-8010-93c57ce5eed1",
"format": "uuid",
"type": "string"
},
"customer_id": {
"description": "The identifier for the personal customer associated with this external account. Exactly one of `customer_id` or `business_id` must be specified.\n",
"example": "91a0ced5-2403-4a98-9b9f-c4577834eac1",
"format": "uuid",
"type": "string"
},
"customer_type": {
"$ref": "#/components/schemas/ext_account_customer_type"
},
"metadata": {
"description": "User-supplied metadata",
"type": "object"
},
"nickname": {
"description": "A user-meaningful name for the account",
"example": "Money Market Account",
"minLength": 1,
"type": "string"
},
"routing_identifiers": {
"$ref": "#/components/schemas/add_accounts_request_routing_identifiers"
},
"type": {
"description": "The type of the account",
"enum": [
"CHECKING",
"SAVINGS"
],
"type": "string"
},
"vendor_account_id": {
"description": "The ID of the vendor account, will be empty for MANUAL vendor",
"example": "blgvvBlXw3cq5GMPwqB6s6q4dLKB9WcVqGDGo",
"minLength": 1,
"type": "string"
},
"verification": {
"$ref": "#/components/schemas/account_verification"
}
},
"required": [
"type",
"customer_type",
"account_owner_names",
"routing_identifiers",
"account_identifiers"
],
"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-add-accounts-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 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.