Truto · Schema

IntegratedAccount

An integrated account representing a connection between a Truto tenant and a customer's connected third-party application.

Unified-APIIntegration PlatformHRISATSCRMEmbedded IntegrationsMCPAI AgentsSoftware-as-a-Service

Properties

Name Type Description
id string Unique identifier for the integrated account.
integration string Integration name identifying the connected application (e.g., bamboohr, greenhouse, salesforce).
name string Human-readable display name for this integrated account.
status string Connection status of the integrated account.
context object Metadata stored from post-install actions, such as tenant ID, subdomain, region, or base URL from the underlying API.
externalId string Your internal identifier for the end user or organization that owns this connection.
createdAt string Timestamp when the account was connected.
updatedAt string Timestamp when the account was last updated.
View JSON Schema on GitHub

JSON Schema

truto-integrated-account-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.truto.one/schemas/integrated-account",
  "title": "IntegratedAccount",
  "description": "An integrated account representing a connection between a Truto tenant and a customer's connected third-party application.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the integrated account."
    },
    "integration": {
      "type": "string",
      "description": "Integration name identifying the connected application (e.g., bamboohr, greenhouse, salesforce)."
    },
    "name": {
      "type": "string",
      "description": "Human-readable display name for this integrated account."
    },
    "status": {
      "type": "string",
      "enum": ["active", "inactive", "error"],
      "description": "Connection status of the integrated account."
    },
    "context": {
      "type": "object",
      "additionalProperties": true,
      "description": "Metadata stored from post-install actions, such as tenant ID, subdomain, region, or base URL from the underlying API."
    },
    "externalId": {
      "type": "string",
      "description": "Your internal identifier for the end user or organization that owns this connection."
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the account was connected."
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the account was last updated."
    }
  },
  "required": ["id", "integration", "status"]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/truto-integrated-account"
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.