Check the health status of the system
cURL
curl --request GET \ --url https://api.fluxend.app/admin/health \ --header 'Authorization: <authorization>'
{ "content": "<any>", "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
Health status
The response is of type object.
object