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
GET /api/status
curl \
 --request GET 'https://api.fincalc.co.uk/api/status'
Response examples (200)
{
  "success": true,
  "data": {}
}