Skip to content

Asset Share Emails

Email a link to an asset share

Request

Send an AssetShare via email to a specified email address

Security
bearerToken
Bodyapplication/jsonrequired
assetShareIdstring

The unique ID for the AssetShare to be emailed

Example:"4517a7ba-a482-4211-b97e-f4256f53fd32"
emailstring

The email address to send the AssetShare to

Example:"john.smith@gmail.com"
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"
  }'

Responses

Success

Response
No content