latestOpenAPI 3.0.32026-08-10234358.4 KB

3d5d69795558

Scopes

Get all scopes

Retrieve all scopes in a tree format with available filters. This endpoint does not require authentication and returns the complete scope hierarchy.

get/scopes

Response

Tree-structured list of all scopes with their available filters

Example response

{
  "scopes": [
    {
      "name": "inventory:read",
      "label": "Inventory Read",
      "category": "inventory",
      "sort_priority": 10
    }
  ]
}