---
title: "Check if a creator has purchased a media link"
method: GET
path: "/creators/{creatorUserUuid}/media/links/{uuid}/purchased"
---

# Check if a creator has purchased a media link

`GET /creators/{creatorUserUuid}/media/links/{uuid}/purchased`

Returns whether the specified creator has a paid invoice for the given media link.

Returns 404 if no media link with the given UUID exists.

## Path parameters

- `creatorUserUuid` string, uuid, required
- `uuid` string, uuid, required

## Headers

- `X-Fanvue-API-Version` string, required

## Response `200`

Purchase status for the media link

- object
  - `purchased` boolean, required — Whether the authenticated user has paid for this media link

## Other responses

- `400` — Bad Request - API version not supported OR validation failed
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `404` — Not Found Response
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

[API](https://skmtc.net/fanvue/apis/fanvue-api.md) · [All operations](https://skmtc.net/fanvue/apis/fanvue-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanvue/fanvue-api/revisions/c5ddcd5c7e72/schema)
