Signature
Endpoints for creating and managing signature requests.
Create a Signature Request
Creates a new `SignatureRequest`, which is the primary object of the Skribble API.
Update a Signature Request
Updates an existing `SignatureRequest`. We recommend creating the `SignatureRequest`
Invite signers and start signing process
Starts the signing process for a `SignatureRequest` in `DRAFT` status.
Get a Signature Request
Fetches a `SignatureRequest` by its ID.
Delete a Signature Request
Deletes a `SignatureRequest` by its ID.
Withdraw a Signature Request
Withdraws a `SignatureRequest`, for example when signing becomes unnecessary
Get Signature Request Report
Provides the signature report for a specific signature request.
Add an additional document
Adds an additional document to the `SignatureRequest` while it is still in `DRAFT` status.
Remove a document
Deletes the document identified by `DOC_ID` from the `SignatureRequest`