Add a signer/participant to a document. The signer must reference an existing contact.
Signer Roles:
SIGNER - Must sign the documentORGANIZER - Document organizer (no signature required)REVIEWER - Reviews document (no signature required)ACCEPTOR - Accepts terms (for acceptance documents)Per-Signer Settings:
deliveryMethod - How to notify: EMAIL (default), SMS, or NONE (use signing URL directly)requiredSignature - Signature type: DRAWING, BANKID, or CLICK_TO_SIGNtwoStepVerification - 2FA: NONE (default) or SMS_BEFORE_SIGNINGSigning Order: For SEQUENTIAL signing, specify the order (1, 2, 3…). For PARALLEL signing, order is ignored.
Response: Returns the created signer. Use GET /documents/:id/signers/:signerId to retrieve the signing URL.
Bearer token for API authentication
Body
Create signer request
ID of the contact to add as a signer
1Signer role (default: SIGNER)
SIGNER, ORGANIZER, REVIEWER, ACCEPTOR Signing order for sequential signing (ignored for parallel)
How to send to this signer: EMAIL (default), SMS, or NONE
EMAIL, SMS, NONE Signature type required: DRAWING (default), BANKID, or CLICK_TO_SIGN
NONE, DRAWING, BANKID, MANUAL, CLICK_TO_SIGN Two-step verification: NONE (default) or SMS_BEFORE_SIGNING
NONE, SMS_BEFORE_SIGNING, EMAIL_BEFORE_SIGNING 200
Unique signer identifier
Document ID this signer belongs to
Signer full name
Signer role: SIGNER, ORGANIZER, REVIEWER, or ACCEPTOR
SIGNER, ORGANIZER, REVIEWER, ACCEPTOR Date and time when the signer signed (null if not signed)
Read status: NOT_OPENED, OPENED, or READ
NOT_OPENED, OPENED, READ Signing status: NOT_SIGNED, SIGNED, or REJECTED
NOT_SIGNED, SIGNED, REJECTED How documents are sent to this signer: EMAIL, SMS, or NONE
EMAIL, SMS, NONE Signature type required: DRAWING, BANKID, CLICK_TO_SIGN, etc.
NONE, DRAWING, BANKID, MANUAL, CLICK_TO_SIGN Two-step verification: NONE or SMS_BEFORE_SIGNING
NONE, SMS_BEFORE_SIGNING, EMAIL_BEFORE_SIGNING Send status: NOT_SENT, SENT, DELIVERED, BOUNCED, or FAILED
NOT_SENT, SENT, DELIVERED, BOUNCED, FAILED Signer email address
^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$Signer phone number (for SMS notifications)
Company name
Role/title within the company
Company organization number
Your external reference ID for this signer
Linked company ID
Swedish personal number (personnummer) - required for BankID signing
Order for sequential signing (null for parallel)