Account Usage

Account Usage

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

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

Headers

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

Last updated