Synctera · Schema
external_account_access_token
FintechBackend-as-a-ServiceBankingPaymentsCard IssuingKYC
Properties
| Name | Type | Description |
|---|---|---|
| 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. |
| request_id | string | A unique identifier for the request, which can be used for troubleshooting |
| vendor_access_token | string | The access token associated with the Item data is being requested for. |
| vendor_customer_id | string | An alias for `customer_id` (deprecated). |
| vendor_institution_id | string | The ID of the institution the access token is requested for |
| vendor_public_token | string | The user's public token obtained from successful link login. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/external_account_access_token",
"title": "external_account_access_token",
"properties": {
"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": "492c842f-7239-45cd-bc28-edf1a13c7de2",
"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",
"format": "uuid",
"type": "string"
},
"request_id": {
"description": "A unique identifier for the request, which can be used for troubleshooting",
"readOnly": true,
"type": "string"
},
"vendor_access_token": {
"description": "The access token associated with the Item data is being requested for.",
"readOnly": true,
"type": "string"
},
"vendor_customer_id": {
"description": "An alias for `customer_id` (deprecated).",
"format": "uuid",
"type": "string",
"x-status": "deprecated"
},
"vendor_institution_id": {
"description": "The ID of the institution the access token is requested for\n",
"minLength": 1,
"type": "string"
},
"vendor_public_token": {
"description": "The user's public token obtained from successful link login.\n",
"type": "string"
}
},
"required": [
"vendor_public_token",
"vendor_institution_id"
],
"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-external-account-access-token"
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.