api-keys
List API keys
Retrieves a list of all API keys for the current user
get/api/api-keys/
Response
Successful Response
idstring required
Unique API key identifier with 'apikey_' prefix
namestring nullable
Optional descriptive name for this API key
created_atstring date-time required
When this API key was created
last_used_atstring date-time nullable
When this API key was last used for authentication
is_activeboolean required
Whether this API key is currently valid and can be used
actionsGrantAction[] nullable
Action verbs this key's grant allows; null for legacy keys
library_scope_mode'all_libraries' | 'selected_libraries'
Which of the owner's libraries a credential covers.
all_libraries means all current and future live libraries owned by the user. selected_libraries means only explicitly selected libraries, with no automatic expansion.
selected_library_countinteger nullable
Number of libraries a 'selected_libraries' grant covers; null unless library_scope_mode is 'selected_libraries'