Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| integration | string | |
| integration_slug | string | |
| category | object | |
| end_user_origin_id | string | |
| end_user_organization_name | string | |
| end_user_email_address | string | |
| status | string | |
| webhook_listener_url | string | |
| is_duplicate | booleannull | Whether a Production Linked Account's credentials match another existing Production Linked Account. This field is `null` for Test Linked Accounts, incomplete Production Linked Accounts, and ignored du |
| account_type | string | |
| completed_at | stringnull | The time at which account completes the linking flow. |
| instance_id | stringnull | |
| instance_display_value | stringnull |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AccountDetails",
"title": "AccountDetails",
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid"
},
"integration": {
"type": "string"
},
"integration_slug": {
"type": "string"
},
"category": {
"oneOf": [
{
"$ref": "#/components/schemas/CategoryEnum"
},
{
"type": "null"
}
]
},
"end_user_origin_id": {
"type": "string"
},
"end_user_organization_name": {
"type": "string"
},
"end_user_email_address": {
"type": "string",
"format": "email"
},
"status": {
"type": "string"
},
"webhook_listener_url": {
"type": "string",
"format": "uri"
},
"is_duplicate": {
"type": [
"boolean",
"null"
],
"description": "Whether a Production Linked Account's credentials match another existing Production Linked Account. This field is `null` for Test Linked Accounts, incomplete Production Linked Accounts, and ignored duplicate Production Linked Account sets."
},
"account_type": {
"type": "string"
},
"completed_at": {
"type": [
"string",
"null"
],
"format": "date-time",
"description": "The time at which account completes the linking flow."
},
"instance_id": {
"type": [
"string",
"null"
]
},
"instance_display_value": {
"type": [
"string",
"null"
]
}
}
}
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/merge-accountdetails"
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.