The Signable API provides secure and efficient access to Signable's electronic signature platform. With this RESTful API, you can send documents for signature, manage templates, track envelope status, and automate your document workflows from within your own applications.
- Template added
Signable API (1.0.0)
https://developers.signable.app/_mock/openapi/
https://api.signable.co.uk/v1/
The action taken. Defaults to verified-envelope-widget
.
The UTC timestamp of when the envelope was verified
The email address of the contact who verified the envelope
A string identifying the verified envelope
A stringified JSON array of documents in the envelope
A download link for the entire envelope
A stringified JSON array of fields completed during verification
A JSON string of any meta information added to the envelope
A string identifying the verification applied
- Mock server
https://developers.signable.app/_mock/openapi/verified-envelope-widget
- Production server
https://api.signable.co.uk/v1/verified-envelope-widget
action=verified-envelope-widget&action_date=2025-08-07T12%3A10%3A48%2B00%3A00&company_id=64034&contact_id=8117397&contact_name=Abby&contact_email=abby%40signable.co.uk&envelope_fingerprint=584ea8b41b0d4c17a96b967433b211e6&envelope_documents=%5B%7B%22document_title%22%3A%22Word%20Doc%22%2C%22document_fingerprint%22%3A%22584ea8b41b0d4c17a96b967433b211e6%22%2C%22document_pdf%22%3A%22https%3A%2F%2Fapi.signableapi.com%2Fshareable%2Fdocument%3Ft%3D03cbb315-4f68-400d-a5cc-c2884996d061%22%2C%22document_download%22%3A%22https%3A%2F%2Fapi.signableapi.com%2Fshareable%2Fdocument%3Ft%3D03cbb315-4f68-400d-a5cc-c2884996d061%22%7D%5D&envelope_download=https%3A%2F%2Fapi.signableapi.com%2Fshareable%2Fenvelope%3Ft%3D03cbb315-4f68-400d-a5cc-c2884996d061&envelope_fields=%5B%7B%22field_id%22%3A460176431%2C%22field_name%22%3A%22Untitled%22%2C%22field_type%22%3A%22text%22%2C%22field_value%22%3A%22Abby%22%7D%5D&envelope_meta=%7B%22envelope_title%22%3A%22Word%20Doc%22%7D&signature_fingerprint=584ea8b41b0d4c17a96b967433b211e6&client_ip=203.0.113.124
The UTC timestamp of when the template was added
A string identifying the newly added template
- Mock server
https://developers.signable.app/_mock/openapi/add-template
- Production server
https://api.signable.co.uk/v1/add-template
action=add-template&action_date=2025-08-07T12%3A36%3A56%2B00%3A00&company_id=64034&template_fingerprint=584ea8b41b0d4c17a96b967433b211e6&template_title=Signable%20Contract&template_page_total=5&template_pages=%5Bobject%20Object%5D&template_thumbnails=http%3A%2F%2Fexample.com&client_ip=203.0.113.150
The UTC timestamp of when the contact was added
- Mock server
https://developers.signable.app/_mock/openapi/add-contact
- Production server
https://api.signable.co.uk/v1/add-contact
action=add-contact&action_date=2025-08-07T12%3A41%3A52%2B00%3A00&company_id=64034&contact_id=17499057&contact_name=Abby&contact_email=abby%40signable.co.uk&client_ip=203.0.113.150