# Email a link to an asset share Send an AssetShare via email to a specified email address Endpoint: POST /asset-share-emails Version: 2.0.0 Security: bearerToken ## Request fields (application/json): - `assetShareId` (string) The unique ID for the [AssetShare](#tag/Asset-Shares) to be emailed Example: "4517a7ba-a482-4211-b97e-f4256f53fd32" - `email` (string) The email address to send the [AssetShare](#tag/Asset-Shares) to Example: "john.smith@gmail.com" ## Response 4XX fields (application/json): - `timestamp` (string) The datetime that the error occurred in ISO offset format Example: "2021-02-16T16:21:58.640+00:00" - `status` (integer) The HTTP status code of the error Example: 401 - `error` (string) The title of the error Example: "Unauthorized" - `message` (string) A more detailed error message - `path` (string) The path that was called which led to the error Example: "/folder-settings" ## Response 204 fields