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
uuid
Headers
X-Fanvue-API-Version
API version to use for the request
Query parameters
consumerId
UUID of the consumer whose entitlement to verify
variants
Allowed values:
Response
Media item with signed variant URLs
OR
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
410
Gone Error
429
Too Many Requests Error