Checks whether a given authenticated user has access for an asset
The id of the asset
Retrieves the access code and browser fingerprint for the current asset from localStorage Returns null if no access code is present.
Get the asset info for a given asset ID and merchant UUID
The ID of the asset
The merchant UUID string
Get the access fees for a given asset ID
The ID of the asset
Returns purchase history with types
The page size
The current page / starting index = 0
Staring date filter
Ending date filter
Returns a signed Cloudfront URL with the merchant's signature
s {Object} data = { video_url: {string} }
Get an external assets info
The type ID of the asset
The ID of the external asset
OPTIONAL - the merchant uuid
Get package info for a given Package ID
The type ID of the package
Checks whether Free trial has been used for a given asset
The ID of the asset
Releases the access code for the current browser.
Get access with code for code access grant asset.
= { assetId: {number}, code: {string} }
Get access without authentication for asset with access control type data capture
= { email: {string}, fullname: {string} company: {string} merchantuuid: {string} }
Terminates session for the current browser.
null
Generated using TypeDoc
Contains all Requests connected with assets/items