Skip to main content

List Api Keys

GET 

/keys

List all API keys associated with the authenticated user.

Args: request (Request): The incoming request object.

Returns: List[ListAPIKeysResponse]: A list of API Keys associated with the user.

Responses

Successful Response

Schema

  • Array [

  • prefix Prefix (string)required
    created_at date-timerequired
    last_used_at date-time
    expiration_date date-time
  • ]

Loading...