Retrieve a media

Retrieves the media with the given ID.

To perform this action, you must be the account owner, or must be delegated with ROLE_CURATOR or ROLE_SELLER_ADMIN.

Response codes

Response codeDefinition
302If the media is found, a redirect response is returned with the location of the media asset.
404The experience or media is not found.

The filters allow you to resize the image on the server. If no filters are specified, the original image is returned unaltered.

The bg size returns a large image that is blurred which can be used as the background of a page displaying the relevant experience.

Path Params
string
required

The experience ID

string
required

The media ID. Specify default to get the default image set by the seller.

Query Params
string

Size of the image (small, medium, large, bg)

int32

Height of the image

int32

Width of the image

Language
Response
Click Try It! to start a request and see the response here!