Nurama Developers
Assets

List all public download links for an asset

Returns all public download links for an asset, including active, disabled, and expired links. Requires canGetPublicLinks permission.

GET
/assets/{assetId}/public-links

Returns all public download links for an asset, including active, disabled, and expired links. Requires canGetPublicLinks permission.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

assetId*string

ID of the asset.

Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/assets/497f6eca-6276-4993-bfeb-53cbbbba6f08/public-links"
{  "results": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "token": "Ab3dEf9HiJ",      "assetId": "9179b887-04ef-4ce5-ab3a-b5bbd39ea3c8",      "projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",      "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",      "expires": "2019-08-24T14:15:22Z",      "status": "active",      "mode": "embed-download",      "publicUrl": "https://app.nurama.com/public-download/Ab3dEf9HiJ",      "isExpired": true,      "createdAt": "2019-08-24T14:15:22Z",      "updatedAt": "2019-08-24T14:15:22Z"    }  ]}