v2
Machine-readable catalog of all v2 endpoints
Self-describing directory of the v2 API.
Lists every v2 endpoint with its parameters, accepted values and defaults, derived from the live OpenAPI schema. Intended as the single entry point for AI agents and other automated clients.
get/v2
Response
Successful Response
Example response
{
"endpoints": [
{
"path": "/v2/public_power",
"method": "GET"
}
]
}