Get media for an entitled consumer

Returns a media item with signed variant URLs, but only if the specified consumer has been granted access via a prior grant call. <Warning>Media URLs are only available through variants. Specify the `variants` query parameter (e.g., `?variants=main,thumbnail`) to include them in the response.</Warning> <Info>Scope required: `read:media`</Info>

Authentication

AuthorizationBearer

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

Path parameters

uuidstringRequiredformat: "uuid"

Headers

X-Fanvue-API-VersionstringRequiredDefaults to 2025-06-26
API version to use for the request

Query parameters

consumerIdstringRequiredformat: "uuid"
UUID of the consumer whose entitlement to verify
variantslist of enumsOptional
Allowed values:

Response

Media item with signed variant URLs
object
OR
object

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
410
Gone Error
429
Too Many Requests Error