v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01970424.3 KB
API Keys

Get user API key details

Get details of a specific user API key

get/user-api-keys/{api_key_id}

Path parameters

api_key_idstring required

Response

Successful response

idstring required
descriptionstring required
expires_at_millisnumber
manually_revoked_at_millisnumber
created_at_millisnumber required
is_publicboolean required
type'user' required
user_idstring required

The ID of the user, or the special value me for the currently authenticated user

Example response

{
  "user_id": "3241a285-8329-4d69-8f3d-316e08cf140c"
}