Codevisor Server
Api reference

Check server health

GET/v1/health

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/health"
{  "ok": true,  "version": "string",  "database": "ready",  "migration": {    "id": "string",    "name": "string",    "completed": 0,    "total": 0,    "error": "string"  }}
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}