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