Core

GET /api/health

get
Authorizations
Responses
200

Successful response

application/json
Responseobject
get
GET /api/health HTTP/1.1
Host: api.dovafm.xyz
X-API-Key: YOUR_API_KEY
Accept: */*
200

Successful response

{
  "status": "ok"
}

GET /api/stats

get
Authorizations
Responses
200

Successful response

application/json
Responseobject
get
GET /api/stats HTTP/1.1
Host: api.dovafm.xyz
X-API-Key: YOUR_API_KEY
Accept: */*
200

Successful response

{
  "status": "ok"
}

Last updated