v1

latestOpenAPI 3.1.02026-08-066378446.6 KB
Document Operations

Show public link

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

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

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

get/documents/{document}/public-link

Path parameters

documentstring required

The document 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."
  }
}