Patascore APIs
  • Patascore
  • Authentication
  • Customer Operations
    • Register Customer
    • Fetch Customer
  • Verification & Credit Data Operations
    • Fetch Verification
    • Mobiloanscore (Sync)
    • Mobiloanscore (Async)
  • Business Verification
    • Business Verification
    • Fetch Results (Optional)
  • MPESA Operations
    • Upload Statement (Extraction)
    • Extraction Status
    • Scoring Results
  • Bank Operations
    • Upload Statement (Extraction)
    • Scoring Results
  • Transactions Operations
    • Submit Transactions
    • Fetch Score Results
  • Financial Education
    • Fetch Modules
    • Fetch Websocket Conversaction
    • Fetch Customer Session Summary
    • Fetch Customer Summary
    • Fetch Program Summary
    • Customer Subscription
      • Subscribe to Websocket
  • Billing Operations
    • Account Balance
    • Topups
    • Account Usage
Powered by GitBook
On this page

Was this helpful?

  1. Billing Operations

Account Usage

Account Usage

GET {{BASE_URL}}/api/v1/account/usage

This endpoint allows you to get the API usage for your account

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

{
   "status":200,
   "message":"Api usage successfully fetched",
   "data":{
      "amount":0.0
   }
}

PreviousTopups

Last updated 4 years ago

Was this helpful?