---
title: "Get Share Link"
method: GET
path: "/v1/external/notes/{noteGuid}/share-link"
tags: ["Note Share Link"]
---

# Get Share Link

`GET /v1/external/notes/{noteGuid}/share-link`

Retrieve the current share link for a note.

- Returns 404 if no share link exists
- `sharePassword` is always `null` for security

## Path parameters

- `noteGuid` string, required

## Response `200`

Share link details

- ShareLinkResponse
  - `shareId` string, required — Unique share link identifier
  - `shareUrl` string, uri, required — Full URL for accessing the shared note
  - `sharePassword` string, nullable — Share link password. - Only returned on PUT with `usePassword: true` - Always `null` in GET responses
  - `hasPassword` boolean, required — Whether the share link has a password

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - insufficient permissions
- `404` — Share link not found

---

[API](https://skmtc.net/tiro/apis/tiro-api.md) · [All operations](https://skmtc.net/tiro/apis/tiro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiro/tiro-api/revisions/ae18d7961aa4/schema)
