Properties
| Name | Type | Description |
|---|---|---|
| displayUrls | object | The list of local and public URLs to send display notifications to when using Terminal API. |
| encryptionKey | object | The key you share with Adyen to secure local communications when using Terminal API. |
| eventUrls | object | The list of local and public URLs to send event notifications to when using Terminal API. |
| nexoEventUrls | array | One or more URLs to send event messages to when using Terminal API. |
| notification | object | Configures sending event notifications by pressing a button on a terminal, for example used for pay-at-table. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Nexo",
"title": "Nexo",
"properties": {
"displayUrls": {
"description": "The list of local and public URLs to send display notifications to when using Terminal API.",
"$ref": "#/components/schemas/NotificationUrl"
},
"encryptionKey": {
"description": "The key you share with Adyen to secure local communications when using Terminal API.",
"$ref": "#/components/schemas/Key"
},
"eventUrls": {
"description": "The list of local and public URLs to send event notifications to when using Terminal API.",
"$ref": "#/components/schemas/EventUrl"
},
"nexoEventUrls": {
"deprecated": true,
"x-deprecatedInVersion": "1",
"x-deprecatedMessage": "Use `eventUrls` instead.",
"description": "One or more URLs to send event messages to when using Terminal API.",
"items": {
"type": "string"
},
"type": "array"
},
"notification": {
"description": "Configures sending event notifications by pressing a button on a terminal, for example used for pay-at-table.",
"$ref": "#/components/schemas/Notification"
}
},
"type": "object"
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/adyen-nexo"
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.