# Get the welcome widget tasks for the authenticated user **GET /api/v1/my/welcome-widget-tasks** Only available to Plannr's front-end. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ## Responses ### 200 #### Body: application/json (object) - **id** (string) The ID of the welcome widget item. - **title** (string) The title of the welcome widget item. - **description** (string) The description of the welcome widget item. - **type** (string) The type of welcome widget item. Available values: video and document - **resource_url** (string) The URL of the resource depending on the type. - **is_complete** (boolean) Denotes if the welcome widget task has been completed by the authenticated user. [Powered by Bump.sh](https://bump.sh)