Adyen · Schema

Terminal

Terminal schema from Adyen API

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
assignment object Indicates the account level to which the terminal is assigned, the [assignment status](https://docs.adyen.com/point-of-sale/automating-terminal-management/assign-terminals-api), and where the terminal
connectivity object Information about bluetooth, cellular, ethernet and wifi connectivity for the terminal.
firmwareVersion string The software release currently in use on the terminal.
id string The unique identifier of the terminal.
lastActivityAt string Date and time of the last activity on the terminal. Not included when the last activity was more than 14 days ago.
lastTransactionAt string Date and time of the last transaction on the terminal. Not included when the last transaction was more than 14 days ago.
model string The model name of the terminal.
serialNumber string The serial number of the terminal.
View JSON Schema on GitHub

JSON Schema

management-terminal-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-terminal-schema.json",
  "title": "Terminal",
  "description": "Terminal schema from Adyen API",
  "type": "object",
  "properties": {
    "assignment": {
      "x-addedInVersion": "2",
      "description": "Indicates the account level to which the terminal is assigned, the [assignment status](https://docs.adyen.com/point-of-sale/automating-terminal-management/assign-terminals-api), and where the terminals is in the process of being reassigned to.",
      "$ref": "#/components/schemas/TerminalAssignment"
    },
    "connectivity": {
      "x-addedInVersion": "2",
      "description": "Information about bluetooth, cellular, ethernet and wifi connectivity for the terminal.",
      "$ref": "#/components/schemas/TerminalConnectivity"
    },
    "firmwareVersion": {
      "description": "The software release currently in use on the terminal.",
      "type": "string"
    },
    "id": {
      "description": "The unique identifier of the terminal.",
      "type": "string"
    },
    "lastActivityAt": {
      "x-addedInVersion": "2",
      "description": "Date and time of the last activity on the terminal. Not included when the last activity was more than 14 days ago.",
      "format": "date-time",
      "type": "string"
    },
    "lastTransactionAt": {
      "x-addedInVersion": "2",
      "description": "Date and time of the last transaction on the terminal. Not included when the last transaction was more than 14 days ago.",
      "format": "date-time",
      "type": "string"
    },
    "model": {
      "x-addedInVersion": "2",
      "description": "The model name of the terminal.",
      "type": "string"
    },
    "serialNumber": {
      "description": "The serial number of the terminal.",
      "type": "string"
    }
  }
}

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/management-terminal"
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.