List API keys
Every API key of the project, including revoked and expired ones.
/v1/api-keysAPI keyReturns all of the project's keys, newest first. Revoked and expired keys are included, so check revokedAt and expiresAt. The full key is never returned: Flaresend only stores its first 12 characters and a hash.
Keys are created, renamed and revoked with the admin key. See Create an API key and API keys.
Response
Show API key propertiesHide API key properties
The key ID, key_…. This is not the key itself.
The project it belongs to.
The name given when it was created, for example production.
The first 12 characters of the key, for example fs_live_4f8K, so you can tell keys apart.
When the key last made a request. Updated at most once a minute.
When it was created.
When it was revoked, or null if it's active.
When it stops working, or null if it never expires.