Skip to main content

Retrieves all API keys belonging to the currently authenticated user.

GET 

/apikeys/list

Returns a masked list of the user's API keys (with sensitive parts hidden). If the user is not logged in or cannot be found, an error response is returned.

Response: On success, returns an ApiKeyView object containing the user's ID and keys.

Responses

OK