Work with this as data
Every API 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 apis
7 MCP tools reach this
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.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 API
curl "https://apis.io/api/v1/apis/ixon-page-api"
All apis
curl "https://apis.io/api/v1/apis?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.
OpenAPI Specification
openapi: 3.2.0
info:
contact:
name: IXON B.V.
url: https://www.ixon.cloud/
email: support@ixon.cloud
description: API for the IXON Cloud Platform
license:
name: All Rights Reserved
url: https://www.ixon.cloud/
title: IXON AccessRecoverList Page API
version: 0.1.294
servers:
- description: IXON Cloud platform server
url: https://portal.ixon.cloud:443/api/
tags:
- name: Page
paths:
/pages/{publicId}:
get:
tags:
- Page
summary: Page
responses:
'200':
description: Success response
content:
application/json:
schema:
type: object
required:
- status
- type
- data
properties:
status:
type: string
default: success
type:
type: string
data:
type: object
properties:
publicId:
maxLength: 12
minLength: 12
type: string
name:
maxLength: 255
minLength: 1
type: string
applicationType:
enum:
- sheet
- card
- report
type: string
company:
type: object
properties:
publicId:
type: string
group:
type:
- object
- 'null'
properties:
publicId:
type: string
draft:
type: object
properties:
publicId:
maxLength: 12
minLength: 12
type: string
page:
type: object
properties:
publicId:
type: string
title:
maxLength: 255
minLength: 1
type:
- string
- 'null'
components:
type: array
items:
type: object
properties:
publicId:
maxLength: 12
minLength: 12
type: string
pageVersion:
type: object
properties:
publicId:
type: string
template:
type: object
properties:
publicId:
type: string
boundVersion:
type:
- object
- 'null'
properties:
template:
type: object
properties:
publicId:
type: string
publicId:
maxLength: 12
minLength: 12
type: string
number:
maxLength: 64
minLength: 1
pattern: \d+
type: string
mainPath:
maxLength: 255
minLength: 4
type: string
notes:
maxLength: 65535
minLength: 0
type:
- string
- 'null'
publishedOn:
type:
- string
- 'null'
format: date-time
createdOn:
type: string
format: date-time
createdBy:
type: object
properties:
publicId:
maxLength: 12
minLength: 12
type: string
name:
maxLength: 255
minLength: 1
type: string
dimensions:
oneOf:
- type: object
properties:
type:
enum:
- sheet
type: string
left:
maximum: 11
type: integer
format: int32
top:
maximum: 71
type: integer
format: int32
cols:
maximum: 12
minimum: 1
type: integer
format: int32
rows:
maximum: 72
minimum: 1
type: integer
format: int32
mobileHeight:
maximum: 65535
type:
- integer
- 'null'
format: int32
mobileOrder:
maximum: 65535
type:
- integer
- 'null'
format: int32
mobileLeft:
maximum: 11
type:
- integer
- 'null'
format: int32
mobileCols:
maximum: 12
minimum: 1
type:
- integer
- 'null'
format: int32
required:
- type
- left
- top
- cols
- rows
- type: object
properties:
type:
enum:
- card
type: string
height:
maximum: 65535
minimum: 1
type: integer
format: int32
order:
maximum: 65535
type: integer
format: int32
required:
- type
- height
- order
- type: object
properties:
type:
enum:
- report
type: string
left:
maximum: 7
type: integer
format: int32
top:
maximum: 15
type: integer
format: int32
cols:
maximum: 8
minimum: 1
type: integer
format: int32
rows:
maximum: 16
minimum: 1
type: integer
format: int32
required:
- type
- left
- top
- cols
- rows
- type: object
properties:
type:
enum:
- report-portrait
type: string
left:
maximum: 5
type: integer
format: int32
top:
maximum: 15
type: integer
format: int32
cols:
maximum: 6
minimum: 1
type: integer
format: int32
rows:
maximum: 16
minimum: 1
type: integer
format: int32
required:
- type
- left
- top
- cols
- rows
- type: object
properties:
type:
enum:
- report-landscape
type: string
left:
maximum: 7
type: integer
format: int32
top:
maximum: 10
type: integer
format: int32
cols:
maximum: 8
minimum: 1
type: integer
format: int32
rows:
maximum: 11
minimum: 1
type: integer
format: int32
required:
- type
- left
- top
- cols
- rows
inputs:
maxLength: 16777215
minLength: 0
type: string
pagePage:
type:
- object
- 'null'
properties:
publicId:
maxLength: 12
minLength: 12
type: string
pageVersion:
type: object
properties:
publicId:
type: string
order:
maximum: 65535
type: integer
format: int32
previewAgent:
type:
- object
- 'null'
properties:
publicId:
type: string
previewAsset:
type:
- object
- 'null'
properties:
publicId:
type: string
periodSpec:
maxLength: 255
minLength: 1
type:
- string
- 'null'
periodSelectorEnabled:
type: boolean
defaultRefreshRate:
maximum: 65535
type:
- integer
- 'null'
format: int32
createdOn:
type: string
format: date-time
createdBy:
type:
- object
- 'null'
properties:
publicId:
maxLength: 12
minLength: 12
type: string
name:
maxLength: 255
minLength: 1
type: string
updatedOn:
type:
- string
- 'null'
format: date-time
updatedBy:
type:
- object
- 'null'
properties:
publicId:
maxLength: 12
minLength: 12
type: string
name:
maxLength: 255
minLength: 1
type: string
pagePages:
type: array
items:
type: object
properties:
publicId:
maxLength: 12
minLength: 12
type: string
pageVersion:
type: object
properties:
publicId:
type: string
order:
maximum: 65535
type: integer
format: int32
custom:
type: object
published:
type: object
properties:
publicId:
maxLength: 12
minLength: 12
type: string
page:
type: object
properties:
publicId:
type: string
title:
maxLength: 255
minLength: 1
type:
- string
- 'null'
components:
type: array
items:
type: object
properties:
publicId:
maxLength: 12
minLength: 12
type: string
pageVersion:
type: object
properties:
publicId:
type: string
template:
type: object
properties:
publicId:
type: string
boundVersion:
type:
- object
- 'null'
properties:
template:
type: object
properties:
publicId:
type: string
publicId:
maxLength: 12
minLength: 12
type: string
number:
maxLength: 64
minLength: 1
pattern: \d+
type: string
mainPath:
maxLength: 255
minLength: 4
type: string
notes:
maxLength: 65535
minLength: 0
type:
- string
- 'null'
publishedOn:
type:
- string
- 'null'
format: date-time
createdOn:
type: string
format: date-time
createdBy:
type: object
properties:
publicId:
maxLength: 12
minLength: 12
type: string
name:
maxLength: 255
minLength: 1
type: string
dimensions:
oneOf:
- type: object
properties:
type:
enum:
- sheet
type: string
left:
maximum: 11
type: integer
format: int32
top:
maximum: 71
type: integer
format: int32
cols:
maximum: 12
minimum: 1
type: integer
format: int32
rows:
maximum: 72
minimum: 1
type: integer
format: int32
mobileHeight:
maximum: 65535
type:
- integer
- 'null'
format: int32
mobileOrder:
maximum: 65535
type:
- integer
- 'null'
format: int32
mobileLeft:
maximum: 11
type:
- integer
- 'null'
format: int32
mobileCols:
maximum: 12
minimum: 1
type:
- integer
- 'null'
format: int32
required:
- type
- left
- top
- cols
- rows
- type: object
properties:
type:
enum:
- card
type: string
height:
maximum: 65535
minimum: 1
type: integer
format: int32
order:
maximum: 65535
type: integer
format: int32
required:
- type
- height
- order
- type: object
properties:
type:
enum:
- report
type: string
left:
maximum: 7
type: integer
format: int32
top:
maximum: 15
type: integer
format: int32
cols:
maximum: 8
minimum: 1
type: integer
format: int32
rows:
maximum: 16
minimum: 1
type: integer
format: int32
required:
- type
- left
- top
- cols
- rows
- type: object
properties:
type:
enum:
- report-portrait
type: string
left:
maximum: 5
type: integer
format: int32
top:
maximum: 15
type: integer
format: int32
cols:
maximum: 6
minimum: 1
type: integer
format: int32
rows:
maximum: 16
minimum: 1
type: integer
format: int32
required:
- type
- left
- top
- cols
- rows
- type: object
properties:
type:
enum:
- report-landscape
type: string
left:
maximum: 7
type: integer
format: int32
top:
maximum: 10
type: integer
format: int32
cols:
maximum: 8
minimum: 1
type: integer
format: int32
rows:
maximum: 11
minimum: 1
type: integer
format: int32
required:
- type
- left
- top
- cols
- rows
inputs:
maxLength: 16777215
minLength: 0
type: string
pagePage:
type:
- object
- 'null'
properties:
publicId:
maxLength: 12
minLength: 12
type: string
pageVersion:
type: object
order:
maximum: 65535
type: integer
format: int32
previewAgent:
type:
- object
- 'null'
properties:
publicId:
type: string
previewAsset:
type:
- object
- 'null'
properties:
publicId:
type: string
periodSpec:
maxLength: 255
minLength: 1
type:
- string
- 'null'
periodSelectorEnabled:
type: boolean
defaultRefreshRate:
maximum: 65535
type:
- integer
- 'null'
format: int32
createdOn:
type: string
format: date-time
createdBy:
type:
- object
# --- truncated at 32 KB (41 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/ixon/refs/heads/main/openapi/ixon-page-api-openapi.yml