---
title: "Get User's Favourite hubs"
method: GET
path: "/v1/user/hubs/favourites"
tags: ["User"]
---

# Get User's Favourite hubs

`GET /v1/user/hubs/favourites`

Get all favourite hubs the currently logged in user is part of

## Response `200`

Successfully retrieved the user's favourite hubs

- object
  - `metadata` object — Additional metadata
  - `data` object[]
    - `name` string — Name of the hub
    - `projectRole` string — User's role in the hub
    - `publicId` string, uuid — Public ID of the hub
    - `isDeleted` boolean — Indicates if the hub is deleted

---

[API](https://skmtc.net/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.net/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/versions/9c58c1c1e7e8/schema)
