v41

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-011035599.5 KB
General

Get information about your API.

<h3>🛡️ Requires Capabilities: None</h3>
get/api

Response

Lists all available versions of your API, and all endpoints across all versions of your API.

{"stackTrail":"paths:/api:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"versions":{"v1":"/api/v1"},"endpoints":["GET /api/v1/health"]}}

Example response

{
  "versions": {
    "v1": "/api/v1"
  },
  "endpoints": [
    "GET /api/v1/health"
  ]
}
All 103 operations