# checkStatus

Check if the service is active

Endpoint: GET /api/service/checkStatus
Version: 2.1.0

## Response 200 fields (application/json):

  - `service` (string)
    Service endpoint

  - `success` (boolean)
    Success result

  - `active` (boolean)
    Status of the service

  - `message` (string)
    In case the service is down, a message explaining the reason

## Response 500 fields (application/json):

  - `service` (string)
    Service endpoint

  - `success` (boolean)
    Success result

  - `errorMessage` (string)
    Description of the message


