Retrieve API keys
x-ms-visibility: "important"
Fetches all API keys associated with the current user, including their names and last 4 characters.
Responses
- 200
- 401
List of API keys with their names and last characters.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
keyName string
lastKeyChars string
operatorId int64
createdAt date-time
[
{
"keyName": "string",
"lastKeyChars": "string",
"operatorId": 0,
"createdAt": "2025-02-17T11:24:21.334Z"
}
]
User not authorized
Loading...