v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Hierarchies

List hierarchies

Lists hierarchies and their levels.

get/corporate/v1/hierarchies

Query parameters

cursorstring

Cursor to the next page of results. If no value is specified, it fetches the first page.

limitinteger

Maximum number of items per page. Defaults to 10

Response

OK

Example response

{
  "hierarchies": [
    {
      "id": "9bb95e15-c0e6-4c84-b644-350c76a83358",
      "level": {
        "id": "9bb95e15-c0e6-4c84-b644-350c76a83358",
        "index": 2
      }
    }
  ],
  "pagination": {
    "next_cursor": 124,
    "has_next": true
  }
}