List API Keys
API Keys
List API Keys: Account and Agent-Scoped Tokens
List every AgentDrop API key on your account with prefix, scope, creation date, and last-used timestamp. Key values themselves are never returned again.
GET
List API Keys
Retrieve all API keys associated with your account. Returns key metadata only, full key values are never shown after creation.
Full API key values are only returned once, in the create-api-key response. If you lose a key, revoke it and create a new one.
Request
Headers
string
required
Bearer token. Example:
Bearer agd_live_xxxxxxxxxxxxxxxxxxxxResponse
array
Array of API key objects.
Key Object
string
The key ID, used for revocation.
string
The descriptive name you assigned to this key.
string
The first characters of the key (e.g.
agd_live_xxxx). Useful for identifying which key is in use.string
ISO 8601 timestamp of the last time this key was used.
null if never used.integer
Total number of transfers created with this key.
string
ISO 8601 creation timestamp.
