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 document 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.
Upon creation, invitations are sent to all specified signers. The response contains
the created SignatureRequest including its unique id, which is required for all
subsequent operations on this request.
Request
Responses
- 201
- 400
- 401
- 429
- 500
- 503
Created
Bad request
Unauthorized
Too many requests
Internal server error
Service unavailable