Apikeys
Bnder API documentation for Apikeys. Read the API Overview to get started and learn more.
Get API key usage
Get the usage of an API key
GET /apikeys/key/usage
Parameters
key The api key used to authenticate the request
authorization undefined
Responses
200 Response (API key usage):
Response Field | Type | Description |
---|---|---|
monthly_usage | number | The monthly usage of the API key |
hourly_usage | number | The hourly usage of the API key |
max_monthly_usage | number | The maximum monthly usage of the API key |
max_hourly_usage | number | The maximum hourly usage of the API key |