List a legal document's share links
Lists the click-to-accept links minted for a document, newest first, with view history and acceptance evidence (accepted name, time, and PDF hash).
Lists the click-to-accept links minted for a document, newest first, with view history and acceptance evidence (accepted name, time, and PDF hash).
Authorization
bearerAuth legal_documents:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: legal_documents:read
Path Parameters
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "data": [ { "id": "string", "document_id": "string", "recipient_name": "string", "recipient_email": "string", "expires_at": "string", "revoked_at": "string", "has_passcode": true, "sent_at": "string", "first_viewed_at": "string", "last_viewed_at": "string", "view_count": -9007199254740991, "accepted_at": "string", "accepted_name": "string", "accepted_pdf_sha256": "string", "created_at": "string" } ]}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}Send a legal document for acceptance POST
Mints a public click-to-accept link (optionally passcode-protected and/or expiring) for a generated document and marks the document sent — content is immutable from this point. With `send_email: true` the link is also emailed to `recipient_email` via the member's connected mailbox or the provider fallback. Returns the one-time token and share path. Requires a first-party session.
Revoke a legal document share link POST
Disables a public click-to-accept link. Idempotent. A recorded acceptance is unaffected; the link simply stops resolving.