---
title: "Post Favourite"
method: POST
path: "/Favourites"
tags: ["Favourites"]
---

# Post Favourite

`POST /Favourites`

**Auth:** Authenticated - any signed-in user.

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- PostFavouriteRequest
  - `id` integer, nullable
  - `pageName` string, nullable
  - `link` string, nullable
  - `userEmail` string, nullable
  - `submitted` string, date-time, nullable
  - `icon` string, nullable
  - `colour` string, nullable

## Response `204`

Success - Success

## Other responses

- `400` — An Error Occurred - Explain Error
- `401` — Unauthorized

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
