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.
- Envelope cancelled
Signable API (1.0.0)
https://developers.signable.app/_mock/openapi/
https://api.signable.co.uk/v1/
A string of the signed envelope
JSON string of the documents within the envelope
JSON string of completed fields in the envelope
URL to download the full signed envelope
Unique fingerprint identifying the signature event
- Mock server
https://developers.signable.app/_mock/openapi/signed-envelope
- Production server
https://api.signable.co.uk/v1/signed-envelope
envelope_fingerprint=584ea8b41b0d4c17a96b967433b211e6&envelope_documents=%5B%7B%22document_title%22%3A%22Make%20Tests%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_fields=%5B%7B%22field_id%22%3A458946901%2C%22field_name%22%3A%22Untitled%22%2C%22field_type%22%3A%22text%22%2C%22field_value%22%3A%221st%20Aug%22%7D%5D&envelope_download=https%3A%2F%2Fapi.signableapi.com%2Fshareable%2Fenvelope%3Ft%3D03cbb315-4f68-400d-a5cc-c2884996d061&contact_id=7418454&contact_name=Abby&contact_email=abby%40signable.co.uk&company_id=64034&user_id=267199&signature_fingerprint=584ea8b41b0d4c17a96b967433b211e6&client_ip=87.177.50.205&envelope_meta=&action=signed-envelope&action_date=2025-08-01T14%3A37%3A47%2B00%3A00
A string representing the cancelled envelope
The UTC timestamp of when the envelope was cancelled
- Mock server
https://developers.signable.app/_mock/openapi/cancelled-envelope
- Production server
https://api.signable.co.uk/v1/cancelled-envelope
envelope_fingerprint=584ea8b41b0d4c17a96b967433b211e6&envelope_title=tagstest%20-%20Copy&action=cancelled-envelope&action_date=2025-08-06T12%3A59%3A03%2B00%3A00&envelope_meta=&company_id=64034&user_id=267199&client_ip=203.0.113.42
A string representing the signed envelope
A JSON string representing the signed documents within the envelope
A URL to download the completed envelope
A JSON string of captured field values within the envelope
The action taken. Defaults to signed-envelope-complete
.
The UTC timestamp of when the envelope was fully signed
- Mock server
https://developers.signable.app/_mock/openapi/signed-envelope-complete
- Production server
https://api.signable.co.uk/v1/signed-envelope-complete
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%3A460133805%2C%22field_name%22%3A%22Untitled%22%2C%22field_type%22%3A%22text%22%2C%22field_value%22%3A%22Test%22%7D%5D&envelope_meta=&action=signed-envelope-complete&action_date=2025-08-07T10%3A14%3A33%2B00%3A00&company_id=64034&user_id=267199&client_ip=203.0.113.17