cURL
curl --request GET \ --url https://api.limitless.exchange/auth/api-keys
{ "keyId": "key_abc123def456", "createdAt": "2025-06-15T10:30:00Z", "lastUsedAt": "2025-06-16T08:00:00Z" }
Returns the currently active API key metadata for the authenticated user. Does not return the key value itself.
Active API key metadata, or null if no active key exists
Unique identifier for the API key
"key_abc123def456"
When the key was created
"2025-06-15T10:30:00Z"
When the key was last used
"2025-06-16T08:00:00Z"