# checkStatus (deprecated)

Check if the service is active
This API has been deprecated and will be shut down soon (see the deprecation roadmap).Please use service/checkStatus. See the migration guide for details.

Endpoint: GET /api/v1/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


