Authentication
Get active API key
Returns the currently active API key metadata for the authenticated user. Does not return the key value itself.
get/auth/api-keys
Response
Active API key metadata, or null if no active key exists
Example response
{
"keyId": "key_abc123def456",
"createdAt": "2025-06-15T10:30:00Z",
"lastUsedAt": "2025-06-16T08:00:00Z"
}Changes
Changed in 2 of the 32 revisions of this API.2
- ○
the endpoint scheme security
limitless_sessionwas removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○