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
Bearer token. Example:
Bearer agd_live_xxxxxxxxxxxxxxxxxxxxResponse
Array of API key objects.
Key Object
The key ID, used for revocation.
The descriptive name you assigned to this key.
The first characters of the key (e.g.
agd_live_xxxx). Useful for identifying which key is in use.ISO 8601 timestamp of the last time this key was used.
null if never used.Total number of transfers created with this key.
ISO 8601 creation timestamp.
Examples
Response
Errors
| Status | Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing API key |
