---
title: "POST /playlists/{playlist_id}/favorites"
method: POST
path: "/playlists/{playlist_id}/favorites"
tags: ["playlists"]
---

# POST /playlists/{playlist_id}/favorites

`POST /playlists/{playlist_id}/favorites`

Favorite a playlist

## Path parameters

- `playlist_id` string, required

## Query parameters

- `user_id` string, required

## Request body

- FavoriteRequestBody — Optional metadata for favorite/save operations
  - `is_save_of_repost` boolean — Set to true when favoriting a reposted item (used for notifications)

## Response `200`

Playlist favorited successfully

- WriteResponse
  - `transaction_hash` string — The blockchain transaction hash
  - `block_hash` string — The blockchain block hash
  - `block_number` integer — The blockchain block number/height

## Other responses

- `401` — Unauthorized
- `404` — Playlist not found
- `500` — Server error

---

[API](https://skmtc.dev/audius/apis/audius-api.md) · [All operations](https://skmtc.dev/audius/apis/audius-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/audius/audius-api/revisions/940230b2ed3d/schema)
