Routes

Returns the available API route groups of the node.

get

Returns the available API route groups of the node.

Responses
200
Successful operation
application/json
get
GET /api/routes HTTP/1.1
Host: iota.nownodes.io
Accept: */*
{
  "routes": [
    "core/v2",
    "dashboard-metrics/v1",
    "debug/v1"
  ]
}

Last updated