apikeys
Get the quota state of an api key
Get the quota state of an api key
get/api/groups/{groupId}/apikeys/{clientId}/quotas
Path parameters
groupIdstring required
The api key group id
clientIdstring required
the api key id
Response
Successful operation
Example response
{
"authorizedCallsPerDay": 123,
"authorizedCallsPerMonth": 123,
"authorizedCallsPerSec": 123,
"currentCallsPerDay": 123,
"currentCallsPerMonth": 123,
"currentCallsPerSec": 123,
"remainingCallsPerDay": 123,
"remainingCallsPerMonth": 123,
"remainingCallsPerSec": 123
}