{"info":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","description":"<html><head></head><body><p><em><strong>We've moved! Most of this page's information still applies but for the most up to date version,<br>click</strong></em> <a href=\"https://developers.signable.app/\"><i><b>here</b></i></a>.</p>\n<p>The Signable API allows you to integrate Signable directly into your website or internal systems. It's REST based which means that it's easy to use and consume. We have designed it to be very powerful which means you can integrate nearly every bit of Signable into your own systems.</p>\n<h1 id=\"features\">Features</h1>\n<p>With the Signable API you can:</p>\n<ul>\n<li><p>Create and send an Envelope</p>\n</li>\n<li><p>Manage Envelopes</p>\n</li>\n<li><p>Manage Templates</p>\n</li>\n<li><p>Create and manage Webhooks</p>\n</li>\n<li><p>Manage Company Settings, Users, and Branding</p>\n</li>\n<li><p>Create and manage Sub-Accounts (Partners Only)</p>\n</li>\n</ul>\n<h1 id=\"signable-concepts\">Signable Concepts</h1>\n<h2 id=\"terminology\">Terminology</h2>\n<h3 id=\"document\">Document</h3>\n<p>An uploaded PDF, Word or Excel file or a Template.</p>\n<h3 id=\"envelope\">Envelope</h3>\n<p>A collection of Documents to be signed. An envelope can contain as many Documents as you need. An Envelope can consist of a mixture of Templates and uploaded documents.<br>To combine uploaded documents and Templates in one Envelope you must use the Signable web-app, this is currently not possible when using the Signable API.<br>It is only possible to send one Template at the time via the API.</p>\n<h3 id=\"template\">Template</h3>\n<p>A document template, created from an uploaded PDF, Word or Excel file. Templates can contain fields, which can be assigned to predetermined Party Roles.</p>\n<h3 id=\"template-widget\">(Template) Widget</h3>\n<p>Templates can be shared as widgets, if they only contain one (1) Party Role. Widgets can either be shared via a URL, or embedded onto a webpage.</p>\n<p>When signed, a new Envelope will be created. There is no limit to the number of times a Widget can be signed. Each time a widget is signed this will use one Envelope from your allowance. Once a Widget has been signed, signatures need to be verified by email before they are valid.</p>\n<p>The widget URL can be appended with the <code>envelope_meta</code> parameter, to set a base64-encoded JSON value. For example <code>https://sign.signable.app/#/widget/aadfwRcaqN?envelope_meta={some-base64-encoded-JSON-string}</code>. This value will be passed back in <code>verify-envelope-widget</code> and <code>signed-envelope-widget</code> webhook payloads, in the <code>envelope_meta</code> property.</p>\n<p><a href=\"https://signable.help/can-i-get-a-document-signed-on-my-website/\">Learn more about Widgets.</a></p>\n<h3 id=\"party\">Party</h3>\n<p>A recipient of an Envelope. In most cases, this will be a person who is signing an Envelope. Envelope Parties can also be set as ‘copy only’, in which case they will receive a copy of the envelope once all other parties have signed.</p>\n<h3 id=\"party-role\">Party Role</h3>\n<p>A role for a Party on a Template, which can be assigned to an Envelope Party. Envelope Parties can have roles from multiple Templates.</p>\n<h3 id=\"contact\">Contact</h3>\n<p>Consists primarily of a name and email address. Contacts are created automatically when an envelope is sent, based on Parties.</p>\n<h3 id=\"fingerprint\">Fingerprint</h3>\n<p>A fingerprint is a unique identifier string of 32 characters. Envelopes, Templates and Documents all have their own types of fingerprint. In this documentation fingerprints are most commonly used to reference Envelopes and Templates.</p>\n<h3 id=\"id\">ID</h3>\n<p>A numerical identifier. Most commonly used to refer to Companies, Contacts and Users.</p>\n<h3 id=\"field\">Field</h3>\n<p>An input on a document. Fields can be text, date, signatures, file uploads, dropdown or checkbox.</p>\n<h3 id=\"tags\">Tags</h3>\n<p>Can be used to create a field in place on an uploaded document. It is not currently possible to create every field type using tags. <a href=\"https://signable.help/what-are-signable-tags-2/\">Learn more about tags.</a></p>\n<h3 id=\"merge-fields--prefillable-fields\">Merge Fields / Prefillable Fields</h3>\n<p>A field in a Template that has been marked as Prefillable / A Merge Field. These fields can then be populated at point of sending. If a field is not populated on send, the party the field has been assigned to will be able to complete the field as normal. If the field has been prefilled, it is not possible for the signer to amend the field at point of signing. <a href=\"https://signable.help/how-do-i-enter-details-on-my-document-before-i-send-it-2/\">Learn more about Prefillable fields.</a></p>\n<p><strong>Please note:</strong> Although the preferred term is 'Prefillable Fields', for legacy reasons, this concept may also be referred to as 'Merge Fields'. Be aware terms may occasionally be used interchangeably, they are the same concept.</p>\n<h3 id=\"partner\">Partner</h3>\n<p>An account that can act as a parent for other Signable accounts. <a href=\"https://www.signable.co.uk/signable-partnership/\">If you are interested in becoming a Signable Partner, please contact our team.</a></p>\n<h3 id=\"partner-sub-account\">(Partner) Sub-Account</h3>\n<p>A company account managed by a Signable Partner. These accounts have an API key by default when they are created.</p>\n<h1 id=\"api-authentication\">API Authentication</h1>\n<p>Authentication to the Signable API is based on Basic HTTP Auth using your API key, as the username. To create an API key, please go to the <a href=\"https://signable.app/company-settings/developer\">API Key section in your Signable account</a>.</p>\n<h2 id=\"credentials\">Credentials</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Required/Optional</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Basic HTTP Auth username</td>\n<td>Required</td>\n<td>Your API key needs to be passed in as the Basic HTTP Auth Username</td>\n<td><code>f0419735dbb7eb53cc7871ffbee5c645</code></td>\n</tr>\n<tr>\n<td>Basic HTTP Auth password</td>\n<td>Required</td>\n<td>This can be anything as we don’t actually check this when you make a request. For ease of use we recommend ‘x’.</td>\n<td><code>x</code></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"test-vs-live-api-keys\">Test vs Live API Keys</h1>\n<p>The Signable API can be run in two different modes, ‘test’ and ‘live’. Usually you would use the ‘test’ mode when you are developing your integration and want to be sure that whilst you're testing, you won’t impact your actual account.</p>\n<p><strong>The main difference is that test is a read-only version of the API.</strong></p>\n<p>GET calls will return the same information in both test and live.</p>\n<p>This read-only version means that POST, PUT and DELETE requests don’t actually perform the required action however <strong>they return the response as if they had done.</strong> This means that you can test the response exactly as you would get it when in live mode without the fear that you are adding or deleting valuable information.</p>\n<p><strong>You can tell if the call was done in ‘test’ mode because there will be a ‘test’ variable sent in the response, which would be set to</strong> <strong><code>true</code></strong>.</p>\n<h4 id=\"access-to-the-live-mode\">Access to the ‘live’ mode</h4>\n<p>Even though you can access the test version of the API without being on a valid monthly plan, your account must be upgraded to a plan that supports the API to create a ‘live’ key. <a href=\"http://www.signable.co.uk/plans/\">See all Signable plans</a>.</p>\n<h1 id=\"https\">HTTPS</h1>\n<p>All calls must be passed to us via HTTPS. All HTTP calls will be ignored.</p>\n<p>We currently support TLS 1.2 and higher. <a href=\"https://developer.mozilla.org/en-US/docs/Glossary/TLS\">Learn more about TLS</a>.</p>\n<h1 id=\"rate-limiting\">Rate Limiting</h1>\n<p>Your requests will be rate limited to 5 requests per second per IP. This limit is in place to protect the API and other users from potential abusive behaviour.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Features","slug":"features"},{"content":"Signable Concepts","slug":"signable-concepts"},{"content":"API Authentication","slug":"api-authentication"},{"content":"Test vs Live API Keys","slug":"test-vs-live-api-keys"},{"content":"HTTPS","slug":"https"},{"content":"Rate Limiting","slug":"rate-limiting"}],"owner":"2304617","collectionId":"767d689a-d778-49f7-a798-ec290ba66d16","publishedId":"UVJYLKjV","public":true,"customColor":{"top-bar":"0098ce","right-sidebar":"375364","highlight":"0098ce"},"publishDate":"2025-06-18T09:42:32.000Z"},"item":[{"name":"Get Started","item":[{"name":"Step 1: Setup up an 'Envelope Complete' Webhook","item":[{"name":"Create a webhook","id":"464b2966-06dc-4f19-993e-210cd0a2dfff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"webhook_type\": \"all\",\r\n    \"webhook_url\": \"https://example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/webhooks","description":"<h3 id=\"body-arguments\">Body Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>webhook_type</code></td>\n<td>Required</td>\n<td>The type of trigger for the webhook to be created. Any of the following: <code>send-envelope</code>,  <br /><code>signed-envelope</code>,  <br /><code>cancelled-envelope</code>,  <br /><code>rejected-envelope</code>,  <br /><code>bounced-envelope</code>,  <br /><code>add-user</code>,  <br /><code>add-contact</code>,  <br /><code>opened-envelope</code> ,  <br /><code>add-template</code>,  <br /><code>all</code>,  <br /><code>signed-envelope-complete</code>,  <br /><code>verify-envelope-widget</code>,  <br /><code>signed-envelope-widget</code>,  <br /><code>send-envelope-failed</code></td>\n</tr>\n<tr>\n<td><code>webhook_url</code></td>\n<td>Required</td>\n<td>A string of the URL for the webhook to be created.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["webhooks"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"c213992c-0ee2-4552-90f1-36b17fb075ad","name":"Create a webhook","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"webhook_type\": \"all\",\r\n    \"webhook_url\": \"https://example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Dec 2021 15:18:06 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"The webhook (https://example.com) has been created\",\n    \"href\": \"https://api.signable.co.uk/v1/webhooks/142669\",\n    \"webhook_id\": \"142669\",\n    \"webhook_url\": \"https://example.com\",\n    \"webhook_type\": \"all\",\n    \"webhook_created\": \"2021-12-13T15:18:06+0000\"\n}"}],"_postman_id":"464b2966-06dc-4f19-993e-210cd0a2dfff"}],"id":"6714fe51-99a3-43ab-a5ce-19eff5b93239","description":"<p>Create your <a href=\"https://documenter.getpostman.com/view/2304617/UVJYLKjV#8941a48d-18f2-41aa-8a41-c37c0156aa26\">webhook </a> using the <code>signed-envelope-complete</code> webhook type. This will be used to notify you when an envelope has been signed by all parties and is therefore considered \"complete\".</p>\n","_postman_id":"6714fe51-99a3-43ab-a5ce-19eff5b93239","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}}},{"name":"Step 2: GET an individual Envelope","item":[{"name":"Get an individual Envelope","id":"8794f812-1107-4624-94a3-75a307a817eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.signable.co.uk/v1/envelopes/{{Envelope Fingerprint}}","description":"<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Envelope Fingerprint</td>\n<td>Required</td>\n<td>A string indicating the fingerprint of the envelope you want to retrieve.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["envelopes","{{Envelope Fingerprint}}"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"3d738e38-2dc4-4e1f-aad7-5ff33589a5d8","name":"Get an individual Envelope","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://api.signable.co.uk/v1/envelopes/449213c840d1b4bab91fc5b742892e8a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 09:31:46 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"close","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"envelope_fingerprint\": \"449213c840d1b4bab91fc5b742892e8a\",\n    \"envelope_title\": \"New Envelope\",\n    \"envelope_status\": \"draft\",\n    \"envelope_redirect_url\": null,\n    \"envelope_created\": \"2021-12-08T09:14:02+0000\",\n    \"envelope_sent\": null,\n    \"envelope_processed\": null,\n    \"envelope_all_at_once_enabled\": false,\n    \"envelope_documents\": [\n        {\n            \"document_fingerprint\": \"b786a173554cc06371198caf0b250704\",\n            \"document_title\": \"Sample Contract\",\n            \"document_page_total\": \"1\",\n            \"document_pdf_url\": \"https://docs.signable.co.uk/original/b786a173554cc06371198caf0b250704.pdf\",\n            \"document_thumbnails\": [\n                \"https://docs.signable.co.uk/small/b786a173554cc06371198caf0b250704-0.jpg\"\n            ],\n            \"document_pages\": [\n                \"https://docs.signable.co.uk/large/b786a173554cc06371198caf0b250704-0.jpg\"\n            ],\n            \"document_fields\": [\n                {\n                    \"field_id\": \"163679083\",\n                    \"field_title\": \"Print Name\",\n                    \"field_type\": \"text\",\n                    \"field_value\": \"\",\n                    \"party_id\": \"7947064\",\n                    \"field_merge\": null\n                },\n                {\n                    \"field_id\": \"163679084\",\n                    \"field_title\": \"Full Address\",\n                    \"field_type\": \"text\",\n                    \"field_value\": \"\",\n                    \"party_id\": \"7947064\",\n                    \"field_merge\": null\n                },\n                {\n                    \"field_id\": \"163679085\",\n                    \"field_title\": \"Telephone Number\",\n                    \"field_type\": \"text\",\n                    \"field_value\": \"\",\n                    \"party_id\": \"7947064\",\n                    \"field_merge\": null\n                },\n                {\n                    \"field_id\": \"163679086\",\n                    \"field_title\": \"Email\",\n                    \"field_type\": \"checkbox\",\n                    \"field_value\": \"0\",\n                    \"party_id\": \"7947064\",\n                    \"field_merge\": null\n                },\n                {\n                    \"field_id\": \"163679087\",\n                    \"field_title\": \"Post\",\n                    \"field_type\": \"checkbox\",\n                    \"field_value\": \"0\",\n                    \"party_id\": \"7947064\",\n                    \"field_merge\": null\n                },\n                {\n                    \"field_id\": \"163679088\",\n                    \"field_title\": \"Proof of ID (Passport/Driving Licence)\",\n                    \"field_type\": \"upload\",\n                    \"field_value\": \"\",\n                    \"party_id\": \"7947064\",\n                    \"field_merge\": null\n                },\n                {\n                    \"field_id\": \"163679089\",\n                    \"field_title\": \"Name Of Sender \",\n                    \"field_type\": \"text\",\n                    \"field_value\": \"\",\n                    \"party_id\": \"7947064\",\n                    \"field_merge\": \"Name Of Sender\"\n                },\n                {\n                    \"field_id\": \"163679091\",\n                    \"field_title\": \"Date\",\n                    \"field_type\": \"date\",\n                    \"field_value\": \"\",\n                    \"party_id\": \"7947064\",\n                    \"field_merge\": null\n                }\n            ]\n        }\n    ],\n    \"envelope_history\": [\n        {\n            \"history_detail\": \"Envelope generated by Anne Example\",\n            \"history_ip\": \"82.37.65.165\",\n            \"history_user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36\",\n            \"history_date\": \"2021-12-08T09:14:02+0000\"\n        },\n        {\n            \"history_detail\": \"Document generated with fingerprint b786a173554cc06371198caf0b250704\",\n            \"history_ip\": \"82.37.65.165\",\n            \"history_user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36\",\n            \"history_date\": \"2021-12-08T09:14:21+0000\"\n        }\n    ]\n}"}],"_postman_id":"8794f812-1107-4624-94a3-75a307a817eb"}],"id":"b7e23a74-77a8-4805-8687-9f1b7f978c83","description":"<p>Next you're going to set up an integration that watches for when your <code>signed-envelope-complete</code> webhook fires off, to then trigger a <code>GET</code> request of the completed envelope, and extract the <code>envelope_download_url</code> contained within, which will then store that as a completed envelope in your preferred location.</p>\n","_postman_id":"b7e23a74-77a8-4805-8687-9f1b7f978c83","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}}},{"name":"Step 3: Send an Envelope","item":[{"name":"Send an Envelope without using a Template","id":"693e3ab0-2ead-41dd-aad2-e400a518aac4","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json","warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman."}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.signable.co.uk/v1/envelopes","description":"<p>Make sure you <a href=\"https://signable.help/what-are-signable-tags-2/\">setup Signable Tags</a> in the document before sending.</p>\n<h3 id=\"body-arguments\">Body Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>envelope_title</code></td>\n<td>Required</td>\n<td>A string of the title of the new envelope</td>\n</tr>\n<tr>\n<td><code>user_id</code></td>\n<td>Optional</td>\n<td>An integer representing the ID of the user that is sending out the document. This <code>user_id</code> must match an existing User within Signable. If excluded, the envelope will not be associated with a specific user. Setting this value will allow you to ensure the signed complete confirmation email is returned to the user set as the sender. The syntax is as follows <code>\"user_id\": \"343434 an@email.com\"</code></td>\n</tr>\n<tr>\n<td><code>envelope_requires_otp</code></td>\n<td>Optional</td>\n<td>A boolean to enable one-time-password on an envelope.  <br />Defaults to <code>false</code>.  <br />If set to <code>false</code>, <code>\"party_mobile\"</code> must not be added.  <br />  <br />If set to <code>true</code>, <code>\"party_mobile\"</code> must be added within <code>\"envelope_parties\"</code> for all signers.</td>\n</tr>\n<tr>\n<td><code>envelope_password_protect</code></td>\n<td>Optional</td>\n<td>A boolean, either <code>true</code> or <code>false</code> to indicate whether to send this out as a password protected document. This is optional, defaults to <code>false</code>.  <br />  <br />If <code>true</code> then the system will <strong>auto-generate a password</strong> and return it in the payload.  <br />  <br />If you prefer a custom password, this can be set for a party using the <code>party_password</code> attribute.</td>\n</tr>\n<tr>\n<td><code>envelope_redirect_url</code></td>\n<td>Optional</td>\n<td>A URL that you want the signer to be redirected to when the document has been signed. This is optional, if left out it the signer will be redirected to the standard confirmation page.</td>\n</tr>\n<tr>\n<td><code>envelope_auto_expire_hours</code></td>\n<td>Optional</td>\n<td>An integer which represents when you want Signable to automatically expire the envelope if the envelope is still in progress. This value is in hours and must be greater than 12. For example setting this to 72 will automatically expire the envelope after 72 hours (3 days). This is optional, if left out the envelope isn’t automatically expired</td>\n</tr>\n<tr>\n<td><code>envelope_auto_remind_hours</code></td>\n<td>Optional</td>\n<td>An integer which represents how often you want Signable to automatically remind the active signer. This value is in hours and must be greater than 12. For example setting this to 24 will tell Signable to automatically send a reminder out every 24 hours. This is optional and if left out, no automatic reminding is performed.</td>\n</tr>\n<tr>\n<td><code>envelope_meta</code></td>\n<td>Optional</td>\n<td>A JSON string containing any additional information that you want to store, in Signable, along with the envelope. This <code>envelope_meta</code> data must be a JSON string and less than 2000 characters.</td>\n</tr>\n<tr>\n<td><code>envelope_all_at_once_enabled</code></td>\n<td>Optional</td>\n<td>A boolean to indicate whether to send an envelope to all parties simultaneously (all-at-once signing) or to the first party. If <code>true</code>, envelope is sent to all parties immediately. if <code>false</code>, envelope is sent to the first party (one-at-a-time signing). This field defaults to the value stored in <code>setting_all_at_once_default</code> which defaults to <code>true</code>.</td>\n</tr>\n<tr>\n<td><code>envelope_documents</code></td>\n<td>Required</td>\n<td>A JSON string containing the individual document information. This is an array of objects containing the following in each object:</td>\n</tr>\n<tr>\n<td>– <code>document_title</code></td>\n<td>Required</td>\n<td>The string of the title of the document</td>\n</tr>\n<tr>\n<td>– <code>document_url</code></td>\n<td>Optional*</td>\n<td>A valid URL to either a PDF, Word or Excel file.</td>\n</tr>\n<tr>\n<td>– <code>document_file_content</code></td>\n<td>Optional*</td>\n<td>A base64 encoded string of the contents of a PDF, Word or Excel file.</td>\n</tr>\n<tr>\n<td>– <code>document_file_name</code></td>\n<td>Optional*</td>\n<td>The string of the filename of the document, including the extension, for example ‘contract.pdf’.</td>\n</tr>\n<tr>\n<td><code>envelope_parties</code></td>\n<td>Required</td>\n<td>A JSON string containing all parties relating to this envelope. This is an array of objects containing the following in each object:</td>\n</tr>\n<tr>\n<td>– <code>party_name</code></td>\n<td>Required</td>\n<td>A string of the name of the signing party</td>\n</tr>\n<tr>\n<td>– <code>party_email</code></td>\n<td>Required</td>\n<td>A string of a valid email address of the party</td>\n</tr>\n<tr>\n<td>– <code>party_mobile</code></td>\n<td>Required (for all signers when <code>\"envelope_requires_otp\"</code> is set to <code>true</code>)</td>\n<td>A string containing a party’s UK mobile number.  <br />If <code>\"envelope_requires_otp\"</code> is set to <code>false</code>,<code>\"party_mobile\"</code> must not be added, else it will error.  <br />If <code>\"envelope_requires_otp\"</code> is set to <code>true</code>:  <br />  <br />A <code>\"party_mobile\"</code> must be assigned to all ‘signer’ parties.  <br />  <br />The <code>\"party_mobile\"</code> must be a UK number and in E164 format eg +441234567899  <br />  <br />The <code>\"party_mobile\"</code> must not be assigned to any ‘copy’ parties.</td>\n</tr>\n<tr>\n<td>– <code>party_role</code></td>\n<td>Required</td>\n<td>A string matching the WHO part of the tags setup in the document. This needs to be either <code>signer1</code>, <code>signer2</code>, <code>signer3</code> e.t.c or it can be ‘<code>copy</code>’ if you want to include a party that just needs to be copied in.</td>\n</tr>\n<tr>\n<td>– <code>party_message</code></td>\n<td>Optional</td>\n<td>A message which will be sent to this party when it is their turn to sign. It is shown in the email that is sent to the signing party.</td>\n</tr>\n<tr>\n<td>– <code>party_password</code></td>\n<td>Optional</td>\n<td>A custom password which will be set for the party to access the envelope. This password will not show in the email that is sent to the signing party. <code>envelope_password_protect</code> must be true for this attribute to have an effect.  <br />  <br />If <code>envelope_password_protect</code> is true and a <code>party_password</code> has not been set, a password will be automatically generated for the party.</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Either <code>document_url</code> or <code>document_file_content</code> (and <code>document_file_name</code>) have to be passed in.</p>\n","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["envelopes"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"bf541549-29e8-452e-9982-d3c6a2e367ea","name":"Send an Envelope without using a Template","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json","warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"envelope_title\": \"Example Envelope\",\n    \"envelope_password_protect\": false,\n    \"envelope_redirect_url\": \"\",\n    \"envelope_auto_expire_hours\": 72,\n    \"envelope_auto_remind_hours\": 24,\n    \"envelope_documents\": [\n        {\n            \"document_title\": \"Example Document\",\n            \"document_url\": \"http://assets.signable.co.uk/SampleDoc.pdf\",\n            \"document_file_name\": \"test.pdf\"\n        },\n        {\n            \"document_title\": \"Example Document 2\",\n            \"document_url\": \"http://assets.signable.co.uk/SampleDoc.pdf\",\n            \"document_file_name\": \"test2.pdf\"\n        }\n    ],\n    \"envelope_parties\": [\n        {\n            \"party_name\": \"Jo Bloggs\",\n            \"party_email\": \"jo@example.com\",\n            \"party_role\": \"signer1\",\n            \"party_message\": \"This is a message.\"\n        },\n        {\n            \"party_name\": \"Anne Example\",\n            \"party_email\": \"anne@example.com\",\n            \"party_role\": \"copy\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/envelopes"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 09:35:43 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 202,\n    \"message\": \"Your envelope with title Example Envelope will be processed and sent out.\",\n    \"href\": \"https://api.signable.co.uk/v1/envelopes/16d31380b7dae782f3f19690a5006c54\",\n    \"envelope_title\": \"Example Envelope\",\n    \"envelope_fingerprint\": \"16d31380b7dae782f3f19690a5006c54\",\n    \"envelope_password_protect\": false,\n    \"envelope_redirect_url\": \"\",\n    \"envelope_queued\": \"2021-12-08T09:35:39+0000\",\n    \"envelope_all_at_once_enabled\": false\n}"}],"_postman_id":"693e3ab0-2ead-41dd-aad2-e400a518aac4"}],"id":"6274305a-b130-418e-80a7-3ab5931080b0","description":"<p>Finally, send an envelope to check it all works as expected.</p>\n<p>This is a very simple use case; the API is capable of doing much more, but this will get you up and running very quickly. If you have any further questions, please contact us at <a href=\"https://mailto:help@signable.co.uk\">help@signable.co.uk</a></p>\n","_postman_id":"6274305a-b130-418e-80a7-3ab5931080b0","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}}}],"id":"bbc8e641-2e9e-4992-aab8-3fe67fc6964c","description":"<p>There are many use cases for Signable and the API, but one of the most common is using your system to prefill data onto an envelope and then storing your completed envelopes outside of Signable.</p>\n<p>For this usecase we're going to assume that you have a system which can generate documents with all information prefilled and also include your desired <a href=\"https://signable.helpscoutdocs.com/article/160-what-are-signable-tags\">Signable tags</a> for fields you need your signer to fill in.</p>\n","_postman_id":"bbc8e641-2e9e-4992-aab8-3fe67fc6964c","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}}},{"name":"Partner","item":[{"name":"Create a Sub-Account","id":"b6b2ad64-12fb-47e9-9074-0d69767d6f77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"company_name\": \"Example Inc\",\r\n    \"user_name\": \"Anne Example\",\r\n    \"user_email\": \"anne@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/companies","description":"<h3 id=\"body-arguments\">Body Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>company_name</code></td>\n<td>Required</td>\n<td>A string of the name of the new company.</td>\n</tr>\n<tr>\n<td><code>user_name</code></td>\n<td>Required</td>\n<td>A string of the name of the first user of the company.</td>\n</tr>\n<tr>\n<td><code>user_email</code></td>\n<td>Required</td>\n<td>A string of the email address of the first user of the company.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["companies"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"1931781b-eb3e-4c73-bfc3-d6c8c78e67c8","name":"Create a Sub-Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"company_name\": \"Example Inc\",\r\n    \"user_name\": \"Anne Example\",\r\n    \"user_email\": \"anne@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/companies"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"Test Company 1 has been added as a company\",\n    \"href\": \"https://api.signable.co.uk/v1/companies/1234\",\n    \"company_id\": \"1234\",\n    \"company_name\": \"Example Inc\",\n    \"company_email\": \"anne@example.com\",\n    \"api_key\": \"c4ca4238a0b423820dcc509a6f75849b\",\n    \"user_id\": \"1234\",\n    \"user_name\": \"Anne Example\",\n    \"user_email\": \"anne@example.com\",\n    \"user_href\": \"https://api.signable.co.uk/v1/users/1234\",\n    \"company_added\": \"2021-11-24T15:05:05+0000\"\n}"}],"_postman_id":"b6b2ad64-12fb-47e9-9074-0d69767d6f77"},{"name":"Update a Sub-Account","id":"cebeef36-363d-4588-9d29-960faf700fdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"company_name\": \"Example Incorperated\",\r\n    \"company_email\": \"hello@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/companies/{{Company ID}}","description":"<h3 id=\"url-parameters\">URL Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Company ID</td>\n<td>Required</td>\n<td>A positive integer representing the <code>company_id</code> of the sub-account you want to update.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>company_name</code></td>\n<td>Optional</td>\n<td>A string of the new name of the sub account.</td>\n</tr>\n<tr>\n<td><code>company_email</code></td>\n<td>Optional</td>\n<td>A string representing the new main company email address for the sub account.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["companies","{{Company ID}}"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"92058442-55df-4755-91c5-440bb1ec1ca2","name":"Update a Sub-Account","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"company_name\": \"Example Incorporated\",\r\n    \"company_email\": \"hello@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/companies/1234"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"Example Incorporated has been updated.\",\n    \"href\": \"https://api.signable.co.uk/v1/companies/1234\",\n    \"company_id\": 1000,\n    \"company_name\": \"Example Incororated\",\n    \"company_email\": \"anne@example.com\",\n    \"company_updated\": \"2021-11-21T11:57:29+0000\"\n}"}],"_postman_id":"cebeef36-363d-4588-9d29-960faf700fdf"},{"name":"View usage per Sub-Account","id":"74cd1c24-1221-4242-9854-26f5adbd0452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/usage?offset=0&limit=10","description":"<p>Get the envelope usage for the current and previous month for each of your sub-accounts for the last 3 months maximum.</p>\n","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["usage"],"host":["https://api.signable.co.uk/v1"],"query":[{"description":{"content":"<p>A positive integer indicating the first record to retrieve. Optional, defaults to the first company (0).</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>A positive integer indicating the maximum number of companies to return. Optional, defaults to 10.</p>\n","type":"text/plain"},"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"6e13966b-f5ae-4e5e-983f-2a224f1c1cff","name":"View usage per Sub-Account","originalRequest":{"method":"GET","header":[{"key":"KsYSmaLdSwqnPJyWeOMQKXHtxLXfmWka","value":"","type":"text","disabled":true}],"url":{"raw":"https://api.signable.co.uk/v1/usage?offset=0&limit=10","host":["https://api.signable.co.uk/v1"],"path":["usage"],"query":[{"key":"offset","value":"0","description":"A positive integer indicating the first record to retrieve. Optional, defaults to the first company (0)."},{"key":"limit","value":"10","description":"A positive integer indicating the maximum number of companies to return. Optional, defaults to 10."}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"offset\": 0,\n    \"limit\": 10,\n    \"total_companies\": \"3\",\n    \"current_start_date\": \"2020-01-01T16:31:02+0000\",\n    \"current_end_date\": \"2020-02-01T16:31:02+0000\",\n    \"previous_start_date\": \"2020-12-01T16:31:02+0000\",\n    \"previous_end_date\": \"2020-01-01T16:31:02+0000\",\n    \"next\": \"https://api.signable.co.uk/v1/usage?offset=10&limit=10\",\n    \"companies\": [\n        {\n            \"company_id\": \"1000\",\n            \"company_name\": \"Test Company 1\",\n            \"current_usage\": \"50\",\n            \"previous_usage\": \"150\",\n            \"company_created\": \"2019-10-07T13:35:30+0000\"\n        },\n        {\n            \"company_id\": \"1001\",\n            \"company_name\": \"Test Company 2\",\n            \"current_usage\": \"0\",\n            \"previous_usage\": \"20\",\n            \"company_created\": \"2019-10-07T13:35:30+0000\"\n        },\n        {\n            \"company_id\": \"1002\",\n            \"company_name\": \"Test Company 3\",\n            \"current_usage\": \"1000\",\n            \"previous_usage\": \"1500\",\n            \"company_created\": \"2019-10-07T13:35:30+0000\"\n        }\n    ]\n}"}],"_postman_id":"74cd1c24-1221-4242-9854-26f5adbd0452"},{"name":"List Sub-Accounts","id":"a4972628-ff87-4467-a953-9ab5a0747819","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/companies?offset=0&limit=10","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["companies"],"host":["https://api.signable.co.uk/v1"],"query":[{"description":{"content":"<p>A positive integer indicating the first record to retrieve. Optional, defaults to the first sub-account (0).</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>A positive integer indicating the maximum number of sub-accounts to return. Optional, defaults to 10.</p>\n","type":"text/plain"},"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"d834ce82-cacb-4c36-9dfa-550fb4f36222","name":"List Sub-Accounts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.signable.co.uk/v1/companies?offset=0&limit=10","host":["https://api.signable.co.uk/v1"],"path":["companies"],"query":[{"key":"offset","value":"0","description":"A positive integer indicating the first record to retrieve. Optional, defaults to the first sub-account (0)."},{"key":"limit","value":"10","description":"A positive integer indicating the maximum number of sub-accounts to return. Optional, defaults to 10."}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"offset\": 0,\n    \"limit\": 10,\n    \"total_companies\": \"3\",\n    \"next\": \"https://api.signable.co.uk/v1/companies?offset=10&limit=10\",\n    \"companies\": [\n        {\n            \"company_id\": \"2001\",\n            \"company_name\": \"Example Sub Account 1\",\n            \"company_email\": \"john@smith.com\",\n            \"company_api_key\": \"d41d8cd98f00b204e9800998ecf8427e\",\n            \"company_created\": \"2021-10-07T13:35:30+0000\"\n        },\n        {\n            \"company_id\": \"2002\",\n            \"company_name\": \"Example Sub Account 2\",\n            \"company_email\": \"jane@smith.com\",\n            \"company_api_key\": \"d41d8cd98f00b204e9800998ecf8427e\",\n            \"company_created\": \"2021-10-07T13:35:30+0000\"\n        },\n        {\n            \"company_id\": \"2003\",\n            \"company_name\": \"Example Sub Account 3\",\n            \"company_email\": \"joe@smith.com\",\n            \"company_api_key\": \"d41d8cd98f00b204e9800998ecf8427e\",\n            \"company_created\": \"2021-10-07T13:35:30+0000\"\n        }\n]\n}\n"}],"_postman_id":"a4972628-ff87-4467-a953-9ab5a0747819"},{"name":"Get a Sub-Account","id":"6d36f754-421e-439b-998d-5ded5e8fca7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/companies/{{Sub-Account Company ID}}","description":"<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>(Sub-Account) Company ID</td>\n<td>Required</td>\n<td>A positive integer representing the <code>company_id</code> for the sub-account</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["companies","{{Sub-Account Company ID}}"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"1e0c9a35-15de-4e23-8016-cf3688a1210a","name":"Get a Sub-Account","originalRequest":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/companies/2001"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"company_id\": 2001,\n    \"company_name\": \"Example Sub Account 1\",\n    \"company_email\": \"john@smith.com\",\n    \"contact_created\": \"2020-10-07T13:34:53+0000\",\n    \"company_usage\": [\n        {\n            \"month\": \"March\",\n            \"year\": \"2021\",\n            \"sent\": \"28\"\n        },\n        {\n            \"month\": \"February\",\n            \"year\": \"2021\",\n            \"sent\": \"24\"\n        },\n        {\n            \"month\": \"January\",\n            \"year\": \"2021\",\n            \"sent\": \"25\"\n        }\n    ]\n}"}],"_postman_id":"6d36f754-421e-439b-998d-5ded5e8fca7b"},{"name":"Delete a Sub-Account","id":"7cf193cb-8a56-4227-ace5-6a46ab33cfa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.signable.co.uk/v1/companies/{{Sub-Account Company ID}}","description":"<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>(Sub-Account) Company ID</td>\n<td>Required</td>\n<td>A positive integer representing the <code>company_id</code> for the Sub-Account</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["companies","{{Sub-Account Company ID}}"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"08e7b1ae-e10b-4efc-83e6-9b3d80960329","name":"Delete a Sub-Account","originalRequest":{"method":"DELETE","header":[],"url":"https://api.signable.co.uk/v1/companies/2001"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"Example Sub Account 1 has been removed.\",\n    \"company_id\": 2001,\n    \"company_name\": \"Example Sub Account 1\",\n    \"company_email\": \"john@smith.com\"\n}"}],"_postman_id":"7cf193cb-8a56-4227-ace5-6a46ab33cfa1"}],"id":"c7294ba0-a048-40fe-acd8-16dba4ea3e9a","description":"<p>These endpoints are only available to Signable Partners, <a href=\"https://www.signable.co.uk/signable-partnership/#sign-up-partners\">if you are interested in becoming a Partner please contact our team.</a></p>\n","event":[{"listen":"prerequest","script":{"id":"740b28a0-0e9d-4f06-aa31-aa1369163063","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5cdb7f09-142c-4989-bbe4-5b4f4f496887","type":"text/javascript","exec":[""]}}],"_postman_id":"c7294ba0-a048-40fe-acd8-16dba4ea3e9a","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}}},{"name":"Envelopes","item":[{"name":"Send an Envelope without using a Template","id":"345be7c5-d85c-44b3-b153-ab32cb8ea161","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.signable.co.uk/v1/envelopes","description":"<p><strong>Please note:</strong> It is not possible to send a mixture of non-template and template documents in the same envelope. These must be sent separately.</p>\n<p>Make sure you <a href=\"https://signable.help/what-are-signable-tags-2/\">setup Signable Tags</a> in the document before sending.</p>\n<h3 id=\"body-arguments\">Body Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>envelope_title</code></td>\n<td>Required</td>\n<td>A string of the title of the new envelope</td>\n</tr>\n<tr>\n<td><code>user_id</code></td>\n<td>Optional</td>\n<td>An integer representing the ID of the user that is sending out the document. This <code>user_id</code> must match an existing User within Signable. If excluded, the envelope will not be associated with a specific user. Setting this value will allow you to ensure the signed complete confirmation email is returned to the user set as the sender. The syntax is as follows <code>\"user_id\": \"343434 an@email.com\"</code></td>\n</tr>\n<tr>\n<td><code>envelope_requires_otp</code></td>\n<td>Optional</td>\n<td>A boolean to enable one-time-password on an envelope.  <br />Defaults to <code>false</code>.  <br />If set to <code>false</code>, <code>\"party_mobile\"</code> must not be added.  <br />  <br />If set to <code>true</code>, <code>\"party_mobile\"</code> must be added within <code>\"envelope_parties\"</code> for all signers.</td>\n</tr>\n<tr>\n<td><code>envelope_password_protect</code></td>\n<td>Optional</td>\n<td>A boolean, either <code>true</code> or <code>false</code> to indicate whether to send this out as a password protected document. This is optional, defaults to <code>false</code>.  <br />  <br />If <code>true</code> then the system will <strong>auto-generate a password</strong> and return it in the payload.  <br />  <br />If you prefer a custom password, this can be set for a party using the <code>party_password</code> attribute.</td>\n</tr>\n<tr>\n<td><code>envelope_redirect_url</code></td>\n<td>Optional</td>\n<td>A URL that you want the signer to be redirected to when the document has been signed. This is optional, if left out it the signer will be redirected to the standard confirmation page.</td>\n</tr>\n<tr>\n<td><code>envelope_auto_expire_hours</code></td>\n<td>Optional</td>\n<td>An integer which represents when you want Signable to automatically expire the envelope if the envelope is still in progress. This value is in hours and must be greater than 12. For example setting this to 72 will automatically expire the envelope after 72 hours (3 days). This is optional, if left out the envelope isn’t automatically expired</td>\n</tr>\n<tr>\n<td><code>envelope_auto_remind_hours</code></td>\n<td>Optional</td>\n<td>An integer which represents how often you want Signable to automatically remind the active signer. This value is in hours and must be greater than 12. For example setting this to 24 will tell Signable to automatically send a reminder out every 24 hours. This is optional and if left out, no automatic reminding is performed.</td>\n</tr>\n<tr>\n<td><code>envelope_meta</code></td>\n<td>Optional</td>\n<td>A JSON string containing any additional information that you want to store, in Signable, along with the envelope. This <code>envelope_meta</code> data must be a JSON string and less than 2000 characters.</td>\n</tr>\n<tr>\n<td><code>envelope_all_at_once_enabled</code></td>\n<td>Optional</td>\n<td>A boolean to indicate whether to send an envelope to all parties simultaneously (all-at-once signing) or to the first party. If <code>true</code>, envelope is sent to all parties immediately. if <code>false</code>, envelope is sent to the first party (one-at-a-time signing). This field defaults to the value stored in <code>setting_all_at_once_default</code> which defaults to <code>true</code>.</td>\n</tr>\n<tr>\n<td><code>envelope_documents</code></td>\n<td>Required</td>\n<td>A JSON string containing the individual document information. This is an array of objects containing the following in each object:</td>\n</tr>\n<tr>\n<td>– <code>document_title</code></td>\n<td>Required</td>\n<td>The string of the title of the document</td>\n</tr>\n<tr>\n<td>– <code>document_url</code></td>\n<td>Optional*</td>\n<td>A valid URL to either a PDF, Word or Excel file.</td>\n</tr>\n<tr>\n<td>– <code>document_file_content</code></td>\n<td>Optional*</td>\n<td>A base64 encoded string of the contents of a PDF, Word or Excel file.</td>\n</tr>\n<tr>\n<td>– <code>document_file_name</code></td>\n<td>Optional*</td>\n<td>The string of the filename of the document, including the extension, for example ‘contract.pdf’.</td>\n</tr>\n<tr>\n<td><code>envelope_parties</code></td>\n<td>Required</td>\n<td>A JSON string containing all parties relating to this envelope. This is an array of objects containing the following in each object:</td>\n</tr>\n<tr>\n<td>– <code>party_name</code></td>\n<td>Required</td>\n<td>A string of the name of the signing party</td>\n</tr>\n<tr>\n<td>– <code>party_email</code></td>\n<td>Required</td>\n<td>A string of a valid email address of the party</td>\n</tr>\n<tr>\n<td>– <code>party_mobile</code></td>\n<td>Required (for all signers when <code>\"envelope_requires_otp\"</code> is set to <code>true</code>)</td>\n<td>A string containing a party’s UK mobile number.  <br />If <code>\"envelope_requires_otp\"</code> is set to <code>false</code>,<code>\"party_mobile\"</code> must not be added, else it will error.  <br />If <code>\"envelope_requires_otp\"</code> is set to <code>true</code>:  <br />  <br />A <code>\"party_mobile\"</code> must be assigned to all ‘signer’ parties.  <br />  <br />The <code>\"party_mobile\"</code> must be a UK number and in E164 format eg +441234567899  <br />  <br />The <code>\"party_mobile\"</code> must not be assigned to any ‘copy’ parties.</td>\n</tr>\n<tr>\n<td>– <code>party_role</code></td>\n<td>Required</td>\n<td>A string matching the WHO part of the tags setup in the document. This needs to be either <code>signer1</code>, <code>signer2</code>, <code>signer3</code> e.t.c or it can be ‘<code>copy</code>’ if you want to include a party that just needs to be copied in.</td>\n</tr>\n<tr>\n<td>– <code>party_message</code></td>\n<td>Optional</td>\n<td>A message which will be sent to this party when it is their turn to sign. It is shown in the email that is sent to the signing party.</td>\n</tr>\n<tr>\n<td>– <code>party_password</code></td>\n<td>Optional</td>\n<td>A custom password which will be set for the party to access the envelope. This password will not show in the email that is sent to the signing party. <code>envelope_password_protect</code> must be true for this attribute to have an effect.  <br />  <br />If <code>envelope_password_protect</code> is true and a <code>party_password</code> has not been set, a password will be automatically generated for the party.</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Either <code>document_url</code> or <code>document_file_content</code> (and <code>document_file_name</code>) have to be passed in.</p>\n","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["envelopes"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"78112773-10a3-40fe-b6c2-1ddf2a6204e0","name":"Send an Envelope without using a Template","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"envelope_title\": \"Example Envelope\",\n    \"envelope_password_protect\": false,\n    \"envelope_redirect_url\": \"\",\n    \"envelope_requires_otp\": true,\n    \"envelope_auto_expire_hours\": 72,\n    \"envelope_auto_remind_hours\": 24,\n    \"envelope_documents\": [\n        {\n            \"document_title\": \"Example Document\",\n            \"document_url\": \"http://assets.signable.co.uk/SampleDoc.pdf\",\n            \"document_file_name\": \"test.pdf\"\n        },\n        {\n            \"document_title\": \"Example Document 2\",\n            \"document_url\": \"http://assets.signable.co.uk/SampleDoc.pdf\",\n            \"document_file_name\": \"test2.pdf\"\n        }\n    ],\n    \"envelope_parties\": [\n        {\n            \"party_name\": \"Jo Bloggs\",\n            \"party_email\": \"jo@example.com\",\n            \"party_mobile\":\"+447789123456\",\n            \"party_role\": \"signer1\",\n            \"party_message\": \"This is a message.\"\n        },\n        {\n            \"party_name\": \"Anne Example\",\n            \"party_email\": \"anne@example.com\",\n            \"party_role\": \"copy\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/envelopes"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 09:35:43 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 202,\n    \"message\": \"Your envelope with title Example Envelope will be processed and sent out.\",\n    \"href\": \"https://api.signable.co.uk/v1/envelopes/16d31380b7dae782f3f19690a5006c54\",\n    \"envelope_title\": \"Example Envelope\",\n    \"envelope_fingerprint\": \"16d31380b7dae782f3f19690a5006c54\",\n    \"envelope_password_protect\": false,\n    \"envelope_redirect_url\": \"\",\n    \"envelope_queued\": \"2021-12-08T09:35:39+0000\",\n    \"envelope_all_at_once_enabled\": false,\n    \"envelope_requires_otp\":true,\n    \"envelope_parties\": [\n        {\n            \"party_id\": 82345679,\n            \"party_title\": \"Jo Bloggs\",\n            \"party_mobile_last4\": 3456,\n            \"party_password\": null\n        },\n        {\n            \"party_id\": 82345679,\n            \"party_title\": \"Anne Example\",\n            \"party_mobile_last4\": null,\n            \"party_password\": null\n        }\n    ]\n}"},{"id":"25cf1d30-59c8-4710-8c16-2d26cd094dfa","name":"Send an Envelope without using a Template Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"envelope_title\": \"Example Envelope\",\n    \"envelope_password_protect\": false,\n    \"envelope_redirect_url\": \"\",\n    \"envelope_auto_expire_hours\": 72,\n    \"envelope_auto_remind_hours\": 24,\n    \"envelope_documents\": [\n        {\n            \"document_title\": \"Example Document\",\n            \"document_url\": \"http://assets.signable.co.uk/SampleDoc.pdf\",\n            \"document_file_name\": \"test.pdf\"\n        },\n        {\n            \"document_title\": \"Example Document 2\",\n            \"document_url\": \"http://assets.signable.co.uk/SampleDoc.pdf\",\n            \"document_file_name\": \"test2.pdf\"\n        }\n    ],\n    \"envelope_parties\": [\n        {\n            \"party_name\": \"Jo Bloggs\",\n            \"party_email\": \"jo@example.com\",\n            \"party_role\": \"signer1\",\n            \"party_message\": \"This is a message.\"\n        },\n        {\n            \"party_name\": \"Anne Example\",\n            \"party_email\": \"anne@example.com\",\n            \"party_role\": \"copy\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/envelopes"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 09:35:43 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 202,\n    \"message\": \"Your envelope with title Example Envelope will be processed and sent out.\",\n    \"href\": \"https://api.signable.co.uk/v1/envelopes/16d31380b7dae782f3f19690a5006c54\",\n    \"envelope_title\": \"Example Envelope\",\n    \"envelope_fingerprint\": \"16d31380b7dae782f3f19690a5006c54\",\n    \"envelope_password_protect\": false,\n    \"envelope_redirect_url\": \"\",\n    \"envelope_queued\": \"2021-12-08T09:35:39+0000\",\n    \"envelope_all_at_once_enabled\": false,\n    \"envelope_parties\": [\n        {\n            \"party_id\": 82345679,\n            \"party_title\": \"Jo Bloggs\",\n            \"party_mobile_last4\": 3456,\n            \"party_password\": null\n        },\n        {\n            \"party_id\": 82345679,\n            \"party_title\": \"Anne Example\",\n            \"party_mobile_last4\": null,\n            \"party_password\": null\n        }\n    ]\n}"}],"_postman_id":"345be7c5-d85c-44b3-b153-ab32cb8ea161"},{"name":"Send an Envelope using a Template","id":"a4ea0032-7339-4a73-9d96-00c860fce95c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"envelope_title\": \"Example Envelope from Template\",\n\t\"envelope_documents\": [\n\t\t{\n\t\t\t\"document_title\": \"Sample Document\",\n\t\t\t\"document_template_fingerprint\": \"b786a173554cc06371198caf0b250704\"\n\t\t}\n\t],\n\t\"envelope_parties\": [\n\t\t{\n\t\t\t\"party_name\": \"Jo Bloggs\",\n\t\t\t\"party_email\": \"jo@example.com\",\n\t\t\t\"party_id\": \"7943316\",\n\t\t\t\"party_role\": \"signer\",\n\t\t\t\"party_message\": \"hello world\"\n\t\t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/envelopes","description":"<h3 id=\"body-arguments\">Body Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>envelope_title</code></td>\n<td>Required</td>\n<td>A string of the title of the new envelope</td>\n</tr>\n<tr>\n<td><code>user_id</code></td>\n<td>Optional</td>\n<td>An integer representing the ID of the user that is sending out the document. This <code>user_id</code> must match an existing User within Signable. Setting this value will allow you to ensure the signed complete confirmation email is returned to the user set as the sender. The syntax is as follows <code>\"user_id\": \"343434 an@email.com\"</code></td>\n</tr>\n<tr>\n<td><code>envelope_requires_otp</code></td>\n<td>Optional</td>\n<td>A boolean to enable one-time-password on an envelope.  <br />Defaults to <code>false</code>.  <br />If set to <code>false</code>, <code>\"party_mobile\"</code> must not be added.  <br />  <br />If set to <code>true</code>, <code>\"party_mobile\"</code> must be added within <code>\"envelope_parties\"</code> for all signers.</td>\n</tr>\n<tr>\n<td><code>envelope_password_protect</code></td>\n<td>Optional</td>\n<td>A boolean, either <code>true</code> or <code>false</code> to indicate whether to send this out as a password protected document. This is optional, defaults to <code>false</code>.  <br />  <br />If <code>true</code> then the system will <strong>auto-generate a password</strong> and return it in the payload.  <br />  <br />If you prefer to set a custom password of your choice, this can be set for a party using the <code>party_password</code> attribute</td>\n</tr>\n<tr>\n<td><code>envelope_redirect_url</code></td>\n<td>Optional</td>\n<td>A URL that you want the signer to be redirected to when the document has been signed. This is optional, if left out it the signer will be redirected to the standard confirmation page.</td>\n</tr>\n<tr>\n<td><code>envelope_auto_expire_hours</code></td>\n<td>Optional</td>\n<td>An integer which represents when you want Signable to automatically expire the envelope if the envelope is still in progress. This value is in hours and must be greater than 12. For example setting this to 72 will automatically expire the envelope after 72 hours (3 days). This is optional, if left out the envelope isn’t automatically expired</td>\n</tr>\n<tr>\n<td><code>envelope_auto_remind_hours</code></td>\n<td>Optional</td>\n<td>An integer which represents how often you want Signable to automatically remind the active signer. This value is in hours and must be greater than 12. For example setting this to 24 will tell Signable to automatically send a reminder out every 24 hours. If excluded, no automatic reminding is performed.</td>\n</tr>\n<tr>\n<td><code>envelope_meta</code></td>\n<td>Optional</td>\n<td>A JSON string containing any additional information that you want to store, in Signable, along with the envelope. This <code>envelope_meta</code> data must be a JSON string and less than 2000 characters.</td>\n</tr>\n<tr>\n<td><code>envelope_documents</code></td>\n<td>Required</td>\n<td>A JSON string containing the individual document information. This is an array of objects containing the following in each object:</td>\n</tr>\n<tr>\n<td><code>envelope_all_at_once_enabled</code></td>\n<td>Optional</td>\n<td>A boolean to indicate whether to send an envelope to all parties simultaneously (all-at-once signing) or to the first party. If <code>true</code>, envelope is sent to all parties immediately. if <code>false</code>, envelope is sent to the first party (one-at-a-time signing). This field defaults to the value stored in <code>setting_all_at_once_default</code> which defaults to <code>true</code>.</td>\n</tr>\n<tr>\n<td>– <code>document_title</code></td>\n<td>Required</td>\n<td>The string of the title of the document</td>\n</tr>\n<tr>\n<td>– <code>document_template_fingerprint</code></td>\n<td>Required</td>\n<td>A valid fingerprint of the template you want to send out</td>\n</tr>\n<tr>\n<td>– <code>document_merge_fields</code></td>\n<td>Optional</td>\n<td>A JSON string containing the merge fields for this template. This is an array of objects containing the following in each object:</td>\n</tr>\n<tr>\n<td>– – <code>field_id</code></td>\n<td>Required</td>\n<td>An integer representing the ID of the merge field</td>\n</tr>\n<tr>\n<td>– – <code>field_value</code></td>\n<td>Required</td>\n<td>A string representing the value of the merge field</td>\n</tr>\n<tr>\n<td><code>envelope_parties</code></td>\n<td>Required</td>\n<td>A JSON string containing all parties relating to this envelope. This is an array of objects containing the following in each object:</td>\n</tr>\n<tr>\n<td>– <code>party_name</code></td>\n<td>Required</td>\n<td>A string of the name of the signing party</td>\n</tr>\n<tr>\n<td>– <code>party_email</code></td>\n<td>Required</td>\n<td>A string of a valid email address of the party</td>\n</tr>\n<tr>\n<td>– <code>party_mobile</code></td>\n<td>Required (for all signers when <code>\"envelope_requires_otp\"</code> is set to <code>true</code>)</td>\n<td>A string containing a party’s UK mobile number.  <br />If <code>\"envelope_requires_otp\"</code> is set to <code>false</code>,<code>\"party_mobile\"</code> must not be added, else it will error.  <br />If <code>\"envelope_requires_otp\"</code> is set to <code>true</code>:  <br />  <br />A <code>\"party_mobile\"</code> must be assigned to all ‘signer’ parties.  <br />  <br />The <code>\"party_mobile\"</code> must be a UK number and in E164 format eg +441234567899  <br />  <br />The <code>\"party_mobile\"</code> must not be assigned to any ‘copy’ parties.</td>\n</tr>\n<tr>\n<td>– <code>party_id</code></td>\n<td>Required</td>\n<td>An integer representing the ID of the party which is setup in the template that you want to send out.</td>\n</tr>\n<tr>\n<td>– <code>party_role</code></td>\n<td>Optional</td>\n<td>A string either being ‘<code>signer</code>’ or ‘<code>copy</code>’ if you want to include a party that just needs to be copied in. If left out, it will be set to ‘<code>signer</code>’.</td>\n</tr>\n<tr>\n<td>– <code>party_message</code></td>\n<td>Optional</td>\n<td>A message which will be sent to this party when it is their turn to sign. It is shown in the email that is sent to the signing party.</td>\n</tr>\n<tr>\n<td>– <code>party_password</code></td>\n<td>Optional</td>\n<td>A custom password which will be set for the party to access the envelope. This password will not show in the email that is sent to the signing party. <code>envelope_password_protect</code> must be true for this attribute to have an effect.  <br />  <br />If <code>envelope_password_protect</code> is true and a <code>party_password</code> has not been set, a password will be automatically generated for the party.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"embedded-signing\">Embedded Signing</h2>\n<p>When enabled, the <strong>POST - Send envelope using a template</strong> will return the field <code>envelope_signing_embed</code> which contains an iframe with the URL of the signing page which you can use to display the signing page in your app. <a href=\"https://www.signable.co.uk/contact/\">Contact our team to request Embedded Signing be enabled for your account.</a></p>\n<p>To get the signing page URL of subsequent parties, follow these steps:</p>\n<ol>\n<li><p>Enable the ‘Envelope Sent’ webhook</p>\n</li>\n<li><p>Once the first party has signed, obtain further <code>envelope_signing_embed</code> signing links from webhook's event response.</p>\n</li>\n</ol>\n<h3 id=\"emails\">Emails</h3>\n<p>If required, you can suppress Signable notification emails to the signers - to fully control the signing page and any notifications. Once embedded signing is enabled on your account, you will see a setting to suppress those emails under Company Settings &gt; Preferences &gt; Emails</p>\n<p>The signer will always receive a Signed and Completed email notification with a link to the final document - that email will be from Signable.</p>\n<h3 id=\"tip\">Tip</h3>\n<p>You may want to make sure you use <code>envelope_redirect_url</code> to keep the user in your app after signing.</p>\n<h3 id=\"some-additional-requirements-to-ensure-it-is-fully-legal\">Some additional requirements to ensure it is fully legal</h3>\n<p>When using Embedded Signing in your app you're accountable for ensuring the signer's identity. You can do this by for example making sure that the page with the embedded signing is:</p>\n<p>* Secured via SSL, so have an https address.<br />* Behind a username/password login type system unique to only 1 single signing party.</p>\n<p>This is so that if there is a dispute, the evidence you have collected to assert the signer's identity can be provided to help trace the signature back to the signer.</p>\n","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["envelopes"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"34606161-d2b7-42f1-89f5-179294fd14e9","name":"Send an Envelope using a Template","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"envelope_title\": \"Example Envelope from Template\",\n\t\"envelope_password_protect\": true,\n    \"envelope_requires_otp\": false,\n    \"envelope_documents\": [\n        {\n            \"document_title\": \"Sample Document\",\n            \"document_template_fingerprint\": \"b786a173554cc06371198caf0b250704\",\n            \"document_merge_fields\": [\n                {\n                    \"field_id\": \"185752033\",\n                    \"field_value\": \"Tester Tester\"\n                },\n                {\n                    \"field_id\": \"185752039\",\n                    \"field_value\": \"TBC\"\n                }\n            ]\n        }\n    ],\n    \"envelope_parties\": [\n        {\n            \"party_name\": \"Jo Bloggs\",\n            \"party_email\": \"jo@example.com\",\n            \"party_id\": \"7943316\",\n            \"party_role\": \"signer\",\n            \"party_message\": \"hello world\",\n            \"party_password\": \"password321\"\n        },\n        {\n            \"party_name\": \"Anne Example\",\n            \"party_email\": \"anne@example.com\",\n            \"party_id\": \"7943317\",\n            \"party_role\": \"copy\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/envelopes"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 202,\n    \"message\": \"Your envelope with title Example Envelope from Template will be processed and sent out.\",\n    \"href\": \"https://api.signable.co.uk/v1/envelopes/0dfd1c78e19f6b59504675e21f2f2b8c\",\n    \"envelope_title\": \"Example Envelope from Template\",\n    \"envelope_fingerprint\": \"0dfd1c78e19f6b59504675e21f2f2b8c\",\n    \"envelope_password_protect\": true,\n    \"envelope_redirect_url\": \"\",\n    \"envelope_queued\": \"2021-12-08T11:35:00+0000\",\n    \"envelope_all_at_once_enabled\": false,\n    \"envelope_requires_otp\": false,\n    \"envelope_parties\": [\n        {\n            \"party_id\": 7943316,\n            \"party_title\": \"Jo Bloggs\",\n            \"party_mobile_last4\": null,\n            \"party_password\": \"password321\"\n        },\n        {\n            \"party_id\": 7943317,\n            \"party_title\": \"Anne Example\",\n            \"party_mobile_last4\": null,\n            \"party_password\": \"autogen_16djb22j2\"\n        }\n    ]\n}"},{"id":"67c9394e-5b35-47c0-9ccc-e4b3e7055d1f","name":"With party password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"envelope_title\": \"Example Envelope from Template\",\n    \"envelope_password_protect\": true,\n\t\"envelope_documents\": [\n\t\t{\n\t\t\t\"document_title\": \"Sample Document\",\n\t\t\t\"document_template_fingerprint\": \"b786a173554cc06371198caf0b250704\"\n\t\t}\n\t],\n\t\"envelope_parties\": [\n\t\t{\n\t\t\t\"party_name\": \"Jo Bloggs\",\n\t\t\t\"party_email\": \"jo@example.com\",\n\t\t\t\"party_id\": \"7943316\",\n\t\t\t\"party_role\": \"signer\",\n\t\t\t\"party_message\": \"hello world\",\n\t\t\t\"party_password\": \"myCustomPassword\"\n\t\t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/envelopes"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 202,\n    \"message\": \"Your envelope with title Example Envelope from Template will be processed and sent out.\",\n    \"href\": \"https://api.signable.co.uk/v1/envelopes/0dfd1c78e19f6b59504675e21f2f2b8c\",\n    \"envelope_title\": \"Example Envelope from Template\",\n    \"envelope_fingerprint\": \"0dfd1c78e19f6b59504675e21f2f2b8c\",\n    \"envelope_password_protect\": true,\n    \"envelope_redirect_url\": \"\",\n    \"envelope_queued\": \"2021-12-08T11:35:00+0000\",\n    \"envelope_all_at_once_enabled\": false,\n    \"envelope_parties\": [\n        {\n            \"party_id\": 7943316,\n            \"party_title\": \"Jo Bloggs\",\n            \"party_mobile_last4\": null,\n            \"party_password\": \"myCustomPassword\"\n        }\n    ]\n}"},{"id":"568b96a6-226b-493b-9f18-79e1c092310d","name":"With embedded signing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"envelope_title\": \"Example Envelope from Template\",\n\t\"envelope_documents\": [\n\t\t{\n\t\t\t\"document_title\": \"Sample Document\",\n\t\t\t\"document_template_fingerprint\": \"b786a173554cc06371198caf0b250704\"\n\t\t}\n\t],\n\t\"envelope_parties\": [\n\t\t{\n\t\t\t\"party_name\": \"Jo Bloggs\",\n\t\t\t\"party_email\": \"jo@example.com\",\n\t\t\t\"party_id\": \"7943316\",\n\t\t\t\"party_role\": \"signer\",\n\t\t\t\"party_message\": \"hello world\"\n\t\t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/envelopes"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8","description":"","enabled":true,"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"http\": 202,\n  \"message\": \"Your envelope with title My envelope will be processed and sent out.\",\n  \"href\": \"https://api.signable.co.uk/v1/envelopes/d41d8cd98f00b204e9800998ecf8427e\",\n  \"envelope_title\": \"My envelope\",\n  \"envelope_fingerprint\": \"d41d8cd98f00b204e9800998ecf8427e\",\n  \"envelope_signing_embed\": \"<iframe src='https://app.signable.co.uk/contract/sign/1234/5678/90123/a447d6e27037fddf65a7d3f5e2c41e6c/d41d8cd98f00b204e9800998ecf8427e' width='100%' height='95%' frameborder='0' style='border: 0; overflow: hidden'></iframe>\",\n  \"envelope_queued\": \"2013-10-25T13:53:49+0000\",\n  \"envelope_all_at_once_enabled\": false,\n  \"envelope_parties\": [\n    {\n      \"party_id\": 7943316,\n      \"party_title\": \"Jo Bloggs\",\n      \"party_mobile_last4\": null,\n      \"party_password\": null\n    }\n  ]\n}"}],"_postman_id":"a4ea0032-7339-4a73-9d96-00c860fce95c"},{"name":"Send an Envelope using multiple Templates","id":"44bbfee2-6ad6-4751-9bf3-240a576e5865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"envelope_title\": \"Example Envelope from Template\",\n\t\"envelope_documents\": [\n\t\t{\n\t\t\t\"document_title\": \"Sample Document\",\n\t\t\t\"document_template_fingerprint\": \"d8b71ad3506b6b67c08a4a3485ef807x\"\n\t\t},\n\t\t{\n\t\t\t\"document_title\": \"Another Sample Document\",\n\t\t\t\"document_template_fingerprint\": \"96d04c621f4ab0673b00b401a06db9ex\"\n\t\t}\n\t],\n\t\"envelope_parties\": [\n\t\t{\n\t\t\t\"party_name\": \"Jo Bloggs\",\n\t\t\t\"party_email\": \"jo@example.com\",\n\t\t\t\"party_role\": \"signer\",\n\t\t\t\"party_message\": \"hello world\",\n            \"party_documents\": [\n                {\n                    \"party_id\": 7943316,\n                    \"document_template_fingerprint\": \"d8b71ad3506b6b67c08a4a3485ef807x\"\n                },\n                {\n                    \"party_id\": 7943715,\n                    \"document_template_fingerprint\": \"96d04c621f4ab0673b00b401a06db9ex\"\n                }\n            ]\n\t\t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/envelopes","description":"<h3 id=\"body-arguments\">Body Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>envelope_title</code></td>\n<td>Required</td>\n<td>A string of the title of the new envelope</td>\n</tr>\n<tr>\n<td><code>user_id</code></td>\n<td>Optional</td>\n<td>An integer representing the ID of the user that is sending out the document. This <code>user_id</code> must match an existing User within Signable. Setting this value will allow you to ensure the signed complete confirmation email is returned to the user set as the sender. The syntax is as follows <code>\"user_id\": \"343434 an@email.com\"</code></td>\n</tr>\n<tr>\n<td><code>envelope_requires_otp</code></td>\n<td>Optional</td>\n<td>A boolean to enable one-time-password on an envelope.  <br />Defaults to <code>false</code>.  <br />If set to <code>false</code>, <code>\"party_mobile\"</code> must not be added.  <br />  <br />  <br />If set to <code>true</code>, <code>\"party_mobile\"</code> must be added within <code>\"envelope_parties\"</code> for all signers.</td>\n</tr>\n<tr>\n<td><code>envelope_password_protect</code></td>\n<td>Optional</td>\n<td>A boolean, either <code>true</code> or <code>false</code> to indicate whether to send this out as a password protected document. This is optional, defaults to <code>false</code>.  <br />  <br />Must be set to <code>false</code> if <code>\"envelope_requires_otp\"</code> is set to <code>true</code>.  <br />If true then the system will auto-generate a password and include this in the email sent out for signing.  <br />  <br />A custom password can be set for a party using the <code>party_password</code> attribute.</td>\n</tr>\n<tr>\n<td><code>envelope_redirect_url</code></td>\n<td>Optional</td>\n<td>A URL that you want the signer to be redirected to when the document has been signed. This is optional, if left out it the signer will be redirected to the standard confirmation page.</td>\n</tr>\n<tr>\n<td><code>envelope_auto_expire_hours</code></td>\n<td>Optional</td>\n<td>An integer which represents when you want Signable to automatically expire the envelope if the envelope is still in progress. This value is in hours and must be greater than 12. For example setting this to 72 will automatically expire the envelope after 72 hours (3 days). This is optional, if left out the envelope isn’t automatically expired</td>\n</tr>\n<tr>\n<td><code>envelope_auto_remind_hours</code></td>\n<td>Optional</td>\n<td>An integer which represents how often you want Signable to automatically remind the active signer. This value is in hours and must be greater than 12. For example setting this to 24 will tell Signable to automatically send a reminder out every 24 hours. If excluded, no automatic reminding is performed.</td>\n</tr>\n<tr>\n<td><code>envelope_meta</code></td>\n<td>Optional</td>\n<td>A JSON string containing any additional information that you want to store, in Signable, along with the envelope. This <code>envelope_meta</code> data must be a JSON string and less than 2000 characters.</td>\n</tr>\n<tr>\n<td><code>envelope_documents</code></td>\n<td>Required</td>\n<td>A JSON string containing the individual document information. This is an array of objects containing the following in each object:</td>\n</tr>\n<tr>\n<td><code>envelope_all_at_once_enabled</code></td>\n<td>Optional</td>\n<td>A boolean to indicate whether to send an envelope to all parties simultaneously (all-at-once signing) or to the first party. If <code>true</code>, envelope is sent to all parties immediately. if <code>false</code>, envelope is sent to the first party (one-at-a-time signing). This field defaults to the value stored in <code>setting_all_at_once_default</code> which defaults to <code>true</code>.</td>\n</tr>\n<tr>\n<td>– <code>document_title</code></td>\n<td>Required</td>\n<td>The string of the title of the document</td>\n</tr>\n<tr>\n<td>– <code>document_template_fingerprint</code></td>\n<td>Required</td>\n<td>A valid fingerprint of the template you want to send out</td>\n</tr>\n<tr>\n<td>– <code>document_merge_fields</code></td>\n<td>Optional</td>\n<td>A JSON string containing the merge fields for this template. This is an array of objects containing the following in each object:</td>\n</tr>\n<tr>\n<td>– – <code>field_id</code></td>\n<td>Required</td>\n<td>An integer representing the ID of the merge field</td>\n</tr>\n<tr>\n<td>– – <code>field_value</code></td>\n<td>Required</td>\n<td>A string representing the value of the merge field</td>\n</tr>\n<tr>\n<td><code>envelope_parties</code></td>\n<td>Required</td>\n<td>A JSON string containing all parties relating to this envelope. This is an array of objects containing the following in each object:</td>\n</tr>\n<tr>\n<td>– <code>party_name</code></td>\n<td>Required</td>\n<td>A string of the name of the signing party</td>\n</tr>\n<tr>\n<td>– <code>party_email</code></td>\n<td>Required</td>\n<td>A string of a valid email address of the party</td>\n</tr>\n<tr>\n<td>– <code>party_mobile</code></td>\n<td>Required (for all signers when <code>\"envelope_requires_otp\"</code> is set to <code>true</code>)</td>\n<td>A string containing a party’s UK mobile number.  <br />If <code>\"envelope_requires_otp\"</code> is set to <code>false</code>,<code>\"party_mobile\"</code> must not be added, else it will error.  <br />If <code>\"envelope_requires_otp\"</code> is set to <code>true</code>:  <br />  <br />A <code>\"party_mobile\"</code> must be assigned to all ‘signer’ parties.  <br />  <br />The <code>\"party_mobile\"</code> must be a UK number and in E164 format eg +441234567899  <br />  <br />The <code>\"party_mobile\"</code> must not be assigned to any ‘copy’ parties.</td>\n</tr>\n<tr>\n<td>– <code>party_role</code></td>\n<td>Optional</td>\n<td>A string either being ‘<code>signer</code>’ or ‘<code>copy</code>’ if you want to include a party that just needs to be copied in. If left out, it will be set to ‘<code>signer</code>’.</td>\n</tr>\n<tr>\n<td>– <code>party_message</code></td>\n<td>Optional</td>\n<td>A message which will be sent to this party when it is their turn to sign. It is shown in the email that is sent to the signing party.</td>\n</tr>\n<tr>\n<td>– <code>party_password</code></td>\n<td>Optional</td>\n<td>A custom password which will be set for the party to access the envelope. This password will not show in the email that is sent to the signing party. <code>envelope_password_protect</code> must be true for this attribute to have an effect.  <br />  <br />If <code>envelope_password_protect</code> is true and a <code>party_password</code> has not been set, a password will be automatically generated for the party.</td>\n</tr>\n<tr>\n<td>– <code>party_documents</code></td>\n<td>Required</td>\n<td>When sending multiple templates it is Required and provides the link between a party and template</td>\n</tr>\n<tr>\n<td>– – <code>document_template_fingerprint</code></td>\n<td>Required</td>\n<td>A fingerprint of a template you are sending</td>\n</tr>\n<tr>\n<td>– – <code>party_id</code></td>\n<td>Required</td>\n<td>An integer representing the ID of the party which is setup in the template</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["envelopes"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"0bd24357-6aa6-4d4c-b75f-93a0277ee3b3","name":"With multiple templates","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"envelope_title\": \"Example Envelope from Templates\",\n    \"envelope_password_protect\": false,\n    \"envelope_requires_otp\": true,\n\t\"envelope_documents\": [\n\t\t{\n\t\t\t\"document_title\": \"Sample Document\",\n\t\t\t\"document_template_fingerprint\": \"d8b71ad3506b6b67c08a4a3485ef807x\"\n\t\t},\n\t\t{\n\t\t\t\"document_title\": \"Another Sample Document\",\n\t\t\t\"document_template_fingerprint\": \"96d04c621f4ab0673b00b401a06db9ex\"\n\t\t}\n\t],\n\t\"envelope_parties\": [\n\t\t{\n\t\t\t\"party_name\": \"Jo Bloggs\",\n\t\t\t\"party_email\": \"jo@example.com\",\n            \"party_mobile\":\"+447789123456\",\n\t\t\t\"party_role\": \"signer\",\n\t\t\t\"party_message\": \"hello world\",\n            \"party_documents\": [\n                {\n                    \"party_id\": 7943316,\n                    \"document_template_fingerprint\": \"d8b71ad3506b6b67c08a4a3485ef807x\"\n                },\n                {\n                    \"party_id\": 7943715,\n                    \"document_template_fingerprint\": \"96d04c621f4ab0673b00b401a06db9ex\"\n                }\n            ]\n\t\t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/envelopes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 202,\n    \"message\": \"Your envelope with title Example Envelope from Templates will be processed and sent out.\",\n    \"href\": \"http://api.signable.co.uk/v1/envelopes/713e04ddf1cff5586253bbd8f8e5b5dx\",\n    \"envelope_title\": \"Branding Test\",\n    \"envelope_fingerprint\": \"713e04ddf1cff5586253bbd8f8e5b5dx\",\n    \"envelope_password_protect\": false,\n    \"envelope_redirect_url\": \"\",\n    \"envelope_queued\": \"2022-11-22T09:17:53+0000\",\n    \"envelope_all_at_once_enabled\": false,\n    \"envelope_requires_otp\": true,\n    \"envelope_parties\": [\n        {\n            \"party_id\": 82345679,\n            \"party_title\": \"Jo Bloggs\",\n            \"party_mobile_last4\": 3456,\n            \"party_password\": null\n        }\n    ]\n}"}],"_postman_id":"44bbfee2-6ad6-4751-9bf3-240a576e5865"},{"name":"List Envelopes","id":"f5665dd0-c388-4cf9-b949-6cdbe6bd012a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/envelopes","description":"<h3 id=\"url-arguments\"><strong>URL Arguments</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>offset</code></td>\n<td>Optional</td>\n<td>A positive integer indicating the first record to retrieve. Defaults to the first envelope (0).</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>Optional</td>\n<td>A positive integer indicating the maximum number of envelopes to return (50).  <br />Defaults to 10 if no limit is passed.  <br />The maximum allowable limit is 50. If a value greater than 50 is provided, the API defaults to 10 records instead.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Optional</td>\n<td>A status indicating which envelopes to return. Statuses include <code>signed</code>, <code>sent</code>, <code>cancelled</code>, <code>expired</code>, <code>rejected</code>, <code>draft</code>, <code>verify</code>. Any status parameters passed with a null value will be invalid.</td>\n</tr>\n<tr>\n<td><code>q</code></td>\n<td>Optional</td>\n<td>A keyword or phrase to filter envelope titles. Performs a case-insensitive partial match. For example, ‘<code>Example Envelope Title</code>’ will return all envelopes with titles containing the words \"<code>Example</code>\", \"<code>Envelope</code>\" and \"<code>Title\".</code>  <br />Does not support multiple keywords or advanced operators and any null values to the <code>q</code> parameter will result in an un-filtered search.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["envelopes"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"3c447d1b-70be-44c6-857d-a37bb46e5fea","name":"Get a list of Envelopes","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.signable.co.uk/v1/envelopes?offset=0&limit=50","host":["https://api.signable.co.uk/v1"],"path":["envelopes"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 09:22:50 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"close","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"offset\": 0,\n    \"limit\": 50,\n    \"total_envelopes\": \"1\",\n    \"envelopes\": [\n        {\n            \"envelope_fingerprint\": \"449213c840d1b4bab91fc5b742892e8a\",\n            \"envelope_title\": \"New Envelope\",\n            \"envelope_status\": \"draft\",\n            \"envelope_redirect_url\": \"\",\n            \"envelope_created\": \"2021-12-08T09:14:02+0000\",\n            \"envelope_sent\": null,\n            \"envelope_processed\": null,\n            \"envelope_all_at_once_enabled\": false,\n            \"envelope_requires_otp\": false\n        }\n    ],\n    \"envelope_parties\": [\n        {\n            \"party_id\": 82345679,\n            \"party_title\": \"Jo Bloggs\",\n            \"party_mobile_last4\": 3456,\n            \"party_password\": null\n        },\n        {\n            \"party_id\": 82345679,\n            \"party_title\": \"Anne Example\",\n            \"party_mobile_last4\": null,\n            \"party_password\": null\n        }\n    ]\n}"},{"id":"36db2441-687d-458b-a923-bd8972b0bce0","name":"List Envelopes by Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.signable.co.uk/v1/envelopes?status=signed&offset=0&limit=50","host":["https://api.signable.co.uk/v1"],"path":["envelopes"],"query":[{"key":"status","value":"signed"},{"key":"offset","value":"0"},{"key":"limit","value":"50","description":"A positive integer indicating the maximum number of envelopes to return. Optional, defaults to 10."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"9cb82a55-cd3b-4dcc-91dc-b86bf816d689","name":"List Envelopes","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.signable.co.uk/v1/envelopes?offset=0&limit=50","host":["https://api.signable.co.uk/v1"],"path":["envelopes"],"query":[{"key":"offset","value":"0","description":"A positive integer indicating the first record to retrieve. Optional, defaults to the first envelope (0)."},{"key":"limit","value":"50","description":"A positive integer indicating the maximum number of envelopes to return. Optional, defaults to 10."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"ee5152f6-a89e-44b8-8088-adf26a8811ce","name":"List Envelopes","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.signable.co.uk/v1/envelopes?offset=0&limit=50","host":["https://api.signable.co.uk/v1"],"path":["envelopes"],"query":[{"key":"offset","value":"0","description":"A positive integer indicating the first record to retrieve. Optional, defaults to the first envelope (0)."},{"key":"limit","value":"50","description":"A positive integer indicating the maximum number of envelopes to return. Optional, defaults to 10."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f5665dd0-c388-4cf9-b949-6cdbe6bd012a"},{"name":"Get an individual Envelope","id":"a1cfe4f9-8a29-442d-a893-eb999c18605d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.signable.co.uk/v1/envelopes/{{Envelope Fingerprint}}","description":"<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Envelope Fingerprint</td>\n<td>Required</td>\n<td>A string indicating the fingerprint of the envelope you want to retrieve.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["envelopes","{{Envelope Fingerprint}}"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"95484790-f3d8-4599-9d72-f5d16c60885a","name":"Get an individual Envelope","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://api.signable.co.uk/v1/envelopes/449213c840d1b4bab91fc5b742892e8a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 09:31:46 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"close","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"envelope_fingerprint\": \"449213c840d1b4bab91fc5b742892e8a\",\n    \"envelope_title\": \"New Envelope\",\n    \"envelope_status\": \"sent\",\n    \"envelope_redirect_url\": null,\n    \"envelope_created\": \"2021-12-08T09:14:02+0000\",\n    \"envelope_sent\": null,\n    \"envelope_processed\": null,\n    \"envelope_all_at_once_enabled\": false,\n    \"envelope_requires_otp\":true,\n    \"envelope_parties\": [\n        {\n            \"party_id\": \"42564218\",\n            \"party_title\": \"Jo Bloggs\",\n            \"contact_id\": \"8117397\",\n            \"contact_email\": \"jo@example.com\",\n            \"party_status\": \"in progress\",\n            \"party_signature_type\": \"remote\",\n            \"party_role\": \"signer\",\n            \"party_mobile_last4\": \"3456\"\n        }\n    ],\n    \"envelope_documents\": [\n        {\n            \"document_fingerprint\": \"b786a173554cc06371198caf0b250704\",\n            \"document_title\": \"Sample Contract\",\n            \"document_page_total\": \"1\",\n            \"document_pdf_url\": \"https://docs.signable.co.uk/original/b786a173554cc06371198caf0b250704.pdf\",\n            \"document_thumbnails\": [\n                \"https://docs.signable.co.uk/small/b786a173554cc06371198caf0b250704-0.jpg\"\n            ],\n            \"document_pages\": [\n                \"https://docs.signable.co.uk/large/b786a173554cc06371198caf0b250704-0.jpg\"\n            ],\n            \"document_fields\": [\n                {\n                    \"field_id\": \"163679083\",\n                    \"field_title\": \"Print Name\",\n                    \"field_type\": \"text\",\n                    \"field_value\": \"\",\n                    \"party_id\": \"7947064\",\n                    \"field_merge\": null\n                },\n                {\n                    \"field_id\": \"163679084\",\n                    \"field_title\": \"Full Address\",\n                    \"field_type\": \"text\",\n                    \"field_value\": \"\",\n                    \"party_id\": \"7947064\",\n                    \"field_merge\": null\n                },\n                {\n                    \"field_id\": \"163679085\",\n                    \"field_title\": \"Telephone Number\",\n                    \"field_type\": \"text\",\n                    \"field_value\": \"\",\n                    \"party_id\": \"7947064\",\n                    \"field_merge\": null\n                },\n                {\n                    \"field_id\": \"163679086\",\n                    \"field_title\": \"Email\",\n                    \"field_type\": \"checkbox\",\n                    \"field_value\": \"0\",\n                    \"party_id\": \"7947064\",\n                    \"field_merge\": null\n                },\n                {\n                    \"field_id\": \"163679087\",\n                    \"field_title\": \"Post\",\n                    \"field_type\": \"checkbox\",\n                    \"field_value\": \"0\",\n                    \"party_id\": \"7947064\",\n                    \"field_merge\": null\n                },\n                {\n                    \"field_id\": \"163679088\",\n                    \"field_title\": \"Proof of ID (Passport/Driving Licence)\",\n                    \"field_type\": \"upload\",\n                    \"field_value\": \"\",\n                    \"party_id\": \"7947064\",\n                    \"field_merge\": null\n                },\n                {\n                    \"field_id\": \"163679089\",\n                    \"field_title\": \"Name Of Sender \",\n                    \"field_type\": \"text\",\n                    \"field_value\": \"\",\n                    \"party_id\": \"7947064\",\n                    \"field_merge\": \"Name Of Sender\"\n                },\n                {\n                    \"field_id\": \"163679091\",\n                    \"field_title\": \"Date\",\n                    \"field_type\": \"date\",\n                    \"field_value\": \"\",\n                    \"party_id\": \"7947064\",\n                    \"field_merge\": null\n                }\n            ]\n        }\n    ],\n    \"envelope_history\": [\n        {\n            \"history_detail\": \"Envelope generated by Anne Example\",\n            \"history_ip\": \"82.37.65.165\",\n            \"history_user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36\",\n            \"history_date\": \"2021-12-08T09:14:02+0000\"\n        },\n        {\n            \"history_detail\": \"Document generated with fingerprint b786a173554cc06371198caf0b250704\",\n            \"history_ip\": \"82.37.65.165\",\n            \"history_user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36\",\n            \"history_date\": \"2021-12-08T09:14:21+0000\"\n        }\n    ]\n}"}],"_postman_id":"a1cfe4f9-8a29-442d-a893-eb999c18605d"},{"name":"Set a reminder for an Envelope","id":"071c07ea-f39b-4624-b220-e69a81d6127d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.signable.co.uk/v1/envelopes/{{Envelope Fingerprint}}/remind","description":"<p>Sends a reminder email to the active signing party, which includes a link to sign the envelope.</p>\n<p><strong>Important:</strong> Reminders can only be sent for active (sent/in progress) Envelopes.</p>\n<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Envelope Fingerprint</td>\n<td>Required</td>\n<td>A string indicating the fingerprint of the envelope you want to retrieve.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["envelopes","{{Envelope Fingerprint}}","remind"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"a0c3322f-d743-40ef-bca1-e07914deb64c","name":"Set a reminder for an Envelope","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/envelopes/0dfd1c78e19f6b59504675e21f2f2b8c/remind"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 11:50:44 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"The next signing party for this envelope has been reminded.\",\n    \"envelope_fingerprint\": \"0dfd1c78e19f6b59504675e21f2f2b8c\",\n    \"envelope_title\": \"Example Envelope from Template\",\n    \"envelope_all_at_once_enabled\": false\n}"}],"_postman_id":"071c07ea-f39b-4624-b220-e69a81d6127d"},{"name":"Cancel Envelope","id":"8d942b99-9b04-4e0e-8d5d-e61c3692a985","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.signable.co.uk/v1/envelopes/{{Envelope Fingerprint}}/cancel","description":"<p><strong>Important:</strong> Only active (sent/in progress) Envelopes can be cancelled.</p>\n<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Envelope Fingerprint</td>\n<td>Required</td>\n<td>A string indicating the fingerprint of the envelope you want to retrieve.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["envelopes","{{Envelope Fingerprint}}","cancel"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"d84e688a-47d3-499b-9c11-a7aa31965d58","name":"Cancel Envelope","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/envelopes/0dfd1c78e19f6b59504675e21f2f2b8c/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 11:51:34 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"The envelope has been cancelled\",\n    \"envelope_fingerprint\": \"0dfd1c78e19f6b59504675e21f2f2b8c\",\n    \"envelope_title\": \"Example Envelope from Template\",\n    \"envelope_status\": \"cancelled\",\n    \"envelope_processed\": \"2021-12-08T11:51:33+0000\"\n}"}],"_postman_id":"8d942b99-9b04-4e0e-8d5d-e61c3692a985"},{"name":"Expire Envelope","id":"fb3a06b9-eeea-428e-9af4-c835998fa996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.signable.co.uk/v1/envelopes/{{Envelope Fingerprint}}/expire","description":"<p><strong>Important:</strong> Only active (sent/in progress) Envelopes can be expired.</p>\n<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Envelope Fingerprint</td>\n<td>Required</td>\n<td>A string indicating the fingerprint of the envelope you want to retrieve.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["envelopes","{{Envelope Fingerprint}}","expire"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"65e777a4-5264-4e8d-8f84-f96b4e8e4a66","name":"Expire Envelope","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"envelope_fingerprint\": \"e01acb4a0afcd97d7db18d99270a42bd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/envelopes/d91f414af1b5bb3b6ca73e58d27c5ebc/expire"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 11:52:12 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"The envelope has been expired\",\n    \"envelope_fingerprint\": \"d91f414af1b5bb3b6ca73e58d27c5ebc\",\n    \"envelope_title\": \"Example Envelope from Template\",\n    \"envelope_status\": \"expired\",\n    \"envelope_processed\": \"2021-12-08T11:52:11+0000\"\n}"}],"_postman_id":"fb3a06b9-eeea-428e-9af4-c835998fa996"},{"name":"Delete Envelope","id":"df93938b-51d4-432d-9557-eed192a12f40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/envelopes/{{Envelope Fingerprint}}","description":"<p><strong>Important:</strong> If the envelope has been sent and is in progress you must first ether expire or cancel the envelope.</p>\n<p>Cancelling an envelope will let parties know it's been cancelled via email, whereas expiring an envelope is a silent cancel and doesn't let signers know it's been cancelled.</p>\n<p>If an envelope has been cancelled and the signer tries accessing it via their unique signing url, they'll be redirected to a page letting them know that the envelope is no longer available and to contact the sender. </p>\n<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Envelope Fingerprint</td>\n<td>Required</td>\n<td>A string indicating the fingerprint of the envelope you want to retrieve.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["envelopes","{{Envelope Fingerprint}}"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"e876b3ca-d53e-43a2-b835-3b5f5572e104","name":"Delete Envelope","originalRequest":{"method":"DELETE","header":[],"url":"https://api.signable.co.uk/v1/envelopes/d91f414af1b5bb3b6ca73e58d27c5ebc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 11:52:31 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"The envelope has been deleted\",\n    \"envelope_fingerprint\": \"d91f414af1b5bb3b6ca73e58d27c5ebc\",\n    \"envelope_title\": \"Example Envelope from Template\",\n    \"envelope_status\": \"deleted\"\n}"}],"_postman_id":"df93938b-51d4-432d-9557-eed192a12f40"}],"id":"8df9df70-076a-4388-8278-33f9734ce12b","description":"<h3 id=\"envelope-statuses\">Envelope Statuses</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Definition</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>processing</code></td>\n<td>First status of the envelope, if you are sending a non-template.</td>\n</tr>\n<tr>\n<td><code>sent</code></td>\n<td>Once the envelope has been processed</td>\n</tr>\n<tr>\n<td><code>signed</code></td>\n<td>Once the envelope is signed and complete</td>\n</tr>\n<tr>\n<td><code>cancelled</code></td>\n<td>When the envelope is cancelled</td>\n</tr>\n<tr>\n<td><code>expired</code></td>\n<td>When the envelope has expired and therefore been cancelled</td>\n</tr>\n<tr>\n<td><code>failed</code></td>\n<td>If the envelope doesn’t complete processing</td>\n</tr>\n<tr>\n<td><code>draft</code></td>\n<td>If the envelope has been created but not sent</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"envelope-sharing-settings\">Envelope Sharing Settings</h3>\n<p>Envelopes created will be shared according to the Default API Sharing Settings, this can be adjusted in the Signable App: <a href=\"https://signable.app/company-settings/developer\">https://signable.app/company-settings/developer</a></p>\n<p>Sharing restrictions are only considered for Users &amp; Teams while using the Signable APP. All Envelopes will be shown while using this API.</p>\n<p>If you wish to set sharing settings for Envelopes created via the API for Users that use the Signable APP you may adjust this in Signable App &gt; Company Settings &gt; API &amp; Webhooks</p>\n<img src=\"https://signable.help/wp-content/uploads/image-275-1024x552.png\" />","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"101d94ee-1ebc-490e-b4d0-a96db2be9f45"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"480c209f-ac33-479c-b715-a2d3b588ea4e"}}],"_postman_id":"8df9df70-076a-4388-8278-33f9734ce12b","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}}},{"name":"Templates","item":[{"name":"Get a list of Templates","event":[{"listen":"prerequest","script":{"id":"bbf4c57a-b6bd-4929-a5bd-e28ed09924f9","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"87e29681-9bc5-4563-a1c4-b73a3251de2c","exec":[""],"type":"text/javascript"}}],"id":"bfbabba5-2d1d-4203-845d-46a1c0e7b922","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/templates?offset=0&limit=10","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["templates"],"host":["https://api.signable.co.uk/v1"],"query":[{"description":{"content":"<p>A positive integer indicating the first record to retrieve. Optional, defaults to the first template (0).</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>A positive integer indicating the maximum number of templates to return. Optional, defaults to 10.</p>\n","type":"text/plain"},"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"0b10baf0-04ba-4d80-a3e0-0afb30f231cd","name":"Get a list of Templates","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.signable.co.uk/v1/templates?offset=0&limit=24","host":["https://api.signable.co.uk/v1"],"path":["templates"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"24"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 13:32:50 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"offset\": 0,\n    \"limit\": 24,\n    \"total_templates\": \"2\",\n    \"templates\": [\n        {\n            \"template_id\": \"21137093\",\n            \"template_fingerprint\": \"76ba1c4fed14be4170ee6b52f1e235e8\",\n            \"template_title\": \"Sample Sales Agreement\",\n            \"template_page_total\": \"5\",\n            \"template_in_progress\": \"0\",\n            \"template_parties_total\": \"1\",\n            \"template_widget_url\": \"https://app.signable.co.uk/widget/url/yAAwy6D5z4\",\n            \"template_widget_embed\": \"<script type='text/javascript' src='https://app.signable.co.uk/widget/embed/yAAwy6D5z4'></script>\",\n            \"template_pdf_url\": \"https://docs.signable.co.uk/original/76ba1c4fed14be4170ee6b52f1e235e8.pdf\",\n            \"template_thumbnails\": [\n                \"https://docs.signable.co.uk/small/76ba1c4fed14be4170ee6b52f1e235e8-0.jpg\",\n                \"https://docs.signable.co.uk/small/76ba1c4fed14be4170ee6b52f1e235e8-1.jpg\",\n                \"https://docs.signable.co.uk/small/76ba1c4fed14be4170ee6b52f1e235e8-2.jpg\",\n                \"https://docs.signable.co.uk/small/76ba1c4fed14be4170ee6b52f1e235e8-3.jpg\",\n                \"https://docs.signable.co.uk/small/76ba1c4fed14be4170ee6b52f1e235e8-4.jpg\"\n            ],\n            \"template_pages\": [\n                \"https://docs.signable.co.uk/large/76ba1c4fed14be4170ee6b52f1e235e8-0.jpg\",\n                \"https://docs.signable.co.uk/large/76ba1c4fed14be4170ee6b52f1e235e8-1.jpg\",\n                \"https://docs.signable.co.uk/large/76ba1c4fed14be4170ee6b52f1e235e8-2.jpg\",\n                \"https://docs.signable.co.uk/large/76ba1c4fed14be4170ee6b52f1e235e8-3.jpg\",\n                \"https://docs.signable.co.uk/large/76ba1c4fed14be4170ee6b52f1e235e8-4.jpg\"\n            ],\n            \"template_parties\": [\n                {\n                    \"party_id\": \"7951562\",\n                    \"party_name\": \"Signer 1\"\n                }\n            ],\n            \"template_uploaded\": \"2021-12-08T13:32:23+0000\"\n        },\n        {\n            \"template_id\": \"21112429\",\n            \"template_fingerprint\": \"b786a173554cc06371198caf0b250704\",\n            \"template_title\": \"Sample Contract\",\n            \"template_page_total\": \"1\",\n            \"template_in_progress\": \"1\",\n            \"template_parties_total\": \"1\",\n            \"template_widget_url\": \"https://app.signable.co.uk/widget/url/\",\n            \"template_widget_embed\": \"<script type='text/javascript' src='https://app.signable.co.uk/widget/embed/'></script>\",\n            \"template_pdf_url\": \"https://docs.signable.co.uk/original/b786a173554cc06371198caf0b250704.pdf\",\n            \"template_thumbnails\": [\n                \"https://docs.signable.co.uk/small/b786a173554cc06371198caf0b250704-0.jpg\"\n            ],\n            \"template_pages\": [\n                \"https://docs.signable.co.uk/large/b786a173554cc06371198caf0b250704-0.jpg\"\n            ],\n            \"template_parties\": [\n                {\n                    \"party_id\": \"7943316\",\n                    \"party_name\": \"Party\",\n                    \"party_merge_fields\": [\n                        {\n                            \"field_id\": \"163570318\",\n                            \"field_merge\": \"Name Of Sender\",\n                            \"field_type\": \"text\"\n                        }\n                    ]\n                }\n            ],\n            \"template_uploaded\": \"2021-12-07T15:18:57+0000\"\n        }\n    ]\n}"}],"_postman_id":"bfbabba5-2d1d-4203-845d-46a1c0e7b922"},{"name":"Get an individual Template","id":"444e70fd-7e5c-4bb4-8dda-697e11eb4144","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/templates/{{Template Fingerprint}}","description":"<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Template Fingerprint</td>\n<td>Required</td>\n<td>A string indicating the fingerprint of the template you want to retrieve.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["templates","{{Template Fingerprint}}"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"b1726f30-7c86-4fed-9167-1754d7834449","name":"Get an individual Template","originalRequest":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/templates/b786a173554cc06371198caf0b250704"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 13:30:00 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"template_id\": \"21112429\",\n    \"template_fingerprint\": \"b786a173554cc06371198caf0b250704\",\n    \"template_title\": \"Sample Contract\",\n    \"template_page_total\": \"1\",\n    \"template_in_progress\": \"1\",\n    \"template_parties_total\": \"1\",\n    \"template_parties\": [\n        {\n            \"party_id\": \"7943316\",\n            \"party_name\": \"Party\",\n            \"party_merge_fields\": [\n                {\n                    \"field_id\": \"163570318\",\n                    \"field_merge\": \"Name Of Sender\",\n                    \"field_type\": \"text\"\n                }\n            ]\n        }\n    ],\n    \"template_widget_url\": \"https://app.signable.co.uk/widget/url/\",\n    \"template_widget_embed\": \"<script type='text/javascript' src='https://app.signable.co.uk/widget/embed/'></script>\",\n    \"template_pdf_url\": \"https://docs.signable.co.uk/original/b786a173554cc06371198caf0b250704.pdf\",\n    \"template_thumbnails\": [\n        \"https://docs.signable.co.uk/small/b786a173554cc06371198caf0b250704-0.jpg\"\n    ],\n    \"template_pages\": [\n        \"https://docs.signable.co.uk/large/b786a173554cc06371198caf0b250704-0.jpg\"\n    ],\n    \"template_uploaded\": \"2021-12-07T15:18:57+0000\"\n}"}],"_postman_id":"444e70fd-7e5c-4bb4-8dda-697e11eb4144"},{"name":"Delete an individual Template","id":"97a2cdee-99a1-43a0-ab5b-500bdef31e80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.signable.co.uk/v1/templates/{{Template Fingerprint}}","description":"<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Template Fingerprint</td>\n<td>Required</td>\n<td>A string indicating the fingerprint of the template you want to delete.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["templates","{{Template Fingerprint}}"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"2d9fd76f-af8e-4c19-8ee0-ac044335cc5a","name":"Delete an individual Template","originalRequest":{"method":"DELETE","header":[],"url":"https://api.signable.co.uk/v1/templates/b786a173554cc06371198caf0b250704"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200, \n    \"message\": \"Example_document has been removed from your template list.\",\n    \"template_id\": \"123456\",\n    \"template_fingerprint\": \"b786a173554cc06371198caf0b250704\",\n    \"template_title\": \"Example_document\"\n}"}],"_postman_id":"97a2cdee-99a1-43a0-ab5b-500bdef31e80"}],"id":"7b7ae59d-c779-4ac5-b474-3f94615013ef","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"25bce242-0163-496f-a028-6abb6bbfaa74"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"2e7c78c6-fab4-453f-88ba-e51cf8bf9d95"}}],"_postman_id":"7b7ae59d-c779-4ac5-b474-3f94615013ef","description":"","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}}},{"name":"Contacts","item":[{"name":"Create a Contact","id":"2db73cee-0f96-4876-a576-e001d941cec0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contact_name\": \"Jo Bloggs\",\r\n    \"contact_email\": \"jo.bloggs@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/contacts","description":"<h3 id=\"body-arguments\">Body Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>contact_name</code></td>\n<td>Required</td>\n<td>A string of the name of the new contact.</td>\n</tr>\n<tr>\n<td><code>contact_email</code></td>\n<td>Required</td>\n<td>A string of the email of the new contact.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["contacts"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"ef1e864a-522a-4d43-8ede-ca8553b89ad6","name":"Create a Contact","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contact_name\": \"Jo Bloggs\",\r\n    \"contact_email\": \"jo.bloggs@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 13:41:49 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"Jo Bloggs has been added to your contact list.\",\n    \"href\": \"https://api.signable.co.uk/v1/contacts/7593927\",\n    \"contact_id\": \"7593927\",\n    \"contact_name\": \"Jo Bloggs\",\n    \"contact_email\": \"jo.bloggs@example.com\",\n    \"contact_created\": \"2021-12-08T13:41:48+0000\"\n}"}],"_postman_id":"2db73cee-0f96-4876-a576-e001d941cec0"},{"name":"List Contacts","id":"baaacace-47af-45ed-a956-fa22bdfc616e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/contacts?offset=0&limit=50","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["contacts"],"host":["https://api.signable.co.uk/v1"],"query":[{"description":{"content":"<p>A positive integer indicating the first record to retrieve. Defaults to the first contact (0).</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>A positive integer indicating the maximum number of contacts to return. Defaults to 10.</p>\n","type":"text/plain"},"key":"limit","value":"50"}],"variable":[]}},"response":[{"id":"61fbee41-38c6-4612-ae8b-58d2ca7306a2","name":"List Contacts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.signable.co.uk/v1/contacts?offset=0&limit=50","host":["https://api.signable.co.uk/v1"],"path":["contacts"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 13:43:36 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"offset\": 0,\n    \"limit\": 50,\n    \"total_contacts\": \"2\",\n    \"contacts\": [\n        {\n            \"contact_id\": \"7593927\",\n            \"contact_name\": \"Jo Bloggs\",\n            \"contact_email\": \"jo.bloggs@example.com\",\n            \"contact_outstanding_documents\": \"0\",\n            \"contact_created\": \"2021-12-08T13:41:48+0000\"\n        },\n        {\n            \"contact_id\": \"7592080\",\n            \"contact_name\": \"Jo Bloggs\",\n            \"contact_email\": \"jo@example.com\",\n            \"contact_outstanding_documents\": \"0\",\n            \"contact_created\": \"2021-12-08T11:34:21+0000\"\n        }\n    ]\n}"}],"_postman_id":"baaacace-47af-45ed-a956-fa22bdfc616e"},{"name":"Get an individual Contact","id":"98292735-a400-468e-8418-5dd368294b9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/contacts/{{Contact ID}}","description":"<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Contact ID</td>\n<td>Required</td>\n<td>A positive integer representing the Contact's ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["contacts","{{Contact ID}}"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"c8935909-9cfa-4f85-a45a-350a988f178a","name":"Get an individual Contact","originalRequest":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/contacts/7593927"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 13:42:52 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"contact_id\": 7593927,\n    \"contact_name\": \"Jo Bloggs\",\n    \"contact_email\": \"jo.bloggs@example.com\",\n    \"contact_outstanding_documents\": \"0\",\n    \"contact_created\": \"2021-12-08T13:41:48+0000\"\n}"}],"_postman_id":"98292735-a400-468e-8418-5dd368294b9c"},{"name":"List envelopes for a Contacts","id":"efff43fe-53f0-4216-9565-327d4b124dc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/contacts/{{Contact ID}}/envelopes","description":"<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Contact ID</td>\n<td>Required</td>\n<td>A positive integer representing the ID of the Contact you want to retrieve envelopes for.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["contacts","{{Contact ID}}","envelopes"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"4b6af422-7092-4be8-bc27-439983c2dcad","name":"List envelopes for a Contacts","originalRequest":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/contacts/7592080/envelopes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 14:02:48 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"offset\": 0,\n    \"limit\": 10,\n    \"total_envelopes\": \"1\",\n    \"envelopes\": [\n        {\n            \"envelope_fingerprint\": \"0dfd1c78e19f6b59504675e21f2f2b8c\",\n            \"envelope_title\": \"Example Envelope from Template\",\n            \"envelope_status\": \"cancelled\",\n            \"envelope_created\": \"2021-12-08T11:35:00+0000\",\n            \"envelope_sent\": \"2021-12-08T11:35:00+0000\",\n            \"envelope_processed\": \"2021-12-08T11:51:33+0000\"\n        }\n    ]\n}"}],"_postman_id":"efff43fe-53f0-4216-9565-327d4b124dc5"},{"name":"Update a Contact","id":"775c24e3-d36d-41d3-b046-013047d20a45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contact_name\": \"Bruce McDonald\",\r\n    \"contact_email\": \"bruce@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/contacts/{{Contact ID}}","description":"<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Contact ID</td>\n<td>Required</td>\n<td>A positive integer representing the ID of the Contact you want to update.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-arguments\">Body Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>contact_name</code></td>\n<td>Optional*</td>\n<td>A string of the new name of the content.</td>\n</tr>\n<tr>\n<td><code>contact_email</code></td>\n<td>Optional*</td>\n<td>A string of the new email of the content.</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Either <code>contact_name</code> or <code>contact_email</code> must be provided.</p>\n","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["contacts","{{Contact ID}}"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"64b5b3bb-1bbe-4cad-b6d4-5ae72118e643","name":"Update a Contact","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contact_name\": \"Bruce McDonald\",\r\n    \"contact_email\": \"bruce@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/contacts/7593927"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 13:44:33 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"Bruce McDonald has been updated in your contact list.\",\n    \"href\": \"https://api.signable.co.uk/v1/contacts/7593927\",\n    \"contact_id\": 7593927,\n    \"contact_name\": \"Bruce McDonald\",\n    \"contact_email\": \"bruce@example.com\",\n    \"contact_updated\": \"2021-12-08T13:44:33+0000\"\n}"}],"_postman_id":"775c24e3-d36d-41d3-b046-013047d20a45"},{"name":"Delete a Contact","id":"8c84f6fb-5907-4f84-aed1-fe8fcaeed65b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.signable.co.uk/v1/contacts/{{Contact ID}}","description":"<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Contact ID</td>\n<td>Required</td>\n<td>A positive integer representing the ID of the Contact you want to delete.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["contacts","{{Contact ID}}"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"3c7fcbb8-c7dc-452f-9d53-69b46f8df823","name":"Delete a Contact","originalRequest":{"method":"DELETE","header":[],"url":"https://api.signable.co.uk/v1/contacts/7593927"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 13:44:59 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"Bruce McDonald has been removed from your contact list.\",\n    \"contact_id\": 7593927,\n    \"contact_name\": \"Bruce McDonald\",\n    \"contact_email\": \"bruce@example.com\"\n}"}],"_postman_id":"8c84f6fb-5907-4f84-aed1-fe8fcaeed65b"}],"id":"d6360a8a-bfb3-4437-bb6d-f4bc7265c166","_postman_id":"d6360a8a-bfb3-4437-bb6d-f4bc7265c166","description":"","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}}},{"name":"User","item":[{"name":"Create a User","id":"f63eb147-4c56-4dc6-8f4b-6515df2ce5d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_name\": \"Anne Example\",\r\n    \"user_email\": \"anne@example.com\",\r\n    \"role_id\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/users","description":"<p>Passwords will be sent to the email address provided, which the user can later update.</p>\n<h3 id=\"body-arguments\">Body Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>user_name</code></td>\n<td>Required</td>\n<td>A string of the name of the new user.</td>\n</tr>\n<tr>\n<td><code>user_email</code></td>\n<td>Required</td>\n<td>A string of the email of the new user.</td>\n</tr>\n<tr>\n<td><code>role_id</code></td>\n<td>Required</td>\n<td>An integer representing a valid <code>role_id</code>. <strong>Available Roles:</strong> <em>Super-Admin = 3,</em> <em>Admin = 2,</em> <em>User = 1</em></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["users"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"e2cbe247-5687-42d2-a471-889f329b6742","name":"Create a User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_name\": \"Anne Example\",\r\n    \"user_email\": \"anne@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 14:40:28 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"Anne Example has been added to your user list.\",\n    \"href\": \"https://api.signable.co.uk/v1/users/326403\",\n    \"user_id\": \"326403\",\n    \"role_id\": 3,\n    \"user_name\": \"Anne Example\",\n    \"user_email\": \"anne@example.com\",\n    \"user_added\": \"2021-12-08T14:40:15+0000\"\n}"}],"_postman_id":"f63eb147-4c56-4dc6-8f4b-6515df2ce5d1"},{"name":"List Users","id":"75e44f48-42cf-4941-ae52-76420ecaa4cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/users?offset=0&limit=50","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["users"],"host":["https://api.signable.co.uk/v1"],"query":[{"description":{"content":"<p>A positive integer indicating the first record to retrieve. Optional, defaults to the first user (0).</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>A positive integer indicating the maximum number of users to return. Optional, defaults to 10</p>\n","type":"text/plain"},"key":"limit","value":"50"}],"variable":[]}},"response":[{"id":"7780949f-49a2-4669-818f-c5f02beeb31d","name":"List users","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.signable.co.uk/v1/users?offset=0&limit=50","host":["https://api.signable.co.uk/v1"],"path":["users"],"query":[{"key":"offset","value":"0","description":"A positive integer indicating the first record to retrieve. Optional, defaults to the first user (0)."},{"key":"limit","value":"50","description":"A positive integer indicating the maximum number of users to return. Optional, defaults to 10."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 14:41:40 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"close","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"offset\": 0,\n    \"limit\": 50,\n    \"total_users\": \"2\",\n    \"users\": [\n        {\n            \"user_id\": \"326241\",\n            \"role_id\": \"3\",\n            \"user_name\": \"Jo Bloggs\",\n            \"user_email\": \"jo@example.com\",\n            \"user_added\": \"2021-12-07T15:18:57+0000\",\n            \"user_last_updated\": \"2021-12-08T13:47:39+0000\"\n        },\n        {\n            \"user_id\": \"326403\",\n            \"role_id\": \"3\",\n            \"user_name\": \"Anne Example\",\n            \"user_email\": \"anne@example.com\",\n            \"user_added\": \"2021-12-08T14:40:15+0000\",\n            \"user_last_updated\": \"2021-12-08T14:40:16+0000\"\n        }\n    ]\n}"}],"_postman_id":"75e44f48-42cf-4941-ae52-76420ecaa4cf"},{"name":"Get an individual User","id":"6aa00db9-b2a2-4fe1-95bd-701da84333bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/users/{{User ID}}","description":"<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>User ID</td>\n<td>Required</td>\n<td>A positive integer representing the ID for the User you want to retrieve.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["users","{{User ID}}"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"0d5758ff-b505-4ad6-9922-4150a74cdfe3","name":"Get an individual User","originalRequest":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/users/326403"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 14:41:07 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"close","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"user_id\": 326403,\n    \"role_id\": \"3\",\n    \"user_name\": \"Anne Example\",\n    \"user_email\": \"anne@example.com\",\n    \"user_added\": \"2021-12-08T14:40:15+0000\",\n    \"user_last_updated\": \"2021-12-08T14:40:16+0000\"\n}"}],"_postman_id":"6aa00db9-b2a2-4fe1-95bd-701da84333bf"},{"name":"Update a User","id":"5f5db8ab-591c-4543-9a90-d8be288fa8f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_name\": \"Annabelle Example\",\r\n    \"user_email\": \"anne@example.com\",\r\n    \"role_id\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/users/{{User ID}}","description":"<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>User ID</td>\n<td>Required</td>\n<td>A positive integer representing the ID for the User you want to update.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-arguments\">Body Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>user_name</code></td>\n<td>Required</td>\n<td>A string of the name of the new user.</td>\n</tr>\n<tr>\n<td><code>user_email</code></td>\n<td>Required</td>\n<td>A string of the email of the new user</td>\n</tr>\n<tr>\n<td><code>role_id</code></td>\n<td>Optional</td>\n<td>An integer representing a valid <code>role_id</code>. <strong>Available Roles:</strong> <em>Super-Admin = 3</em>, <em>Admin = 2</em>, <em>User = 1</em></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["users","{{User ID}}"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"50c8e8f0-dda5-405a-9ed7-fa3783a444df","name":"Update a User","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_name\": \"Annabelle Example\",\r\n    \"user_email\": \"anne@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/users/326403"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 15:44:09 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"Annabelle Example has been updated in your user list.\",\n    \"href\": \"https://api.signable.co.uk/v1/users/326403\",\n    \"user_id\": 326403,\n    \"role_id\": 3,\n    \"user_name\": \"Annabelle Example\",\n    \"user_email\": \"anne@example.com\",\n    \"user_updated\": \"2021-12-08T15:44:08+0000\"\n}"}],"_postman_id":"5f5db8ab-591c-4543-9a90-d8be288fa8f3"},{"name":"Delete a User","id":"7c26f424-1d84-4a83-9b87-f7a0c7a3be10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.signable.co.uk/v1/users/{{User ID}}","description":"<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>User ID</td>\n<td>Required</td>\n<td>A positive integer representing the ID for the User you want to delete.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["users","{{User ID}}"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"1a31e74b-5a47-4228-99b6-9d7c33218e41","name":"Delete a User","originalRequest":{"method":"DELETE","header":[],"url":"https://api.signable.co.uk/v1/users/326403"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Dec 2021 15:44:40 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"Annabelle Example has been removed from your user list.\",\n    \"user_id\": 326403,\n    \"role_id\": \"3\",\n    \"user_email\": \"anne@example.com\",\n    \"user_name\": \"Annabelle Example\"\n}"}],"_postman_id":"7c26f424-1d84-4a83-9b87-f7a0c7a3be10"}],"id":"b6d8ebdc-c42b-4ee3-8ec8-3e8a916615bc","_postman_id":"b6d8ebdc-c42b-4ee3-8ec8-3e8a916615bc","description":"","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}}},{"name":"Branding Options","item":[{"name":"Emails","item":[{"name":"List Branding Emails","id":"fe1299ba-57a8-47da-a0b9-7473b5af08ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/branding/emails","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["branding","emails"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"24d69424-9708-4203-8af2-83480ad43c0f","name":"List Branding Emails","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/branding/emails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Dec 2021 09:19:30 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"branding_emails\": [\n        {\n            \"branding_email_type\": \"email-cancelled\",\n            \"branding_email_subject\": \"{company name} has cancelled a document\",\n            \"branding_email_content\": \"<body style=\\\"font-family:Arial,Helvetica,sans-serif;\\\">\\r\\n<table style=\\\"background:#FFF;font-family:Arial,Helvetica,sans-serif;border-collpase:collapse;width:600px;margin:0 auto;\\\">\\r\\n    <tr>\\r\\n        <td>\\r\\n        \\t<table style=\\\"border-collpase:collapse\\\">\\r\\n        \\t\\t<tr>\\r\\n        \\t\\t\\t<td style=\\\"padding:15px 10px 10px\\\"><a href=\\\"https://www.signable.co.uk\\\" style=\\\"font-size:25px;color:#FFF;letter-spacing:-1px;font-weight:normal\\\"><img src=\\\"{company logo}\\\" alt=\\\"{company name}\\\" style=\\\"border:0;\\\" /></a></td>\\r\\n        \\t\\t</tr>\\r\\n        \\t\\t<tr>\\r\\n        \\t\\t\\t<td style=\\\"padding-top:10px\\\">\\r\\n        \\t\\t\\t    <h1 style=\\\"font-size:15px;font-weight:normal;color:#444\\\">A document previously sent to you has been cancelled</h1>\\r\\n        \\t\\t\\t         \\t\\t\\t    \\r\\n        \\t\\t\\t    <p style=\\\"font-size:13px;color:#444;line-height:18px;padding-top:10px\\\"><span style=\\\"font-weight:bold;\\\">{company name}</span> has cancelled the <span style=\\\"font-weight:bold;\\\">{contract title}</span> document.</p>\\r\\n        \\t\\t\\t    \\r\\n        \\t\\t\\t    <p style=\\\"font-size:15px;color:#555;margin-top:30px\\\">Kind regards, <a href=\\\"https://www.signable.co.uk\\\" style=\\\"color:#555;\\\" title=\\\"Come and visit us\\\">Signable</a></p>\\r\\n        \\t\\t\\t    \\r\\n        \\t\\t\\t    <hr style=\\\"background:#FFF;color:#FFF;border:none;height:0;border-bottom:1px dotted #CCC;\\\" />\\r\\n        \\t\\t\\t    \\r\\n        \\t\\t\\t    \\r\\n        \\t\\t\\t</td>\\r\\n        \\t\\t</tr>\\r\\n        \\t</table>\\r\\n        </td>\\r\\n    </tr>\\r\\n</table>\\r\\n</body>\",\n            \"branding_email_content_plain\": \"A document previously sent to you has been cancelled\\r\\n\\r\\n{company name} has cancelled the {contract title} document.\\r\\n\\r\\nKind regards,\\r\\nSignable\\r\\n\\r\\nhttps://www.signable.co.uk\",\n            \"branding_email_updated\": \"2021-12-07T15:18:58+0000\"\n        },\n        {\n            \"branding_email_type\": \"email-rejected\",\n            \"branding_email_subject\": \"{contract title} document rejected\",\n            \"branding_email_content\": \"<!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\r\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\">\\r\\n<head>\\r\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\" />\\r\\n<title>{contract title} document cancelled</title>\\r\\n</head>\\r\\n<body>\\r\\n<table style=\\\"background:#FFF;font-family:Arial,Helvetica,sana-serif;border-collpase:collapse;width:600px;margin:0 auto;\\\">\\r\\n    <tr>\\r\\n        <td>\\r\\n        \\t<table style=\\\"border-collpase:collapse\\\">\\r\\n        \\t\\t<tr>\\r\\n        \\t\\t\\t<td style=\\\"padding:15px 10px 10px\\\"><a href=\\\"https://www.signable.co.uk\\\" style=\\\"font-size:25px;color:#FFF;letter-spacing:-1px;font-weight:normal\\\"><img src=\\\"{company logo}\\\" alt=\\\"{company name}\\\" style=\\\"border:0;\\\" /></a></td>\\r\\n        \\t\\t</tr>\\r\\n        \\t\\t<tr>\\r\\n        \\t\\t\\t<td style=\\\"padding-top:10px\\\">\\r\\n        \\t\\t\\t    <h1 style=\\\"font-size:15px;font-weight:normal;color:#444\\\">A document you signed has been rejected</h1>\\r\\n        \\t\\t\\t         \\t\\t\\t    \\r\\n        \\t\\t\\t    <p style=\\\"font-size:13px;color:#444;line-height:18px;padding-top:10px\\\">As you have already signed <span style=\\\"font-weight:bold;\\\">{contract title}</span> we are informing you that a subsequent party has rejected the document. As such this document is no longer legally binding.</p>\\r\\n        \\t\\t\\t    \\r\\n        \\t\\t\\t    <p style=\\\"font-size:15px;color:#555;margin-top:30px\\\">Kind regards, <a href=\\\"https://www.signable.co.uk\\\" style=\\\"color:#555;\\\" title=\\\"Come and visit us\\\">Signable</a></p>\\r\\n        \\t\\t\\t    \\r\\n        \\t\\t\\t    <hr style=\\\"background:#FFF;color:#FFF;border:none;height:0;border-bottom:1px dotted #CCC;\\\" />\\r\\n        \\t\\t\\t    \\r\\n        \\t\\t\\t    \\r\\n        \\t\\t\\t</td>\\r\\n        \\t\\t</tr>\\r\\n        \\t</table>\\r\\n        </td>\\r\\n    </tr>\\r\\n</table>\\r\\n</body>\\r\\n</html>\",\n            \"branding_email_content_plain\": \"A document you signed has been rejected\\r\\n\\r\\nAs you have already signed {contract title} we are informing you that a subsequent party has rejected the document. As such this document is no longer legally binding.\\r\\n\\r\\n\\r\\nKind regards,\\r\\nSignable\\r\\n\\r\\nhttps://www.signable.co.uk\",\n            \"branding_email_updated\": \"2021-12-07T15:18:58+0000\"\n        },\n        {\n            \"branding_email_type\": \"email-reminder\",\n            \"branding_email_subject\": \"{company name} has sent you a document to sign\",\n            \"branding_email_content\": \"<body style=\\\"font-family:Arial,Helvetica,sans-serif;\\\">\\n<script type=\\\"application/ld+json\\\">\\n{\\n  \\\"@context\\\": \\\"http://schema.org\\\",\\n  \\\"@type\\\": \\\"EmailMessage\\\",\\n  \\\"potentialAction\\\": {\\n    \\\"@type\\\": \\\"ViewAction\\\",\\n    \\\"target\\\": \\\"{contract url}\\\",\\n    \\\"name\\\": \\\"Sign document\\\",\\n    \\\"url\\\": \\\"{contract url}\\\"\\n  },\\n  \\\"description\\\": \\\"Sign the {contract title} document\\\"\\n}\\n</script>\\n<table style=\\\"background:#FFF;font-family:Arial,Helvetica,sans-serif;border-collpase:collapse;width:600px;margin:0 auto;\\\">\\n    <tr>\\n        <td>\\n        \\t<table style=\\\"border-collpase:collapse\\\">\\n        \\t\\t<tr>\\n        \\t\\t\\t<td style=\\\"padding:15px 10px 10px\\\"><a href=\\\"#\\\" style=\\\"font-size:25px;color:#FFF;letter-spacing:-1px;font-weight:normal\\\"><img src=\\\"{company logo}\\\" alt=\\\"{company name}\\\" style=\\\"border:0;\\\" /></a></td>\\n        \\t\\t</tr>\\n        \\t\\t<tr>\\n        \\t\\t\\t<td style=\\\"padding-top:10px\\\">\\n        \\t\\t\\t    <h1 style=\\\"font-size:15px;font-weight:normal;color:#444\\\">{client name}, You Have Been Sent A Document To Sign</h1>\\n        \\t\\t\\t         \\t\\t\\t    \\n        \\t\\t\\t    <p style=\\\"font-size:13px;color:#444;line-height:18px;padding-top:10px\\\"><span style=\\\"font-weight:bold;\\\">{company name}</span> has sent you the document <span style=\\\"font-weight:bold;\\\">{contract title}</span> to sign online.</p>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <p style=\\\"font-size:13px;color:#444;line-height:18px\\\"> Once ready, please click on the link below which will take you to our secure document signing page:</p>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <table style=\\\"width:100%;padding-top:10px;padding-bottom:20px\\\">\\n        \\t\\t\\t        <tr>\\n        \\t\\t\\t            <td style=\\\"padding:10px;margin-bottom:20px;background:#F5F5F5;border:2px solid #CCC;\\\">\\n<p style=\\\"color:#444;margin:0;padding:0;padding-bottom:10px;font-size:15px\\\">{party message}</p>\\n        \\t\\t\\t                <p style=\\\"color:#444;margin:0;padding:0;font-size:15px\\\">\\n        \\t\\t\\t                    <a href=\\\"{contract url}\\\" style=\\\"color:#555;\\\">Please click here to sign the document '{contract title}'</a><br /><br /><small>Please copy {contract url} into a browser if you can't click the link above</small>\\n        \\t\\t\\t                </p>\\n        \\t\\t\\t            </td>\\n        \\t\\t\\t        </tr>\\n        \\t\\t\\t    </table>\\n        \\t\\t\\t            \\t\\t\\t    \\n        \\t\\t\\t    <p style=\\\"font-size:15px;color:#555;\\\">Kind regards, <a href=\\\"https://www.signable.co.uk\\\" style=\\\"color:#555;\\\" title=\\\"Come and visit us\\\">Signable</a></p>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <hr style=\\\"background:#FFF;color:#FFF;border:none;height:0;border-bottom:1px dotted #CCC;\\\" />\\n        \\t\\t\\t    \\n        \\t\\t\\t    <p style=\\\"font-size:12px;color:#888\\\">Important: Signing a document online via <a href=\\\"https://www.signable.co.uk\\\" style=\\\"color:#629D19\\\">Signable</a> is legally binding.</p>\\n        \\t\\t\\t</td>\\n        \\t\\t</tr>\\n        \\t</table>\\n        </td>\\n    </tr>\\n</table>\\n<img src=\\\"{acknowledge url}\\\" alt=\\\"\\\" />\\n</body>\",\n            \"branding_email_content_plain\": \"{client name}, You have been sent a document to sign\\n\\n{company name} has sent you the document {contract title} to sign online. To sign the document please click on the link below where you will be taken to our secure website.\\n\\n{party message}\\n\\n{contract url}\\n\\n\\nKind regards,\\nSignable\\n\\nhttps://www.signable.co.uk\\n\\n\\nWe would like to remind you that signing a document online via Signable is legally binding via the UK Electronic Communications Act 2000.\",\n            \"branding_email_updated\": \"2021-12-07T15:18:58+0000\"\n        },\n        {\n            \"branding_email_type\": \"email-reminder-password\",\n            \"branding_email_subject\": \"{company name} has sent you a document to sign\",\n            \"branding_email_content\": \"<body style=\\\"font-family:Arial,Helvetica,sans-serif;\\\">\\n<script type=\\\"application/ld+json\\\">\\n{\\n  \\\"@context\\\": \\\"http://schema.org\\\",\\n  \\\"@type\\\": \\\"EmailMessage\\\",\\n  \\\"potentialAction\\\": {\\n    \\\"@type\\\": \\\"ViewAction\\\",\\n    \\\"target\\\": \\\"{contract url}\\\",\\n    \\\"name\\\": \\\"Sign document\\\",\\n    \\\"url\\\": \\\"{contract url}\\\"\\n  },\\n  \\\"description\\\": \\\"Sign the {contract title} document\\\"\\n}\\n</script>\\n<table style=\\\"background:#FFF;font-family:Arial,Helvetica,sans-serif;border-collpase:collapse;width:600px;margin:0 auto;\\\">\\n    <tr>\\n        <td>\\n        \\t<table style=\\\"border-collpase:collapse\\\">\\n        \\t\\t<tr>\\n        \\t\\t\\t<td style=\\\"padding:15px 10px 10px\\\"><a href=\\\"#\\\" style=\\\"font-size:25px;color:#FFF;letter-spacing:-1px;font-weight:normal\\\"><img src=\\\"{company logo}\\\" alt=\\\"{company name}\\\" style=\\\"border:0;\\\" /></a></td>\\n        \\t\\t</tr>\\n        \\t\\t<tr>\\n        \\t\\t\\t<td style=\\\"padding-top:10px\\\">\\n        \\t\\t\\t    <h1 style=\\\"font-size:15px;font-weight:normal;color:#444\\\">{client name}, You Have Been Sent A Document To Sign</h1>\\n        \\t\\t\\t         \\t\\t\\t    \\n        \\t\\t\\t    <p style=\\\"font-size:13px;color:#444;line-height:18px;padding-top:10px\\\"><span style=\\\"font-weight:bold;\\\">{company name}</span> has sent you the document <span style=\\\"font-weight:bold;\\\">{contract title}</span> to sign online. {company name} has also requested this document be password protected to help increase the level of security.</p>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <table style=\\\"width:100%;padding-top:10px;padding-bottom:10px\\\">\\n        \\t\\t\\t        <tr>\\n        \\t\\t\\t            <td style=\\\"padding:10px;margin-bottom:20px;background:#F5F5F5;border:2px solid #CCC;\\\">\\n<p style=\\\"color:#444;margin:0;padding:0;padding-bottom:10px;font-size:15px\\\">{party message}</p>\\n        \\t\\t\\t                <p style=\\\"color:#444;margin:0;padding:0;font-size:15px\\\">\\n        \\t\\t\\t                    <a href=\\\"{contract url}\\\" style=\\\"color:#555;\\\">Please click here to sign the {contract title}</a><br /><br /><small>Please copy {contract url} into a browser if you can't click the link above</small>\\n        \\t\\t\\t                </p>\\n        \\t\\t\\t                \\n        \\t\\t\\t                <p style=\\\"color:#444;margin:10px 0 0;padding:0;font-size:15px\\\">\\n        \\t\\t\\t                    Password: {contract password}\\n        \\t\\t\\t                </p>\\n        \\t\\t\\t            </td>\\n        \\t\\t\\t        </tr>\\n        \\t\\t\\t    </table>\\n\\n        \\t\\t\\t    <p style=\\\"font-size:15px;color:#555;\\\">Kind regards, <a href=\\\"https://www.signable.co.uk\\\" style=\\\"color:#555;\\\" title=\\\"Come and visit us\\\">Signable</a></p>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <hr style=\\\"background:#FFF;color:#FFF;border:none;height:0;border-bottom:1px dotted #CCC;\\\" />\\n        \\t\\t\\t    \\n        \\t\\t\\t    <p style=\\\"font-size:12px;color:#888\\\">Important: Signing a document online via <a href=\\\"https://www.signable.co.uk\\\" style=\\\"color:#629D19\\\">Signable</a> is legally binding.</p>\\n        \\t\\t\\t</td>\\n        \\t\\t</tr>\\n        \\t</table>\\n        </td>\\n    </tr>\\n</table>\\n<img src=\\\"{acknowledge url}\\\" alt=\\\"\\\" />\\n</body>\",\n            \"branding_email_content_plain\": \"{client name}, You have been sent a document to sign\\n\\n{company name} has sent you the document {contract title} to sign online. To sign the document please click on the link below where you will be taken to our secure website.\\n\\n{party message}\\n\\n{contract url}\\n\\n{company name} has also requested that this document be password protected to help increase the level of security. Only you have access to this password which you must enter before you are allowed access to the document. You can find the password below:\\n\\nPassword: {contract password}\\n        \\t\\t\\t    \\n\\nKind regards,\\nSignable\\n\\nhttps://www.signable.co.uk\\n\\n\\nWe would like to remind you that signing a document online via Signable is legally binding via the UK Electronic Communications Act 2000.\",\n            \"branding_email_updated\": \"2021-12-07T15:18:58+0000\"\n        },\n        {\n            \"branding_email_type\": \"email-send\",\n            \"branding_email_subject\": \"{company name} has sent you a document to sign\",\n            \"branding_email_content\": \"<body style=\\\"font-family:Arial,Helvetica,sans-serif;\\\">\\n<table style=\\\"background:#FFF;font-family:Arial,Helvetica,sans-serif;border-collpase:collapse;width:600px;margin:0 auto;\\\">\\n    <tr>\\n        <td>\\n        \\t<table style=\\\"border-collpase:collapse\\\">\\n        \\t\\t<tr>\\n        \\t\\t\\t<td style=\\\"padding:15px 10px 10px\\\"><a href=\\\"#\\\" style=\\\"font-size:25px;color:#FFF;letter-spacing:-1px;font-weight:normal\\\"><img src=\\\"{company logo}\\\" alt=\\\"{company name}\\\" style=\\\"border:0;\\\" /></a></td>\\n        \\t\\t</tr>\\n        \\t\\t<tr>\\n        \\t\\t\\t<td style=\\\"padding-top:10px\\\">\\n        \\t\\t\\t    <h1 style=\\\"font-size:15px;font-weight:normal;color:#444\\\">{client name}, You Have Been Sent A Document To Sign</h1>\\n        \\t\\t\\t         \\t\\t\\t    \\n        \\t\\t\\t    <p style=\\\"font-size:13px;color:#444;line-height:18px;padding-top:10px\\\"><span style=\\\"font-weight:bold;\\\">{company name}</span> has sent you the document <span style=\\\"font-weight:bold;\\\">{contract title}</span> to sign online.</p>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <p style=\\\"font-size:13px;color:#444;line-height:18px\\\">Once ready, please click on the link below which will take you to our secure document signing page:</p>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <table style=\\\"width:100%;padding-top:10px;padding-bottom:20px\\\">\\n        \\t\\t\\t        <tr>\\n        \\t\\t\\t            <td style=\\\"padding:10px;margin-bottom:20px;background:#F5F5F5;border:2px solid #CCC;\\\">\\n<p style=\\\"color:#444;margin:0;padding:0;padding-bottom:10px;font-size:15px\\\">{party message}</p>\\n        \\t\\t\\t                <p style=\\\"color:#444;margin:0;padding:0;font-size:15px\\\">\\n        \\t\\t\\t                    <a href=\\\"{contract url}\\\" style=\\\"color:#555;\\\">Please click here to sign the document '{contract title}'</a><br /><br /><small>Please copy {contract url} into a browser if you can't click the link above</small>\\n        \\t\\t\\t                </p>\\n        \\t\\t\\t            </td>\\n        \\t\\t\\t        </tr>\\n        \\t\\t\\t    </table>\\n\\n        \\t\\t\\t    <p style=\\\"font-size:15px;color:#555;\\\">Kind regards, <a href=\\\"https://www.signable.co.uk\\\" style=\\\"color:#555;\\\" title=\\\"Come and visit us\\\">Signable</a></p>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <hr style=\\\"background:#FFF;color:#FFF;border:none;height:0;border-bottom:1px dotted #CCC;\\\" />\\n        \\t\\t\\t    \\n        \\t\\t\\t    <p style=\\\"font-size:12px;color:#888\\\">Important: Signing a document online via <a href=\\\"https://www.signable.co.uk\\\" style=\\\"color:#888\\\">Signable</a> is legally binding.</p>\\n        \\t\\t\\t</td>\\n        \\t\\t</tr>\\n        \\t</table>\\n        </td>\\n    </tr>\\n</table>\\n<img src=\\\"{acknowledge url}\\\" alt=\\\"\\\" />\\n</body>\",\n            \"branding_email_content_plain\": \"{client name}\\nYou have been sent a document to sign\\n\\n{company name} has sent you the document {contract title} to sign online. To sign the document please click on the link below where you will be taken to our secure website.\\n\\n{party message}\\n\\n{contract url}\\n\\nKind regards,\\nSignable\\n\\nhttps://www.signable.co.uk\\n\\n\\nWe would like to remind you that signing a document online via Signable is legally binding via the UK Electronic Communications Act 2000.\",\n            \"branding_email_updated\": \"2021-12-07T15:18:58+0000\"\n        },\n        {\n            \"branding_email_type\": \"email-signed\",\n            \"branding_email_subject\": \"Document signed confirmation\",\n            \"branding_email_content\": \"<body style=\\\"font-family:Arial,Helvetica,sans-serif;\\\">\\n<table style=\\\"background:#FFF;font-family:Arial,Helvetica,sans-serif;border-collpase:collapse;width:600px;margin:0 auto;\\\">\\n    <tr>\\n        <td>\\n        \\t<table style=\\\"border-collpase:collapse\\\">\\n        \\t\\t<tr>\\n        \\t\\t\\t<td style=\\\"padding:15px 10px 10px\\\"><a href=\\\"#\\\" style=\\\"font-size:25px;color:#FFF;letter-spacing:-1px;font-weight:normal\\\"><img src=\\\"{company logo}\\\" alt=\\\"{company name}\\\" style=\\\"border:0;\\\" /></a></td>\\n        \\t\\t</tr>\\n        \\t\\t<tr>\\n        \\t\\t\\t<td style=\\\"padding-top:10px\\\">\\n        \\t\\t\\t    <h1 style=\\\"font-size:15px;font-weight:normal;color:#444\\\">You Have Successfully Signed {contract title}</h1>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <p style=\\\"font-size:13px;color:#444;line-height:18px;padding-top:10px\\\">We have attached a copy of the document for your records in this email. A digital copy of your document will always be available online via the address below:</p>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <table style=\\\"width:600px;padding-top:10px;padding-bottom:10px\\\">\\n        \\t\\t\\t        <tr>\\n        \\t\\t\\t            <td style=\\\"padding:10px;margin-bottom:20px;background:#F5F5F5;border:2px solid #CCC;\\\">\\n        \\t\\t\\t                <p style=\\\"color:#444;margin:0;padding:0;font-size:15px\\\">\\n        \\t\\t\\t                    <a href=\\\"{contract url}\\\" style=\\\"color:#555\\\">Click here to download a copy of your document</a>\\n        \\t\\t\\t                </p>\\n        \\t\\t\\t            </td>\\n        \\t\\t\\t        </tr>\\n        \\t\\t\\t    </table>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <p style=\\\"font-size:15px;color:#555;\\\">Kind regards, <a href=\\\"https://www.signable.co.uk\\\" style=\\\"color:#555;\\\" title=\\\"Come and visit us\\\">Signable</a></p>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <hr style=\\\"background:#FFF;color:#FFF;border:none;height:0;border-bottom:1px dotted #CCC;\\\" />\\n\\n        \\t\\t\\t</td>\\n        \\t\\t</tr>\\n        \\t</table>\\n        </td>\\n    </tr>\\n</table>\\n</body>\",\n            \"branding_email_content_plain\": \"You have successfully signed {contract title}\\n\\nWe have attached a copy of the document for your records in this email. A digital copy of your document will always be available online via the address below:\\n\\n{contract url}\\n\\nKind regards,\\nSignable\\n\\nhttps://www.signable.co.uk\",\n            \"branding_email_updated\": \"2021-12-07T15:18:58+0000\"\n        },\n        {\n            \"branding_email_type\": \"email-widget-verify\",\n            \"branding_email_subject\": \"Verify your signed document with {company name}\",\n            \"branding_email_content\": \"<table style=\\\"background:#FFF;font-family:Arial,Helvetica,sana-serif;border-collpase:collapse;width:600px;margin:0 auto;\\\">\\n    <tr>\\n        <td>\\n        \\t<table style=\\\"border-collpase:collapse\\\">\\n        \\t\\t<tr>\\n        \\t\\t\\t<td style=\\\"padding:15px 10px 10px\\\"><a href=\\\"https://www.signable.co.uk\\\" style=\\\"font-size:25px;color:#FFF;letter-spacing:-1px;font-weight:normal\\\"><img src=\\\"{company logo}\\\" alt=\\\"{company name}\\\" style=\\\"border:0;\\\" /></a></td>\\n        \\t\\t</tr>\\n        \\t\\t<tr>\\n        \\t\\t\\t<td style=\\\"padding-top:10px\\\">\\n        \\t\\t\\t    <h1 style=\\\"font-size:15px;font-weight:normal;color:#444\\\">{client name}, You Need To Verify Your Signed Document</h1>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <p style=\\\"font-size:13px;color:#444;line-height:18px\\\">You have recently completed and signed the document {contract title}. Before the document is completed and legally binding you need to click the link below to verify your email address. Once ready, please click on the link below:</p>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <table style=\\\"width:100%;padding-top:10px;padding-bottom:20px\\\">\\n        \\t\\t\\t        <tr>\\n        \\t\\t\\t            <td style=\\\"padding:10px;margin-bottom:20px;background:#F5F5F5;border:2px solid #CCC;\\\">\\n<p style=\\\"color:#444;margin:0;padding:0;font-size:15px\\\"><a href=\\\"{widget verify url}\\\" style=\\\"color:#555;\\\">Please click here to verify your signature for {contract title}</a>\\n        \\t\\t\\t                </p>\\n        \\t\\t\\t            </td>\\n        \\t\\t\\t        </tr>\\n        \\t\\t\\t    </table>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <hr style=\\\"background:#FFF;color:#FFF;border:none;height:0;border-bottom:1px dotted #CCC;\\\" />\\n        \\t\\t\\t    \\n        \\t\\t\\t    <p style=\\\"font-size:12px;color:#888\\\">Important: Signing a document online via <a href=\\\"https://www.signable.co.uk\\\" style=\\\"color:#888\\\">Signable</a> is legally binding.</p>\\n        \\t\\t\\t</td>\\n        \\t\\t</tr>\\n        \\t</table>\\n        </td>\\n    </tr>\\n</table>\",\n            \"branding_email_content_plain\": \"{client name}, You Need To Verify Your Signed Document\\n\\nYou have recently completed and signed the document {contract title}. Before the document is completed and legally binding you need to click the link below to verify your email address. Once ready, please click on the link below:\\n\\n{widget verify url}\\n\\nImportant: Signing a document online via Signable is legally binding.\",\n            \"branding_email_updated\": \"2021-12-07T15:18:58+0000\"\n        }\n    ]\n}"}],"_postman_id":"fe1299ba-57a8-47da-a0b9-7473b5af08ff"},{"name":"Update Branding emails","id":"711d9941-c15a-40a8-9719-6ab870c7207b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.signable.co.uk/v1/branding/emails/email-signed","description":"<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Branding Email Type</td>\n<td>Required</td>\n<td>A string containing the type of email you want to update. This appears in the URL. See \"List Branding Emails\", for a full list.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-arguments\">Body Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>branding_email_subject</code></td>\n<td>Optional*</td>\n<td>A string containing the subject of the email you want to update.</td>\n</tr>\n<tr>\n<td><code>branding_email_content</code></td>\n<td>Optional*</td>\n<td>A string containing the HTML content of the email you want to update.</td>\n</tr>\n<tr>\n<td><br />  <br /><code>branding_email_content_plain</code>  <br />  <br /></td>\n<td>Optional*</td>\n<td>A string containing the plain text content of the email you want to update.</td>\n</tr>\n</tbody>\n</table>\n</div><p>*Only one (1) property can be updated at the same time.</p>\n<h3 id=\"email-variables\">Email variables</h3>\n<p>You can <a href=\"https://signable.help/can-i-customise-the-emails-that-go-out-to-my-contacts-2/\">include variables in your email body as placeholders</a>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Required?</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{contract url}</td>\n<td>Required</td>\n<td>The url to the envelope</td>\n</tr>\n<tr>\n<td>{company name}</td>\n<td>Optional</td>\n<td>Your Company’s Name as stored in 'Company Settings'.</td>\n</tr>\n<tr>\n<td>{company logo}</td>\n<td>Optional</td>\n<td>Your logo as stored in Branding options</td>\n</tr>\n<tr>\n<td>{client name}</td>\n<td>Optional</td>\n<td>The name of the envelope recipient - ‘Party Name’.</td>\n</tr>\n<tr>\n<td>{contract title}</td>\n<td>Optional</td>\n<td>The envelope’s title</td>\n</tr>\n<tr>\n<td>{user name}</td>\n<td>Optional</td>\n<td>The name of the User who sent the envelope</td>\n</tr>\n<tr>\n<td>{party message}</td>\n<td>Optional</td>\n<td>The personal message you added when creating the envelope</td>\n</tr>\n<tr>\n<td>{contract password}</td>\n<td>Optional</td>\n<td>The password to unlock the envelope (Used only on ‘password’ email templates)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["branding","emails","email-signed"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"9b335076-0de1-4669-8988-078f4c109d0a","name":"Update Branding emails","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"branding_email_type\": \"email-signed\",\n    \"branding_email_subject\": \"You've Signed, Go You!\",\n    \"branding_email_content\": \"\\n<table style=\\\"background:#FFF;font-family:Arial,Helvetica,sans-serif;border-collpase:collapse;width:600px;margin:0 auto;\\\">\\n    <tbody><tr>\\n        <td>\\n        \\t<table style=\\\"border-collpase:collapse\\\">\\n        \\t\\t<tbody><tr>\\n        \\t\\t\\t<td style=\\\"padding:15px 10px 10px\\\"><a href=\\\"https://www.signable.co.uk\\\" style=\\\"font-size:25px;color:#FFF;letter-spacing:-1px;font-weight:normal\\\"><img src=\\\"{company logo}\\\" alt=\\\"{company name}\\\" style=\\\"border: 0px;\\\"></a></td>\\n        \\t\\t</tr>\\n        \\t\\t<tr>\\n        \\t\\t\\t<td style=\\\"padding-top:10px\\\">\\n        \\t\\t\\t    <h1 style=\\\"font-size:15px;font-weight:normal;color:#444\\\">You Have Successfully Signed {contract title}</h1>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <p style=\\\"font-size:13px;color:#444;line-height:18px;padding-top:10px\\\">We have attached a copy of the document for your records in this email. A digital copy of your document will always be available online via the address below:</p>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <table style=\\\"width:600px;padding-top:10px;padding-bottom:10px\\\">\\n        \\t\\t\\t        <tbody><tr>\\n        \\t\\t\\t            <td style=\\\"padding:10px;margin-bottom:20px;background:#F5F5F5;border:2px solid #CCC;\\\">\\n        \\t\\t\\t                <p style=\\\"color:#444;margin:0;padding:0;font-size:15px\\\">\\n        \\t\\t\\t                    <a href=\\\"{contract url}\\\" style=\\\"color:#555\\\">Click here to download a copy of your document</a>\\n        \\t\\t\\t                </p>\\n        \\t\\t\\t            </td>\\n        \\t\\t\\t        </tr>\\n        \\t\\t\\t    </tbody></table>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <p style=\\\"font-size:15px;color:#555;\\\">Kind regards, <a href=\\\"https://www.signable.co.uk\\\" style=\\\"color:#555;\\\" title=\\\"Come and visit us\\\">Signable</a><br>{user name}</p>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <hr style=\\\"background:#FFF;color:#FFF;border:none;height:0;border-bottom:1px dotted #CCC;\\\">\\n\\n        \\t\\t\\t</td>\\n        \\t\\t</tr>\\n        \\t</tbody></table>\\n        </td>\\n    </tr>\\n</tbody></table>\\n\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/branding/emails/email-signed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"email-signed email has been updated.\",\n    \"branding_email_type\": \"email-signed\",\n    \"branding_email_subject\": \"You've Signed, Go You\",\n    \"branding_email_content\": \"\\n<table style=\\\"background:#FFF;font-family:Arial,Helvetica,sans-serif;border-collpase:collapse;width:600px;margin:0 auto;\\\">\\n    <tbody><tr>\\n        <td>\\n        \\t<table style=\\\"border-collpase:collapse\\\">\\n        \\t\\t<tbody><tr>\\n        \\t\\t\\t<td style=\\\"padding:15px 10px 10px\\\"><a href=\\\"https://www.signable.co.uk\\\" style=\\\"font-size:25px;color:#FFF;letter-spacing:-1px;font-weight:normal\\\"><img src=\\\"{company logo}\\\" alt=\\\"{company name}\\\" style=\\\"border: 0px;\\\"></a></td>\\n        \\t\\t</tr>\\n        \\t\\t<tr>\\n        \\t\\t\\t<td style=\\\"padding-top:10px\\\">\\n        \\t\\t\\t    <h1 style=\\\"font-size:15px;font-weight:normal;color:#444\\\">You Have Successfully Signed {contract title}</h1>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <p style=\\\"font-size:13px;color:#444;line-height:18px;padding-top:10px\\\">We have attached a copy of the document for your records in this email. A digital copy of your document will always be available online via the address below:</p>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <table style=\\\"width:600px;padding-top:10px;padding-bottom:10px\\\">\\n        \\t\\t\\t        <tbody><tr>\\n        \\t\\t\\t            <td style=\\\"padding:10px;margin-bottom:20px;background:#F5F5F5;border:2px solid #CCC;\\\">\\n        \\t\\t\\t                <p style=\\\"color:#444;margin:0;padding:0;font-size:15px\\\">\\n        \\t\\t\\t                    <a href=\\\"{contract url}\\\" style=\\\"color:#555\\\">Click here to download a copy of your document</a>\\n        \\t\\t\\t                </p>\\n        \\t\\t\\t            </td>\\n        \\t\\t\\t        </tr>\\n        \\t\\t\\t    </tbody></table>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <p style=\\\"font-size:15px;color:#555;\\\">Kind regards, <a href=\\\"https://www.signable.co.uk\\\" style=\\\"color:#555;\\\" title=\\\"Come and visit us\\\">Signable</a><br>{user name}</p>\\n        \\t\\t\\t    \\n        \\t\\t\\t    <hr style=\\\"background:#FFF;color:#FFF;border:none;height:0;border-bottom:1px dotted #CCC;\\\">\\n\\n        \\t\\t\\t</td>\\n        \\t\\t</tr>\\n        \\t</tbody></table>\\n        </td>\\n    </tr>\\n</tbody></table>\\n\",\n    \"branding_email_content_plain\": \"You have successfully signed {contract title}\\r\\n\\r\\nWe have attached a copy of the document for your records in this email. A digital copy of your document will always be available online via the address below:\\r\\n\\r\\n{contract url}\\r\\n\\r\\nKind regards,\\r\\nSignable\\r\\n\\r\\nhttps://www.signable.co.uk\",\n    \"branding_email_updated\": \"2022-07-05T13:12:51+0000\"\n}"}],"_postman_id":"711d9941-c15a-40a8-9719-6ab870c7207b"}],"id":"c1b7ba21-f3e2-4424-8e8b-b3a866156afc","_postman_id":"c1b7ba21-f3e2-4424-8e8b-b3a866156afc","description":"","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}}},{"name":"Update Branding options","id":"a37ed696-6bf1-4860-b0f6-da174ebfcc05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.signable.co.uk/v1/branding","description":"<h3 id=\"arguments\">Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>branding_logo_url</td>\n<td>Optional</td>\n<td>A string containing the URL of the new logo. It must be a JPG or PNG file.</td>\n</tr>\n<tr>\n<td>branding_colour</td>\n<td>Optional</td>\n<td>A string containing the hex code of the colour.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["branding"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"a9b64554-59e5-4a0f-b497-3c0877bca492","name":"Update Branding options","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"branding_logo_url\": \"https://www.signable.co.uk/signable.png\",\n    \"branding_colour\": \"#34EBDE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/branding"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"Branding options have been updated.\",\n    \"branding_logo\": \"https://www.signable.co.uk/signable.png\",\n    \"branding_colour\": \"#34EBDE\"\n}"}],"_postman_id":"a37ed696-6bf1-4860-b0f6-da174ebfcc05"},{"name":"List Branding options","id":"aef8794a-5e99-468e-86ea-1711193260d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/branding","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["branding"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"1119801f-8656-4fbf-bc82-1364b4307095","name":"List Branding options","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/branding"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Dec 2021 09:10:18 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"branding_logo\": null,\n    \"branding_colour\": null\n}"}],"_postman_id":"aef8794a-5e99-468e-86ea-1711193260d8"}],"id":"de2b1675-2a6c-46c1-b0f4-083fce6a84e0","description":"<p>Branding is updatable by logging into the app. Here are a couple of help guides:  </p>\n<ul>\n<li><a href=\"https://signable.help/video-tutorial-adding-your-branding-to-your-account-2/\">Video Tutorial: Adding your Branding to your Account</a></li>\n<li><a href=\"https://signable.help/can-i-customise-the-emails-that-go-out-to-my-contacts-2/\">Can I customise the emails that go out to my contacts?</a></li>\n</ul>\n","_postman_id":"de2b1675-2a6c-46c1-b0f4-083fce6a84e0","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}}},{"name":"Settings","item":[{"name":"List Company settings","id":"a9caf26b-3a8e-4b93-b786-bfd04e6bac4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/settings","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["settings"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"68c1403c-7a24-428f-850a-0968eebe8b6a","name":"List company settings","originalRequest":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Dec 2021 09:20:38 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"setting_signature_more_info\": true,\n    \"setting_signature_format_accepted\": \"typed,drawn,upload\",\n    \"setting_signature_format_default\": \"drawn\",\n    \"setting_email_pdf_attach\": false,\n    \"setting_email_pdf_attach_sender\": false,\n    \"setting_email_envelope_open\": false,\n    \"setting_email_main_email\": true,\n    \"setting_email_return_address_user\": false,\n    \"setting_signing_consumer_regulations_act\": false,\n    \"setting_signing_tooltips\": true,\n    \"setting_signing_questions\": true,\n    \"setting_pdf_audit_trail_hide\": false,\n    \"setting_all_at_once_default\": false\n}"}],"_postman_id":"a9caf26b-3a8e-4b93-b786-bfd04e6bac4e"},{"name":"Update Company settings","id":"a1b03f06-d724-49f1-ad46-eefdda6cdb40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"setting_signature_more_info\": \"true\",\r\n    \"setting_signature_format_default\": \"typed\",\r\n    \"setting_email_pdf_attach\": \"false\",\r\n    \"setting_email_pdf_attach_sender\": \"false\",\r\n    \"setting_email_envelope_open\": \"false\",\r\n    \"setting_email_main_email\": \"false\",\r\n    \"setting_email_return_address_user\": \"false\",\r\n    \"setting_signing_consumer_regulations_act\": \"flase\",\r\n    \"setting_signing_tooltips\": \"false\",\r\n    \"setting_signing_questions\": \"true\",\r\n    \"setting_pdf_audit_trail_hide\": \"true\",\r\n    \"setting_signature_format_accepted\": \"typed,drawn,upload\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/settings","description":"<h3 id=\"arguments\">Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>setting_signature_more_info</code></td>\n<td>Optional</td>\n<td>Show more information underneath signatures on Envelope PDF.</td>\n</tr>\n<tr>\n<td><code>setting_signature_format_default</code></td>\n<td>Optional</td>\n<td>Which signature formats is offered by default. Formats accepted are <code>drawn</code>, <code>typed</code> or <code>upload</code></td>\n</tr>\n<tr>\n<td><code>setting_email_pdf_attach</code></td>\n<td>Optional</td>\n<td>If enabled, a PDF copy of the envelope will be attached to emails sent to recipients. If disabled, recipients must instead use a link in the email to view and download the envelope.</td>\n</tr>\n<tr>\n<td><code>setting_email_pdf_attach_sender</code></td>\n<td>Optional</td>\n<td>If enabled, a PDF copy of the signed envelope will be attached to the sign-complete notification email sent to your company email address. If disabled, the envelope must be downloaded from the app.</td>\n</tr>\n<tr>\n<td><code>setting_email_envelope_open</code></td>\n<td>Optional</td>\n<td>If you enable this option you will receive an email notification when someone opens the document you have sent them to sign.</td>\n</tr>\n<tr>\n<td><code>setting_email_main_email</code></td>\n<td>Optional</td>\n<td>If you enable this option the email address you have setup on your company profile page will receive email notifications when documents are signed, rejected or cancelled.</td>\n</tr>\n<tr>\n<td><code>setting_email_return_address_user</code></td>\n<td>Optional</td>\n<td>By default, your envelopes (documents) will be sent from <a href=\"https://mailto:document@signable.co.uk\">document@signable.co.uk</a> however the 'Return Email' (as in the email address that receives any replies) is set to your main company email address. Here you can change this so that the 'Return Email' will be set to the Users email address who actually sent the envelope out. The email itself will still come from <a href=\"https://mailto:document@signable.co.uk\">document@signable.co.uk</a> though.</td>\n</tr>\n<tr>\n<td><code>setting_signing_consumer_regulations_act</code></td>\n<td>Optional</td>\n<td>This setting sets your account compliant with the Consumer Contract Regulations 2013 Act.</td>\n</tr>\n<tr>\n<td><code>setting_signing_tooltips (This argument is being deprecated)</code></td>\n<td>Optional</td>\n<td>This setting allows you to disable the tooltips that are shown when a signer attempts to sign the document.</td>\n</tr>\n<tr>\n<td><code>setting_signing_questions</code></td>\n<td>Optional</td>\n<td>This setting allows you to disable the ability for signers to send you questions or comments directly from the siging page.</td>\n</tr>\n<tr>\n<td><code>setting_pdf_audit_trail_hide</code></td>\n<td>Optional</td>\n<td>This setting allows you to hide the email address for each party on the PDF certificate.</td>\n</tr>\n<tr>\n<td><code>setting_signature_format_accepted</code></td>\n<td>Optional</td>\n<td>Select which signature formats you are willing to accept from your signers. Formats accepted are <code>drawn</code>, <code>typed</code> or <code>upload</code>.</td>\n</tr>\n<tr>\n<td><code>setting_all_at_once_default</code></td>\n<td>Optional</td>\n<td>A boolean to indicate what the default signing sequence for all envelopes sent will be. If <code>true</code>, all new envelopes will be sent to all parties simultaneously (all-at-once signing). if <code>false</code> new envelopes are sent to the first party. This value defaults to <code>true</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["settings"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"2e9b0123-5a2a-471f-854d-4b121f0437bd","name":"Update Company settings","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"setting_signature_more_info\": true,\r\n    \"setting_signature_format_default\": \"typed\",\r\n    \"setting_email_pdf_attach\": false,\r\n    \"setting_email_envelope_open\": false,\r\n    \"setting_email_main_email\": false,\r\n    \"setting_email_return_address_user\": false,\r\n    \"setting_signing_consumer_regulations_act\": false,\r\n    \"setting_signing_tooltips\": false,\r\n    \"setting_signing_questions\": true,\r\n    \"setting_pdf_audit_trail_hide\": true,\r\n    \"setting_signature_format_accepted\": \"typed,drawn,upload\",\r\n    \"setting_all_at_once_default\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Dec 2021 15:17:14 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"Signable API Examples settings have been updated.\",\n    \"href\": \"https://api.signable.co.uk/v1/companies/134012\",\n    \"company_id\": \"134012\",\n    \"company_name\": \"Signable API Examples\",\n    \"setting_signature_more_info\": true,\n    \"setting_signature_format_accepted\": \"typed,drawn,upload\",\n    \"setting_signature_format_default\": \"typed\",\n    \"setting_email_pdf_attach\": true,\n    \"setting_email_pdf_attach_sender\": true,\n    \"setting_email_envelope_open\": true,\n    \"setting_email_main_email\": true,\n    \"setting_email_return_address_user\": true,\n    \"setting_signing_consumer_regulations_act\": true,\n    \"setting_signing_tooltips\": true,\n    \"setting_signing_questions\": true,\n    \"setting_pdf_audit_trail_hide\": true,\n    \"setting_all_at_once_default\": false\n}"}],"_postman_id":"a1b03f06-d724-49f1-ad46-eefdda6cdb40"}],"id":"bfe68259-7f51-4693-98c6-ba85e1b8d94a","_postman_id":"bfe68259-7f51-4693-98c6-ba85e1b8d94a","description":"","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}}},{"name":"Webhook","item":[{"name":"Create a webhook","id":"570de83a-da2e-471f-af2c-68e8c64c3da3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"webhook_type\": \"all\",\r\n    \"webhook_url\": \"https://example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/webhooks","description":"<h3 id=\"body-arguments\">Body Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>webhook_type</code></td>\n<td>Required</td>\n<td>The type of trigger for the webhook to be created. Any of the following: <code>send-envelope</code>,  <br /><code>signed-envelope</code>,  <br /><code>cancelled-envelope</code>,  <br /><code>rejected-envelope</code>,  <br /><code>bounced-envelope</code>,  <br /><code>add-user</code>,  <br /><code>add-contact</code>,  <br /><code>opened-envelope</code> ,  <br /><code>add-template</code>,  <br /><code>all</code>,  <br /><code>signed-envelope-complete</code>,  <br /><code>verify-envelope-widget</code>,  <br /><code>signed-envelope-widget</code>,  <br /><code>send-envelope-failed</code></td>\n</tr>\n<tr>\n<td><code>webhook_url</code></td>\n<td>Required</td>\n<td>A string of the URL for the webhook to be created.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["webhooks"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"e0960a5b-7572-43a2-aa41-e8e6adbf5597","name":"Create a webhook","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"webhook_type\": \"all\",\r\n    \"webhook_url\": \"https://example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Dec 2021 15:18:06 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"The webhook (https://example.com) has been created\",\n    \"href\": \"https://api.signable.co.uk/v1/webhooks/142669\",\n    \"webhook_id\": \"142669\",\n    \"webhook_url\": \"https://example.com\",\n    \"webhook_type\": \"all\",\n    \"webhook_created\": \"2021-12-13T15:18:06+0000\"\n}"}],"_postman_id":"570de83a-da2e-471f-af2c-68e8c64c3da3"},{"name":"Get a webhook","id":"3314ff97-e761-4ecb-b269-12fe1c902423","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/webhooks/{{Webhook ID}}","description":"<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Webhook ID</td>\n<td>Required</td>\n<td>A positive integer representing the ID of the Webhook to be retrieved.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["webhooks","{{Webhook ID}}"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"37ca35a9-7670-4d61-9634-2260d606a1e3","name":"Get a webhook","originalRequest":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/webhooks/142669"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Dec 2021 15:18:18 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"close","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"webhook_id\": 142669,\n    \"webhook_url\": \"https://example.com\",\n    \"webhook_type\": \"all\",\n    \"webhook_created\": \"2021-12-13T15:18:06+0000\",\n    \"webhook_updated\": null,\n    \"webhook_suspended\": null\n}"}],"_postman_id":"3314ff97-e761-4ecb-b269-12fe1c902423"},{"name":"List webhooks","id":"f16c3997-dd1c-4daf-8478-a04b3a5cf187","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.signable.co.uk/v1/webhooks?offset=0&limit=50","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["webhooks"],"host":["https://api.signable.co.uk/v1"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"50"}],"variable":[]}},"response":[{"id":"f50c1982-3dc6-4d7b-9389-9241071b5417","name":"List webhooks","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.signable.co.uk/v1/webhooks?offset=0&limit=50","host":["https://api.signable.co.uk/v1"],"path":["webhooks"],"query":[{"key":"offset","value":"0","description":"A positive integer indicating the first record to retrieve. Optional, defaults to the first webhook (0)."},{"key":"limit","value":"50","description":"A positive integer indicating the maximum number of webhooks to return. Optional, defaults to 10."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Dec 2021 09:22:12 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"close","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"offset\": 0,\n    \"limit\": 50,\n    \"total_webhooks\": \"1\",\n    \"webhooks\": [\n        {\n            \"webhook_id\": \"142614\",\n            \"webhook_url\": \"https://example.com\",\n            \"webhook_type\": \"all\",\n            \"webhook_created\": \"2021-12-09T09:22:06+0000\",\n            \"webhook_suspended\": null,\n            \"webhook_updated\": \"2021-12-09T09:22:06+0000\"\n        }\n    ]\n}"}],"_postman_id":"f16c3997-dd1c-4daf-8478-a04b3a5cf187"},{"name":"Update a webhook","id":"fb748d4c-a4e7-4eb3-97a0-20971b4c138a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"webhook_url\": \"https://example.com\",\r\n    \"webhook_type\": \"all\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/webhooks/{{Webhook ID}}","description":"<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Webhook ID</td>\n<td>Required</td>\n<td>A positive integer representing the ID of the Webhook to be updated.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-arguments\">Body Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>webhook_type</code></td>\n<td>Required</td>\n<td>The type of trigger for the webhook to be updated. Any of the following: <code>send-envelope</code>,  <br /><code>signed-envelope</code>,  <br /><code>cancelled-envelope</code>,  <br /><code>rejected-envelope</code>,  <br /><code>bounced-envelope</code>,  <br /><code>add-user</code>,  <br /><code>add-contact</code>,  <br /><code>opened-envelope</code> ,  <br /><code>add-template</code>,  <br /><code>all</code>,  <br /><code>signed-envelope-complete</code>,  <br /><code>verify-envelope-widget</code>,  <br /><code>signed-envelope-widget</code></td>\n</tr>\n<tr>\n<td><code>webhook_url</code></td>\n<td>Required</td>\n<td>A string of the URL for the webhook to be updated.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["webhooks","{{Webhook ID}}"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"7c3a2a23-8eca-4f53-80d7-8a22d5e5382e","name":"Update a webhook","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"webhook_url\": \"https://example.net\",\r\n    \"webhook_type\": \"all\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.signable.co.uk/v1/webhooks/142669"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Dec 2021 15:19:42 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"The webhook with ID 142669 has been updated\",\n    \"href\": \"https://api.signable.co.uk/v1/webhooks/142669\",\n    \"webhook_id\": 142669,\n    \"webhook_url\": \"https://example.net\",\n    \"webhook_type\": \"all\",\n    \"webhook_updated\": \"2021-12-13T15:19:42+0000\"\n}"}],"_postman_id":"fb748d4c-a4e7-4eb3-97a0-20971b4c138a"},{"name":"Delete a webhook","id":"f3ab8b39-2087-40d4-8255-9dec3b80f9d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.signable.co.uk/v1/webhooks/{{Webhook ID}}","description":"<h3 id=\"url-arguments\">URL Arguments</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Webhook ID</td>\n<td>Required</td>\n<td>A positive integer representing the ID of the Webhook to be deleted.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}},"urlObject":{"path":["webhooks","{{Webhook ID}}"],"host":["https://api.signable.co.uk/v1"],"query":[],"variable":[]}},"response":[{"id":"c48c1aa2-b283-4134-8fec-f4e9d4a7bf47","name":"Delete a webhook","originalRequest":{"method":"DELETE","header":[],"url":"https://api.signable.co.uk/v1/webhooks/142614"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Dec 2021 09:23:05 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"http\": 200,\n    \"message\": \"The webhook (https://example.com) has been removed from your account.\",\n    \"webhook_id\": 142614,\n    \"webhook_url\": \"https://example.com\",\n    \"webhook_type\": \"all\"\n}"}],"_postman_id":"f3ab8b39-2087-40d4-8255-9dec3b80f9d0"}],"id":"8941a48d-18f2-41aa-8a41-c37c0156aa26","description":"<p>Webhooks are used to get an instant response to an action performed within Signable.</p>\n<p>For example when an envelope is sent out (via the API or through the Web App) a ‘send-envelope’ event is posted to a webhook which can be setup either via the API or via your Signable account.</p>\n<p>All webhook URLs are POSTed the information. You will be able to retrieve this information from your webhook by grabbing the POST array.</p>\n<p>Webhooks can be created <a href=\"https://signable.app/company-settings/developer\">via the API &amp; Webhook section under Company Settings on the Signable web app</a> or via the Signable API, see \"API Endpoints &gt; Webhooks\".</p>\n<p>If you want to test the response that you get from the webhook, you can use a service like <a href=\"https://pipedream.com/\">PipeDream</a> [3rd party service] to view the response.</p>\n<p>Below are some sample responses which you will receive depending on which webhook is called.</p>\n<p><em>Please note - All webhook POST</em> requests will use the Content-Type:<br /><code>content-type: application/x-www-form-urlencoded</code> and require a 200 response.</p>\n<h3 id=\"all\">All</h3>\n<p>Generic webhook, triggered for all actions.</p>\n<p>Action Reference: <code>all</code></p>\n<h3 id=\"send-an-envelope\">Send an envelope</h3>\n<p>Called when an Envelope is sent.</p>\n<p>Action Reference: <code>send-envelope</code></p>\n<p>View More</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>envelope_fingerprint</code></td>\n<td>A string representing the envelope that was sent</td>\n</tr>\n<tr>\n<td><code>envelope_documents</code></td>\n<td>A JSON object string representing the documents within this</td>\n</tr>\n<tr>\n<td><code>envelope_download</code></td>\n<td>A string representing a URL to download the envelope</td>\n</tr>\n<tr>\n<td><code>contact_id</code></td>\n<td>An integer representing the ID of the contact that the envelope was sent to</td>\n</tr>\n<tr>\n<td><code>contact_name</code></td>\n<td>A string representing the name of the contact that the envelope was sent to</td>\n</tr>\n<tr>\n<td><code>contact_email</code></td>\n<td>A string representing the email address of the contact that the envelope was sent to</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>A string confirming what action was taken. Defaults to ‘send-envelope’.</td>\n</tr>\n<tr>\n<td><code>action_date</code></td>\n<td>The date of the action in UTC (GMT)</td>\n</tr>\n<tr>\n<td><code>envelope_meta</code></td>\n<td>A JSON string of any meta information that you may have added when sending the envelope</td>\n</tr>\n<tr>\n<td><code>envelope_signing_embed</code></td>\n<td>If your account has 'Embedded Signing' enabled, this argument will return an iframe with the signing url for the second party.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"envelope-signed\">Envelope signed</h3>\n<p>Called when an Envelope is signed by a recipient party.</p>\n<p>Action Reference: <code>signed-envelope</code></p>\n<p>View More</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>envelope_fingerprint</code></td>\n<td>A string representing the envelope that was sent</td>\n</tr>\n<tr>\n<td><code>envelope_documents</code></td>\n<td>A JSON object string representing the documents within this envelope</td>\n</tr>\n<tr>\n<td><code>envelope_fields</code></td>\n<td>A JSON encoded array containing all the fields that the signer has completed, including field_id and field_value.</td>\n</tr>\n<tr>\n<td><code>envelope_download</code></td>\n<td>A string representing a URL to download the envelope</td>\n</tr>\n<tr>\n<td><code>party_id</code></td>\n<td>An integer representing the ID of the party. This will match with the party_id’s in the envelope or template.</td>\n</tr>\n<tr>\n<td><code>contact_id</code></td>\n<td>An integer representing the ID of the contact that the envelope was signed by</td>\n</tr>\n<tr>\n<td><code>contact_name</code></td>\n<td>An string representing the name of the contact that the envelope was signed by</td>\n</tr>\n<tr>\n<td><code>contact_email</code></td>\n<td>An string representing the email of the contact that the envelope was signed by</td>\n</tr>\n<tr>\n<td><code>signature_fingerprint</code></td>\n<td>A string representing the fingerprint of the signature</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>A string confirming what action was taken. Defaults to ‘signed-envelope’.</td>\n</tr>\n<tr>\n<td><code>action_date</code></td>\n<td>The date of the action in UTC (GMT)</td>\n</tr>\n<tr>\n<td><code>envelope_meta</code></td>\n<td>A JSON string of any meta information that you may have added when sending the envelope</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"envelope-signed-and-completed\">Envelope signed and completed</h3>\n<p>Called when an Envelope has been signed by all recipient parties.</p>\n<p>Action Reference: <code>signed-envelope-complete</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>envelope_fingerprint</code></td>\n<td>A string representing the envelope that was sent</td>\n</tr>\n<tr>\n<td><code>envelope_documents</code></td>\n<td>A JSON object string representing the documents within this envelope</td>\n</tr>\n<tr>\n<td><code>envelope_fields</code></td>\n<td>A JSON encoded array containing all the fields that the signer has completed, including field_id and field_value.</td>\n</tr>\n<tr>\n<td><code>envelope_download</code></td>\n<td>A string representing a URL to download the envelope</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>A string confirming what action was taken. Defaults to ‘signed-envelope-complete’.</td>\n</tr>\n<tr>\n<td><code>action_date</code></td>\n<td>The date of the action in UTC (GMT)</td>\n</tr>\n<tr>\n<td><code>envelope_meta</code></td>\n<td>A JSON string of any meta information that you may have added when sending the envelope</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"envelope-cancelled\">Envelope cancelled</h3>\n<p>Called when the envelope is cancelled by the sending company.</p>\n<p>Action Reference: <code>cancelled-envelope</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>envelope_fingerprint</code></td>\n<td>A string representing the envelope that was cancelled</td>\n</tr>\n<tr>\n<td><code>envelope_title</code></td>\n<td>A string representing the title of the envelope that was cancelled</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>A string confirming what action was taken. Defaults to ‘cancelled-envelope’.</td>\n</tr>\n<tr>\n<td><code>action_date</code></td>\n<td>The date of the action in UTC (GMT)</td>\n</tr>\n<tr>\n<td><code>envelope_meta</code></td>\n<td>A JSON string of any meta information that you may have added when sending the envelope</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"envelope-rejected\">Envelope rejected</h3>\n<p>Called when the envelope is rejected by a recipient party.</p>\n<p>Action Reference: <code>rejected-envelope</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>envelope_fingerprint</code></td>\n<td>A string representing the envelope that was rejected</td>\n</tr>\n<tr>\n<td><code>envelope_title</code></td>\n<td>A string representing the title of the envelope that was rejected</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>A string confirming what action was taken. Defaults to ‘rejected-envelope’.</td>\n</tr>\n<tr>\n<td><code>action_date</code></td>\n<td>The date of the action in UTC (GMT)</td>\n</tr>\n<tr>\n<td><code>envelope_meta</code></td>\n<td>A JSON string of any meta information that you may have added when sending the envelope</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"opened-envelope\">Opened envelope</h3>\n<p>This fires when a signer opens the signing page to view the Envelope.</p>\n<p>Action Reference: <code>opened-envelope</code></p>\n<p>View More</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>envelope_fingerprint</code></td>\n<td>A string representing the envelope that was sent</td>\n</tr>\n<tr>\n<td><code>envelope_documents</code></td>\n<td>A JSON object string representing the documents within this envelope</td>\n</tr>\n<tr>\n<td><code>envelope_download</code></td>\n<td>A string representing a URL to download the envelope</td>\n</tr>\n<tr>\n<td><code>contact_id</code></td>\n<td>An integer representing the ID of the contact that the envelope was sent to</td>\n</tr>\n<tr>\n<td><code>contact_name</code></td>\n<td>A string representing the name of the contact that the envelope was sent to</td>\n</tr>\n<tr>\n<td><code>contact_email</code></td>\n<td>A string representing the email address of the contact that the envelope was sent to</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>A string confirming what action was taken. Defaults to ‘opened-envelope’.</td>\n</tr>\n<tr>\n<td><code>action_date</code></td>\n<td>The date of the action in UTC (GMT)</td>\n</tr>\n<tr>\n<td><code>envelope_meta</code></td>\n<td>A JSON string of any meta information that you may have added when sending the envelope</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"bounced-envelope\">Bounced envelope</h3>\n<p>This fires when an envelope is sent to a signer and the email bounces back.</p>\n<p>Action Reference: <code>bounced-envelope</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>envelope_fingerprint</code></td>\n<td>A string representing the envelope that was sent</td>\n</tr>\n<tr>\n<td><code>envelope_title</code></td>\n<td>A string representing the title of the envelope</td>\n</tr>\n<tr>\n<td><code>envelope_bounce_email</code></td>\n<td>A string representing the email address that bounced</td>\n</tr>\n<tr>\n<td><code>envelope_bounce_reason</code></td>\n<td>A string representing the reason why the email bounced</td>\n</tr>\n<tr>\n<td><code>envelope_bounce_url</code></td>\n<td>A string representing the URL which can be navigated to to update the email address and resend</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>A string confirming what action was taken. Defaults to ‘bounced-envelope’.</td>\n</tr>\n<tr>\n<td><code>action_date</code></td>\n<td>The date of the action in UTC (GMT)</td>\n</tr>\n<tr>\n<td><code>envelope_meta</code></td>\n<td>A JSON string of any meta information that you may have added when sending the envelope</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"envelope-send-failed\">Envelope Send Failed</h3>\n<p>Called when the envelope fails to send</p>\n<p>Action Reference: <code>send-envelope-failed</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>envelope_fingerprint</code></td>\n<td>A string representing the envelope that was cancelled</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>A string confirming what action was taken. Defaults to ‘send-envelope-failed’.</td>\n</tr>\n<tr>\n<td><code>action_date</code></td>\n<td>The date of the action in UTC (GMT)</td>\n</tr>\n<tr>\n<td><code>envelope_meta</code></td>\n<td>A JSON string of any meta information that you may have added when sending the envelope</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"add-user\">Add user</h3>\n<p>Called when a user is added to the company.</p>\n<p>Action Reference: <code>add-user</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>user_id</code></td>\n<td>An integer representing the new user ID</td>\n</tr>\n<tr>\n<td><code>user_name</code></td>\n<td>A string representing the name of the new user</td>\n</tr>\n<tr>\n<td><code>user_email</code></td>\n<td>A string representing the email address of the new user</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>A string confirming what action was taken. Defaults to ‘add-user’.</td>\n</tr>\n<tr>\n<td><code>action_date</code></td>\n<td>The date of the action in UTC (GMT)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"add-clientcontact\">Add client/contact</h3>\n<p>Called when a contact (a.k.a. client) is added to the company.</p>\n<p>Action Reference: <code>add-contact</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>contact_id</code></td>\n<td>An integer representing the new contact ID</td>\n</tr>\n<tr>\n<td><code>contact_name</code></td>\n<td>A string representing the name of the new contact</td>\n</tr>\n<tr>\n<td><code>contact_email</code></td>\n<td>A string representing the email address of the new contact</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>A string confirming what action was taken. Defaults to ‘add-contact’.</td>\n</tr>\n<tr>\n<td><code>action_date</code></td>\n<td>The date of the action in UTC (GMT)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"add-template\">Add template</h3>\n<p>Called when a Template is added to a company.</p>\n<p>Action Reference: <code>add-template</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>template_fingerprint</code></td>\n<td>A string representing the template</td>\n</tr>\n<tr>\n<td><code>template_title</code></td>\n<td>A string representing the name of the new template</td>\n</tr>\n<tr>\n<td><code>template_page_total</code></td>\n<td>An integer representing the number of pages in this template</td>\n</tr>\n<tr>\n<td><code>template_thumbnails</code></td>\n<td>A JSON object string representing the URL’s of the thumbnails of each page of this template</td>\n</tr>\n<tr>\n<td><code>template_pages</code></td>\n<td>A JSON object string representing the URL’s of each page of this template</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>A string confirming what action was taken. Defaults to ‘add-template’.</td>\n</tr>\n<tr>\n<td><code>action_date</code></td>\n<td>The date of the action in UTC (GMT)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"widget-signed-but-not-yet-verified\">Widget Signed (but not yet verified)</h3>\n<p>Called when a Widget Template has been completed, before the user has verified their signature.</p>\n<p>Action Reference: <code>verify-envelope-widget</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>envelope_fingerprint</code></td>\n<td>A string representing the envelope fingerprint of the widget</td>\n</tr>\n<tr>\n<td><code>envelope_title</code></td>\n<td>A string representing the title of the envelope of the widget</td>\n</tr>\n<tr>\n<td><code>envelope_documents</code></td>\n<td>A JSON object string representing the documents within this envelope</td>\n</tr>\n<tr>\n<td><code>contact_id</code></td>\n<td>An integer representing the ID of the contact that the widget was signed by</td>\n</tr>\n<tr>\n<td><code>contact_name</code></td>\n<td>An string representing the name of the contact that the widget was signed by</td>\n</tr>\n<tr>\n<td><code>contact_email</code></td>\n<td>An string representing the email of the contact that the widget was signed by</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>A string confirming what action was taken. Defaults to ‘verify-envelope-widget’.</td>\n</tr>\n<tr>\n<td><code>action_date</code></td>\n<td>The date of the action in UTC (GMT)</td>\n</tr>\n<tr>\n<td><code>envelope_meta</code></td>\n<td>A JSON object string of any meta information that you may have added when opening the widget URL</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"widget-signature-verified\">Widget Signature Verified</h3>\n<p>Action Reference: <code>signed-envelope-widget</code></p>\n<p>View More</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Argument</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>envelope_fingerprint</code></td>\n<td>A string representing the envelope fingerprint of the widget</td>\n</tr>\n<tr>\n<td><code>envelope_title</code></td>\n<td>A string representing the title of the envelope of the widget</td>\n</tr>\n<tr>\n<td><code>envelope_documents</code></td>\n<td>A JSON object string representing the documents within this envelope</td>\n</tr>\n<tr>\n<td><code>envelope_fields</code></td>\n<td>A JSON object string representing the fields within this envelope</td>\n</tr>\n<tr>\n<td><code>envelope_download</code></td>\n<td>A string representing a URL to download the envelope</td>\n</tr>\n<tr>\n<td><code>contact_id</code></td>\n<td>An integer representing the ID of the contact that the widget was signed by</td>\n</tr>\n<tr>\n<td><code>contact_name</code></td>\n<td>An string representing the name of the contact that the widget was signed by</td>\n</tr>\n<tr>\n<td><code>contact_email</code></td>\n<td>An string representing the email of the contact that the widget was signed by</td>\n</tr>\n<tr>\n<td><code>signature_fingerprint</code></td>\n<td>A string representing the fingerprint of the signature</td>\n</tr>\n<tr>\n<td><code>action</code></td>\n<td>A string confirming what action was taken. Defaults to ‘signed-envelope-widget’.</td>\n</tr>\n<tr>\n<td><code>action_date</code></td>\n<td>The date of the action in UTC (GMT)</td>\n</tr>\n<tr>\n<td><code>envelope_meta</code></td>\n<td>A JSON object string of any meta information that you may have added when opening the widget URL</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-webhook-post-event\"><strong>Example Webhook POST event</strong></h3>\n<p>Below is an example of how the <code>POST</code> event trigger for the <code>signed-envelope</code> webhook will look, when a party has signed. (Example image taken from PipeDream)</p>\n<img src=\"https://content.pstmn.io/156fbc09-be0d-476f-a750-d1ad80e0c2fc/aW1hZ2UucG5n\" width=\"1065\" height=\"867\" />","_postman_id":"8941a48d-18f2-41aa-8a41-c37c0156aa26","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}}},{"name":"Error Codes","item":[],"id":"82e72693-4b95-458b-ae01-a8e19220d48a","description":"<p>Response body example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{  \n    \"http\": 400,  \n    \"code\": 10555,  \n    \"message\": \"To be able to update branding options you must pass in at least one option\"  \n}\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10001</td>\n<td>Invalid HTTP Method. Please use either GET, POST, PUT or DELETE</td>\n</tr>\n<tr>\n<td>10002</td>\n<td>Authentication failed. Please enter the correct API Key and password.</td>\n</tr>\n<tr>\n<td>10003</td>\n<td>The URL you are looking for does not exist.</td>\n</tr>\n<tr>\n<td>10004</td>\n<td>Authentication failed. Your API access has been suspended please contact <a href=\"https://mailto:help@signable.co.uk\">help@signable.co.uk</a></td>\n</tr>\n<tr>\n<td>10005</td>\n<td>Authentication failed. This API key has been removed. If you feel this is in error, please contact <a href=\"https://mailto:help@signable.co.uk\">help@signable.co.uk</a></td>\n</tr>\n<tr>\n<td>10006</td>\n<td>Authentication failed. This API key has been removed. If you feel this is in error, please contact <a href=\"https://mailto:help@signable.co.uk\">help@signable.co.uk</a></td>\n</tr>\n<tr>\n<td>10007</td>\n<td>Invalid Content Type. You have sent a POST request however you haven't set the Content Type to application/x-www-form-urlencoded</td>\n</tr>\n<tr>\n<td>10008</td>\n<td>Forbidden. You need to have a partner enabled API key to access this</td>\n</tr>\n<tr>\n<td>10009</td>\n<td>Authentication failed. Your account needs to be on a plan that includes API access.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"contact\">Contact</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10050</td>\n<td>The contact name is missing. To be able to create a new contact, you must provide a name.</td>\n</tr>\n<tr>\n<td>10051</td>\n<td>The contact email is missing. To be able to create a new contact, you must provide an email address.</td>\n</tr>\n<tr>\n<td>10052</td>\n<td>The contact ID is missing. Please provide a valid contact ID.</td>\n</tr>\n<tr>\n<td>10053</td>\n<td>The contact does not exist. Have you used the correct contact ID?</td>\n</tr>\n<tr>\n<td>10054</td>\n<td>Both the contact name and contact email are missing. Please make sure at least one of them are provided.</td>\n</tr>\n<tr>\n<td>10055</td>\n<td>To create a new contact, please don't pass in a contact ID.</td>\n</tr>\n<tr>\n<td>10056</td>\n<td>To update a contact, please pass in a contact ID.</td>\n</tr>\n<tr>\n<td>10057</td>\n<td>To delete a contact, please pass in a contact ID.</td>\n</tr>\n<tr>\n<td>10058</td>\n<td>No contacts found.</td>\n</tr>\n<tr>\n<td>10059</td>\n<td>Unable to add a new contact as a contact already exists with this email address.</td>\n</tr>\n<tr>\n<td>10060</td>\n<td>This contact hasn't been sent any envelopes.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"user\">User</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10100</td>\n<td>The user name is missing. To be able to create a new user, you must provide a name.</td>\n</tr>\n<tr>\n<td>10101</td>\n<td>The user email is missing. To be able to create a new user, you must provide an email address.</td>\n</tr>\n<tr>\n<td>10102</td>\n<td>The user ID is missing. Please provide a valid user ID.</td>\n</tr>\n<tr>\n<td>10103</td>\n<td>The user does not exist. Have you used the correct user ID?</td>\n</tr>\n<tr>\n<td>10104</td>\n<td>The user name, email and password are missing. Please make sure at least one of them are provided.</td>\n</tr>\n<tr>\n<td>10105</td>\n<td>To create a new user, please don't pass in a user ID.</td>\n</tr>\n<tr>\n<td>10106</td>\n<td>To update a user, please pass in a user ID.</td>\n</tr>\n<tr>\n<td>10107</td>\n<td>To delete a user, please pass in a user ID.</td>\n</tr>\n<tr>\n<td>10108</td>\n<td>No users found.</td>\n</tr>\n<tr>\n<td>10109</td>\n<td>Unable to add a new user as you have reached your user limit for your current plan.</td>\n</tr>\n<tr>\n<td>10110</td>\n<td>Unable to add a new user as a user already exists with this email address.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"template\">Template</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10150</td>\n<td>The template title is missing. To be able to create a new template, you must provide a title.</td>\n</tr>\n<tr>\n<td>10151</td>\n<td>The template url is missing. To be able to create a new template, you must provide a URL to a document.</td>\n</tr>\n<tr>\n<td>10152</td>\n<td>The template fingerprint is missing. Please provide a valid template fingerprint.</td>\n</tr>\n<tr>\n<td>10153</td>\n<td>The template does not exist. Have you used the correct template fingerprint?</td>\n</tr>\n<tr>\n<td>10155</td>\n<td>To create a new template, please don't pass in a template fingerprint.</td>\n</tr>\n<tr>\n<td>10156</td>\n<td>To update a template, please pass in a template fingerprint.</td>\n</tr>\n<tr>\n<td>10157</td>\n<td>To delete a template, please pass in a template fingerprint.</td>\n</tr>\n<tr>\n<td>10158</td>\n<td>No templates found.</td>\n</tr>\n<tr>\n<td>10159</td>\n<td>You don't have the permission to be able to update this template.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"envelopes\">Envelopes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10250</td>\n<td>To create a new envelope, please don't pass in an envelope fingerprint.</td>\n</tr>\n<tr>\n<td>10251</td>\n<td>You don't have the permission to be able to update an envelope</td>\n</tr>\n<tr>\n<td>10252</td>\n<td>You don't have the permission to be able to delete an envelope</td>\n</tr>\n<tr>\n<td>10253</td>\n<td>The envelope does not exist. Have you used the correct envelope fingerprint?</td>\n</tr>\n<tr>\n<td>10254</td>\n<td>No envelopes found.</td>\n</tr>\n<tr>\n<td>10255</td>\n<td>The title is missing. To be able to create a new envelope, you must provide a title.</td>\n</tr>\n<tr>\n<td>10256</td>\n<td>The party information is missing. To be able to create a new envelope, you must provide a JSON array of signing parties.</td>\n</tr>\n<tr>\n<td>10257</td>\n<td>The document information is missing. To be able to create a new envelope, you must provide a JSON array of documents.</td>\n</tr>\n<tr>\n<td>10258</td>\n<td>The party array is blank or empty</td>\n</tr>\n<tr>\n<td>10259</td>\n<td>The party name is missing.</td>\n</tr>\n<tr>\n<td>10260</td>\n<td>The party email is missing</td>\n</tr>\n<tr>\n<td>10261</td>\n<td>The party array is not an array.</td>\n</tr>\n<tr>\n<td>10262</td>\n<td>You have passed in more than one document in the array and at least one of the documents is a template. If you want to send a template out, you must only provide one document.</td>\n</tr>\n<tr>\n<td>10263</td>\n<td>The document title is missing.</td>\n</tr>\n<tr>\n<td>10264</td>\n<td>The document URL, document template fingerprint and document file content is missing. You need to provide one of them to be able to send out a document.</td>\n</tr>\n<tr>\n<td>10265</td>\n<td>The documents array is not an array.</td>\n</tr>\n<tr>\n<td>10266</td>\n<td>The document you have provided is not a supported file format. We support PDF, Word or Excel files.</td>\n</tr>\n<tr>\n<td>10267</td>\n<td>Unable to add a new envelope as you have reached your envelope limit for your current plan.</td>\n</tr>\n<tr>\n<td>10268</td>\n<td>The party role is missing.</td>\n</tr>\n<tr>\n<td>10269</td>\n<td>The party ID is missing. You are sending a template out yet you haven't added party_id's for each of your parties.</td>\n</tr>\n<tr>\n<td>10270</td>\n<td>You are sending a document however you haven't specified either document_url or document_file_content.</td>\n</tr>\n<tr>\n<td>10271</td>\n<td>The contents of document_file_content are not encoded using Base64.</td>\n</tr>\n<tr>\n<td>10272</td>\n<td>The party_id you have provided isn't a valid party for the template fingerprint you have provided.</td>\n</tr>\n<tr>\n<td>10273</td>\n<td>The envelope you are trying to expire doesn't have the correct status. The envelope can't be complete and must still be active.</td>\n</tr>\n<tr>\n<td>10274</td>\n<td>The envelope you are trying to cancel doesn't have the correct status. The envelope can't be complete and must still be active.</td>\n</tr>\n<tr>\n<td>10275</td>\n<td>The envelope you are trying to remind doesn't have the correct status. The envelope can't be complete and must still be active.</td>\n</tr>\n<tr>\n<td>10276</td>\n<td>At least one of the documents you are trying to send is corrupted. Please make sure that the document is a valid Word or PDF file.</td>\n</tr>\n<tr>\n<td>10277</td>\n<td>The envelope you are trying to delete doesn't have the correct status. The envelope can't still be active.</td>\n</tr>\n<tr>\n<td>10278</td>\n<td>When setting that an envelope needs to be automatically reminded, the number of hours need to be equal to or greater than 12</td>\n</tr>\n<tr>\n<td>10279</td>\n<td>When setting that an envelope needs to be automatically expired, the number of hours need to be equal to or greater than 12</td>\n</tr>\n<tr>\n<td>10280</td>\n<td>The user_id that you have passed in, doesn't exist within your Signable account. You can either choose a valid user_id or not pass a user_id in</td>\n</tr>\n<tr>\n<td>10281</td>\n<td>The value that you have passed in for envelope_meta is not a valid JSON string. You can either omit it from the request or use a valid JSON string.</td>\n</tr>\n<tr>\n<td>10282</td>\n<td>The value that you have passed in for envelope_meta is more than 2000 characters. We only support up to 2000 characters for envelope_meta.</td>\n</tr>\n<tr>\n<td>10283</td>\n<td>The value for party_role must either start with the word signer (signer1, signer2, signer3 e.t.c) or be the word copy.</td>\n</tr>\n<tr>\n<td>10284</td>\n<td>Unable to send a new envelope as you don't have enough credits on your PAYG account.</td>\n</tr>\n<tr>\n<td>10285</td>\n<td>A document you have provided has failed our checks. This may mean that the PDF file is corrupt or not a valid (as per the PDF specification) PDF file.</td>\n</tr>\n<tr>\n<td>10286</td>\n<td>It isn't possible to send a mixture of both templates and uploads in the same envelope. These must be sent separately.</td>\n</tr>\n<tr>\n<td>10287</td>\n<td>The party email is invalid</td>\n</tr>\n<tr>\n<td>10288</td>\n<td>The offset is limited to 1000, please use ?q= or ?status= as a query parameter to filter your required list of envelopes. For example, passing ?status=signed as a query parameter will return only signed envelopes.</td>\n</tr>\n<tr>\n<td>10289</td>\n<td>The document_file_name must be passed in and must be a string. This is the name of the file, including extension.</td>\n</tr>\n<tr>\n<td>10290</td>\n<td>Either document_url or document_file_content can be passed in, not both. Please make sure only one is passed in as part of the request.</td>\n</tr>\n<tr>\n<td>10291</td>\n<td>Party password cannot exist with an empty string. Please remove for the system to auto-generate a password, or make sure it has a valid value.</td>\n</tr>\n<tr>\n<td>10293</td>\n<td>Party mobile number cannot be empty when envelope_requires_otp is true. Please provide a valid mobile number (party_mobile).</td>\n</tr>\n<tr>\n<td>10294</td>\n<td>Party mobile number is invalid. Please provide a valid mobile number in E.164 format.</td>\n</tr>\n<tr>\n<td>10295</td>\n<td>Party mobile is not from a supported region. Only the following regions are currently supported: GB</td>\n</tr>\n<tr>\n<td>10297</td>\n<td>Party mobile must not be set if party role is 'copy'</td>\n</tr>\n<tr>\n<td>10298</td>\n<td>Party mobile must not be provided when envelope_requires_otp is false.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"webhooks\">Webhooks</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10300</td>\n<td>The webhook type is missing.</td>\n</tr>\n<tr>\n<td>10301</td>\n<td>The webhook URL is missing.</td>\n</tr>\n<tr>\n<td>10302</td>\n<td>You have passed in an invalid webhook type.</td>\n</tr>\n<tr>\n<td>10303</td>\n<td>To create a webhook please don't pass in a webhook ID</td>\n</tr>\n<tr>\n<td>10304</td>\n<td>To update a webhook please pass in a webhook ID</td>\n</tr>\n<tr>\n<td>10305</td>\n<td>To delete a webhook please pass in a webhook ID.</td>\n</tr>\n<tr>\n<td>10306</td>\n<td>The webhook does not exist. Have you used the correct webhook ID?</td>\n</tr>\n<tr>\n<td>10307</td>\n<td>No webhooks found.</td>\n</tr>\n<tr>\n<td>10308</td>\n<td>To update a webhook please pass in either the webhook type or the URL.</td>\n</tr>\n<tr>\n<td>10309</td>\n<td>The webhook URL you provided isn't valid as we were unable to connect to it.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"companies\">Companies</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10350</td>\n<td>The company name is missing. To be able to create a new company, you must provide a name.</td>\n</tr>\n<tr>\n<td>10351</td>\n<td>The user email is missing. To be able to create a new company, you must provide a user email.</td>\n</tr>\n<tr>\n<td>10352</td>\n<td>The user name is missing. To be able to create a new company, you must provide a user name.</td>\n</tr>\n<tr>\n<td>10353</td>\n<td>The user email already exists, please use another.</td>\n</tr>\n<tr>\n<td>10354</td>\n<td>The company ID is missing. To be able to delete a company, you must provide a company ID.</td>\n</tr>\n<tr>\n<td>10355</td>\n<td>The company ID you have provided doesn't exist under your account.</td>\n</tr>\n<tr>\n<td>10356</td>\n<td>To create a new company please don't pass in a company ID.</td>\n</tr>\n<tr>\n<td>10358</td>\n<td>Both the company and email are missing.</td>\n</tr>\n<tr>\n<td>10359</td>\n<td>The company ID is missing, please provide a company ID.</td>\n</tr>\n<tr>\n<td>10360</td>\n<td>No companies found.</td>\n</tr>\n<tr>\n<td>10361</td>\n<td>Please pass in either true or false, when trying to change the PDF email setting.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"login\">Login</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10450</td>\n<td>The user password is missing. To be able to login, you must provide a password.</td>\n</tr>\n<tr>\n<td>10451</td>\n<td>The user email is missing. To be able to login, you must provide an email address.</td>\n</tr>\n<tr>\n<td>10452</td>\n<td>The user email you have provided does not exist.</td>\n</tr>\n<tr>\n<td>10453</td>\n<td>The user email and password combination you have provided does not exist.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"branding\">Branding</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10550</td>\n<td>If you want to view all branded emails you need to view /branding/emails</td>\n</tr>\n<tr>\n<td>10551</td>\n<td>You are not allowed to create new branding emails</td>\n</tr>\n<tr>\n<td>10552</td>\n<td>You are not allowed to delete branding emails</td>\n</tr>\n<tr>\n<td>10553</td>\n<td>The email you are trying to update does not exist.</td>\n</tr>\n<tr>\n<td>10554</td>\n<td>To be able to edit a branding email you must pass in either <code>branding_email_subject</code>, <code>branding_email_content</code> or <code>branding_email_content_plain</code></td>\n</tr>\n<tr>\n<td>10555</td>\n<td>To be able to update branding options you must pass in at least one option</td>\n</tr>\n<tr>\n<td>10556</td>\n<td>The email type you have chosen to update is invalid</td>\n</tr>\n<tr>\n<td>10557</td>\n<td>The HTML body of the email is missing a required variable.</td>\n</tr>\n<tr>\n<td>10558</td>\n<td>The plain text body of the email is missing a required variable.</td>\n</tr>\n<tr>\n<td>10559</td>\n<td>The logo you are trying to change to is not a JPG or PNG file. Please make sure the logo is either a JPG or PNG.</td>\n</tr>\n<tr>\n<td>10560</td>\n<td>Please enter a valid branding colour. The colour must be in hex format with a # at the front, for example #FF0000\"</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"signup\">Signup</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10600</td>\n<td>The user name is missing, to be able to signup you must provide a name.</td>\n</tr>\n<tr>\n<td>10601</td>\n<td>The user email is missing, to be able to signup you must provide an email address.</td>\n</tr>\n<tr>\n<td>10602</td>\n<td>The company name is missing, to be able to signup you must provide a company name.</td>\n</tr>\n<tr>\n<td>10603</td>\n<td>We were unable to log the user in after signup. Please try to login directly.</td>\n</tr>\n<tr>\n<td>10604</td>\n<td>The email address is already in use. Please try another.</td>\n</tr>\n<tr>\n<td>10605</td>\n<td>The email address isn't a valid email address.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"settings\">Settings</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10650</td>\n<td>You are unable to use POST or DELETE against this endpoint. Please use GET or PUT instead.</td>\n</tr>\n<tr>\n<td>10651</td>\n<td>The signature format you have passed in isn't valid. It must be either 'drawn', 'typed' or 'upload'</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"lost-password\">Lost Password</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10700</td>\n<td>You are unable to use GET, PUT or DELETE against this endpoint. Please use POST instead.</td>\n</tr>\n<tr>\n<td>10701</td>\n<td>Please pass in a user_email to request a lost password.</td>\n</tr>\n<tr>\n<td>10702</td>\n<td>The user_email that you have sent us doesn't exist in our system.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"signatures\">Signatures</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10750</td>\n<td>You are unable to use GET, PUT or DELETE against this endpoint. Please use POST instead.</td>\n</tr>\n<tr>\n<td>10751</td>\n<td>Please pass in a envelope_fingerprint.</td>\n</tr>\n<tr>\n<td>10752</td>\n<td>Please pass in a party_id.</td>\n</tr>\n<tr>\n<td>10753</td>\n<td>Please pass in a JSON string called envelope_fields.</td>\n</tr>\n<tr>\n<td>10754</td>\n<td>Please pass in a signature_location.</td>\n</tr>\n<tr>\n<td>10755</td>\n<td>Please pass in a signature_photo.</td>\n</tr>\n<tr>\n<td>10756</td>\n<td>The envelope_fingerprint you have passed in doesn't represent a valid envelope in your account.</td>\n</tr>\n<tr>\n<td>10757</td>\n<td>The envelope you are trying to sign has already been completed and is not in the correct envelope_status.</td>\n</tr>\n<tr>\n<td>10758</td>\n<td>The signature_fingerprint you have passed in doesn't represent a valid signature in your account.</td>\n</tr>\n<tr>\n<td>10759</td>\n<td>The signature_fingerprint is not a valid signature for the envelope.</td>\n</tr>\n<tr>\n<td>10760</td>\n<td>The party_id is not a valid party for the envelope.</td>\n</tr>\n<tr>\n<td>10761</td>\n<td>This signature has already been processed or completed.</td>\n</tr>\n<tr>\n<td>10762</td>\n<td>The contact does not exist for this signature.</td>\n</tr>\n<tr>\n<td>10763</td>\n<td>The JSON string that you have passed in for envelope_fields is not a valid JSON string.</td>\n</tr>\n<tr>\n<td>10764</td>\n<td>You have not passed in all the required fields for this signature to be valid for this envelope. Please double check that you are passing in all the required fields for this particular signature.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"partner-usage\">Partner usage</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10800</td>\n<td>You are unable to perform this method against this endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"roles\">Roles</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10900</td>\n<td>The permission type does not exist</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"general-500-errors\">General 500 errors</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>20001</td>\n<td>Something has gone wrong when trying to remove this contact. Please try again.</td>\n</tr>\n<tr>\n<td>20002</td>\n<td>Something has gone wrong when trying to update this contact. Please try again.</td>\n</tr>\n<tr>\n<td>20003</td>\n<td>Something has gone wrong when trying to get this contact. Please try again.</td>\n</tr>\n<tr>\n<td>20004</td>\n<td>Something has gone wrong when trying to add this contact. Please try again.</td>\n</tr>\n<tr>\n<td>20005</td>\n<td>Something has gone wrong when trying to get this list of contacts. Please try again.</td>\n</tr>\n<tr>\n<td>20021</td>\n<td>Something has gone wrong when trying to remove this user. Please try again.</td>\n</tr>\n<tr>\n<td>20022</td>\n<td>Something has gone wrong when trying to update this user. Please try again.</td>\n</tr>\n<tr>\n<td>20023</td>\n<td>Something has gone wrong when trying to get this user. Please try again.</td>\n</tr>\n<tr>\n<td>20024</td>\n<td>Something has gone wrong when trying to add this user. Please try again.</td>\n</tr>\n<tr>\n<td>20025</td>\n<td>Something has gone wrong when trying to get this list of users. Please try again.</td>\n</tr>\n<tr>\n<td>20026</td>\n<td>We are unable to download the document from the URL that you have provided. Please make sure that the URL is accessible and if it is an HTTPS URL, that the certificate is correct.</td>\n</tr>\n<tr>\n<td>20030</td>\n<td>Something has gone wrong when trying to get the list of branding options. Please try again.</td>\n</tr>\n<tr>\n<td>20031</td>\n<td>Something has gone wrong when trying to update this branding email. Please try again.</td>\n</tr>\n<tr>\n<td>20032</td>\n<td>Something has gone wrong when trying to download the logo from the URL that you have provided. Please make sure that the URL is accessible and if it is an HTTPS URL, that the certificate is correct.</td>\n</tr>\n<tr>\n<td>20033</td>\n<td>Something has gone wrong when trying to resize the logo. Please try again.</td>\n</tr>\n<tr>\n<td>20034</td>\n<td>Something has gone wrong when trying to update the logo. Please try again.</td>\n</tr>\n<tr>\n<td>20035</td>\n<td>Something has gone wrong when trying to get this list of envelopes. Please try again.</td>\n</tr>\n<tr>\n<td>20036</td>\n<td>Something has gone wrong when trying to get the company settings. Please try again.</td>\n</tr>\n<tr>\n<td>20037</td>\n<td>Something has gone wrong when trying to update the company settings. Please try again.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"82e72693-4b95-458b-ae01-a8e19220d48a","auth":{"type":"basic","basic":{},"isInherited":true,"source":{"_postman_id":"767d689a-d778-49f7-a798-ec290ba66d16","id":"767d689a-d778-49f7-a798-ec290ba66d16","name":"Signable API","type":"collection"}}}],"auth":{"type":"basic","basic":{}},"event":[{"listen":"prerequest","script":{"id":"bcd54e4f-9643-4d39-a18f-4d44f164667a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a438f956-05d9-4331-aeac-6622befb362b","type":"text/javascript","exec":[""]}}],"variable":[{"key":"API Key","value":"{{API Key}}"},{"key":"APIv1 URL","value":"https://api.signable.co.uk/v1"},{"key":"Example Envelope Fingerprint","value":"e01acb4a0afcd97d7db18d99270a42bd"},{"key":"Envelope Fingerprint","value":"{{Envelope Fingerprint}}"}]}