GET
/
api
/
v1
/
servers
/
ping
curl --request GET \
  --url https://api.chakra.dev/api/v1/servers/ping \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "message": "<string>",
  "username": "<string>",
  "bucketName": "<string>",
  "region": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Server health status

The response is of type object.