Pleo · Schema

InstallationResponse

Expense ManagementCompany CardsSpend ManagementReimbursementAccountingFintechFinance

Properties

Name Type Description
applicationId string The unique identifier of the application this installation is for.
createdAt string The date and time when the installation was created.
errorCode string Explains the error that inactivated the installation. This appear if the installation status is inactive.
id string The unique identifier of the installation.
metadata object Additional information about the installation.
resource string The resource that the installation is for.
status string This can be one of InstallationStatus values
updatedAt string The date and time when the installation was last updated.
View JSON Schema on GitHub

JSON Schema

pleo-installation-response-schema.json Raw ↑
{
  "required": [
    "applicationId",
    "createdAt",
    "id",
    "metadata",
    "resource",
    "status",
    "updatedAt"
  ],
  "type": "object",
  "properties": {
    "applicationId": {
      "type": "string",
      "description": "The unique identifier of the application this installation is for.",
      "format": "uuid",
      "readOnly": true,
      "example": "123e4567-e89b-12d3-a456-426614174000"
    },
    "createdAt": {
      "type": "string",
      "description": "The date and time when the installation was created.",
      "format": "date-time",
      "readOnly": true,
      "example": "2021-01-01T00:00:00Z"
    },
    "errorCode": {
      "type": "string",
      "description": "Explains the error that inactivated the installation. This appear if the installation status is inactive.",
      "readOnly": true,
      "example": "NOT_ENTITLED"
    },
    "id": {
      "type": "string",
      "description": "The unique identifier of the installation.",
      "format": "uuid",
      "readOnly": true,
      "example": "123e4567-e89b-12d3-a456-426614174000"
    },
    "metadata": {
      "type": "object",
      "additionalProperties": {
        "type": "object",
        "description": "Additional information about the installation.",
        "example": {
          "key": "value"
        }
      },
      "description": "Additional information about the installation.",
      "example": {
        "key": "value"
      }
    },
    "resource": {
      "type": "string",
      "description": "The resource that the installation is for.",
      "readOnly": true,
      "example": "urn:pleo:company:123e4567-e89b-12d3-a456-426614174000"
    },
    "status": {
      "type": "string",
      "description": "This can be one of InstallationStatus values",
      "example": "ACTIVATED"
    },
    "updatedAt": {
      "type": "string",
      "description": "The date and time when the installation was last updated.",
      "format": "date-time",
      "readOnly": true,
      "example": "2021-01-01T00:00:00Z"
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "InstallationResponse"
}

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/pleo-installation-response"
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.