v1 auth keys

List all API keys for the authenticated user

Retrieve all API keys for the authenticated user.

This endpoint:
- Validates the current API key authentication
- Returns list of all API keys for the user (without the actual key values)
- Includes metadata like creation time and last usage

**Authentication**: Requires valid API key in Authorization header
get/v1/auth/keys

Response

Successful Response

successboolean

Indicates successful retrieval

Changes

Changed in 2 of the 29 revisions of this API.7

    • added the optional property details to the response with the 401 status

      response-optional-property-added

    • added the optional property details to the response with the 500 status

      response-optional-property-added

    • added the optional property request_id to the response with the 401 status

      response-optional-property-added

    • added the optional property request_id to the response with the 500 status

      response-optional-property-added

    • added the required property error_code to the response with the 401 status

      response-required-property-added

    • added the required property error_code to the response with the 500 status

      response-required-property-added

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog