# User Shortcuts

<p>The User Shortcuts API provides programmatic access to a personalized set of shortcuts that surface key resources directly on a user’s homepage, similarly to how they appear in Firstup's employee experience. Shortcuts give users quick entry points to frequently used tools, links, and integrations.</p>

 {% admonition type="info"%} 
 The User Shortcuts API requires <a href="https://developers.firstup.io/authorization/authentication-methods#jwt-bearer-token-grant"> authentication</a> as a user.
 {% /admonition %}


## Fetch the program user's shortcuts.

 - [GET /v2/shortcuts](https://developers.firstup.io/endpoints/openapi/user-shortcuts/listshortcuts.md): Fetch the program user's shortcuts.

