Skip to main content
GET
/
media
/
links
/
{uuid}
/
purchased
Check if the authenticated user has purchased a media link
curl --request GET \
  --url https://api.fanvue.com/media/links/{uuid}/purchased \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Fanvue-API-Version: <x-fanvue-api-version>'
{
  "purchased": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Fanvue-API-Version
string
default:2025-06-26
required

API version to use for the request

Example:

"2025-06-26"

Path Parameters

uuid
string<uuid>
required

Response

Purchase status for the media link

purchased
boolean
required

Whether the authenticated user has paid for this media link