SignEnvoy docs

Error reference / token-expired

This signing link has expired

The link is past its validity period.

Problem type /problems/token-expired
HTTP status 410
Emitted by Signing page
Title values
This signing link has expired
Extra members sender
Trigger
Signing page: link expired; request-a-new-link offered (ES-15)

What happened

The recipient opened a signing link after its expiry. The response is HTTP 410 and carries sender, the workspace name, so the page can say who sent the request.

What it means

The document itself may still be open; only this link has expired. The page offers “request a new link”, which notifies the sender.

What to do next

Use the request-a-new-link action on the page, or ask the sender to re-send. Senders can re-send from the dashboard, which issues fresh links to every recipient still waiting.

Problem body

Every error is an RFC 9457 problem document with media type application/problem+json. The type member is the stable identifier to switch on; docs_url is this page.

{
  "type": "/problems/token-expired",
  "title": "This signing link has expired",
  "status": 410,
  "instance": "/v1/...",
  "docs_url": "https://docs.signenvoy.com/errors/token-expired",
  "sender": "..."
}