Create Signing Session
Returns a short-lived sign_url for embedding the Lumin signing experience with the Embed Signing SDK.
Required scopes (OAuth 2.0)
Required scopes (OAuth 2.0)
sign:requestsAuthorizations
Provide your API key in the X-API-Key header, e.g., X-API-Key: YOUR_API_KEY.
Path Parameters
ID of an existing signature request that was created via the public API (/signature_request/send or /signature_request/send-from-template).
Body
Email address of the recipient this session is being issued for. Must be a recipient (signer/viewer) already attached to the signature request.
How long the returned sign_url remains valid, in milliseconds from issue time.
Default: 900000 (15 minutes)
Accepted range: 300000 – 3600000 (5 minutes – 1 hour, inclusive). Shorter values are intended for security-sensitive host apps.
300000 <= x <= 3600000Response
Embedded-signing session created successfully.
Short-lived URL the Embed Signing SDK loads into its iframe. Includes a single-use session token bound to signature_request_id and signer_email.
Echoes the recipient this session was issued for.
Absolute expiry of sign_url. After this time the SDK will receive an expire event and the URL must be re-issued.
Current signing status of the recipient at issue time.
NEED_TO_SIGN, WAITING_FOR_OTHERS