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/consumer/v1/apikeys/key /usage
| Parameters | Description |
|---|---|
| key | The api key used to authenticate the request |
| authorization | undefined |
Request body
empty
Response
Status: 200 - API key usage
| 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 |