ApiKeyList
- dataType: array object[] · ApiKey[]required
The account’s API keys.
Metadata about an API key. The secret itself is never included here.
- createdType: string
At requiredISO 8601 timestamp of when the key was created.
- idType: stringrequired
Unique key identifier (prefixed
key_). Use it to revoke the key. - keyType: string
Prefix requiredThe non-secret prefix of the key, safe to display so you can tell keys apart. The full secret is only ever returned once, at creation.
- lastType: string | null
Used At requiredISO 8601 timestamp the key was last used to authenticate, or
nullif never. - nameType: stringrequired
Human-readable label for the key.
- revokedType: string | null
At requiredISO 8601 timestamp the key was revoked, or
nullif still active.