Skip to content
Quarters Developers
esc
  • Type an endpoint, an object or a word from a guide.

Object

Signer

One party to the agreement.

Fields

FieldTypeDescription
role stringlessee, lessor, guarantor, witness, or a role of your own.
name string
email string
status enum "pending""completed""declined"
signingUrl string | nullOnly for external envelopes. A Quarters signing link is a secret and never leaves the app.
viewedAt timestamp | null ISO 8601
completedAt timestamp | null ISO 8601
declinedAt timestamp | null ISO 8601
declineReason string | null

Used by

Example

{
  "role": "lessee",
  "name": "Sofia Rossi",
  "email": "sofia@example.com",
  "status": "pending",
  "signingUrl": "https://docuseal.com/s/…",
  "viewedAt": null,
  "completedAt": null,
  "declinedAt": null,
  "declineReason": null
}