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

Check

GET
/apps/installment/check
Last modified:2025-11-10 19:46:06
Cron işleminin manuel olarak çalıştırılması

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/apps/installment/check' \
--header 'Authorization: Basic <encoded-value>'
Response Response Example
{
    "status": true
}
Modified at 2025-11-10 19:46:06
Previous
Logs
Next
Health
Built with