Skip to main content
PUT
Replace authenticated user's featured collectibles (max 12)

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Body

application/json
collectibleIds
string[]
required
Maximum array length: 12

Response

{ success, data: { ok: true } }