Skip to main content

Retrieve API keys

x-ms-visibility: "important"

Fetches all API keys associated with the current user, including their names and last 4 characters.

Responses

List of API keys with their names and last characters.


Schema
  • Array [
  • keyName string
    lastKeyChars string
    operatorId int64
    createdAt date-time
  • ]
Loading...