Skip to main content
POST
/
api
/
artists
/
{id}
/
pin
cURL
curl --request POST \
  --url https://recoup-api.vercel.app/api/artists/{id}/pin
{
  "success": true,
  "artistId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "pinned": true
}

Documentation Index

Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string<uuid>
required

Artist ID.

Response

Artist pinned.

success
boolean
required

Whether the request succeeded

artistId
string<uuid>
required

The artist ID

pinned
boolean
required

The current pinned state