ACL

With a valid subscription, a user can acquire assets. Once acquired, the assets can be downloaded.

The ACL resource keeps record of who has acquired what.

Acquiring an Asset

POST /v1/acl

Payload

A JSON with following properties:

  • assetID (String): ID of the asset to acquire.

Updated: