v106

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-02160524464.6 KB
Discovery

API Discovery

Returns discovery URLs for the API.

get/

Response

Discovery URLs

Example response

{
  "urls": {
    "openapi_url": "/api/v1/openapi.json",
    "current_user_url": "/api/v1/user",
    "health_url": "/health"
  }
}
All 160 operations