Merge · Schema

AccountIntegration

IntegrationPlatformUnified-APIAgent HandlerLLM Gateway

Properties

Name Type Description
name string Company name.
abbreviated_name stringnull Optional. This shortened name appears in places with limited space, usually in conjunction with the platform's logo (e.g., Merge Link menu).

Example: Workforce Now (in lieu of ADP Workforce
categories array Category or categories this integration belongs to. Multiple categories should be comma separated, i.e. [ats, hris].
image stringnull Company logo in rectangular shape.
square_image stringnull Company logo in square shape.
color string The color of this integration used for buttons and text throughout the app and landing pages. Choose a darker, saturated color.
slug string
api_endpoints_to_documentation_urls object Mapping of API endpoints to documentation urls for support. Example: {'GET': [['/common-model-scopes', 'https://docs.merge.dev/accounting/common-model-scopes/#common_model_scopes_retrieve'],['/common-
webhook_setup_guide_url stringnull Setup guide URL for third party webhook creation. Exposed in Merge Docs.
category_beta_status object Category or categories this integration is in beta status for.
View JSON Schema on GitHub

JSON Schema

merge-accountintegration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountIntegration",
  "title": "AccountIntegration",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Company name."
    },
    "abbreviated_name": {
      "type": [
        "string",
        "null"
      ],
      "description": "Optional. This shortened name appears in places with limited space, usually in conjunction with the platform's logo (e.g., Merge Link menu).<br><br>Example: <i>Workforce Now (in lieu of ADP Workforce Now), SuccessFactors (in lieu of SAP SuccessFactors)</i>"
    },
    "categories": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CategoriesEnum"
      },
      "description": "Category or categories this integration belongs to. Multiple categories should be comma separated, i.e. [ats, hris]."
    },
    "image": {
      "type": [
        "string",
        "null"
      ],
      "format": "uri",
      "description": "Company logo in rectangular shape."
    },
    "square_image": {
      "type": [
        "string",
        "null"
      ],
      "format": "uri",
      "description": "Company logo in square shape."
    },
    "color": {
      "type": "string",
      "description": "The color of this integration used for buttons and text throughout the app and landing pages. <b>Choose a darker, saturated color.</b>"
    },
    "slug": {
      "type": "string"
    },
    "api_endpoints_to_documentation_urls": {
      "type": "object",
      "additionalProperties": {
        "description": "Any type"
      },
      "description": "Mapping of API endpoints to documentation urls for support. Example: {'GET': [['/common-model-scopes', 'https://docs.merge.dev/accounting/common-model-scopes/#common_model_scopes_retrieve'],['/common-model-actions', 'https://docs.merge.dev/accounting/common-model-actions/#common_model_actions_retrieve']], 'POST': []}"
    },
    "webhook_setup_guide_url": {
      "type": [
        "string",
        "null"
      ],
      "description": "Setup guide URL for third party webhook creation. Exposed in Merge Docs."
    },
    "category_beta_status": {
      "$ref": "#/components/schemas/AccountIntegrationCategoryBetaStatus",
      "description": "Category or categories this integration is in beta status for."
    }
  },
  "required": [
    "name"
  ]
}

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/merge-accountintegration"
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.