v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
API Info

List all endpoints

List all endpoints and their version

get/info

Response

API endpoints

result'success' | 'error' required

Result of the request

action'apiGeneralInformations' required

The id of the action

Example response

{
  "data": {
    "availableVersions": [
      {
        "latest": 12,
        "all": [
          {
            "latest": 12,
            "all": [
              {
                "version": 12,
                "status": "maintained"
              }
            ]
          }
        ]
      }
    ],
    "endpoints": [
      [
        {
          "listAcceptedNodes": "List all accepted nodes with configurable details level",
          "GET": "[8,9,10,11,12,13] /nodes"
        }
      ]
    ]
  }
}