Get the status of the server

GET /api/status

This endpoint allows you to get the status of the server.

Responses

  • 200 application/json

    Success

    Hide response attributes Show response attributes object
    • success boolean

      Default value is true.

    • data object

      Additional properties are allowed.

GET /api/status
curl \
 -X GET https://api.fincalc.co.uk/api/status
Response examples (200)
{
  "success": true,
  "data": {}
}