Send an AssetShare via email to a specified email address
Security
bearerToken
The unique ID for the AssetShare to be emailed
Example:"4517a7ba-a482-4211-b97e-f4256f53fd32"
- Productionhttps://api-v2.dash.app/asset-share-emails
- Staginghttps://api-v2.dashstaging.app/asset-share-emails
curl -i -X POST \
https://api-v2.dash.app/asset-share-emails \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"assetShareId": "4517a7ba-a482-4211-b97e-f4256f53fd32",
"email": "john.smith@gmail.com"
}'