List API keys

Every key on the account, with its scopes and spending limit. Only the preview of each key is returned — the secret itself exists once, at creation.

GET/api-key
AuthAPI keyorOAuth tokenHow to send it

Response#

200API keys returned

dataobject[]required
createdAtanyrequired
idstringrequired
keyPreviewstringrequired
namestring | nullrequired
scopesstring[]required
spendingLimitstring | nullrequired
spendingLimitPeriodstring | nullrequired
"day""month""week"
updatedAtanyrequired

Errors#

A failed call names what went wrong in code, with a sentence in message. The codes, which of them are worth retrying, and how to read a validation failure are on Errors.