Routes
Returns the available API route groups of the node.
Responses
200
Successful operation
application/json
403
Unsuccessful operation: indicates that the endpoint is not available for public use.
500
Unsuccessful operation: indicates that an unexpected, internal server error happened which prevented the node from fulfilling the request.
503
Unsuccessful operation: indicates that the node isn´t healthy.
get
GET /api/routes HTTP/1.1
Host: iota.nownodes.io
Accept: */*
{
"routes": [
"core/v2",
"dashboard-metrics/v1",
"debug/v1"
]
}
Last updated