GET
/
admin
/
health
Check system health
curl --request GET \
  --url https://api.fluxend.app/admin/health \
  --header 'Authorization: <authorization>'
{
  "content": "<any>",
  "errors": [
    "<string>"
  ],
  "metadata": "<any>",
  "success": true
}

Headers

Authorization
string
required

Bearer Token

Response

200
application/json

Health status

The response is of type object.