This endpoint allows you to monitor your current usage of Killbot's services in relation to your subscription plan. By sending a request to this endpoint, you can retrieve detailed information about the number of requests made and compare it against your quota. This helps you manage your usage efficiently and ensures that you stay within the limits of your subscribed plan.
Request
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.killbot.to/getUsage' \
--header'X-API-Key;'
Responses
🟢200Information about the user's IP, User-Agent, and bot status.
application/json
Body
Example
{"success":true,"quota":"228/40000","message":"You have a valid subscription."}