v1

latestOpenAPI 3.1.02026-08-066378446.6 KB
Document Operations

Show personal link

<small>Requires an API token with the Document Reader role.</small>

Returns the document user's active personal link, if there is one. A document user has at most one active personal link at a time.

Returns a 404 response when the user has no active personal link, including when a previous link has expired or was deleted.

get/documents/{document}/users/{documentUser}/personal-link

Path parameters

documentstring required

The document UUID

documentUserstring required

The document user UUID

Response

ShareableLinkResource

Example response

{
  "data": {
    "uuid": "5cbe6ed1-49a9-40dc-a1c4-9e5a3c9a08f0",
    "url": "https:app.fynk.com/share/5cbe6ed1-49a9-40dc-a1c4-9e5a3c9a08f0?token=...",
    "expires_at": "2026-10-19T12:00:00Z",
    "message": "Hi Emily, please review the updated contract."
  }
}