{"info":{"_postman_id":"7744ffd5-9583-425d-ab5c-64e905d1e9ce","name":"CryptonMobile eVault API","description":"<html><head></head><body><p>CryptonMobile eVault API is a secure way of storing signed electronic documents that passes your bank requirements for e-signature vaulting.<br></p>\n<p><strong>Overview</strong></p>\n<ol>\n    <li>You will need an API Key and Secret code to use any endpoints. Authorization is basic auth over HTTPS/TLS1.2. The API Key will serve as the username and the API Secret will serve as the password. The resulting header in every request will include key=<code>Authorization</code> and value=<code>Basic base64(API Key:Secret)</code>.</li>\n    <li>All requests should be done over HTTPS</li>\n    <li>Request body and response to every request is in JSON format. Make sure to set <code>Content-Type: application/json</code> in the headers of every request.</li>\n    <li>HTTP status codes will be sent to every response to any API call. <code>200 OK</code> response means the call was successful. <code>4XX</code> or <code>5XX</code> response means there was an error on the API call.</li>\n    <li>All errors are represented by a JSON response of <code>\"error\": {}</code> key indicating the name of the error and a description.</li>\n    <li>If you need help on using CryptonMobile eVault API, you may send an email to <a href=\"mailto:info@cryptonmobile.com\">info@cryptonmobile.com</a></li>\n</ol></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"405255","collectionId":"7744ffd5-9583-425d-ab5c-64e905d1e9ce","publishedId":"TVmV6EQc","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-11-23T11:07:04.000Z"},"item":[{"name":"Account and Verification","item":[{"name":"Verify Credentials","id":"82f43f23-3684-44f1-936f-4dedf0b3110d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://evaultapi.edocs.co/v1/verify/credentials","description":"<p>This endpoint allows you to verify your API credentials against your registered e-signature provider.</p>\n<p><strong>Response Notes</strong></p>\n<ol>\n    <li>The resulting JSON response will show a message when the verification of credentials is successful.</li>\n</ol>\n\n","urlObject":{"protocol":"https","path":["v1","verify","credentials"],"host":["evaultapi","edocs","co"],"query":[],"variable":[]}},"response":[{"id":"1311ebdc-6c39-4def-8a48-d5d3c02febc5","name":"Verify Credentials","originalRequest":{"method":"GET","header":[],"url":"https://evaultapi.edocs.co/v1/verify/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 15 Dec 2020 16:12:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"valid\": true,\n    \"message\": \"Verification successful. Credentials are valid.\"\n}"}],"_postman_id":"82f43f23-3684-44f1-936f-4dedf0b3110d"},{"name":"Verify Document","id":"cbf61084-70b1-4661-b3c6-d9cdaf245faf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://evaultapi.edocs.co/v1/verify/document/{{DocumentId}}","description":"<p>This endpoint verifies if a specific document identified by the DocumentId exists and is available for download from your registered e-signature provider.</p>\n<p><strong>Response Notes</strong></p>\n<ol>\n    <li>The resulting JSON response will show a message when the verification of the Document is successful.</li>\n</ol>\n\n","urlObject":{"protocol":"https","path":["v1","verify","document","{{DocumentId}}"],"host":["evaultapi","edocs","co"],"query":[],"variable":[]}},"response":[{"id":"b1d17e36-f7de-49df-9fd2-38d264e0c0ae","name":"Verify Document","originalRequest":{"method":"GET","header":[],"url":"https://evaultapi.edocs.co/v1/verify/document/{{DocumentId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 15 Dec 2020 16:16:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"valid\": true,\n    \"message\": \"Verification successful. Document found.\"\n}"}],"_postman_id":"cbf61084-70b1-4661-b3c6-d9cdaf245faf"}],"id":"d2755f24-a9a9-48cc-bdc0-a4006bbec200","_postman_id":"d2755f24-a9a9-48cc-bdc0-a4006bbec200","description":""},{"name":"Main Document","item":[{"name":"Post A Document From Provider","id":"67030fb2-d054-44e7-840f-549dabd06668","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"documentId\": \"8f239833580f0b06b553bc2c66307070dafeded8\",\r\n\t\"title\": \"Loan Renewal GA - John Smith 20201213\",\r\n\t\"storeCode\": \"0001\",\r\n\t\"signers\": [\r\n\t\t{\r\n\t\t\t\"name\": \"John Smith\",\r\n\t\t\t\"email\": \"johnsmith@test.com\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"name\": \"Jane Smith\",\r\n\t\t\t\"email\": \"janesmith@test.com\"\r\n\t\t}\r\n\t],\r\n    \"statusCallbackUrl\": \"https://yourdomain.com/webhook\",\r\n    \"customFields\": [\r\n        {\r\n            \"name\": \"InternalAccountId\",\r\n            \"value\": \"ABC123\"\r\n        },\r\n        {\r\n            \"name\": \"OtherInfo\",\r\n            \"value\": \"OtherInfo value here\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://evaultapi.edocs.co/v1/document","description":"<p>This endpoint allows you to submit an e-signature document for e-vaulting. Our API will download them from your e-signature provider then apply the necessary e-vaulting processes required by banks. The resulting document will then be stored securely and will be available for download on the client portal or via the Download A Document endpoint.</p>\n<br />\n<br />\n<p><strong>Request Notes</strong></p>\n<ol>\n    <li>DocumentId (required)  - This refers to the unique identifier of the signed document from your e-signature provider.</li>\n    <li>Title (required) – This refers to the title or description of the document that will be processed for e-vaulting.</li>          \n    <li>StoreCode (optional) – You can use this if you want to associate a document to a specific branch or store.</li>\n    <li>StatusCallbackUrl (optional) - If you want to receive real-time status updates of your request, place your Callback Url here. Our API will do a HTTP POST to your Callback URL as soon as there's a change in the document status.</li>\n    <li>CustomFields (optional) - This is a collection of Name and Value pair that you can use to pass any external values to the request. These custom fields will be associated to the document and will be shown in the Get Document Status endpoint and in callbacks.</li>\n    <li>Signers (required) – This is the list of signers of the document to be posted.</li>         \nAdditional notes on Signer element:\n            <br />\n            <ul>\n<li>Name (required) - This refers to the name of Signer.</li>\n            <li>Email (required) - This refers to the email address of the signer.</li>\n            \n</ul></ol>\n<br />\n\n<p><strong>Response Notes</strong></p>\n<ol>\n    <li>A successful JSON response will contain the posted request.</li>\n</ol>","urlObject":{"protocol":"https","path":["v1","document"],"host":["evaultapi","edocs","co"],"query":[],"variable":[]}},"response":[{"id":"fd8a3fb7-7a3e-4a75-b830-9dda816edd95","name":"Post A Document","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"documentId\": \"8f239833580f0b06b553bc2c66307070dafeded8\",\r\n\t\"title\": \"Loan Renewal GA - John Smith 20201213\",\r\n\t\"storeCode\": \"0001\",\r\n\t\"signers\": [\r\n\t\t{\r\n\t\t\t\"name\": \"John Smith\",\r\n\t\t\t\"email\": \"johnsmith@test.com\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"name\": \"Jane Smith\",\r\n\t\t\t\"email\": \"janesmith@test.com\"\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://evaultapi.edocs.co/v1/document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 15 Dec 2020 16:21:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"documentId\": \"8f239833580f0b06b553bc2c66307070dafeded8\",\n    \"title\": \"Loan Renewal GA - John Smith 20201213\",\n    \"storeCode\": \"0001\",\n    \"signers\": [\n        {\n            \"name\": \"John Smith\",\n            \"email\": \"johnsmith@test.com\"\n        },\n        {\n            \"name\": \"Jane Smith\",\n            \"email\": \"janesmith@test.com\"\n        }\n    ]\n}"}],"_postman_id":"67030fb2-d054-44e7-840f-549dabd06668"},{"name":"Post Document Content","id":"d28bf0e3-4d8e-4f65-90db-2092bf030212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"title\": \"Loan Renewal GA - John Smith 20201213\",\r\n\t\"storeCode\": \"0001\",\r\n\t\"signers\": [\r\n\t\t{\r\n\t\t\t\"name\": \"John Smith\",\r\n\t\t\t\"email\": \"johnsmith@test.com\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"name\": \"Jane Smith\",\r\n\t\t\t\"email\": \"janesmith@test.com\"\r\n\t\t}\r\n\t],\r\n    \"documentContent\": \"file's byte array encoded in Base64 here\",\r\n    \"statusCallbackUrl\": \"https://yourdomain.com/webhook\",\r\n    \"customFields\": [\r\n        {\r\n            \"name\": \"InternalAccountId\",\r\n            \"value\": \"ABC123\"\r\n        },\r\n        {\r\n            \"name\": \"OtherInfo\",\r\n            \"value\": \"OtherInfo value here\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://evaultapi.edocs.co/v1/document","description":"<p>This endpoint allows you to submit directly a document file for e-vaulting instead of the document coming from an eSignature provider. The uploaded document will be processed for e-vaulting and will be available for download on the client portal or via the Download A Document endpoint.</p>\n<br />\n<br />\n<p><strong>Request Notes</strong></p>\n<ol>\n    <li>Title (required) – This refers to the title or description of the document that will be processed for e-vaulting.</li>          \n    <li>DocumentContent (required)  - This should contain the document (in PDF format) file's byte array encoded in Base64. The file's size should not exceed 40 MB.</li>\n    <li>StoreCode (optional) – You can use this if you want to associate a document to a specific branch or store.</li>     \n    <li>StatusCallbackUrl (optional) - If you want to receive real-time status updates of your request, place your Callback Url here. Our API will do a HTTP POST to your Callback URL as soon as there's a change in the document status.</li>\n    <li>CustomFields (optional) - This is a collection of Name and Value pair that you can use to pass any external values to the request. These custom fields will be associated to the document and will be shown in the Get Document Status endpoint and in callbacks.</li>\n    <li>Signers (required) – This is the list of signers of the document to be posted.</li>         \nAdditional notes on Signer element:\n            <br />\n            <ul>\n<li>Name (required) - This refers to the name of Signer.</li>\n            <li>Email (required) - This refers to the email address of the signer.</li>\n</ul></ol>\n<br />\n\n<p><strong>Response Notes</strong></p>\n<ol>\n    <li>A successful JSON response will contain the posted request.</li>\n</ol>","urlObject":{"protocol":"https","path":["v1","document"],"host":["evaultapi","edocs","co"],"query":[],"variable":[]}},"response":[{"id":"59a525e3-7e4f-48b7-bd4d-85673a3d0317","name":"Post Document Content","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"title\": \"Loan Renewal GA - John Smith 20201213\",\r\n    \"documentContent\": \"file's byte array encoded in Base64 here\",\r\n\t\"storeCode\": \"0001\",\r\n\t\"signers\": [\r\n\t\t{\r\n\t\t\t\"name\": \"John Smith\",\r\n\t\t\t\"email\": \"johnsmith@test.com\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"name\": \"Jane Smith\",\r\n\t\t\t\"email\": \"janesmith@test.com\"\r\n\t\t}\r\n\t],\r\n    \"statusCallbackUrl\": \"https://yourdomain.com/webhook\",\r\n    \"customFields\": [\r\n        {\r\n            \"name\": \"InternalAccountId\",\r\n            \"value\": \"ABC123\"\r\n        },\r\n        {\r\n            \"name\": \"OtherInfo\",\r\n            \"value\": \"OtherInfo value here\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://evaultapi.edocs.co/v1/document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 15 Dec 2020 16:21:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"documentId\": \"8f239833580f0b06b553bc2c66307070dafeded8\",\n    \"title\": \"Loan Renewal GA - John Smith 20201213\",\n    \"storeCode\": \"0001\",\n    \"signers\": [\n        {\n            \"name\": \"John Smith\",\n            \"email\": \"johnsmith@test.com\"\n        },\n        {\n            \"name\": \"Jane Smith\",\n            \"email\": \"janesmith@test.com\"\n        }\n    ],\n    \"statusCallbackUrl\": \"https://yourdomain.com/webhook\",\n    \"customFields\": [\n        {\n            \"name\": \"InternalAccountId\",\n            \"value\": \"ABC123\"\n        },\n        {\n            \"name\": \"OtherInfo\",\n            \"value\": \"OtherInfo value here\"\n        }\n    ]\n}"}],"_postman_id":"d28bf0e3-4d8e-4f65-90db-2092bf030212"},{"name":"Get Document Status","id":"ef8e1654-a415-4380-8472-57ca5572ea99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Basic NWIxOWEwZTAtODNhYy00MTg0LTljMWQtMjJjODI4M2M3Mjg3Cjo3YzRlOGE0ZS05NWQ5LTQ3N2EtOThkMS03ZTVkNWJjMWU5Nzc="}],"url":"https://evaultapi.edocs.co/v1/document/{{DocumentId}}","description":"<p>This endpoint allows you to get a document's status and other details. The Status can either be \"Queued\" or \"Vaulted\". </p>\n<br />\n\n<p><strong>Response Notes</strong></p>\n<ol>\n    <li>The resulting response is the document object with Status included.</li>\n</ol>","urlObject":{"protocol":"https","path":["v1","document","{{DocumentId}}"],"host":["evaultapi","edocs","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef8e1654-a415-4380-8472-57ca5572ea99"},{"name":"Download A Document","id":"9c1efc29-e092-445e-a891-7cbd116ed6ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic NWIxOWEwZTAtODNhYy00MTg0LTljMWQtMjJjODI4M2M3Mjg3Cjo3YzRlOGE0ZS05NWQ5LTQ3N2EtOThkMS03ZTVkNWJjMWU5Nzc=","type":"text"}],"url":"https://evaultapi.edocs.co/v1/document/download/{{DocumentId}}","description":"<p>After a document has been successfully posted and if there are cases that a document has to be downloaded or viewed, this endpoint allows you to securely download the document given the Document Id. </p>\n<br />\n\n<p><strong>Response Notes</strong></p>\n<ol>\n    <li>The resulting response is a byte array of the requested document.</li>\n</ol>\n","urlObject":{"protocol":"https","path":["v1","document","download","{{DocumentId}}"],"host":["evaultapi","edocs","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c1efc29-e092-445e-a891-7cbd116ed6ee"},{"name":"Send A Document","id":"02007520-90ca-4624-a39b-72314e386b72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"documentId\": \"8f239833580f0b06b553bc2c66307070dafeded8\",\r\n\t\"recipientEmail\": \"johnsmith@test.com\",\r\n\t\"emailSubject\": \"This is the subject text\",\r\n    \"emailMessage\": \"This is the message text.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://evaultapi.edocs.co/v1/document/send","description":"<p>This endpoint allows you to send a copy of a document to someone via email. Just provide the DocumentId of the document you want to send, recipient's email address, email subject, and a message.</p>\n","urlObject":{"protocol":"https","path":["v1","document","send"],"host":["evaultapi","edocs","co"],"query":[],"variable":[]}},"response":[{"id":"3a321b6e-f119-4e1b-8beb-3d8a758ba28a","name":"Send A Document","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"documentId\": \"8f239833580f0b06b553bc2c66307070dafeded8\",\r\n\t\"recipientEmail\": \"johnsmith@test.com\",\r\n\t\"emailSubject\": \"This is the subject text\",\r\n    \"emailMessage\": \"This is the message text.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://evaultapi.edocs.co/v1/document/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Mar 2021 08:25:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"documentId\": \"8f239833580f0b06b553bc2c66307070dafeded8\",\n    \"status\": \"Success\"\n}"}],"_postman_id":"02007520-90ca-4624-a39b-72314e386b72"},{"name":"Mark a Document as Paid","id":"b116e927-0ecb-41ee-96ab-f217d5e2a772","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"documentId\": \"8f239833580f0b06b553bc2c66307070dafeded8\",\r\n\t\"recipientEmail\": \"johnsmith@test.com\",\r\n\t\"emailMessage\": \"Your loan is now paid in full.\",\r\n    \"watermarkText\": \"Paid In Full\",\r\n    \"watermarkSubText\": \"2021-03-11 07:21AM EST\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://evaultapi.edocs.co/v1/document/markaspaid","description":"<p>This endpoint allows you to mark a document as paid. A copy of the document will be watermarked and sent to a recipient via email. This is particularly useful for loan documents.\n<br /><br />\nFor this request, you will need to provide the DocumentId of the document, recipient's email address, email message, and the watermark text and subtext you want applied to the document. The WatermarkText will appear on top of the WatermarkSubText.</p>\n","urlObject":{"protocol":"https","path":["v1","document","markaspaid"],"host":["evaultapi","edocs","co"],"query":[],"variable":[]}},"response":[{"id":"674c2117-302f-45a9-aaf8-e7ddd6a57426","name":"Mark a Document as Paid","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"documentId\": \"8f239833580f0b06b553bc2c66307070dafeded8\",\r\n\t\"recipientEmail\": \"johnsmith@test.com\",\r\n\t\"emailMessage\": \"Your loan is now paid in full.\",\r\n    \"watermarkText\": \"Paid In Full\",\r\n    \"watermarkSubText\": \"2021-03-11 07:21AM EST\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://evaultapi.edocs.co/v1/document/markaspaid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Mar 2021 08:41:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"documentId\": \"8f239833580f0b06b553bc2c66307070dafeded8\",\n    \"status\": \"Success\"\n}"},{"id":"8998728e-dbee-478c-be86-c646fe183a4f","name":"Send A Document","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"documentId\": \"8f239833580f0b06b553bc2c66307070dafeded8\",\r\n\t\"recipientEmail\": \"johnsmith@test.com\",\r\n\t\"emailSubject\": \"This is the subject text\",\r\n    \"emailMessage\": \"This is the message text.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://evaultapi.edocs.co/v1/document/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Mar 2021 08:25:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"documentId\": \"8f239833580f0b06b553bc2c66307070dafeded8\",\n    \"status\": \"Success\"\n}"}],"_postman_id":"b116e927-0ecb-41ee-96ab-f217d5e2a772"},{"name":"Purge A Document","id":"6a752270-c5f9-4dd1-80b1-9a27a9d3f994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://evaultapi.edocs.co/v1/document/{{DocumentId}}","description":"<p>This endpoint will delete the document from the e-vault. Once deleted, the document will no longer be available for download.</p>\n<br />\n\n<p><strong>Response Notes</strong></p>\n<ol>\n    <li>If the process is successful, the response will be a HTTP 204 No Content.</li>\n    <li>If the process resulted to an error, the response will be a HTTP 400 Bad Request containing the error message.</li>\n</ol>","urlObject":{"protocol":"https","path":["v1","document","{{DocumentId}}"],"host":["evaultapi","edocs","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a752270-c5f9-4dd1-80b1-9a27a9d3f994"}],"id":"7aad703d-a6fd-4f45-a62b-e481cda31511","_postman_id":"7aad703d-a6fd-4f45-a62b-e481cda31511","description":""},{"name":"Additional Documents","item":[{"name":"Upload Additional Document","id":"c8f2e999-c4e7-41cd-be4d-16f64450beee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"documentId\": \"8f239833580f0b06b553bc2c66307070dafeded8\",\r\n\t\"name\": \"drivers license\",\r\n    \"fileContent\": \"file's byte array encoded in Base64 here\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://evaultapi.edocs.co/v1/document/additionaldocument","description":"<p>This endpoint allows you to upload an additional document that is linked to an existing document or contract.\n<br />\n<br /></p>\n<p><strong>Request Notes</strong></p>\n<ol>\n    <li>DocumentId (required)  - This refers to the unique identifier of the main document.</li>\n    <li>Name (required) – Any name that you want to give to this additional document.</li>          \n    <li>FileContent (required) – This should contain the file's byte array encoded in Base64. Valid document file types are pdf, jpeg, and png. The file's size should not exceed 10 MB.</li>\n</ol>\n<br />\n\n<p><strong>Response Notes</strong></p>\n<ol>\n    <li>A successful JSON response will contain FileId of the uploaded document which can be used should you need to download the specific document/file.</li>\n</ol>","urlObject":{"protocol":"https","path":["v1","document","additionaldocument"],"host":["evaultapi","edocs","co"],"query":[],"variable":[]}},"response":[{"id":"7ebada0b-c1ca-4b01-ae36-3f2a71f11734","name":"Upload Additional Document","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"documentId\": \"8f239833580f0b06b553bc2c66307070dafeded8\",\r\n\t\"name\": \"drivers license\",\r\n    \"fileContent\": \"file's byte array encoded in Base64 here\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://evaultapi.edocs.co/v1/document/additionaldocument"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Mar 2021 08:58:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"documentId\": \"8f239833580f0b06b553bc2c66307070dafeded8\",\n    \"name\": \"drivers license\",\n    \"fileId\": \"c38d0ab9-29f9-42eb-95bc-eaef7f2cb442\"\n}"}],"_postman_id":"c8f2e999-c4e7-41cd-be4d-16f64450beee"},{"name":"Get Additional Documents List","id":"91e3e573-6136-4cc5-97ce-62c9f314de79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://evaultapi.edocs.co/v1/document/{DocumentId}/additionaldocuments","description":"<p>This endpoint allows you to get a list of uploaded additional documents linked to your main document.\n<br />\n<br /></p>\n<p><strong>Response Notes</strong></p>\n<ol>\n    <li>A successful JSON response will contain the list of additional documents. Please take note of the FileId of the document which can be used should you need to download the specific document/file.</li>\n</ol>","urlObject":{"protocol":"https","path":["v1","document","{DocumentId}","additionaldocuments"],"host":["evaultapi","edocs","co"],"query":[],"variable":[]}},"response":[{"id":"24be5eac-d3b8-408b-a594-4383241f1128","name":"Get Additional Documents List","originalRequest":{"method":"GET","header":[],"url":"https://evaultapi.edocs.co/v1/document/{DocumentId}/additionaldocuments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Mar 2021 09:25:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"documentId\": \"8f239833580f0b06b553bc2c66307070dafeded8\",\n    \"additionalDocuments\": [\n        {\n            \"name\": \"drivers license\",\n            \"fileId\": \"5c724edc-4c65-4933-a44f-c7697d5b5168\"\n        },\n        {\n            \"name\": \"pay stubs March 2021\",\n            \"fileId\": \"d8ddeaae-1f44-4fd4-8683-bbe6990df701\"\n        }\n    ]\n}"}],"_postman_id":"91e3e573-6136-4cc5-97ce-62c9f314de79"},{"name":"Download Additional Document","id":"5760599a-cda4-44fa-9da4-23a4c9dd38e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://evaultapi.edocs.co/v1/document/{DocumentId}/additionaldocument/{FileId}","description":"<p>Use this endpoint to download a specific document or file. You will need to provide the FileId which is given in the response when you upload or by using the endpoint Get Additional Documents List.</p>\n","urlObject":{"protocol":"https","path":["v1","document","{DocumentId}","additionaldocument","{FileId}"],"host":["evaultapi","edocs","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"5760599a-cda4-44fa-9da4-23a4c9dd38e4"}],"id":"38ea76f8-e03c-42b6-a716-0cb02d7c3ee4","description":"<p>Additional Documents are documents or files that you want to link to your main document or contract. These can be identification cards (e.g. drivers license) or pay stubs or any other documents. Valid file types are pdf, jpeg, and png.</p>\n","event":[{"listen":"prerequest","script":{"id":"f21b6c8d-685f-4894-b87a-1fd56debd31d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5d0b3a8e-823f-4279-b535-12018b4b5103","type":"text/javascript","exec":[""]}}],"_postman_id":"38ea76f8-e03c-42b6-a716-0cb02d7c3ee4"}],"event":[{"listen":"prerequest","script":{"id":"0fee1c74-a6e6-4827-99c3-bff2eae7f912","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5e6a74b1-1862-4e3b-91ab-59c8b5d57acf","type":"text/javascript","exec":[""]}}]}