Keys
Retrieve usage numbers
Filter by keyId
or ownerId
.
GET
/
v1
/
keys.getVerifications
Changelog
Date | Changes |
---|---|
Jan 08 2024 | Introduced endpoint |
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The id of the key to fetch, either keyId
or ownerId
must be provided
The owner id to fetch keys for, either keyId
or ownerId
must be provided
The start of the period to fetch usage for as unix milliseconds timestamp, defaults to 24h ago.
The end of the period to fetch usage for as unix milliseconds timestamp, defaults to now.
The granularity of the usage data to fetch, currently only day
is supported
Available options:
day
Response
200 - application/json
Was this page helpful?