Create a Signature Request
POST/signature-requests
Creates a new SignatureRequest, which is the primary object of the Skribble API.
A SignatureRequest defines who signs what and under which conditions. It specifies
the documents to be signed, the list of required signers, the desired signature quality
and legislation, and optional settings such as signing sequences, callback URLs, and
access control.
Compared to API v2, this version supports attaching multiple documents to a single
SignatureRequest. Additionally, the request no longer triggers invitations immediately.
Instead, the SignatureRequest is created with a status_overall of DRAFT.
If you specify an owner using the creator field, that user will find the request in
the Drafts section of their account, where they can review and complete the setup.
Once ready, call /initiate to start the SignatureRequest and send out invitations.
Request
Responses
- 201
- 400
- 401
- 429
- 500
- 503
Created
Bad request
Unauthorized
Too many requests
Internal server error
Service unavailable