Skip to main content

[Y] Server Status Page

GET https://devops-campania.herokuapps.com/api/status

Returns a valid status indicator to validate server operations and for server monitoring. Does NOT require API Key to access.

Query Parameters

NameTypeDescription
responseStringEither json or html [Default json]

INFO tab title="200: OK "

Server OK

JSON VERSION

<pre class="language-json"><code class="lang-json">{
<strong> "code": "success",
</strong> "error": null,
"result": null
}
</code></pre>