---
title: "Send current user the OpenWork desktop download link"
method: POST
path: "/v1/me/send-download-link"
tags: ["Users"]
---

# Send current user the OpenWork desktop download link

`POST /v1/me/send-download-link`

Emails the authenticated user a link to download the OpenWork desktop app.

## Response `200`

Download link email sent successfully.

- SendDownloadLinkResponse
  - `ok` true, required

## Other responses

- `400` — The signed-in account is missing an email address.
- `401` — The caller must be signed in to request a download link.
- `429` — The user has requested too many download links recently.
- `502` — The download link email provider rejected or failed to deliver the email.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/073bc652adfb/schema)
