Returns the available API route groups of the node.
GET/api/routes
Returns the available API route groups of the node.
Responses
- 200
- 403
- 500
Successful operation
- application/json
- Schema
- Example (from schema)
- default
Schema
routes string[]required
{
"routes": [
"string"
]
}
{
"routes": [
"core/v3",
"dashboard-metrics/v2",
"debug/v2"
]
}
Unsuccessful operation: indicates that the endpoint is not available for public use.
Unsuccessful operation: indicates that an unexpected, internal server error happened which prevented the node from fulfilling the request.
Loading...