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"
]
}