Skip to main content
GET
/
api
/
v1
/
auth
/
status
Return nodes in cluster
curl --request GET \
  --url https://api.example.com/api/v1/auth/status \
  --header 'Authorization: <api-key>'
{
  "nodes": [
    {
      "api_port": 123,
      "id": "<string>",
      "ip": "<string>",
      "type": 0
    }
  ]
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Response

OK

nodes
object[]