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
X-API-Key
string
required
The API key to authorize the request.
Request samples
PHP
JavaScript
Shell
Java
Swift
Go
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
PHP
JavaScript
Shell
Java
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
success
boolean
required
quota
string
required
message
string
required
Example
{"success":true,"quota":"228/40000","message":"You have a valid subscription."}