Exposes the current release media for the license.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Sets how long a private media URL should be valid for, in seconds. The max value allowed is 86400 or 24 hours. When exposing a media through a purchase or license the default value is 900 or 15 minutes.
The ID of an activation associated with this license. This is required to expose the current release if the license has an activation limit.
Success
The UUID of the specific object.
A string describing the object type returned.
The size of the media in bytes.
The content type (i.e. image/png, image/jpg, application/pdf).
The extension (i.e. png, jpg, pdf).
The full filename with extension.
If the media is an image, this will be the height in pixels.
Whether or not this media is publicly accessible.
The JSON that was extracted from the release.json file within the ZIP file.
The URL for accessing this media. If the media is public, this will be a permanent URL. If the media is private, this will be a short-lived URL if the media has been exposed.
The time at which the URL expires. This will only be present if the media is private and has been exposed.
If the media is an image, this will be the width in pixels.
Time at which the object was created. Measured in seconds since the Unix epoch.
Time at which the object was last updated. Measured in seconds since the Unix epoch.