Get server health
Get the health of the server and some useful information.
GET
/health/
authorization<token>
To get an API key, please contact us. We'll be happy to help you.
In: header
Response Body
curl -X GET "https://api.pragma-project.dev/health/"
{
"status": "OK",
"uptime": "1 hour 2 minutes 3 seconds",
"apiVersions": "1",
"docURL": "https://docs.popina.com/"
}