rightsignature
Electronic signature and document signing solution
No API documented yet. Know where the docs live? Propose the links above.
Actions (25)
Reusable templates · 10
- Add reusable template tagsPOST /public/v2/reusable_templates/{reusable_template_id}/tags
Add new tags for a reusable template. All old tags are removed.
documented - Clone and send document from reusable templatePOST /public/v2/reusable_templates/{id}/send_document
Clone a document from the reusable template and send it for signature.
documented - Delete reusable templateDELETE /public/v2/reusable_templates/{id}
Delete a reusable template.
documented - Delete template tagDELETE /public/v2/reusable_templates/{reusable_template_id}/tags
Delete a tag from a reusable template.
documented - Embed document from reusable templatePOST /public/v2/reusable_templates/{id}/embed_document
Embed a cloned document from a reusable template for signing in an embedded UI.
documented - Get reusable templateGET /public/v2/reusable_templates/{id}
Retrieve data for a specific reusable template.
documented - List reusable template tagsGET /public/v2/reusable_templates/{reusable_template_id}/tags
Show all tags for a reusable template.
documented - List reusable templatesGET /public/v2/reusable_templates
Return a list of available reusable templates.
documented - Prepare document from reusable templatePOST /public/v2/reusable_templates/{id}/prepare_document
Prepare a document to be sent from a reusable template.
documented - Update reusable template tagsPATCH /public/v2/reusable_templates/{reusable_template_id}/tags
Add or update tags for a reusable template.
documented
Documents · 6
- Get documentGET /public/v2/documents/{id}
Retrieve details for a specific document.
documented - List documentsGET /public/v2/documents
Return a list of documents available to the authenticated user.
documented - Share documentPOST /public/v2/documents/{id}/share
Share the specified document with new recipients; existing recipients are removed.
documented - Update document PINPUT /public/v2/documents/{id}/update_pin
Update the PIN for a document.
documented - Update document tagsPOST /public/v2/documents/{id}/update_tags
Update the tags on a given document; all old tags are removed.
documented - Void documentPOST /public/v2/documents/{id}/void
Void the specified document.
documented
OAuth · 3
- Authorize OAuth 2.0 authorization code grantGET /oauth/authorize
Initiate the OAuth 2.0 authorization code grant flow by obtaining the authorization code.
documented - Obtain OAuth access tokenPOST /oauth/token
Exchange an authorization code for an access token (and a refresh token).
documented - Revoke OAuth access tokenPOST /oauth/revoke
Revoke an existing OAuth access token.
documented
Sending requests · 3
- Create sending requestPOST /public/v2/sending_requests
Create a Sending Request to specify a one-off document and recipients.
documented - Get sending request statusGET /public/v2/sending_requests/{id}
Return the processing status of an existing Sending Request.
documented - Upload sending request documentPOST /public/v2/sending_requests/{id}/uploaded
Upload the base document for a Sending Request to trigger processing.
documented