Get User Keymaps
GET
/keymaps
Retrieves all keyboard shortcuts/keybinds for the authenticated user. If none exist, creates default keymaps.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Responses
Array of keymap objects with action, key, and enabled status
application/json
JSON
[
{
}
]
