Keys
Verifications
Get usage information about your API keys
Request
Either ownerId
or keyId
is required. Not both.
keyId
string
requiredThe ID of the key you want to check.
ownerId
string
requiredThe ownerId
associated with one or more keys you want to check.
start
integer
The unix timestamp in milliseconds to start the query from. Defaults to 30 days ago.
end
integer
The unix timestamp in milliseconds to end the query at. Defaults to now.
granularity
day
default: "day"The granularity of the data. Only day
is supported at this time.
Response
result
object
verifications
Array
requiredtime
integer
requiredThe timestamp of the usage data
success
integer
requiredThe number of successful requests.
rateLimited
integer
requiredThe number of requests that were rate limited
usageExceeded
integer
requiredThe number of requests that exceeded the usage limit.