• Muhasip 4.0
    • 🔒 Rate Limiting
    • Cariler
    • Uygulamalar
      • Taksit
        • Index
        • Detail
        • Create
        • Cancel
        • Logs
        • Check
    • Health
      GET
    • Schemas
      • helpers
        • variables
        • paginateSchema
      • general
        • definitions
      • apps
        • installments
          • installments
          • installmentCronHistories
      • cantacts
        • contactPeoples
        • contacts

      Health

      GET
      /health
      Last modified:2025-10-31 22:32:48
      Sistem ayakta mı?

      Request

      Authorization
      Send your HTTP requests with an
      Authorization
      header that contains the word Basic followed by a space and a base64-encoded string username:password
      Example:
      Authorization: Basic *****************

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.muhasip.pro/health' \
      --header 'Authorization: Basic <encoded-value>'
      Response Response Example
      {
          "status": true,
          "uptime": 1.995170584,
          "timestamp": "2025-10-31T22:29:00.634Z",
          "service": "muhasip-api"
      }
      Modified at 2025-10-31 22:32:48
      Previous
      Check
      Next
      variables
      Built with