Root routes
July 30, 2026 · View on GitHub
- Concept:
root - Owner:
root
Child resolver
Routes can be resolved to a child space via:
- Resolver key:
space - Path pattern:
/spaces/:spaceId - Mount path:
/spaces/:spaceId - Schemas:
params:space
Child nodes
space(via resolverspace)
Routes
| Operation | Method | Path (full) | Kind | Schemas |
|---|---|---|---|---|
ingressIdentity | GET | /api/v2/ingress/identity | request | response: IngressIdentity |
version | GET | /api/v2/version | request | response: version |
info | GET | /api/v2/info | request | response: info |
load | GET | /api/v2/load | request | response: LoadResponse |
spaces | GET | /api/v2/spaces | request | query: page, response: listResponse(Space) |
health | GET | /api/v2/health | request | response: healthCheckInfo(Root) |
trust | GET | /api/v2/verser2/trust/:id? | request | params: trustSpace, response: TrustExport |
audit | GET | /api/v2/audit | upstream | response: RestAPI2Schemas.stream |
Route details
ingressIdentity
- Operation ID:
GET /api/v2/ingress/identity - Method:
GET - Path (full):
/api/v2/ingress/identity - Path (node-local):
/ingress/identity - Schemas:
response:IngressIdentity
version
- Operation ID:
GET /api/v2/version - Method:
GET - Path (full):
/api/v2/version - Path (node-local):
/version - Schemas:
response:version
info
- Operation ID:
GET /api/v2/info - Method:
GET - Path (full):
/api/v2/info - Path (node-local):
/info - Schemas:
response:info
load
- Operation ID:
GET /api/v2/load - Method:
GET - Path (full):
/api/v2/load - Path (node-local):
/load - Schemas:
response:LoadResponse
spaces
- Operation ID:
GET /api/v2/spaces - Method:
GET - Path (full):
/api/v2/spaces - Path (node-local):
/spaces - Schemas:
query:page,response:listResponse(Space)
health
- Operation ID:
GET /api/v2/health - Method:
GET - Path (full):
/api/v2/health - Path (node-local):
/health - Schemas:
response:healthCheckInfo(Root)
trust
- Operation ID:
GET /api/v2/verser2/trust/:id? - Method:
GET - Path (full):
/api/v2/verser2/trust/:id? - Path (node-local):
/verser2/trust/:id? - Schemas:
params:trustSpace,response:TrustExport
audit
- Operation ID:
GET /api/v2/audit - Method:
GET - Path (full):
/api/v2/audit - Path (node-local):
/audit - Kind:
upstream - Schemas:
response:RestAPI2Schemas.stream