Emburse · Schema

APIAccount

Emburse APIAccount schema

Expense ManagementAP AutomationCorporate CardsVirtual CardsReceipt CaptureReimbursementInvoice ProcessingFinanceFintech

Properties

Name Type Description
id string
url string
name string
number string
ledger_balance number
available_balance number
currency_code string
minimum_balance string
available_credit string
pending_credits number
credit_limit number
funding_source object
created_at string
View JSON Schema on GitHub

JSON Schema

emburse-account.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/emburse/refs/heads/main/json-schema/emburse-account.json",
  "title": "APIAccount",
  "description": "Emburse APIAccount schema",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "readOnly": true
    },
    "url": {
      "type": "string",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "readOnly": true
    },
    "number": {
      "type": "string",
      "readOnly": true
    },
    "ledger_balance": {
      "type": "number",
      "multipleOf": 0.01,
      "maximum": 100000000000000,
      "minimum": -100000000000000,
      "readOnly": true
    },
    "available_balance": {
      "type": "number",
      "multipleOf": 0.01,
      "maximum": 100000000000000,
      "minimum": -100000000000000,
      "readOnly": true
    },
    "currency_code": {
      "type": "string",
      "readOnly": true
    },
    "minimum_balance": {
      "type": "string",
      "readOnly": true
    },
    "available_credit": {
      "type": "string",
      "readOnly": true
    },
    "pending_credits": {
      "type": "number",
      "multipleOf": 0.01,
      "maximum": 100000000000000,
      "minimum": -100000000000000,
      "readOnly": true
    },
    "credit_limit": {
      "type": "number",
      "multipleOf": 0.01,
      "maximum": 100000000000000,
      "minimum": -100000000000000,
      "readOnly": true
    },
    "funding_source": {
      "type": "object",
      "properties": {
        "description": {
          "type": "string",
          "readOnly": true,
          "maxLength": 255
        },
        "name": {
          "type": "string",
          "readOnly": true,
          "maxLength": 255
        },
        "number": {
          "type": "string",
          "readOnly": true
        },
        "is_verified": {
          "type": "boolean",
          "readOnly": true
        }
      },
      "required": [
        "description",
        "name"
      ],
      "readOnly": true
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    }
  }
}

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/emburse-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.