Backhub
Jewelo Api
Jewelo Api
Mail ile İletişime Geç
Github
  1. Bank
  • Backhub Api
  • 🧮 Muhasip
    • Accounting
      • Muhasip Api
      • Contacts
        • Index
        • Details
        • Create
        • Update
        • Delete
        • Archive
        • unArchive
      • Accounts
        • Index
        • Create
        • Edit
        • Delete
        • Archive
        • unArchive
        • Extract
      • Stocks
    • Settings
      • Definitions
        • Index
        • Create
        • Edit
        • Delete
      • Branches
        • Sections
          • Index
          • Detail
          • Create
          • Update
          • Delete
        • Index
        • Details
        • Create
        • Update
        • Delete
    • Info
      GET
  • 🗂️ Apps
    • Bank
      • Index
        GET
      • Check
        GET
      • Transactions
        GET
      • setStatus
        PATCH
    • Payment
      • Commission
      • Create
      • Status
      • Update
      • Delete
  • 💎 Jewelo
    • Token
      POST
  1. Bank

Check

GET
https://api.muhasip.dev/apps/bank/{id}/check
Last modified:2024-10-19 11:52:58
Mesai saatlerinde 30dk, mesai saatleri dışında 60Dk otomatik kontrol eder
Ancak bazı durumlarda anlık kontrol için bu servisi kullanarak tetikleyebilirsiniz.
Tetikleme sonucunda yeni data varsa response döner
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.muhasip.dev/apps/bank/660840e8a1bb8c5ab3c55dc7/check' \
--header 'Authorization: Basic Og=='
Response Response Example
{}

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 *****************
Path Params
id
string 
required
Example:
660840e8a1bb8c5ab3c55dc7

Responses

🟢200Success
application/json
Body
object {0}
Previous
Index
Next
Transactions
Built with