PixelDance
V1AssetsFavorites

Get favorite asset IDs

Check which of the given asset IDs are favorited by the current user.

GET
/v1/assets/favorites

Check which of the given asset IDs are favorited by the current user.

Authorization

cookieAuth
better-auth.session_token<token>

Session cookie set by Better Auth. Login via the app to obtain.

In: cookie

Query Parameters

assetIds*string

Response Body

application/json

curl -X GET "http://localhost:3002/v1/assets/favorites?assetIds=id1%2Cid2"
[
  "string"
]