Skip to main content
GET
/
status
Get System Status
curl --request GET \
  --url http://localhost/api/status \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "status": "<string>",
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
data
object
required