Get an AssetShare
This endpoint is unauthenticated. Do not send a Bearer Token in the Authorization Header
The unique ID of the AssetShare
- Productionhttps://api-v2.dash.app/asset-shares/{id}
- Staginghttps://api-v2.dashstaging.app/asset-shares/{id}
curl -i -X GET \
'https://api-v2.dash.app/asset-shares/{id}'Response
{ "result": { "id": "4517a7ba-a482-4211-b97e-f4256f53fd32", "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "author": { … }, "assetIds": [ … ], "expiry": "2021-02-17T09:24:01.417Z", "assetPermittedActions": "VIEW", "valid": true }, "permittedActions": [ { … } ] }