Check if the authenticated user has purchased a media link
Returns whether the authenticated user has a paid invoice for the given media link.
Returns 404 if no media link with the given UUID exists.
<Info>Scope required: `read:media`</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
uuid
Headers
X-Fanvue-API-Version
API version to use for the request
Response
Purchase status for the media link
purchased
Whether the authenticated user has paid for this media link
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
410
Gone Error
429
Too Many Requests Error