{"info":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","description":"<html><head></head><body><p>The Documo API is organized around REST. All calls to the Documo API should be made to <a href=\"https://api.documo.com\">https://api.documo.com</a>. All responses are formatted in JSON.</p>\n<h1 id=\"set-language-of-code-snippets\">Set Language of Code Snippets</h1>\n<p>The example code snippets shown on the side of each endpoint's description can be changed. At the very top of the documentation, select the dropdown titled \"Language\". The list contains many common programming languages and libraries to help get things started!</p>\n<h1 id=\"enabling-api-access\">Enabling API Access</h1>\n<p>To begin using the Documo API, you will need to enable the API and generate an API key. This can be done in by logging into the web app and visiting Settings &gt; API. <a href=\"https://help.documo.com/support/solutions/articles/72000513690-how-to-enable-api-and-retrieve-api-key\">Visual instructions here.</a></p>\n<p><a href=\"https://www.mfax.io/pricing\">Sign Up for API Key</a></p>\n<p><a href=\"https://help.documo.com/support/home\">Visit Help Center</a></p>\n<p><a href=\"https://docs.documo.com\">API Documentation</a></p>\n<h1 id=\"api-key-access\">API Key Access</h1>\n<p>In each section of this documentation, you will find which API key level of access is needed to use the corresponding endpoint.</p>\n<p>Examples:</p>\n<ul>\n<li>Any level: <code>API Key Access: base | admin | print_driver</code></li>\n<li>Admin only: <code>API Key Access: admin</code></li>\n</ul>\n<h1 id=\"sandbox-environment-beta\">Sandbox Environment (Beta)</h1>\n<p>The sandbox environment is a copy of our application, its purpose is to let customers test their integrations with our services. It doesn't send any real faxes and can't sign documents for officially, it's fail-safe to use as a testing environment.</p>\n<p>The sandbox app can be accessed by URL <a href=\"https://app.sandbox.documo.com\"><code>https://app.sandbox.documo.com</code></a> and API can be accessed by <code>https://api.sandbox.documo.com</code>.</p>\n<p>We have some sandbox-specific tools for you to help you integrate. They are accessible by <a href=\"https://app.sandbox.documo.com/sandbox\">Sandbox Tools</a>.</p>\n<p><a href=\"https://help.documo.com/support/solutions/articles/72000527709-how-to-sandbox-environment-beta-\">Read more about the Sandbox Environment here.</a></p>\n<h1 id=\"api-rate-limits\">API Rate Limits</h1>\n<p>Rate limit is the number of API calls a user can make within a given time period per API token. Documo restricts API requests when you exceed the limit of 60 calls per minute. Fax history and reports endpoints are limited to 8 calls per minute.</p>\n<p>You can check the current application rate limit usage in response headers:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>X-RateLimit-Limit</td>\n<td>number</td>\n<td>60</td>\n<td>Total limit</td>\n</tr>\n<tr>\n<td>X-RateLimit-Remaining</td>\n<td>number</td>\n<td>59</td>\n<td>Remaining API calls</td>\n</tr>\n<tr>\n<td>X-RateLimit-Reset</td>\n<td>number</td>\n<td>1614597318</td>\n<td>Timestamp when limit will reset</td>\n</tr>\n</tbody>\n</table>\n</div><p>When the upper limit is breached, an HTTP 429 error response is returned for subsequent requests. As a result, no more requests are served until the limit resets (within one minute).</p>\n<h1 id=\"errors\">Errors</h1>\n<p>The Documo API uses the following error codes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Invalid Input</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not Found</td>\n</tr>\n<tr>\n<td>405</td>\n<td>Method Not Allowed</td>\n</tr>\n<tr>\n<td>429</td>\n<td>Too Many Requests</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error</td>\n</tr>\n<tr>\n<td>503</td>\n<td>Service Unavailable</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"result-codes\">Result Codes</h1>\n<p>The result codes used in fax responses:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result Code</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>OK</td>\n</tr>\n<tr>\n<td>1000</td>\n<td>Fax Pending</td>\n</tr>\n<tr>\n<td>4000</td>\n<td>Fax Failed</td>\n</tr>\n<tr>\n<td>5000</td>\n<td>Fax Resource Issue</td>\n</tr>\n<tr>\n<td>5100</td>\n<td>Fax Request Blocked</td>\n</tr>\n<tr>\n<td>5200</td>\n<td>Fax Rendering Issue</td>\n</tr>\n<tr>\n<td>6000</td>\n<td>Fax Connect Failed</td>\n</tr>\n<tr>\n<td>6100</td>\n<td>Fax Number Busy</td>\n</tr>\n<tr>\n<td>6200</td>\n<td>Fax Machine Not Answering</td>\n</tr>\n<tr>\n<td>6300</td>\n<td>Fax Detection Failed</td>\n</tr>\n<tr>\n<td>6400</td>\n<td>Fax Pickup Failed</td>\n</tr>\n<tr>\n<td>6500</td>\n<td>Fax Detection Failed</td>\n</tr>\n<tr>\n<td>6600</td>\n<td>Fax Detection Timeout</td>\n</tr>\n<tr>\n<td>6700</td>\n<td>Fax Number Blocked</td>\n</tr>\n<tr>\n<td>6800</td>\n<td>Fax Negotiation Failed</td>\n</tr>\n<tr>\n<td>7000</td>\n<td>Fax Training Failed</td>\n</tr>\n<tr>\n<td>8000</td>\n<td>Fax Transmit Failed</td>\n</tr>\n<tr>\n<td>9000</td>\n<td>Fax Failed</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"webhooks\">Webhooks</h1>\n<p>A great way to get familiar with the webhooks is trying them out. Webhooks will be send in both the <a href=\"https://docs.documo.com/#sandbox-environment-beta\">Sandbox Environment</a> and in the Production Environment.</p>\n<p>Example webhooks can be sent inside the application for each for type. If you would like to do some quick testing, <a href=\"https://webhook.site\">webhook.site</a> is a good option to capture webhook requests and view the data received.</p>\n<p>Below is a list of the types of webhooks available.</p>\n<h2 id=\"fax-inbound\">Fax Inbound</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>messageId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>deliveryId</td>\n<td>String</td>\n</tr>\n<tr>\n<td>watermark</td>\n<td>String</td>\n</tr>\n<tr>\n<td>messageNumber</td>\n<td>String</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n</tr>\n<tr>\n<td>pagesCount</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>pagesComplete</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>duration</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>faxNumber</td>\n<td>String</td>\n</tr>\n<tr>\n<td>faxCsid</td>\n<td>String</td>\n</tr>\n<tr>\n<td>faxCallerId</td>\n<td>String</td>\n</tr>\n<tr>\n<td>faxECM</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>faxSpeed</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>faxDetected</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>faxProtocol</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>faxAttempt</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>direction</td>\n<td>String</td>\n</tr>\n<tr>\n<td>channelType</td>\n<td>String</td>\n</tr>\n<tr>\n<td>deviceId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>faxbridgeId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>errorInfo</td>\n<td>String (deprecated, use <code>resultInfo</code>)</td>\n</tr>\n<tr>\n<td>errorCode</td>\n<td>String (deprecated, use <code>resultCode</code>)</td>\n</tr>\n<tr>\n<td>resultCode</td>\n<td>String</td>\n</tr>\n<tr>\n<td>resultInfo</td>\n<td>String</td>\n</tr>\n<tr>\n<td>isArchived</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>isFilePurged</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>resolvedDate</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>deletedAt</td>\n<td>Timestamp</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Example Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"messageId\": \"e0e72262-bf92-47ed-a78c-69547479cad8\",\n  \"deliveryId\": \"2220202171131453000\",\n  \"watermark\": \"2220202171154972000\",\n  \"messageNumber\": \"\",\n  \"status\": \"success\",\n  \"pagesCount\": 5,\n  \"pagesComplete\": 5,\n  \"duration\": 140000,\n  \"faxNumber\": \"+12349999999\",\n  \"faxCsid\": \"Fax CSID\",\n  \"faxCallerId\": \"1234567890\",\n  \"faxECM\": 256,\n  \"faxSpeed\": 33600,\n  \"faxDetected\": true,\n  \"faxProtocol\": 0,\n  \"faxAttempt\": 1,\n  \"direction\": \"inbound\",\n  \"channelType\": \"web\",\n  \"deviceId\": \"93fbdb1cb82d9b4bbf3d034b85c704e4037eb37b997636e2f19f337b3426622c\",\n  \"faxbridgeId\": null,\n  \"accountId\": \"f452a5c9-8867-4b41-a1a7-4979d81d68af\",\n  \"errorInfo\": \"\",\n  \"errorCode\": \"0\",\n  \"resultCode\": \"0\",\n  \"resultInfo\": \"\",\n  \"isArchived\": false,\n  \"isFilePurged\": false,\n  \"country\": \"US\",\n  \"createdAt\": \"2022-02-02T17:11:31.453Z\",\n  \"resolvedDate\": \"2022-02-02T17:11:54.972Z\",\n  \"deletedAt\": null\n}\n\n</code></pre>\n<h2 id=\"fax-outbound--fax-outbound-extended\">Fax Outbound &amp; Fax Outbound Extended</h2>\n<p>Fax outbound will send only once the fax has completed its entire lifespan. In most use cases this is sufficient. Fax outbound extended will send a request for each step along the lifespan (processing, transmitting, etc.) if more specific tracking is required.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>messageId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>deliveryId</td>\n<td>String</td>\n</tr>\n<tr>\n<td>watermark</td>\n<td>String</td>\n</tr>\n<tr>\n<td>messageNumber</td>\n<td>String</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n</tr>\n<tr>\n<td>pagesCount</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>pagesComplete</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>duration</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>faxNumber</td>\n<td>String</td>\n</tr>\n<tr>\n<td>faxCsid</td>\n<td>String</td>\n</tr>\n<tr>\n<td>faxCallerId</td>\n<td>String</td>\n</tr>\n<tr>\n<td>faxECM</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>faxSpeed</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>faxDetected</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>faxProtocol</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>faxAttempt</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>direction</td>\n<td>String</td>\n</tr>\n<tr>\n<td>channelType</td>\n<td>String</td>\n</tr>\n<tr>\n<td>deviceId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>faxbridgeId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>errorInfo</td>\n<td>String (deprecated, use <code>resultInfo</code>)</td>\n</tr>\n<tr>\n<td>errorCode</td>\n<td>String (deprecated, use <code>resultCode</code>)</td>\n</tr>\n<tr>\n<td>resultCode</td>\n<td>String</td>\n</tr>\n<tr>\n<td>resultInfo</td>\n<td>String</td>\n</tr>\n<tr>\n<td>isArchived</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>isFilePurged</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>resolvedDate</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>deletedAt</td>\n<td>Timestamp</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"example-response\">Example Response</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"messageId\": \"cc38a979-fedb-4f27-9ad1-4ba1375ec9f8\",\n  \"deliveryId\": \"2220202172805567000\",\n  \"watermark\": \"2220202172858200000\",\n  \"messageNumber\": \"\",\n  \"status\": \"success\",\n  \"pagesCount\": 3,\n  \"pagesComplete\": 3,\n  \"duration\": 140000,\n  \"faxNumber\": \"+12349999999\",\n  \"faxCsid\": \"Fax CSID\",\n  \"faxCallerId\": \"1234567890\",\n  \"faxECM\": 256,\n  \"faxSpeed\": 33600,\n  \"faxDetected\": true,\n  \"faxProtocol\": 0,\n  \"faxAttempt\": 1,\n  \"direction\": \"outbound\",\n  \"channelType\": \"web\",\n  \"deviceId\": \"41d24f48bae55c8336829be058417c86d78948ba5bdb6d0d8620a20252ea03c5\",\n  \"faxbridgeId\": null,\n  \"accountId\": \"1670f416-0db7-4bf5-9874-4f519e616e12\",\n  \"errorInfo\": \"\",\n  \"errorCode\": \"0\",\n  \"resultCode\": \"0\",\n  \"resultInfo\": \"\",\n  \"isArchived\": false,\n  \"isFilePurged\": false,\n  \"country\": \"US\",\n  \"createdAt\": \"2022-02-02T17:28:05.567Z\",\n  \"resolvedDate\": \"2022-02-02T17:28:58.200Z\",\n  \"deletedAt\": null\n}\n\n</code></pre>\n<h2 id=\"user-create\">User Create</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>ownedBy</td>\n<td>String</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n</tr>\n<tr>\n<td>emailSuppressed</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>String</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>String</td>\n</tr>\n<tr>\n<td>userRole</td>\n<td>String</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n</tr>\n<tr>\n<td>faxCsid</td>\n<td>String</td>\n</tr>\n<tr>\n<td>faxCallerId</td>\n<td>String</td>\n</tr>\n<tr>\n<td>faxDefaultCoverPage</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>pushNotifications</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>emailNotifySendOption</td>\n<td>String</td>\n</tr>\n<tr>\n<td>emailNotifySendIncAttachment</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>emailNotifyReceiveOption</td>\n<td>String</td>\n</tr>\n<tr>\n<td>emailNotifyReceiveIncAttachment</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>emailNotifyEmailToFaxQueued</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>emailToFaxCoverPageOption</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>isEmailConfirmed</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>avatar</td>\n<td>String</td>\n</tr>\n<tr>\n<td>avatarPath</td>\n<td>String</td>\n</tr>\n<tr>\n<td>jobPosition</td>\n<td>String</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n</tr>\n<tr>\n<td>driveFaxStoring</td>\n<td>String</td>\n</tr>\n<tr>\n<td>driveFaxFolder</td>\n<td>String</td>\n</tr>\n<tr>\n<td>signDefaultSignature</td>\n<td>String</td>\n</tr>\n<tr>\n<td>signDefaultInitials</td>\n<td>String</td>\n</tr>\n<tr>\n<td>signExpiresIn</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>signFirstReminder</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>signFirstReminderIn</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>signRepeatReminder</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>signRepeatReminderIn</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>signExpirationWarning</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>sign</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>drive</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>colorMode</td>\n<td>String</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>updatedAt</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>isScim</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>deletedAt</td>\n<td>Timestamp</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Example Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"uuid\": \"9aaa60a6-8c89-4771-8eb8-ebb226bc9c57\",\n  \"accountId\": \"dc1b0cdb-c07b-4c7c-b9a8-ae4df7aa8278\",\n  \"ownedBy\": \"14291108-0199-457b-88a8-26383f6395e2\",\n  \"email\": \"Dasia25@hotmail.com\",\n  \"emailSuppressed\": false,\n  \"firstName\": \"Yasmine\",\n  \"lastName\": \"Renner\",\n  \"userRole\": \"user\",\n  \"phone\": \"2349999999\",\n  \"faxCsid\": null,\n  \"faxCallerId\": \"1234567890\",\n  \"faxDefaultCoverPage\": null,\n  \"pushNotifications\": true,\n  \"emailNotifySendOption\": \"all\",\n  \"emailNotifySendIncAttachment\": true,\n  \"emailNotifyReceiveOption\": \"all\",\n  \"emailNotifyReceiveIncAttachment\": true,\n  \"emailNotifyEmailToFaxQueued\": false,\n  \"emailToFaxCoverPageOption\": true,\n  \"isEmailConfirmed\": true,\n  \"avatar\": null,\n  \"avatarPath\": null,\n  \"jobPosition\": null,\n  \"timezone\": \"inherit\",\n  \"driveFaxStoring\": false,\n  \"driveFaxFolder\": null,\n  \"signDefaultSignature\": null,\n  \"signDefaultInitials\": null,\n  \"signExpiresIn\": 60,\n  \"signFirstReminder\": true,\n  \"signFirstReminderIn\": 14,\n  \"signRepeatReminder\": true,\n  \"signRepeatReminderIn\": 7,\n  \"signExpirationWarning\": true,\n  \"fax\": true,\n  \"sign\": true,\n  \"drive\": true,\n  \"colorMode\": \"auto\",\n  \"createdAt\": \"2022-02-02T17:32:19.818Z\",\n  \"updatedAt\": \"2022-02-02T17:32:19.818Z\",\n  \"isScim\": null,\n  \"deletedAt\": null\n}\n\n</code></pre>\n<h2 id=\"user-delete\">User Delete</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>ownedBy</td>\n<td>String</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n</tr>\n<tr>\n<td>emailSuppressed</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>String</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>String</td>\n</tr>\n<tr>\n<td>userRole</td>\n<td>String</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n</tr>\n<tr>\n<td>faxCsid</td>\n<td>String</td>\n</tr>\n<tr>\n<td>faxCallerId</td>\n<td>String</td>\n</tr>\n<tr>\n<td>faxDefaultCoverPage</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>pushNotifications</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>emailNotifySendOption</td>\n<td>String</td>\n</tr>\n<tr>\n<td>emailNotifySendIncAttachment</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>emailNotifyReceiveOption</td>\n<td>String</td>\n</tr>\n<tr>\n<td>emailNotifyReceiveIncAttachment</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>emailNotifyEmailToFaxQueued</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>emailToFaxCoverPageOption</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>isEmailConfirmed</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>avatar</td>\n<td>String</td>\n</tr>\n<tr>\n<td>avatarPath</td>\n<td>String</td>\n</tr>\n<tr>\n<td>jobPosition</td>\n<td>String</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n</tr>\n<tr>\n<td>driveFaxStoring</td>\n<td>String</td>\n</tr>\n<tr>\n<td>driveFaxFolder</td>\n<td>String</td>\n</tr>\n<tr>\n<td>signDefaultSignature</td>\n<td>String</td>\n</tr>\n<tr>\n<td>signDefaultInitials</td>\n<td>String</td>\n</tr>\n<tr>\n<td>signExpiresIn</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>signFirstReminder</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>signFirstReminderIn</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>signRepeatReminder</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>signRepeatReminderIn</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>signExpirationWarning</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>sign</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>drive</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>colorMode</td>\n<td>String</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>updatedAt</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>isScim</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>deletedAt</td>\n<td>Timestamp</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Example Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"uuid\": \"8f8620fd-2e93-4df8-b9dc-f6c4e991b09c\",\n  \"accountId\": \"bad04f30-fa7b-43e2-9747-4755099051c5\",\n  \"ownedBy\": \"a2b611c8-f411-4df0-ba53-0eb5efbf7957\",\n  \"email\": \"Laurine93@yahoo.com\",\n  \"emailSuppressed\": false,\n  \"firstName\": \"Rollin\",\n  \"lastName\": \"Koch\",\n  \"userRole\": \"user\",\n  \"phone\": \"2349999999\",\n  \"faxCsid\": null,\n  \"faxCallerId\": \"1234567890\",\n  \"faxDefaultCoverPage\": null,\n  \"pushNotifications\": true,\n  \"emailNotifySendOption\": \"all\",\n  \"emailNotifySendIncAttachment\": true,\n  \"emailNotifyReceiveOption\": \"all\",\n  \"emailNotifyReceiveIncAttachment\": true,\n  \"emailNotifyEmailToFaxQueued\": false,\n  \"emailToFaxCoverPageOption\": true,\n  \"isEmailConfirmed\": true,\n  \"avatar\": null,\n  \"avatarPath\": null,\n  \"jobPosition\": null,\n  \"timezone\": \"inherit\",\n  \"driveFaxStoring\": false,\n  \"driveFaxFolder\": null,\n  \"signDefaultSignature\": null,\n  \"signDefaultInitials\": null,\n  \"signExpiresIn\": 60,\n  \"signFirstReminder\": true,\n  \"signFirstReminderIn\": 14,\n  \"signRepeatReminder\": true,\n  \"signRepeatReminderIn\": 7,\n  \"signExpirationWarning\": true,\n  \"fax\": true,\n  \"sign\": true,\n  \"drive\": true,\n  \"colorMode\": \"auto\",\n  \"createdAt\": \"2022-02-02T17:44:18.129Z\",\n  \"updatedAt\": \"2022-02-02T17:44:18.129Z\",\n  \"isScim\": null,\n  \"deletedAt\": null\n}\n\n</code></pre>\n<h2 id=\"number-add\">Number Add</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>number</td>\n<td>String</td>\n</tr>\n<tr>\n<td>numberE164</td>\n<td>String</td>\n</tr>\n<tr>\n<td>pendingUntil</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>pendingPort</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>ownedBy</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>managedBy</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>storage</td>\n<td>String</td>\n</tr>\n<tr>\n<td>isLocal</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>portReplacementNumberId</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Example Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"uuid\": \"115acc75-7387-437f-bf80-6408b26a7a17\",\n  \"number\": \"2349999999\",\n  \"numberE164\": \"+12349999999\",\n  \"pendingUntil\": \"2022-02-02T17:49:25.787Z\",\n  \"pendingPort\": false,\n  \"ownedBy\": \"10391427-f882-46e6-91e7-536a737be46c\",\n  \"managedBy\": \"fa9b630e-1f43-4ee1-9f88-39920768c478\",\n  \"storage\": null,\n  \"isLocal\": true,\n  \"portReplaceNumberId\": null\n}\n\n</code></pre>\n<h2 id=\"number-release\">Number Release</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>number</td>\n<td>String</td>\n</tr>\n<tr>\n<td>numberE164</td>\n<td>String</td>\n</tr>\n<tr>\n<td>pendingUntil</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>pendingPort</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>ownedBy</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>managedBy</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>storage</td>\n<td>String</td>\n</tr>\n<tr>\n<td>isLocal</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>portReplacementNumberId</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Example Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"uuid\": \"9c294a08-3e36-4dc7-9f68-3f4308cb5497\",\n  \"number\": \"2349999999\",\n  \"numberE164\": \"+12349999999\",\n  \"pendingUntil\": \"2022-02-02T17:51:34.724Z\",\n  \"pendingPort\": false,\n  \"ownedBy\": \"654ab973-6068-48a3-bfa3-b9d68eb6526c\",\n  \"managedBy\": \"8511924a-524c-4e89-a94d-cb27d3946ed5\",\n  \"storage\": null,\n  \"isLocal\": true,\n  \"portReplaceNumberId\": null\n}\n\n</code></pre>\n<h2 id=\"number-ported\">Number Ported</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>number</td>\n<td>String</td>\n</tr>\n<tr>\n<td>numberE164</td>\n<td>String</td>\n</tr>\n<tr>\n<td>pendingUntil</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>pendingPort</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>ownedBy</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>managedBy</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>storage</td>\n<td>String</td>\n</tr>\n<tr>\n<td>isLocal</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>portReplacementNumberId</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Example Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"uuid\": \"48fad9bf-b95c-47ea-97fa-b4620f4fac3d\",\n  \"number\": \"2349999999\",\n  \"numberE164\": \"+12349999999\",\n  \"pendingUntil\": \"2022-02-02T17:52:29.322Z\",\n  \"pendingPort\": false,\n  \"ownedBy\": \"5cd8603b-9f10-44eb-b252-4c1e716cafe8\",\n  \"managedBy\": \"71149e27-8be1-477b-b0ae-07367fa7e603\",\n  \"storage\": null,\n  \"isLocal\": true,\n  \"portReplaceNumberId\": null\n}\n\n</code></pre>\n<h2 id=\"document-completed\">Document Completed</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n</tr>\n<tr>\n<td>statusCapitalized</td>\n<td>String</td>\n</tr>\n<tr>\n<td>daysLeft</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>draft</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>declined</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>viewed</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>signMode</td>\n<td>String</td>\n</tr>\n<tr>\n<td>order</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>isPublic</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>sharedWithAccount</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>isApprovedOrderEnabled</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>approvedStatus</td>\n<td>String</td>\n</tr>\n<tr>\n<td>currentSigner</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n</tr>\n<tr>\n<td>emailMessage</td>\n<td>String</td>\n</tr>\n<tr>\n<td>declineReasonRequired</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>hash</td>\n<td>String</td>\n</tr>\n<tr>\n<td>fileId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>signedFileId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>chatroomId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>expiresIn</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>firstReminder</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>firstReminderIn</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>repeatReminder</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>repeatReminderIn</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>expirationWarning</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>confirmationPage</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>auditTrail</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>industryId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>formId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>sentAt</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>completedAt</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>updatedAt</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>deletedAt</td>\n<td>Timestamp</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"completed\",\n  \"statusCapitalized\": \"Completed\",\n  \"daysLeft\": null,\n  \"uuid\": \"23b3b0f7-2b5b-465e-a888-95c5615c4e41\",\n  \"title\": \"test-document\",\n  \"accountId\": \"27a69b7e-0219-46c4-9217-992847c1e90b\",\n  \"draft\": false,\n  \"declined\": null,\n  \"viewed\": true,\n  \"signMode\": \"all\",\n  \"order\": false,\n  \"isPublic\": false,\n  \"sharedWithAccount\": false,\n  \"isApproveOrderEnabled\": false,\n  \"approveStatus\": \"not_needed\",\n  \"currentSigner\": null,\n  \"type\": \"document\",\n  \"emailMessage\": null,\n  \"declineReasonRequired\": false,\n  \"hash\": \"8e37f57d5d4cc817490af46048d2609df4103add33a816cf4c1d80e5fd857fdc\",\n  \"fileId\": \"f1758c06-6d64-4c32-b482-47325fa70f0a\",\n  \"signedFileId\": \"b482ba53-e94a-4d1a-bb4a-ffb6d6649964\",\n  \"chatroomId\": \"06cd9867-0923-44ce-ab50-aa3698627c7e\",\n  \"expiresIn\": 60,\n  \"firstReminder\": true,\n  \"firstReminderIn\": 14,\n  \"repeatReminder\": true,\n  \"repeatReminderIn\": 7,\n  \"expirationWarning\": true,\n  \"confirmationPage\": true,\n  \"auditTrail\": false,\n  \"industryId\": null,\n  \"formId\": null,\n  \"sentAt\": \"2022-02-02T17:52:57.860Z\",\n  \"completedAt\": \"2022-02-02T17:52:57.860Z\",\n  \"createdAt\": \"2022-02-02T17:52:57.860Z\",\n  \"updatedAt\": \"2022-02-02T17:52:57.860Z\",\n  \"deletedAt\": null\n}\n\n</code></pre>\n<h2 id=\"document-failed\">Document Failed</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n</tr>\n<tr>\n<td>statusCapitalized</td>\n<td>String</td>\n</tr>\n<tr>\n<td>daysLeft</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n</tr>\n<tr>\n<td>accountId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>draft</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>declined</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>viewed</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>signMode</td>\n<td>String</td>\n</tr>\n<tr>\n<td>order</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>isPublic</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>sharedWithAccount</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>isApprovedOrderEnabled</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>approvedStatus</td>\n<td>String</td>\n</tr>\n<tr>\n<td>currentSigner</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n</tr>\n<tr>\n<td>emailMessage</td>\n<td>String</td>\n</tr>\n<tr>\n<td>declineReasonRequired</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>hash</td>\n<td>String</td>\n</tr>\n<tr>\n<td>fileId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>signedFileId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>chatroomId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>expiresIn</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>firstReminder</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>firstReminderIn</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>repeatReminder</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>repeatReminderIn</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>expirationWarning</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>confirmationPage</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>auditTrail</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>industryId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>formId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>sentAt</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>completedAt</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>updatedAt</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>deletedAt</td>\n<td>Timestamp</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"failed\",\n  \"statusCapitalized\": \"Failed\",\n  \"daysLeft\": null,\n  \"uuid\": \"a8dab87c-9c2a-4a4a-84b1-a22cd752d593\",\n  \"title\": \"test-document\",\n  \"accountId\": \"6827eb27-f1de-4f82-abd3-fc4348e2af6d\",\n  \"draft\": false,\n  \"declined\": null,\n  \"viewed\": true,\n  \"signMode\": \"all\",\n  \"order\": false,\n  \"isPublic\": false,\n  \"sharedWithAccount\": false,\n  \"isApproveOrderEnabled\": false,\n  \"approveStatus\": \"not_needed\",\n  \"currentSigner\": null,\n  \"type\": \"document\",\n  \"emailMessage\": null,\n  \"declineReasonRequired\": false,\n  \"hash\": \"8e37f57d5d4cc817490af46048d2609df4103add33a816cf4c1d80e5fd857fdc\",\n  \"fileId\": \"4100b42d-8994-4e3f-ac60-a88cc97d4389\",\n  \"signedFileId\": \"9dd14747-2079-4ac2-a2e7-2127b8ca7a3e\",\n  \"chatroomId\": \"298d48a5-54af-45fe-b457-5bad4f944860\",\n  \"expiresIn\": 60,\n  \"firstReminder\": true,\n  \"firstReminderIn\": 14,\n  \"repeatReminder\": true,\n  \"repeatReminderIn\": 7,\n  \"expirationWarning\": true,\n  \"confirmationPage\": true,\n  \"auditTrail\": false,\n  \"industryId\": null,\n  \"formId\": null,\n  \"sentAt\": \"2022-02-02T18:01:32.799Z\",\n  \"completedAt\": \"2022-02-02T18:01:32.799Z\",\n  \"createdAt\": \"2022-02-02T18:01:32.799Z\",\n  \"updatedAt\": \"2022-02-02T18:01:32.799Z\",\n  \"deletedAt\": null\n}\n\n</code></pre>\n<h2 id=\"users-session-initiated-and-users-session-terminated\">User's Session Initiated and User's Session Terminated</h2>\n<p>A session initiated webhook is triggered when user signs in, indicating the beginning of their session. Session terminated webhook is triggered when user signs out.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userId</td>\n<td>Uuid</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n</tr>\n<tr>\n<td>sessionId</td>\n<td>Uuid</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"userId\": \"a8dab87c-9c2a-4a4a-84b1-a22cd752d593\",\n  \"email\": \"email@example.com\",\n  \"sessionId\": \"6827eb27-f1de-4f82-abd3-fc4348e2af6d\"\n}\n\n</code></pre>\n<p>You may also find useful How To’s and tips by visiting our <a href=\"https://help.documo.com/en/\">Help Center</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Set Language of Code Snippets","slug":"set-language-of-code-snippets"},{"content":"Enabling API Access","slug":"enabling-api-access"},{"content":"API Key Access","slug":"api-key-access"},{"content":"Sandbox Environment (Beta)","slug":"sandbox-environment-beta"},{"content":"API Rate Limits","slug":"api-rate-limits"},{"content":"Errors","slug":"errors"},{"content":"Result Codes","slug":"result-codes"},{"content":"Webhooks","slug":"webhooks"}],"owner":"14677030","collectionId":"a0f92106-25b4-4339-adb1-0ee3fa775276","publishedId":"TzRa5ia9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"00C2A7"},"publishDate":"2022-10-26T14:45:21.000Z"},"item":[{"name":"Authentication","item":[{"name":"View My User","id":"3460900b-271c-4cd2-9933-1e73caa768a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/me","description":"<p>Returns your detailed user data.</p>\n<p><code>API Key Access: base | admin | print_driver</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","me"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"b0042c26-1271-40e6-8968-aea2b891d13c","name":"View my user","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":"https://api.documo.com/v1/me"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"emailNotifySendOption\": \"All\",\n    \"emailNotifyReceiveOption\": \"All\",\n    \"emailNotifySendIncAttachment\": true,\n    \"emailNotifyReceiveIncAttachment\": true,\n    \"emailToFaxCoverPageOption\": false,\n    \"userId\": \"7427d2e5-fa42-4820-b612-b7a3132efe30\",\n    \"accountId\": \"ad39a2c2-d154-4170-83e4-a75fa5466d33\",\n    \"email\": \"example@mail.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"userRole\": \"admin\",\n    \"phone\": \"18885551234\",\n    \"faxCsid\": \"mFax\",\n    \"faxCallerId\": \"12021234567\",\n    \"isEmailConfirmed\": true,\n    \"createdAt\": \"2017-06-26T10:23:50.000Z\",\n    \"account\": {\n        \"emailNotifySendOption\": \"Failure\",\n        \"emailNotifyReceiveOption\": \"Failure\",\n        \"emailNotifySendIncAttachment\": \"true\",\n        \"emailNotifyReceiveIncAttachment\": \"true\",\n        \"timezone\": \"America/Los_Angeles\",\n        \"emailToFax\": \"false\",\n        \"allowFaxAttachments\": \"true\",\n        \"usersTokenLife\": \"14400\",\n        \"uuid\": \"ad39a2c2-d154-4170-83e4-a75fa5466d33\",\n        \"accountNumber\": \"2201752731\",\n        \"accountName\": \"Documo\",\n        \"parentId\": null,\n        \"faxCsid\": \"mFax\",\n        \"faxCallerId\": \"12021234567\",\n    },\n    \"faxNumbers\": []\n}"}],"_postman_id":"3460900b-271c-4cd2-9933-1e73caa768a7"}],"id":"ea9f5a16-0ca6-4fd8-a238-6be4b7f683f7","description":"<p>Most calls will require authentication. Documo supports HTTP authentication. You will need to pass through your secret API key (example shown).</p>\n<p>Security note: All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.</p>\n","_postman_id":"ea9f5a16-0ca6-4fd8-a238-6be4b7f683f7","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}}},{"name":"Health","item":[{"name":"Ping","id":"c3487c69-2ca7-4582-bab9-f024eae011b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/ping","description":"<p>Health check to see if API is currently up and available.</p>\n<p><code>API Key Access: base | admin | print_driver</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["ping"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"581af1fd-73d8-43a6-8ef5-f0c18f930461","name":"Ping","originalRequest":{"method":"GET","header":[],"url":"https://api.documo.com/ping"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 21 Oct 2021 14:01:47 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"X-Server-Version","value":"4.3.10"},{"key":"ETag","value":"W/\"2-nOO9QiTIwXgNtWtBJezz8kv3SLc\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"c3487c69-2ca7-4582-bab9-f024eae011b6"}],"id":"955898c1-c76d-4731-891c-51d2a4f11e6f","_postman_id":"955898c1-c76d-4731-891c-51d2a4f11e6f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}}},{"name":"API Keys","item":[{"name":"View API Keys","id":"5ce72785-c6f2-4121-aef5-06bdda4ee946","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/api-keys","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["api-keys"],"host":["https://api.documo.com"],"query":[{"disabled":true,"description":{"content":"<p>Uuid | User ID</p>\n","type":"text/plain"},"key":"userId","value":""},{"disabled":true,"description":{"content":"<p>Uuid | Account ID</p>\n","type":"text/plain"},"key":"accountId","value":""},{"disabled":true,"description":{"content":"<p>String | Keyword to search in key name</p>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>Integer | Default: 20 | Limit: 100 | Number of results per page</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Integer |  Default: 1 | Results page number</p>\n","type":"text/plain"},"key":"page","value":""},{"disabled":true,"description":{"content":"<p>String | Possible values: active, expired</p>\n","type":"text/plain"},"key":"status","value":null}],"variable":[]}},"response":[{"id":"e664a4a3-e259-43d5-91e4-5b4326c93da3","name":"View API Keys","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/api-keys","host":["https://api.documo.com"],"path":["api-keys"],"query":[{"key":"userId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"Uuid | User ID","disabled":true},{"key":"accountId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"Uuid | Account ID","disabled":true},{"key":"search","value":"example","description":"String | Keyword to search in key name","disabled":true},{"key":"limit","value":"20","description":"Integer | Default: 20 | Limit: 100 | Number of results to return","disabled":true},{"key":"page","value":"1","description":"Integer |  Default: 1 | Results page number","disabled":true}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uuid\": \"0b2e264c-2972-498b-a709-72a9009e0661\",\n        \"userId\": \"27846918-99f5-40c4-a616-6702634c0123\",\n        \"name\": \"Key Name\",\n        \"token\": \"eyJhbGkiOiKIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyNzg0NjkxOC05OWY1LTQwYzQtYTYxNi02NzAyNjM0YzBiOTQiLCJpYXQiOjE1NTM1ODM2NDh9._S1et6_0oZ8f88LMIdq3YdwJY0hyz_jyuNN6eoecfjU\",\n        \"createdAt\": \"2019-03-26T07:00:48.000Z\",\n        \"expiresAt\": \"2019-03-31T06:58:27.000Z\",\n        \"access\": \"admin\",\n        \"user\": {\n            \"uuid\": \"27846918-99f5-40c4-a616-6702634c0123\",\n            \"email\": \"user@documo.com\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Snow\",\n            \"accountId\": \"12345678-d9a0-493f-a3aa-0cb1114eea0c\",\n            \"avatar\": \"ddadc536-4569-4ad0-b5e0-743b751f775480x80.jpeg\",\n            \"avatarPath\": \"path/to/avatar.jpeg\"\n        }\n    },\n    ...\n]"}],"_postman_id":"5ce72785-c6f2-4121-aef5-06bdda4ee946"},{"name":"Create API Key","event":[{"listen":"prerequest","script":{"id":"af751d42-bcae-456d-b365-4b9b2b751f9b","exec":[""],"type":"text/javascript"}}],"id":"761cbbc1-b648-4da6-a6e3-6f86909bd6b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>String | Required | Possible values: admin, base, print_driver</p>\n","key":"access","type":"text","value":""},{"description":"<p>String| 128 characters limit | Key name</p>\n","key":"name","type":"text","value":"","disabled":true},{"key":"userId","value":"","description":"<p>Uuid | User id that will be assigned to key</p>\n","type":"text","disabled":true},{"description":"<p>String | Expire date</p>\n","key":"expiresAt","type":"text","value":"","disabled":true}]},"url":"https://api.documo.com/api-keys","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["api-keys"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"ef7b5a21-7b94-415e-9ccb-cb9c1dcc34a2","name":"Create API Key","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"access","value":"example","type":"text","description":"String | Required | Possible values: admin, base, print_driver"},{"key":"name","value":"example","type":"text","description":"String | 128 character limit | Key name"},{"key":"userId","value":"d1077489-5ea1-4db1-9760-853f175e8288","type":"text","description":"Uuid | User id that will be assigned to key"},{"key":"expiresAt","value":"2020-01-01T00:00:00.000Z","type":"text","description":"String | Expire date"}]},"url":"https://api.documo.com/api-keys"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"ccbfbf52-f58f-4752-97ac-f667c5500000\",\n    \"userId\": \"793bd8e3-60ae-4c90-a6d1-140978a541dd\",\n    \"name\": \"POSTMAN\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyNzg0NjkxOC05OWY1LTQwYzQtYTYxNi02NzAyNjM0YzBiOTQiLCJpYXQiOjE1NTM1ODYwNjN9.bAdykBwX_4LbuC1xbwcCF0mZT2f6PrH7hYCwh2qAgLw\",\n    \"access\": \"admin\",\n    \"accountId\": \"12345678-d9a0-493f-a3aa-0cb1114eea0c\",\n    \"expiresAt\": \"2019-03-31T06:58:27Z\",\n    \"user\": {\n        \"uuid\": \"27846918-99f5-40c4-a616-6702634c0b95\",\n        \"email\": \"user@documo.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Snow\",\n        \"accountId\": \"12345678-d9a0-493f-a3aa-0cb1114eea0c\",\n        \"avatar\": \"12adc536-4569-4ad0-b5e0-743b751f775480x80.jpeg\",\n        \"avatarPath\": \"/path/to/avatar.jpeg\"\n    }\n}"}],"_postman_id":"761cbbc1-b648-4da6-a6e3-6f86909bd6b3"},{"name":"Update API Key","id":"7081ede7-4360-4da3-818c-28d31988e141","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>String | Required | Possible values: admin, base, print_driver</p>\n","key":"access","type":"text","value":""},{"description":"<p>String| 128 characters limit | Key name</p>\n","key":"name","type":"text","value":"","disabled":true},{"description":"<p>String | Expire date</p>\n","key":"expiresAt","type":"text","value":"","disabled":true}]},"url":"https://api.documo.com/api-keys/:keyId","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["api-keys",":keyId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Key UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"keyId"}]}},"response":[{"id":"5948a5d2-7dda-4daa-a3ca-79ca63bffc4d","name":"Update API Key","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"String | Required | Possible values: admin, base, print_driver","key":"access","type":"text","value":"example"},{"description":"String| 128 characters limit | Key name","key":"name","type":"text","value":"example"},{"description":"String | Expire date","key":"expiresAt","type":"text","value":"2020-01-01T00:00:00.000Z"}]},"url":{"raw":"https://api.documo.com/api-keys/:keyId","host":["https://api.documo.com"],"path":["api-keys",":keyId"],"variable":[{"key":"keyId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Key UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"0b2e264c-2972-498b-a709-72a9009e0661\",\n    \"name\": \"Key Name\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIyNzg0NjkxOC05OWY1LTQwYzQtYTYxNi02NzAyNjM0YzBiOTQiLCJpYXQiOjE1NTM1ODM2NDh9._S1et6_0oZ8f88LMIdq3YdwJY0hyz_jyuNN6eoecfjU\",\n    \"expiresAt\": \"2019-03-31T06:58:27.000Z\",\n    \"access\": \"admin\",\n    \"accountId\": \"12345678-d9a0-493f-a3aa-0cb1114eea0c\",\n    \"userId\": \"87654321-99f5-40c4-a616-6702634c0b94\",\n    \"createdAt\": \"2019-03-26T07:00:48.000Z\",\n    \"updatedAt\": \"2019-03-26T09:16:01.000Z\",\n    \"user\": {\n        \"uuid\": \"27846918-99f5-40c4-a616-6702634c0b95\",\n        \"email\": \"user@documo.com\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Snow\",\n        \"accountId\": \"12345678-d9a0-493f-a3aa-0cb1114eea0c\",\n        \"avatar\": \"12adc536-4569-4ad0-b5e0-743b751f775480x80.jpeg\",\n        \"avatarPath\": \"/path/to/avatar.jpeg\",\n     }\n}"}],"_postman_id":"7081ede7-4360-4da3-818c-28d31988e141"},{"name":"Delete API Key","id":"44c5c664-5453-4b99-9c11-eaf684dd25ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.documo.com/api-keys/:keyId","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["api-keys",":keyId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Key UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"keyId"}]}},"response":[{"id":"cab7ed79-cb9e-45aa-b877-f5d16de1d67f","name":"Delete API Key","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/api-keys/:keyId","host":["https://api.documo.com"],"path":["api-keys",":keyId"],"variable":[{"key":"keyId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Key UUID"}]}},"code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"44c5c664-5453-4b99-9c11-eaf684dd25ed"}],"id":"3c0edaba-307b-40b9-b2eb-f1dd7e4b4ff9","_postman_id":"3c0edaba-307b-40b9-b2eb-f1dd7e4b4ff9","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Create Webhook","id":"fd7e3d7c-ccc2-4773-8526-1857f591f8b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"","description":"<p>String | Required | Webook Name</p>\n","type":"text"},{"key":"url","value":"","description":"<p>String | Required | Webhook URL</p>\n","type":"text"},{"key":"events","value":"","description":"<p>String | Events Object</p>\n","type":"text","disabled":true},{"key":"auth","value":"","description":"<p>String | Basic Auth (e.g: ‘username:password’)</p>\n","type":"text","disabled":true},{"key":"accountId","value":"","description":"<p>Uuid | Account UUID</p>\n","type":"text","disabled":true},{"key":"numberId","value":"","description":"<p>Uuid | Fax Number UUID</p>\n","type":"text","disabled":true},{"key":"notificationEmails","value":"","type":"text","description":"<p>String[]</p>\n","disabled":true}]},"url":"https://api.documo.com/webhooks","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["webhooks"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"61ccee61-7331-4903-b720-64dad400ad58","name":"Create Webhook","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"example","description":"String | Required | Webook Name","type":"text"},{"key":"url","value":"example","description":"String | Required | Webhook URL","type":"text"},{"key":"events","value":"{ \"fax.inbound\": true, \"fax.outbound\": true, \"fax.outbound.extended\": true, \"user.create\": true, \"user.delete\": true, \"number.add\": false, \"number.release\": false, \"document.complete\": false, \"document.failed\": false }","description":"Object | Events Object","type":"text"},{"key":"auth","value":"example","description":"String | Basic Auth (e.g: ‘username:password’)","type":"text"},{"key":"accountId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"Uuid | Account UUID","type":"text"},{"key":"numberId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"Uuid | Fax Number UUID","type":"text"},{"key":"attachmentEnabled","value":"false","type":"text","description":"Boolean"},{"key":"notificationEmails","value":"example,example","type":"text","description":"String[]"}]},"url":"https://api.documo.com/webhooks"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n    \"name\": \"Webhook\",\n    \"enabled\": true,\n    \"url\": \"https://webhook.com/test\",\n    \"auth\": null,\n    \"accountId\": \"00000000-0000-0000-0000-000000000000\",\n    \"numberId\": null,\n    \"events\": [\n        \"fax.v1.inbound.init\",\n        \"fax.v1.number.add\",\n        \"identity.v1.user.create\"\n    ],\n    \"notificationEmails\": null,\n    \"createdAt\": \"2023-01-01T00:00:00.000Z\",\n    \"updatedAt\": \"2023-01-01T00:00:00.000Z\",\n    \"account\": {\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"accountName\": \"Night’s Watch\",\n        \"accountNumber\": \"1202000000\",\n        \"accountType\": \"customer\"\n    }\n}"}],"_postman_id":"fd7e3d7c-ccc2-4773-8526-1857f591f8b7"},{"name":"Update Webhook","id":"04752671-6bf7-4ee6-bfa2-dabe2ae79fda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"","description":"<p>String  | Webook Name</p>\n","type":"text","disabled":true},{"key":"url","value":"","description":"<p>String  | Webhook URL</p>\n","type":"text","disabled":true},{"key":"events","value":"","description":"<p>String | Events Object</p>\n","type":"text","disabled":true},{"key":"auth","value":"","description":"<p>String | Basic Auth (e.g: ‘username:password’)</p>\n","type":"text","disabled":true},{"key":"accountId","value":"","description":"<p>Uuid | Account UUID</p>\n","type":"text","disabled":true},{"key":"numberId","value":"","description":"<p>Uuid | Fax Number UUID</p>\n","type":"text","disabled":true},{"key":"notificationEmails","value":"","type":"text","description":"<p>String[]</p>\n","disabled":true}]},"url":"https://api.documo.com/webhooks/:webhookId","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["webhooks",":webhookId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Webhook UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"webhookId"}]}},"response":[{"id":"14b76cea-1c17-485c-825b-866a71f3912e","name":"Update Webhook","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"example","description":"String  | Webook Name","type":"text"},{"key":"url","value":"example","description":"String  | Webhook URL","type":"text"},{"key":"events","value":"{ \"fax.inbound\": true, \"fax.outbound\": true, \"fax.outbound.extended\": true, \"user.create\": true, \"user.delete\": true, \"number.add\": false, \"number.release\": false, \"document.complete\": false, \"document.failed\": false }","description":"Object | Events Object","type":"text"},{"key":"auth","value":"example","description":"String | Basic Auth (e.g: ‘username:password’)","type":"text"},{"key":"accountId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"Uuid | Account UUID","type":"text"},{"key":"numberId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"Uuid | Fax Number UUID","type":"text"},{"key":"attachmentEnabled","value":"false","type":"text","description":"Boolean"},{"key":"notificationEmails","value":"example,example","type":"text","description":"String[]"}]},"url":{"raw":"https://api.documo.com/webhooks/:webhookId","host":["https://api.documo.com"],"path":["webhooks",":webhookId"],"variable":[{"key":"webhookId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Webhook UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n    \"name\": \"Webhook\",\n    \"enabled\": true,\n    \"url\": \"https://webhook.com/test\",\n    \"auth\": null,\n    \"accountId\": \"00000000-0000-0000-0000-000000000000\",\n    \"numberId\": null,\n    \"events\": [\n        \"fax.v1.inbound.init\",\n        \"fax.v1.number.add\",\n        \"identity.v1.user.create\"\n    ],\n    \"notificationEmails\": null,\n    \"createdAt\": \"2023-01-01T00:00:00.000Z\",\n    \"updatedAt\": \"2023-01-01T00:00:00.000Z\",\n    \"account\": {\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"accountName\": \"Night’s Watch\",\n        \"accountNumber\": \"1202000000\",\n        \"accountType\": \"customer\"\n    }\n}\n"}],"_postman_id":"04752671-6bf7-4ee6-bfa2-dabe2ae79fda"},{"name":"Delete Webhook","id":"bbd40676-34fc-4cfc-b9df-b164ed504125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.documo.com/webhooks/:webhookId","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["webhooks",":webhookId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Webhook UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"webhookId"}]}},"response":[{"id":"92116e78-5a63-4b3e-b60a-7032a19f85cf","name":"Delete Webhook","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/webhooks/:webhookId","host":["https://api.documo.com"],"path":["webhooks",":webhookId"],"variable":[{"key":"webhookId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Webhook UUID"}]}},"code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"bbd40676-34fc-4cfc-b9df-b164ed504125"},{"name":"View Webhooks","id":"e42144a3-ad8c-4fac-b58d-919d719b8069","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/webhooks","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["webhooks"],"host":["https://api.documo.com"],"query":[{"disabled":true,"description":{"content":"<p>Uuid | Account’s UUID</p>\n","type":"text/plain"},"key":"accountId","value":""},{"disabled":true,"description":{"content":"<p>Uuid | Fax Number UUID</p>\n","type":"text/plain"},"key":"numberId","value":""}],"variable":[]}},"response":[{"id":"01590dd8-719a-44ed-a432-4128b8162fbb","name":"View Webhooks","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/webhooks","host":["https://api.documo.com"],"path":["webhooks"],"query":[{"key":"accountId","value":"","description":"Uuid | Account’s UUID","type":"text","disabled":true},{"key":"numberId","value":"","description":"Uuid | Fax Number UUID","type":"text","disabled":true}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 10,\n    \"rows\": [\n      {\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"name\": \"Webhook\",\n        \"enabled\": true,\n        \"url\": \"https://webhook.com/test\",\n        \"auth\": null,\n        \"accountId\": \"00000000-0000-0000-0000-000000000000\",\n        \"numberId\": null,\n        \"events\": [\n            \"fax.v1.inbound.init\",\n            \"fax.v1.number.add\",\n            \"identity.v1.user.create\"\n        ],\n        \"notificationEmails\": null,\n        \"createdAt\": \"2023-01-01T00:00:00.000Z\",\n        \"updatedAt\": \"2023-01-01T00:00:00.000Z\"\n      },\n      ...\n    ]\n}"}],"_postman_id":"e42144a3-ad8c-4fac-b58d-919d719b8069"}],"id":"da8dc725-8327-470c-83e4-34b40205cfa2","_postman_id":"da8dc725-8327-470c-83e4-34b40205cfa2","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}}},{"name":"Reports","item":[{"name":"Summary Report","id":"16729e57-827f-4e5a-a9fe-a0e1d57a0408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/reports/summary","description":"<p>Rate Limit: 8 per minute</p>\n<p>Returns summary report.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","reports","summary"],"host":["https://api.documo.com"],"query":[{"disabled":true,"description":{"content":"<p>String | Start date as ISO 8601 string. Filtering by ‘resolvedDate’</p>\n","type":"text/plain"},"key":"startDate","value":""},{"disabled":true,"description":{"content":"<p>String | End date as ISO 8601 string. Filtering by ‘resolvedDate’</p>\n","type":"text/plain"},"key":"endDate","value":""},{"disabled":true,"description":{"content":"<p>Boolean | If true - returns result as .csv file</p>\n","type":"text/plain"},"key":"csv","value":""},{"disabled":true,"description":{"content":"<p>Boolean | If true - compiles report in the background and delivers it to  mDrive when complete</p>\n","type":"text/plain"},"key":"deliverToDrive","value":null},{"disabled":true,"description":{"content":"<p>String | The uuid of the mDrive folder to deliver the report to</p>\n","type":"text/plain"},"key":"folderId","value":null},{"disabled":true,"description":{"content":"<p>Boolean | If true - compiles report in the background and delivers it to  your email address when complete</p>\n","type":"text/plain"},"key":"deliverToEmail","value":null},{"disabled":true,"description":{"content":"<p>Integer | Default: 0 | Number of results to skip (used for pagination)</p>\n","type":"text/plain"},"key":"offset","value":""},{"disabled":true,"description":{"content":"<p>Integer | Default: 100 | Number of results to be returned (used for pagination)</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>String | Accepts accounts, users, numbers, or faxbridges. Defaults to users.</p>\n","type":"text/plain"},"key":"reportState","value":""},{"disabled":true,"description":{"content":"<p>Boolean | Include children to report</p>\n","type":"text/plain"},"key":"includeSubaccounts","value":""},{"disabled":true,"description":{"content":"<p>String | Filter by account</p>\n","type":"text/plain"},"key":"accountId","value":""}],"variable":[]}},"response":[{"id":"d0aee1f7-89c2-4af3-a692-53b7aadfae20","name":"Summary Report","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/reports/summary","host":["https://api.documo.com"],"path":["v1","reports","summary"],"query":[{"key":"startDate","value":"","description":"String | Start date as ISO 8601 string. Filtering by ‘resolvedDate’","type":"text","disabled":true},{"key":"endDate","value":"","description":"String | End date as ISO 8601 string. Filtering by ‘resolvedDate’","type":"text","disabled":true},{"key":"csv","value":"","description":"Boolean | If true - returns result as .csv file","type":"text","disabled":true},{"key":"deliverToDrive","value":null,"description":"Boolean | If true - compiles report in the background and delivers it to  mDrive when complete","type":"text","disabled":true},{"key":"folderId","value":null,"description":"String | The uuid of the mDrive folder to deliver the report to","type":"text","disabled":true},{"key":"deliverToEmail","value":null,"description":"Boolean | If true - compiles report in the background and delivers it to  your email address when complete","type":"text","disabled":true},{"key":"offset","value":"","description":"Integer | Default: 0 | Number of results to skip (used for pagination)","type":"text","disabled":true},{"key":"limit","value":"","description":"Integer | Default: 100 | Number of results to be returned (used for pagination)","type":"text","disabled":true},{"key":"reportState","value":"","description":"String | Accepts accounts, users, numbers, or faxbridges. Defaults to users.","type":"text","disabled":true},{"key":"includeSubaccounts","value":"","description":"Boolean | Include children to report","type":"text","disabled":true},{"key":"accountId","value":"","description":"String | Filter by account","type":"text","disabled":true}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"rows\": [\n        {\n            \"accountType\": \"master\",\n            \"accountName\": \"The Master Account\",\n            \"accountNumber\": \"1234567891\",\n            \"totalAttempts\": 400,\n            \"totalDuration\": 123456,\n            \"totalFailed\": 42,\n            \"totalSuccess\": 500,\n            \"totalPages\": 400,\n            \"totalFaxes\": 350\n        }\n    ]\n}"}],"_postman_id":"16729e57-827f-4e5a-a9fe-a0e1d57a0408"},{"name":"Detailed Report","id":"dfedb3ae-1ffb-46cc-9726-81d499512d28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/reports/detailed","description":"<p>Rate Limit: 8 per minute</p>\n<p>Returns detailed report.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","reports","detailed"],"host":["https://api.documo.com"],"query":[{"disabled":true,"description":{"content":"<p>String | Filter by User ID</p>\n","type":"text/plain"},"key":"userId","value":""},{"disabled":true,"description":{"content":"<p>String | Start date as ISO 8601 string. Filtering by ‘resolvedDate’</p>\n","type":"text/plain"},"key":"startDate","value":""},{"disabled":true,"description":{"content":"<p>String | End date as ISO 8601 string. Filtering by ‘resolvedDate’</p>\n","type":"text/plain"},"key":"endDate","value":""},{"disabled":true,"description":{"content":"<p>String | If true - returns result as .csv file</p>\n","type":"text/plain"},"key":"csv","value":""},{"disabled":true,"description":{"content":"<p>Boolean | If true - compiles report in the background and delivers it to  mDrive when complete</p>\n","type":"text/plain"},"key":"deliverToDrive","value":null},{"disabled":true,"description":{"content":"<p>String | The uuid of the mDrive folder to deliver the report to</p>\n","type":"text/plain"},"key":"folderId","value":null},{"disabled":true,"description":{"content":"<p>Boolean | If true - compiles report in the background and delivers it to  your email address when complete</p>\n","type":"text/plain"},"key":"deliverToEmail","value":null},{"disabled":true,"description":{"content":"<p>Integer | Default: 0 | Number of results to skip (used for pagination)</p>\n","type":"text/plain"},"key":"offset","value":""},{"disabled":true,"description":{"content":"<p>Integer | Default: 50 | Number of results to be returned (used for pagination)</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>String | Fax status - all, failed, success</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>String | Possible values: all, inbound, outbound</p>\n","type":"text/plain"},"key":"direction","value":""},{"disabled":true,"description":{"content":"<p>String | Accepts accounts, users, numbers, or faxbridges. Defaults to users.</p>\n","type":"text/plain"},"key":"reportState","value":""},{"disabled":true,"description":{"content":"<p>Boolean | Include children to report</p>\n","type":"text/plain"},"key":"includeSubaccounts","value":""},{"disabled":true,"description":{"content":"<p>String | Filter by account</p>\n","type":"text/plain"},"key":"accountId","value":""}],"variable":[]}},"response":[{"id":"1a894697-c236-416b-9ebe-a78cd282ff76","name":"Detailed Report","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/reports/detailed","host":["https://api.documo.com"],"path":["v1","reports","detailed"],"query":[{"key":"userId","value":"","description":"String | Filter by User ID","type":"text","disabled":true},{"description":"String | Start date as ISO 8601 string. Filtering by ‘resolvedDate’","key":"startDate","type":"text","value":"","disabled":true},{"description":"String | End date as ISO 8601 string. Filtering by ‘resolvedDate’","key":"endDate","type":"text","value":"","disabled":true},{"description":"String | If true - returns result as .csv file","key":"csv","type":"text","value":"","disabled":true},{"description":"Integer | Default: 0 | Number of results to skip (used for pagination)","key":"offset","type":"text","value":"","disabled":true},{"description":"Integer | Default: 100 | Number of results to be returned (used for pagination)","key":"limit","type":"text","value":"","disabled":true},{"key":"status","value":"","description":"String | Fax status - all, failed, success","type":"text","disabled":true},{"key":"direction","value":"","description":"String | Possible values: all, inbound, outbound","type":"text","disabled":true},{"description":"String | Accepts accounts, users, numbers, or faxbridges. Defaults to users.","key":"reportState","type":"text","value":"","disabled":true},{"description":"Boolean | Include children to report","key":"includeSubaccounts","type":"text","value":"","disabled":true},{"description":"String | Filter by account","key":"accountId","type":"text","value":"","disabled":true},{"key":"deliverToDrive","value":null,"description":"Boolean | If true - compiles report in the background and delivers it to  mDrive when complete","type":"text","disabled":true},{"key":"folderId","value":null,"description":"String | The uuid of the mDrive folder to deliver the report to","type":"text","disabled":true},{"key":"deliverToEmail","value":null,"description":"Boolean | If true - compiles report in the background and delivers it to  your email address when complete","type":"text","disabled":true}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 335,\n    \"rows\": [\n        {\n            \"account\": {\n                \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n                \"accountName\": \"Night’s Watch\",\n                \"accountNumber\": \"1202100000\",\n                \"accountType\": \"customer\"\n            },\n            \"createdAt\": \"2021-01-01T12:00:00.000Z\",\n            \"deliveryId\": \"2201208225531330952\",\n            \"direction\": \"outbound\",\n            \"faxAttempt\": 1,\n            \"faxCallerId\": \"5094570051\",\n            \"faxCsid\": \"mFax\",\n            \"faxDetected\": true,\n            \"faxDuration\": 76000,\n            \"faxEcm\": 256,\n            \"faxNumber\": \"+18885551234\",\n            \"faxProtocol\": 17,\n            \"faxResultCode\": \"0\",\n            \"faxSpeed\": 12000,\n            \"faxbridge\": \"214041002320\",\n            \"isSuccess\": true,\n            \"pagesComplete\": 1,\n            \"pagesCount\": 1,\n            \"resolvedDate\": \"2021-01-01T12:00:30.000Z\",\n            \"subject\": \"Fax Subject\",\n            \"contacts\": \"John Doe, Jane Doe\",\n            \"tags\": \"test, tag\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"dfedb3ae-1ffb-46cc-9726-81d499512d28"},{"name":"Billing Report","id":"a24c9f86-69ac-48c3-b486-4aed9ee0fb5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/reports/billing","description":"<p>Rate Limit: 8 per minute</p>\n<p>Returns billing report.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","reports","billing"],"host":["https://api.documo.com"],"query":[{"disabled":true,"description":{"content":"<p>Boolean | If true - returns result as .csv file</p>\n","type":"text/plain"},"key":"csv","value":""},{"disabled":true,"description":{"content":"<p>String | Filter by account</p>\n","type":"text/plain"},"key":"accountId","value":""},{"disabled":true,"description":{"content":"<p>Integer | Default: 0 | Number of results to skip (used for pagination)</p>\n","type":"text/plain"},"key":"offset","value":""},{"disabled":true,"description":{"content":"<p>Integer | Default: 100 | Max: 100  | Number of results to be returned (used for pagination)</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Boolean | If true - compiles report in the background and delivers it to  mDrive when complete</p>\n","type":"text/plain"},"key":"deliverToDrive","value":null},{"disabled":true,"description":{"content":"<p>String | The uuid of the mDrive folder to deliver the report to</p>\n","type":"text/plain"},"key":"folderId","value":null},{"disabled":true,"description":{"content":"<p>Boolean | If true - compiles report in the background and delivers it to  your email address when complete</p>\n","type":"text/plain"},"key":"deliverToEmail","value":null}],"variable":[]}},"response":[{"id":"34330065-3f6d-4fe7-bd5b-330ca0764c96","name":"Billing Report","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/reports/billing","host":["https://api.documo.com"],"path":["v1","reports","billing"],"query":[{"description":"Boolean | If true - returns result as .csv file","key":"csv","type":"text","value":"","disabled":true},{"description":"String | Filter by account","key":"accountId","type":"text","value":"","disabled":true},{"key":"offset","value":"","description":"Integer | Default: 0 | Number of results to skip (used for pagination)","disabled":true},{"key":"limit","value":"","description":"Integer | Default: 100 | Max: 100  | Number of results to be returned (used for pagination)","disabled":true},{"key":"deliverToDrive","value":null,"description":"Boolean | If true - compiles report in the background and delivers it to  mDrive when complete","type":"text","disabled":true},{"key":"folderId","value":null,"description":"String | The uuid of the mDrive folder to deliver the report to","type":"text","disabled":true},{"key":"deliverToEmail","value":null,"description":"Boolean | If true - compiles report in the background and delivers it to  your email address when complete","type":"text","disabled":true}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"rows\": [\n        {\n            \"uuid\": \"123a4a5a-9999-4444-8888-bb12e3e4abcde\",\n            \"accountName\": \"Account Name\",\n            \"accountNumber\": \"2221184399\",\n            \"accountType\": \"reseller\",\n            \"subaccounts\": 10,\n            \"numbers\": 15,\n            \"users\": 25,\n            \"faxbridges\": 10,\n            \"metadata\": null\n        },\n        ...\n    ]\n}"}],"_postman_id":"a24c9f86-69ac-48c3-b486-4aed9ee0fb5a"}],"id":"dc4e6fcd-2c3c-428f-9685-6ee56e039891","_postman_id":"dc4e6fcd-2c3c-428f-9685-6ee56e039891","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}}},{"name":"Account","item":[{"name":"Create Account","id":"a2d5e2cf-2254-45d1-bb7d-badf938833fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"accountName","value":"","description":"<p>String | Required | Account name</p>\n","type":"text"},{"key":"faxCallerId","value":"","description":"<p>String | 10 characters limit | ID of fax caller</p>\n","type":"text","disabled":true},{"key":"faxCsid","value":"","description":"<p>String | 20 characters limit | Unique fax ID</p>\n","type":"text","disabled":true},{"key":"emailNotifySendOption","value":"","description":"<p>String | Outbound fax notification settings. Acceptable values: None, All (default), Success, Failure</p>\n","type":"text","disabled":true},{"key":"emailNotifyReceiveOption","value":"","description":"<p>String | Inbound fax notification settings. Acceptable values: None, All (default), Success, Failure</p>\n","type":"text","disabled":true},{"key":"emailNotifySendIncAttachment","value":"","description":"<p>Boolean | Outbound fax notification attachment settings. Acceptable values: true (default), false</p>\n","type":"text","disabled":true},{"key":"emailNotifyReceiveIncAttachment","value":"","description":"<p>Boolean | Inbound fax notification attachment settings. Acceptable values: true (default), false</p>\n","type":"text","disabled":true},{"key":"timezone","value":"","description":"<p>String | Timezone</p>\n","type":"text","disabled":true},{"key":"allowEmailToFax","value":"","description":"<p>Boolean | Email to Fax</p>\n","type":"text","disabled":true},{"key":"usersTokenLife","value":"","description":"<p>Integer | Set manual user token time for this account</p>\n","type":"text","disabled":true},{"key":"cf","value":"","description":"<p>Object | Object with custom fields</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/accounts","description":"<p>Creates subaccount or department for current user’s account.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","accounts"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"c29b9e32-b56c-4bd3-b865-4b532daada8b","name":"Create Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"accountName","value":"example","description":"String | Required | Account name","type":"text"},{"key":"faxCallerId","value":"example","description":"String | 10 characters limit | ID of fax caller","type":"text"},{"key":"faxCsid","value":"example","description":"String | 20 characters limit | Unique fax ID","type":"text"},{"key":"emailNotifySendOption","value":"None","description":"String | Outbound fax notification settings. Acceptable values: None, All (default), Success, Failure","type":"text"},{"key":"emailNotifyReceiveOption","value":"None","description":"String | Inbound fax notification settings. Acceptable values: None, All (default), Success, Failure","type":"text"},{"key":"emailNotifySendIncAttachment","value":"false","description":"Boolean | Outbound fax notification attachment settings. Acceptable values: true (default), false","type":"text"},{"key":"emailNotifyReceiveIncAttachment","value":"false","description":"Boolean | Inbound fax notification attachment settings. Acceptable values: true (default), false","type":"text"},{"key":"timezone","value":"pacific","description":"String | Timezone","type":"text"},{"key":"allowEmailToFax","value":"false","description":"Boolean | Email to Fax","type":"text"},{"key":"usersTokenLife","value":"1","description":"Integer | Set manual user token time for this account","type":"text"},{"key":"cf","value":"{\"example\": \"value\"}","description":"Object | Object with custom fields","type":"text"}]},"url":"https://api.documo.com/v1/accounts"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n    \"accountName\": \"Night’s Watch\",\n    \"accountNumber\": \"1201700000\",\n    \"accountType\": \"customer\",\n    \"allowAdmin\": \"inherit\",\n    \"allowApi\": \"inherit\",\n    \"allowEnterprise\": \"inherit\",\n    \"allowAdminNumbersProvision\": \"allow\",\n    \"allowAdminNumbersReleasing\": \"allow\",\n    \"allowEmailToFax\": true,\n    \"allowFaxAttachments\": true,\n    \"allowNumbersForwarding\": \"allow\",\n    \"allowNumbersManaging\": \"allow\",\n    \"allowNumbersPorting\": \"deny\",\n    \"allowUsersManaging\": \"allow\",\n    \"timezone\": \"America/Los_Angeles\",\n    \"emailNotifySendOption\": \"all\",\n    \"emailNotifyReceiveOption\": \"all\",\n    \"emailNotifySendIncAttachment\": true,\n    \"emailNotifyReceiveIncAttachment\": true,\n    \"emailNotifyEmailToFaxQueued\": true,\n    \"faxCsid\": \"mFax\",\n    \"faxCallerId\": \"12021234567\",\n    \"faxDefaultCoverPage\": \"35fb8cc3-064b-4182-943a-76bf7e64725a\",\n    \"faxLifetime\": \"31622400\",\n    \"parentId\": \"35fb8cc3-064b-4182-943a-76bf7e64725a\",\n    \"portingNotificationEmails\": [\n        \"john@snow.com\"\n    ],\n    \"createdAt\": \"2017-07-05T08:28:14.000Z\",\n    \"updatedAt\": \"2018-09-04T16:41:14.000Z\",\n    \"childrenCount\": 1,\n    \"usersCount\": 17,\n    \"cf\": {\n        \"customField\": \"value\"\n    }\n}"}],"_postman_id":"a2d5e2cf-2254-45d1-bb7d-badf938833fd"},{"name":"View Accounts","id":"91da5041-8cdb-4810-88b9-1a836ce20f62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/accounts","description":"<p>Returns all sub accounts of current user account.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","accounts"],"host":["https://api.documo.com"],"query":[{"disabled":true,"description":{"content":"<p>String | Account type. Acceptable values: subaccount, department, reseller</p>\n","type":"text/plain"},"key":"accountType","value":""},{"disabled":true,"description":{"content":"<p>String | Include details, branding, plan. Example: branding,plan</p>\n","type":"text/plain"},"key":"include","value":""},{"disabled":true,"description":{"content":"<p>Integer | Default: 0 | Number of results to skip (used for pagination)</p>\n","type":"text/plain"},"key":"offset","value":""},{"disabled":true,"description":{"content":"<p>Integer | Default: 50 | Number of results to be returned (used for pagination)</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>String | Sort response values by account_name, account_type, created_at in ascending or descending order. Example: account_name asc</p>\n","type":"text/plain"},"key":"order","value":""},{"disabled":true,"description":{"content":"<p>String | Search by Account Name, Account Number, Account UUID</p>\n","type":"text/plain"},"key":"query","value":""}],"variable":[]}},"response":[{"id":"c7ecb0bf-27d2-4843-9582-76dd579dbfd3","name":"View Accounts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/accounts","host":["https://api.documo.com"],"path":["v1","accounts"],"query":[{"key":"accountType","value":"","description":"String | Account type. Acceptable values: owner, manager","type":"text","disabled":true},{"key":"include","value":"","description":"String | Include assigned settings or billings. Example: settings,billing","type":"text","disabled":true},{"key":"offset","value":"","description":"Integer | Default: 0 | Number of results to skip (used for pagination)","type":"text","disabled":true},{"key":"limit","value":"","description":"Integer | Default: 50 | Number of results to be returned (used for pagination)","type":"text","disabled":true},{"key":"order","value":"","description":"String | Sort response values by account_name, account_number, fax_csid, fax_caller_id in ascending or descending order. Example: account_name asc","type":"text","disabled":true},{"key":"query","value":"","description":"String | Search by Account Name, Account Number, Fax CSID or Fax Caller ID","type":"text","disabled":true}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"rows\": [\n        {\n            \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n            \"accountName\": \"Night’s Watch\",\n            \"accountNumber\": \"1201700000\",\n            \"accountType\": \"customer\",\n            \"allowAdmin\": \"inherit\",\n            \"allowApi\": \"inherit\",\n            \"allowEnterprise\": \"inherit\",\n            \"allowAdminNumbersProvision\": \"allow\",\n            \"allowAdminNumbersReleasing\": \"allow\",\n            \"allowEmailToFax\": true,\n            \"allowFaxAttachments\": true,\n            \"allowNumbersForwarding\": \"allow\",\n            \"allowNumbersManaging\": \"allow\",\n            \"allowNumbersPorting\": \"deny\",\n            \"allowUsersManaging\": \"allow\",\n            \"timezone\": \"America/Los_Angeles\",\n            \"emailNotifySendOption\": \"all\",\n            \"emailNotifyReceiveOption\": \"all\",\n            \"emailNotifySendIncAttachment\": true,\n            \"emailNotifyReceiveIncAttachment\": true,\n            \"emailNotifyEmailToFaxQueued\": true,\n            \"faxCsid\": \"mFax\",\n            \"faxCallerId\": \"12021234567\",\n            \"faxDefaultCoverPage\": \"35fb8cc3-064b-4182-943a-76bf7e64725a\",\n            \"faxLifetime\": \"31622400\",\n            \"parentId\": \"35fb8cc3-064b-4182-943a-76bf7e64725a\",\n            \"portingNotificationEmails\": [\n                \"john@snow.com\"\n            ],\n            \"createdAt\": \"2017-07-05T08:28:14.000Z\",\n            \"updatedAt\": \"2018-09-04T16:41:14.000Z\",\n            \"childrenCount\": 1,\n            \"usersCount\": 17,\n            \"cf\": {\n                \"customField\": \"value\"\n            }\n        }\n    ]\n}"}],"_postman_id":"91da5041-8cdb-4810-88b9-1a836ce20f62"},{"name":"View Account Info","id":"c44d59d9-2b13-4d70-9160-4a632e439cfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/accounts/:accountId","description":"<p>Returns current account info and settings.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","accounts",":accountId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Account UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"accountId"}]}},"response":[{"id":"5f1a0da7-3950-404a-97d2-f17361711a7f","name":"View Account Info","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/accounts/:accountId","host":["https://api.documo.com"],"path":["v1","accounts",":accountId"],"variable":[{"key":"accountId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Account UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"account\": {\n    \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n    \"accountName\": \"Night’s Watch\",\n    \"accountNumber\": \"1201700000\",\n    \"accountType\": \"customer\",\n    \"allowAdmin\": \"inherit\",\n    \"allowApi\": \"inherit\",\n    \"allowEnterprise\": \"inherit\",\n    \"allowAdminNumbersProvision\": \"allow\",\n    \"allowAdminNumbersReleasing\": \"allow\",\n    \"allowEmailToFax\": true,\n    \"allowFaxAttachments\": true,\n    \"allowNumbersForwarding\": \"allow\",\n    \"allowNumbersManaging\": \"allow\",\n    \"allowNumbersPorting\": \"deny\",\n    \"allowUsersManaging\": \"allow\",\n    \"timezone\": \"America/Los_Angeles\",\n    \"emailNotifySendOption\": \"all\",\n    \"emailNotifyReceiveOption\": \"all\",\n    \"emailNotifySendIncAttachment\": true,\n    \"emailNotifyReceiveIncAttachment\": true,\n    \"emailNotifyEmailToFaxQueued\": true,\n    \"faxCsid\": \"mFax\",\n    \"faxCallerId\": \"12021234567\",\n    \"faxDefaultCoverPage\": \"35fb8cc3-064b-4182-943a-76bf7e64725a\",\n    \"faxLifetime\": \"31622400\",\n    \"parentId\": \"35fb8cc3-064b-4182-943a-76bf7e64725a\",\n    \"portingNotificationEmails\": [\"john@snow.com\"],\n    \"createdAt\": \"2017-07-05T08:28:14.000Z\",\n    \"updatedAt\": \"2018-09-04T16:41:14.000Z\",\n    \"childrenCount\": 1,\n    \"usersCount\": 17,\n    \"cf\": {\n      \"customField\": \"value\"  \n    }\n  },\n  \"breadcrumb\": []\n}"}],"_postman_id":"c44d59d9-2b13-4d70-9160-4a632e439cfb"},{"name":"Update Account","id":"eab89a11-4b63-4655-aa7e-cfacf048fc1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"accountName","value":"","description":"<p>String | Name of the company</p>\n","type":"text","disabled":true},{"key":"faxCallerId","value":"","description":"<p>String | 10 characters limit | ID of fax caller</p>\n","type":"text","disabled":true},{"key":"faxCsid","value":"","description":"<p>String | 20 characters limit | Unique fax ID</p>\n","type":"text","disabled":true},{"key":"emailNotifySendOption","value":"","description":"<p>String | Outbound fax notification settings. Acceptable values: None, All (default), Success, Failure</p>\n","type":"text","disabled":true},{"key":"emailNotifyReceiveOption","value":"","description":"<p>String | Inbound fax notification settings. Acceptable values: None, All (default), Success, Failure</p>\n","type":"text","disabled":true},{"key":"emailNotifySendIncAttachment","value":"","description":"<p>Boolean | Outbound fax notification attachment settings. Acceptable values: true (default), false</p>\n","type":"text","disabled":true},{"key":"emailNotifyReceiveIncAttachment","value":"","description":"<p>Boolean | Inbound fax notification attachment settings. Acceptable values: true (default), false</p>\n","type":"text","disabled":true},{"key":"timezone","value":"","description":"<p>String | Timezone</p>\n","type":"text","disabled":true},{"key":"allowEmailToFax","value":"","description":"<p>Boolean | Email to Fax</p>\n","type":"text","disabled":true},{"key":"usersTokenLife","value":"","description":"<p>Integer | Set manual user token time for this account</p>\n","type":"text","disabled":true},{"key":"isSuspend","value":"","description":"<p>Boolean | Value of true puts account in suspended status. Users will not be able to login or perform billable functions</p>\n","type":"text","disabled":true},{"key":"suspendAt","value":"","description":"<p>Date | Sets a date that account will move to suspended status. E.g: ‘2019-01-01T12:00:00.000Z’</p>\n","type":"text","disabled":true},{"key":"cf","value":"","description":"<p>Object | Object with custom fields</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/accounts/:accountId","description":"<p>This method will allow you to modify global account settings and info. You will need to pass through the account ID and will also need administrative privileges to access.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","accounts",":accountId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Account UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"accountId"}]}},"response":[{"id":"c2aa870d-3582-4c1b-ae63-1f04f30d5f07","name":"Update Account","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"accountName","value":"example","description":"String | Name of the company","type":"text"},{"key":"faxCallerId","value":"example","description":"String | 10 characters limit | ID of fax caller","type":"text"},{"key":"faxCsid","value":"example","description":"String | 20 characters limit | Unique fax ID","type":"text"},{"key":"emailNotifySendOption","value":"None","description":"String | Outbound fax notification settings. Acceptable values: None, All (default), Success, Failure","type":"text"},{"key":"emailNotifyReceiveOption","value":"None","description":"String | Inbound fax notification settings. Acceptable values: None, All (default), Success, Failure","type":"text"},{"key":"emailNotifySendIncAttachment","value":"false","description":"Boolean | Outbound fax notification attachment settings. Acceptable values: true (default), false","type":"text"},{"key":"emailNotifyReceiveIncAttachment","value":"false","description":"Boolean | Inbound fax notification attachment settings. Acceptable values: true (default), false","type":"text"},{"key":"timezone","value":"pacific","description":"String | Timezone","type":"text"},{"key":"allowEmailToFax","value":"false","description":"Boolean | Email to Fax","type":"text"},{"key":"usersTokenLife","value":"1","description":"Integer | Set manual user token time for this account","type":"text"},{"key":"isSuspend","value":"false","description":"Boolean | Value of true puts account in suspended status. Users will not be able to login or perform billable functions","type":"text"},{"key":"suspendAt","value":"2020-01-01T00:00:00.000Z","description":"Date | Sets a date that account will move to suspended status. E.g: ‘2019-01-01T12:00:00.000Z’","type":"text"},{"key":"cf","value":"{\"example\": \"value\"}","description":"Object | Object with custom fields","type":"text"}]},"url":{"raw":"https://api.documo.com/v1/accounts/:accountId","host":["https://api.documo.com"],"path":["v1","accounts",":accountId"],"variable":[{"key":"accountId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Account UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n    \"accountName\": \"Night’s Watch\",\n    \"accountNumber\": \"1201700000\",\n    \"accountType\": \"customer\",\n    \"allowAdmin\": \"inherit\",\n    \"allowApi\": \"inherit\",\n    \"allowEnterprise\": \"inherit\",\n    \"allowAdminNumbersProvision\": \"allow\",\n    \"allowAdminNumbersReleasing\": \"allow\",\n    \"allowEmailToFax\": true,\n    \"allowFaxAttachments\": true,\n    \"allowNumbersForwarding\": \"allow\",\n    \"allowNumbersManaging\": \"allow\",\n    \"allowNumbersPorting\": \"deny\",\n    \"allowUsersManaging\": \"allow\",\n    \"timezone\": \"America/Los_Angeles\",\n    \"emailNotifySendOption\": \"all\",\n    \"emailNotifyReceiveOption\": \"all\",\n    \"emailNotifySendIncAttachment\": true,\n    \"emailNotifyReceiveIncAttachment\": true,\n    \"emailNotifyEmailToFaxQueued\": true,\n    \"faxCsid\": \"mFax\",\n    \"faxCallerId\": \"12021234567\",\n    \"faxDefaultCoverPage\": \"35fb8cc3-064b-4182-943a-76bf7e64725a\",\n    \"faxLifetime\": \"31622400\",\n    \"parentId\": \"35fb8cc3-064b-4182-943a-76bf7e64725a\",\n    \"portingNotificationEmails\": [\"john@snow.com\"],\n    \"createdAt\": \"2017-07-05T08:28:14.000Z\",\n    \"updatedAt\": \"2018-09-04T16:41:14.000Z\",\n    \"childrenCount\": 1,\n    \"usersCount\": 17,\n    \"cf\": {\n      \"customField\": \"new value\"\n    }\n}"}],"_postman_id":"eab89a11-4b63-4655-aa7e-cfacf048fc1b"},{"name":"Delete Account","id":"b929d7a0-ddd1-415c-9d34-8e38af35f330","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.documo.com/v1/accounts/:accountId","description":"<p>Deletes account, users and all assigned numbers. You won’t be able to delete account if it has subbacounts.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","accounts",":accountId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Account UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"accountId"}]}},"response":[{"id":"22aac301-5ac0-40e9-9c1e-f25fded37c36","name":"Delete Account","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/accounts/:accountId","host":["https://api.documo.com"],"path":["v1","accounts",":accountId"],"variable":[{"key":"accountId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Account UUID"}]}},"code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"b929d7a0-ddd1-415c-9d34-8e38af35f330"}],"id":"6b61141f-d401-4962-85c3-254681615327","description":"<p>Accessible by admin level users only.</p>\n","event":[{"listen":"prerequest","script":{"id":"8d5d042b-fec2-4a99-a677-a942332a7c3c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b1331305-7117-4d1e-8a8d-b6438302d9b6","type":"text/javascript","exec":[""]}}],"_postman_id":"6b61141f-d401-4962-85c3-254681615327","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}}},{"name":"Users","item":[{"name":"Create User","id":"c907598c-ab7b-470d-b1c5-010891d97afc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"firstName","value":"","description":"<p>String | Required | 100 characters limit | First name on the card</p>\n","type":"text"},{"key":"lastName","value":"","description":"<p>String | Required | 100 characters limit | Last name on the card</p>\n","type":"text"},{"key":"email","value":"","description":"<p>String | Required | User email</p>\n","type":"text"},{"key":"userRole","value":"","description":"<p>String | Required | User role</p>\n","type":"text"},{"key":"password","value":"","description":"<p>String | Required | 128 characters limit | User password</p>\n","type":"text"},{"key":"phone","value":"","description":"<p>String | User phone</p>\n","type":"text","disabled":true},{"key":"accountId","value":"","description":"<p>String | Account id</p>\n","type":"text","disabled":true},{"key":"jobPosition","value":"","description":"<p>String | Job position of user</p>\n","type":"text","disabled":true},{"key":"drive","value":"","description":"<p>Boolean | If user should have mdrive access</p>\n","type":"text","disabled":true},{"key":"sign","value":"","description":"<p>Boolean | If user should have msign access</p>\n","type":"text","disabled":true},{"key":"fax","value":"","description":"<p>Boolean | If  user should have mfax access</p>\n","type":"text","disabled":true},{"key":"faxCallerId","value":"","description":"<p>String | 10 characters limit | ID of fax caller</p>\n","type":"text","disabled":true},{"key":"faxCsid","value":"","description":"<p>String | 20 characters limit | Unique fax ID</p>\n","type":"text","disabled":true},{"key":"cf","value":"","description":"<p>Object | Object with custom fields</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/users","description":"<p>Creates a user for account.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","users"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"e8af1454-e0d6-4a13-89ac-02d8a950f3bf","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"firstName","value":"example","description":"String | Required | 100 characters limit | First name on the card","type":"text"},{"key":"lastName","value":"example","description":"String | Required | 100 characters limit | Last name on the card","type":"text"},{"key":"password","value":"example","description":"String | Required | 128 characters limit | User password","type":"text"},{"key":"email","value":"example","description":"String | Required | User email","type":"text"},{"key":"userRole","value":"example","description":"String | Required | User role","type":"text"},{"key":"phone","value":"example","description":"String | User phone","type":"text"},{"key":"accountId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Account id","type":"text"},{"key":"jobPosition","value":"example","description":"String | Job position of user","type":"text"},{"key":"drive","value":"false","description":"Boolean | If user should have mdrive access","type":"text"},{"key":"sign","value":"false","description":"Boolean | If user should have msign access","type":"text"},{"key":"fax","value":"false","description":"Boolean | If  user should have mfax access","type":"text"},{"key":"cf","value":"{\"example\": \"value\"}","description":"Object | Object with custom fields","type":"text"}]},"url":"https://api.documo.com/v1/users"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uuid\": \"6c838c7c-cb48-4763-84d6-233b5f8cf782\",\n  \"accountId\": \"00000000-0000-0000-0000-000000000000\",\n  \"avatarPath\": \"https://storage.googleapis.com/documo-storage/avatars/ddadc536-4569-4ad0-b510-743b751f775480x80.jpeg\",\n  \"avatar\": \"ddadc536-4569-4ad0-b510-743b751f775480x80.jpeg\",\n  \"email\": \"john@snow.com\",\n  \"emailNotifySendOption\": \"all\",\n  \"emailNotifyReceiveOption\": \"all\",\n  \"emailNotifySendIncAttachment\": true,\n  \"emailNotifyReceiveIncAttachment\": true,\n  \"emailNotifyEmailToFaxQueued\": true,\n  \"faxCsid\": \"mFax\",\n  \"faxCallerId\": \"12021234567\",\n  \"faxDefaultCoverPage\": \"35fb8cc3-064b-4182-943a-76bf7e64725a\",\n  \"firstName\": \"Jon\",\n  \"lastName\": \"Snow\",\n  \"isEmailConfirmed\": true,\n  \"ownedBy\": \"00000000-0000-0000-0000-000000000000\",\n  \"phone\": \"+12015551234\",\n  \"createdAt\": \"2017-07-05T08:39:59.000Z\",\n  \"updated_at\": \"2018-09-04T17:13:05.747Z\",\n  \"userRole\": \"user\",\n  \"account\": {\n    ...\n  },\n  \"cf\": {\n    \"customField\": \"value\"  \n  }\n}"}],"_postman_id":"c907598c-ab7b-470d-b1c5-010891d97afc"},{"name":"Delete User","id":"c898d3f6-012a-4223-8557-c27e0a83b518","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.documo.com/v1/users/:userId","description":"<p>Deletes user and unassign all fax numbers.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","users",":userId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | User UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"userId"}]}},"response":[{"id":"2efcdbd0-4f76-494b-9da6-3070ee45504d","name":"Delete User","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/users/:userId","host":["https://api.documo.com"],"path":["v1","users",":userId"],"variable":[{"key":"userId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | User UUID"}]}},"code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"c898d3f6-012a-4223-8557-c27e0a83b518"},{"name":"View User","id":"eb303ee3-48bd-4683-9130-2457f47635f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/users/:userId","description":"<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","users",":userId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | User UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"userId"}]}},"response":[{"id":"28ed61a0-47cd-4630-9ee8-cb5581c28f67","name":"View User","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/users/:userId","host":["https://api.documo.com"],"path":["v1","users",":userId"],"variable":[{"key":"userId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | User UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uuid\": \"6c838c7c-cb48-4763-84d6-233b5f8cf782\",\n  \"accountId\": \"00000000-0000-0000-0000-000000000000\",\n  \"avatarPath\": \"https://storage.googleapis.com/documo-storage/avatars/ddadc536-4569-4ad0-b510-743b751f775480x80.jpeg\",\n  \"avatar\": \"ddadc536-4569-4ad0-b510-743b751f775480x80.jpeg\",\n  \"email\": \"john@snow.com\",\n  \"emailNotifySendOption\": \"all\",\n  \"emailNotifyReceiveOption\": \"all\",\n  \"emailNotifySendIncAttachment\": true,\n  \"emailNotifyReceiveIncAttachment\": true,\n  \"emailNotifyEmailToFaxQueued\": true,\n  \"faxCsid\": \"mFax\",\n  \"faxCallerId\": \"12021234567\",\n  \"faxDefaultCoverPage\": \"35fb8cc3-064b-4182-943a-76bf7e64725a\",\n  \"firstName\": \"Jon\",\n  \"lastName\": \"Snow\",\n  \"isEmailConfirmed\": true,\n  \"ownedBy\": \"00000000-0000-0000-0000-000000000000\",\n  \"phone\": \"(201) 555-1234\",\n  \"createdAt\": \"2017-07-05T08:39:59.000Z\",\n  \"updated_at\": \"2018-09-04T17:13:05.747Z\",\n  \"userRole\": \"user\",\n  \"account\": {\n    ...\n  },\n  \"cf\": {\n    \"customField\": \"value\" \n  }\n}"}],"_postman_id":"eb303ee3-48bd-4683-9130-2457f47635f7"},{"name":"View Users","id":"48eb1985-07b3-4256-915b-9a3fe891ec27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/users","description":"<p>Get all users for account that is specified in path.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","users"],"host":["https://api.documo.com"],"query":[{"disabled":true,"description":{"content":"<p>Integer | Default: 20 | Number of results to be returned (used for pagination)</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Integer | Default: 0 | Number of results to skip (used for pagination)</p>\n","type":"text/plain"},"key":"offset","value":""},{"disabled":true,"description":{"content":"<p>String | Search by email, first name, last name, phone, fax_csid and fax_caller_id</p>\n","type":"text/plain"},"key":"query","value":""},{"disabled":true,"description":{"content":"<p>String | Result order. Available values: email first_name last_name users_count last_login_date + asc desc. E.g: email asc</p>\n","type":"text/plain"},"key":"order","value":""}],"variable":[]}},"response":[{"id":"50d57c04-e699-4e9f-876b-2ffdd5c5acc5","name":"View Users","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/users/{userId}","host":["https://api.documo.com"],"path":["v1","users","{userId}"],"query":[{"key":"limit","value":"","description":"Integer | Default: 20 | Number of results to be returned (used for pagination)","type":"text","disabled":true},{"key":"offset","value":"","description":"Integer | Default: 0 | Number of results to skip (used for pagination)","type":"text","disabled":true},{"key":"query","value":"","description":"String | Search by email, first name, last name, phone, fax_csid and fax_caller_id","type":"text","disabled":true},{"key":"order","value":"","description":"String | Result order. Available values: email first_name last_name users_count last_login_date + asc desc. E.g: email asc","type":"text","disabled":true}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 10,\n    \"rows\": [\n      {\n        \"uuid\": \"6c838c7c-cb48-4763-84d6-233b5f8cf782\",\n        \"accountId\": \"00000000-0000-0000-0000-000000000000\",\n        \"avatarPath\": \"https://storage.googleapis.com/documo-storage/avatars/ddadc536-4569-4ad0-b510-743b751f775480x80.jpeg\",\n        \"avatar\": \"ddadc536-4569-4ad0-b510-743b751f775480x80.jpeg\",\n        \"email\": \"john@snow.com\",\n        \"emailNotifySendOption\": \"all\",\n        \"emailNotifyReceiveOption\": \"all\",\n        \"emailNotifySendIncAttachment\": true,\n        \"emailNotifyReceiveIncAttachment\": true,\n        \"emailNotifyEmailToFaxQueued\": true,\n        \"faxCsid\": \"mFax\",\n        \"faxCallerId\": \"12021234567\",\n        \"faxDefaultCoverPage\": \"35fb8cc3-064b-4182-943a-76bf7e64725a\",\n        \"firstName\": \"Jon\",\n        \"lastName\": \"Snow\",\n        \"isEmailConfirmed\": true,\n        \"ownedBy\": \"00000000-0000-0000-0000-000000000000\",\n        \"phone\": \"(201) 555-1234\",\n        \"createdAt\": \"2017-07-05T08:39:59.000Z\",\n        \"updated_at\": \"2018-09-04T17:13:05.747Z\",\n        \"userRole\": \"user\",\n        \"account\": {\n            ...\n        },\n        \"cf\": {\n            \"customField\": \"value\"  \n        }\n      },\n      ...\n    ]\n}"}],"_postman_id":"48eb1985-07b3-4256-915b-9a3fe891ec27"},{"name":"Update User","id":"9656c1e6-cd8d-49b8-97e8-e528061e4fa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"firstName","value":"","description":"<p>String | 100 characters limit | First name on the card</p>\n","type":"text","disabled":true},{"key":"lastName","value":"","description":"<p>String | 100 characters limit | Last name on the card</p>\n","type":"text","disabled":true},{"key":"phone","value":"","description":"<p>String | User phone</p>\n","type":"text","disabled":true},{"key":"faxCallerId","value":"","description":"<p>String | 10 characters limit | ID of fax caller</p>\n","type":"text","disabled":true},{"key":"faxCsid","value":"","description":"<p>String | 20 characters limit | Unique fax ID</p>\n","type":"text","disabled":true},{"key":"emailNotifySendOption","value":"","description":"<p>String | Outbound fax notification settings. Acceptable values: None, All (default), Success, Failure</p>\n","type":"text","disabled":true},{"key":"emailNotifyReceiveOption","value":"","description":"<p>String | Inbound fax notification settings. Acceptable values: None, All (default), Success, Failure</p>\n","type":"text","disabled":true},{"key":"emailNotifySendIncAttachment","value":"","description":"<p>Boolean | Outbound fax notification attachment settings. Acceptable values: true (default), false</p>\n","type":"text","disabled":true},{"key":"emailNotifyReceiveIncAttachment","value":"","description":"<p>Boolean | Inbound fax notification attachment settings. Acceptable values: true (default), false</p>\n","type":"text","disabled":true},{"key":"emailToFaxCoverPageOption","value":"","description":"<p>Boolean | Email to Fax cover page option</p>\n","type":"text","disabled":true},{"key":"cf","value":"","description":"<p>Object | Object with custom fields</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/users/:userId","description":"<p>Updates user info and settings by user ID.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","users",":userId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | User UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"userId"}]}},"response":[{"id":"1da86f93-8086-42eb-ae70-ee6b749204e4","name":"Update User","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"firstName","value":"example","description":"String | 100 characters limit | First name on the card","type":"text"},{"key":"lastName","value":"example","description":"String | 100 characters limit | Last name on the card","type":"text"},{"key":"phone","value":"1234567890","description":"String | User phone","type":"text"},{"key":"faxCallerId","value":"example","description":"String | 10 characters limit | ID of fax caller","type":"text"},{"key":"faxCsid","value":"example","description":"String | 20 characters limit | Unique fax ID","type":"text"},{"key":"emailNotifySendOption","value":"None","description":"String | Outbound fax notification settings. Acceptable values: None, All (default), Success, Failure","type":"text"},{"key":"emailNotifyReceiveOption","value":"None","description":"String | Inbound fax notification settings. Acceptable values: None, All (default), Success, Failure","type":"text"},{"key":"emailNotifySendIncAttachment","value":"false","description":"Boolean | Outbound fax notification attachment settings. Acceptable values: true (default), false","type":"text"},{"key":"emailNotifyReceiveIncAttachment","value":"false","description":"Boolean | Inbound fax notification attachment settings. Acceptable values: true (default), false","type":"text"},{"key":"emailToFaxCoverPageOption","value":"false","description":"Boolean | Email to Fax cover page option","type":"text"},{"key":"cf","value":"{\"example\": \"value\"}","description":"Object | Object with custom fields","type":"text"}]},"url":{"raw":"https://api.documo.com/v1/users/:userId","host":["https://api.documo.com"],"path":["v1","users",":userId"],"variable":[{"key":"userId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | User UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"emailNotifySendOption\": \"All\",\n  \"emailNotifyReceiveOption\": \"All\",\n  \"emailNotifySendIncAttachment\": true,\n  \"emailNotifyReceiveIncAttachment\": true,\n  \"emailToFaxCoverPageOption\": true,\n  \"userId\": \"fdb9f0dd-ac0c-4f3e-8e4b-1be0225186de\",\n  \"accountId\": \"6c838c7c-cb48-4763-84d6-233b5f8cf782\",\n  \"email\": \"example@mail.com\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"userRole\": \"user\",\n  \"phone\": \"12021234567\",\n  \"faxCsid\": \"mFax\",\n  \"faxCallerId\": \"12021234567\",\n  \"isEmailConfirmed\": true,\n  \"createdAt\": \"2017-06-06T11:23:11.000Z\",\n  \"cf\": {\n    \"customField\": \"value\"\n  }\n}"}],"_postman_id":"9656c1e6-cd8d-49b8-97e8-e528061e4fa9"}],"id":"8aa3410e-2ca5-4a60-a648-8465d4737670","_postman_id":"8aa3410e-2ca5-4a60-a648-8465d4737670","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}}},{"name":"Contacts","item":[{"name":"View Contacts","id":"3a09fc24-9131-4169-853a-84c4720447c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/contacts","description":"<p><code>API Key Access: base | admin | print_driver</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","contacts"],"host":["https://api.documo.com"],"query":[{"disabled":true,"description":{"content":"<p>String | User ID. If not specified - returns results for current user</p>\n","type":"text/plain"},"key":"userId","value":""},{"disabled":true,"description":{"content":"<p>Integer | Default: 0 | Number of results to skip (used for pagination)</p>\n","type":"text/plain"},"key":"offset","value":""},{"disabled":true,"description":{"content":"<p>Integer | Default: 50 | Number of results to be returned (used for pagination)</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>String | Order results. Ordered by name in ascending order, default value is name asc</p>\n","type":"text/plain"},"key":"order","value":""},{"disabled":true,"description":{"content":"<p>String | Search by contact name, fax number, phone number or email</p>\n","type":"text/plain"},"key":"query","value":""}],"variable":[]}},"response":[{"id":"1ff17f03-2bc1-4ec7-a289-5606c901cd03","name":"View Contacts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/contacts","host":["https://api.documo.com"],"path":["v1","contacts"],"query":[{"key":"userId","value":"","description":"String | User ID. If not specified - returns results for current user","disabled":true},{"key":"offset","value":"","description":"Integer | Default: 0 | Number of results to skip (used for pagination)","disabled":true},{"key":"limit","value":"","description":"Integer | Default: 50 | Number of results to be returned (used for pagination)","disabled":true},{"key":"order","value":"","description":"String | Order results. Ordered by name in ascending order, default value is name asc","disabled":true},{"key":"query","value":"","description":"String | Search by contact name, fax number, phone number or email","disabled":true}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"count\": 1,\n  \"rows\": [\n    {\n      \"uuid\": \"861660d0-1807-44cb-b68f-c96381a741d6\",\n      \"isOrganization\": true,\n      \"userId\": \"7b667809-c88f-4a27-b1fe-2cc932401e15\",\n      \"name\": \"Organization\",\n      \"phoneNumber\": \"\",\n      \"faxNumber\": \"\",\n      \"email\": \"org@com\",\n      \"isPublic\": false,\n      \"publicEditable\": false,\n      \"organizationId\": null,\n      \"contacts\": [\n        {\n          \"uuid\": \"1df1aa6d-0e5e-4a77-8dde-de601e902608\",\n          \"isOrganization\": false,\n          \"userId\": \"7b667809-c88f-4a27-b1fe-2cc932401e15\",\n          \"name\": \"Person\",\n          \"phoneNumber\": \"\",\n          \"faxNumber\": \"\",\n          \"email\": \"person@org\",\n          \"isPublic\": false,\n          \"publicEditable\": false,\n          \"organizationId\": \"861660d0-1807-44cb-b68f-c96381a741d6\"\n        }\n      ]\n    }\n  ],\n  \"limit\": 15,\n  \"offset\": 0\n}"}],"_postman_id":"3a09fc24-9131-4169-853a-84c4720447c4"},{"name":"Create Contact","id":"b195b064-58a5-4a1e-ba01-59aab8f6b95f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"","description":"<p>String | Contact name</p>\n","type":"text","disabled":true},{"key":"email","value":"","description":"<p>String | Contact email</p>\n","type":"text","disabled":true},{"key":"faxNumber","value":"","description":"<p>Integer | Fax number must be in E164 or number format with country code included (ie. +19999999999, 19999999999). Required for sending fax using contact</p>\n","type":"text","disabled":true},{"key":"phoneNumber","value":"","description":"<p>Integer | Phone number must be in E164 or number format with country code included (ie. +19999999999, 19999999999)</p>\n","type":"text","disabled":true},{"key":"organizationId","value":"","description":"<p>String | Assign contact to existing organization contact</p>\n","type":"text","disabled":true},{"key":"isPublic","value":"","description":"<p>Boolean | Contact will be shown for all users in the account</p>\n","type":"text","disabled":true},{"key":"isOrganization","value":"","description":"<p>Boolean | If true, organization will be created</p>\n","type":"text","disabled":true},{"key":"publicEditable","value":"","description":"<p>Boolean | All account users will be able to edit contact if value is true</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/contacts","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","contacts"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"d6970e2b-3d11-4596-8069-1c06a3aad27f","name":"Create Contact","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://api.documo.com/v1/contacts"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uuid\": \"e073d09d-9edd-40b4-ba7a-8a423a52e74a\",\n  \"name\": \"John Snow\",\n  \"phoneNumber\": \"(201) 555-0123\",\n  \"faxNumber\": \"(201) 555-0124\",\n  \"email\": \"john@snow.com\",\n  \"isPublic\": false,\n  \"publicEditable\": false,\n  \"isOrganization\": false,\n  \"userId\": \"7b667809-c88f-4a27-b1fe-2cc932401e15\"\n}"}],"_postman_id":"b195b064-58a5-4a1e-ba01-59aab8f6b95f"},{"name":"Update Contact","id":"a0225bb8-d3f8-41cf-985e-6c793ca5945c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>String | Contact name</p>\n","key":"name","type":"text","value":"","disabled":true},{"description":"<p>String | Contact email</p>\n","key":"email","type":"text","value":"","disabled":true},{"description":"<p>Integer | Fax number must be in E164 or number format with country code included (ie. +19999999999, 19999999999). Required for sending fax using contact</p>\n","key":"faxNumber","type":"text","value":"","disabled":true},{"description":"<p>Integer | Phone number must be in E164 or number format with country code included (ie. +19999999999, 19999999999)</p>\n","key":"phoneNumber","type":"text","value":"","disabled":true},{"description":"<p>String | Assign contact to existing organization contact</p>\n","key":"organizationId","type":"text","value":"","disabled":true},{"description":"<p>Boolean | Contact will be shown for all users in the account</p>\n","key":"isPublic","type":"text","value":"","disabled":true},{"description":"<p>Boolean | If true, organization will be created</p>\n","key":"isOrganization","type":"text","value":"","disabled":true},{"description":"<p>Boolean | All account users will be able to edit contact if value is true</p>\n","key":"publicEditable","type":"text","value":"","disabled":true}]},"url":"https://api.documo.com/v1/contacts/:contactId","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","contacts",":contactId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Contact UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"contactId"}]}},"response":[{"id":"324dc8b0-fcb4-4ed0-893d-323c5d23b4d9","name":"Update Contact","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"String | Contact name","key":"name","type":"text","value":"example"},{"description":"String | Contact email","key":"email","type":"text","value":"example"},{"description":"Integer | Fax number must be in E164 or number format with country code included (ie. +19999999999, 19999999999). Required for sending fax using contact","key":"faxNumber","type":"text","value":"+19999999999"},{"description":"Integer | Phone number must be in E164 or number format with country code included (ie. +19999999999, 19999999999)","key":"phoneNumber","type":"text","value":"+19999999999"},{"description":"String | Assign contact to existing organization contact","key":"organizationId","type":"text","value":"example"},{"description":"Boolean | Contact will be shown for all users in the account","key":"isPublic","type":"text","value":"false"},{"description":"Boolean | If true, organization will be created","key":"isOrganization","type":"text","value":"false"},{"description":"Boolean | All account users will be able to edit contact if value is true","key":"publicEditable","type":"text","value":"false"}]},"url":{"raw":"https://api.documo.com/v1/contacts/:contactId","host":["https://api.documo.com"],"path":["v1","contacts",":contactId"],"variable":[{"key":"contactId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Contact UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uuid\": \"e073d09d-9edd-40b4-ba7a-8a423a52e74a\",\n  \"name\": \"John Snow\",\n  \"phoneNumber\": \"(201) 555-0123\",\n  \"faxNumber\": \"(201) 555-0124\",\n  \"email\": \"john@snow.com\",\n  \"isPublic\": false,\n  \"publicEditable\": false,\n  \"isOrganization\": false,\n  \"userId\": \"7b667809-c88f-4a27-b1fe-2cc932401e15\"\n}"}],"_postman_id":"a0225bb8-d3f8-41cf-985e-6c793ca5945c"},{"name":"Delete Contact","id":"0ce0293f-0d65-46f2-85e9-d1dd9adbca45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.documo.com/v1/contacts/:contactId","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","contacts",":contactId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Contact UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"contactId"}]}},"response":[{"id":"d84fda14-7d04-45e5-8811-c9ab9e9ba318","name":"Delete Contact","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/contacts/:contactId","host":["https://api.documo.com"],"path":["v1","contacts",":contactId"],"variable":[{"key":"contactId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Contact UUID"}]}},"code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"0ce0293f-0d65-46f2-85e9-d1dd9adbca45"},{"name":"Bulk Delete Contact","id":"a5b2b268-977b-442b-ad8e-3e8aaa7c530c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.documo.com/v1/contacts/bulk","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","contacts","bulk"],"host":["https://api.documo.com"],"query":[{"disabled":true,"description":{"content":"<p>String | Contact IDs</p>\n","type":"text/plain"},"key":"contactIds","value":""}],"variable":[]}},"response":[{"id":"4225398c-4490-4900-b65a-e44ca3b42cf7","name":"Bulk Delete Contact","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/contacts/bulk?contactIds=d1077489-5ea1-4db1-9760-853f175e8288","host":["https://api.documo.com"],"path":["v1","contacts","bulk"],"query":[{"key":"contactIds","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Contact IDs"}]}},"code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"a5b2b268-977b-442b-ad8e-3e8aaa7c530c"}],"id":"147eb9df-a870-43b7-a9b5-58ddff00d538","_postman_id":"147eb9df-a870-43b7-a9b5-58ddff00d538","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}}},{"name":"Tags","item":[{"name":"View Tags","id":"01fc55b3-8b27-4005-a584-df543af85429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/tags","description":"<p><code>API Key Access: base | admin | print_driver</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","tags"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"5432a85d-8167-40bf-9447-c854fa8affa7","name":"View Tags","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":"https://api.documo.com/v1/tags"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n  {\n    \"uuid\": \"4c225812-81f1-4827-8194-b0e9475c54e6\",\n    \"createdBy\": \"7b667809-c88f-4a27-b1fe-2cc932401e15\",\n    \"name\": \"Healthcare\",\n    \"color\": \"1E88E5\",\n    \"isPublic\": 1\n  },\n  {\n    \"uuid\": \"67ad1d52-c253-4441-a289-6ab8a124cc23\",\n    \"createdBy\": \"7b667809-c88f-4a27-b1fe-2cc932401e15\",\n    \"name\": \"Confidential\",\n    \"color\": \"E91E63\",\n    \"isPublic\": 1\n  }\n]"}],"_postman_id":"01fc55b3-8b27-4005-a584-df543af85429"},{"name":"Create Tag","id":"ed06a99a-d0a7-4f9f-ac87-54f25d17a3de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"","description":"<p>String | Required | 32 characters limit | Tag name</p>\n","type":"text"},{"key":"color","value":"","description":"<p>String | Required | 7 characters limit with # character | Tag color hex</p>\n","type":"text"},{"key":"isPublic","value":"","description":"<p>Boolean | If tag should be shown for all users in the account</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/tag","description":"<p><code>API Key Access: base | admin | print_driver</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","tag"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"b2195f1d-f4e2-424d-8506-dab1c758e9a9","name":"Create Tag","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"example","description":"String | Required | 32 characters limit | Tag name","type":"text"},{"key":"color","value":"example","description":"String | Required | 7 characters limit with # character | Tag color hex","type":"text"},{"key":"isPublic","value":"false","description":"Boolean | If tag should be shown for all users in the account","type":"text"}]},"url":"https://api.documo.com/v1/tag"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uuid\": \"b0514cef-92c4-43e1-8c7e-061ee72b0de1\",\n  \"name\": \"Documentation\",\n  \"color\": \"ff0000\",\n  \"createdBy\": \"7b667809-c88f-4a27-b1fe-2cc932401e15\",\n  \"isPublic\": true\n}"}],"_postman_id":"ed06a99a-d0a7-4f9f-ac87-54f25d17a3de"},{"name":"Delete Tag","id":"fad35e0c-e2e6-4ad2-90db-f0db62b079a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.documo.com/v1/tag/:tagId","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","tag",":tagId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Tag UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"tagId"}]}},"response":[{"id":"673364f1-8d31-47e0-8460-4fe105b1437b","name":"Delete Tag","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/tag/:tagId","host":["https://api.documo.com"],"path":["v1","tag",":tagId"],"variable":[{"key":"tagId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Tag UUID"}]}},"code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"fad35e0c-e2e6-4ad2-90db-f0db62b079a0"},{"name":"View Fax Tags","id":"bbb7b41c-3b08-4589-ac57-3111427edc12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/fax/:messageId/tags","description":"<p>Get fax tags list by Message ID</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","fax",":messageId","tags"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Message UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"messageId"}]}},"response":[{"id":"cebf1800-3bd6-4243-81a5-391021a5d26d","name":"View Fax Tags","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/fax/:messageId/tags","host":["https://api.documo.com"],"path":["v1","fax",":messageId","tags"],"variable":[{"key":"messageId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Message UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n  {\n    \"uuid\": \"4c225812-81f1-4827-8194-b0e9475c54e6\",\n    \"createdBy\": \"7b667809-c88f-4a27-b1fe-2cc932401e15\",\n    \"name\": \"Healthcare\",\n    \"color\": \"1E88E5\",\n    \"isPublic\": 1\n  }\n]"}],"_postman_id":"bbb7b41c-3b08-4589-ac57-3111427edc12"},{"name":"Assign Tag to Fax","id":"75251388-9cfd-4d28-90b9-c3756f4f1741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tagId","value":"","description":"<p>String | Tag ID</p>\n","type":"text"}]},"url":"https://api.documo.com/v1/fax/:messageId/tag","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","fax",":messageId","tag"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Message UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"messageId"}]}},"response":[{"id":"2cd8147e-eef3-4d3c-9b82-14cf7fb0d977","name":"Assign Tag to Fax","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"tagId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"Uuid | Tag ID","type":"text"}]},"url":{"raw":"https://api.documo.com/v1/fax/:messageId/tag","host":["https://api.documo.com"],"path":["v1","fax",":messageId","tag"],"variable":[{"key":"messageId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Message UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"75251388-9cfd-4d28-90b9-c3756f4f1741"},{"name":"Unassign Tag from Fax","id":"30fc34cc-214b-4a99-bd21-a1f5d4376f90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.documo.com/v1/fax/:messageId/tag/:tagId","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","fax",":messageId","tag",":tagId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Message UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"messageId"},{"description":{"content":"<p>String | Required | Tag UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"tagId"}]}},"response":[{"id":"89ae0e7a-3ba9-460e-83be-314517f3dac7","name":"Unassign Tag from Fax","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/fax/:messageId/tag/:tagId","host":["https://api.documo.com"],"path":["v1","fax",":messageId","tag",":tagId"],"variable":[{"key":"messageId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Message UUID"},{"key":"tagId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Tag UUID"}]}},"code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"30fc34cc-214b-4a99-bd21-a1f5d4376f90"},{"name":"Assign Tag to Document","id":"99fba2e5-b96a-4bea-9ffa-07f617973ba3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tagId","value":"","description":"<p>String | Tag ID</p>\n","type":"text"}]},"url":"https://api.documo.com/v1/documents/:documentId/tag","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","documents",":documentId","tag"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Document UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"documentId"}]}},"response":[{"id":"2bf6d923-5a67-46f3-8ad8-a4802a25dee7","name":"Assign Tag to Document","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"tagId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"Uuid | Tag ID","type":"text"}]},"url":{"raw":"https://api.documo.com/v1/documents/:documentId/tag","host":["https://api.documo.com"],"path":["v1","documents",":documentId","tag"],"variable":[{"key":"documentId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Document UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"99fba2e5-b96a-4bea-9ffa-07f617973ba3"},{"name":"Assign Tag to Template","id":"96848d08-a4a3-4a0d-9a44-d27ef4559632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"tagId","value":"","description":"<p>String | Tag ID</p>\n","type":"text"}]},"url":"https://api.documo.com/v1/templates/:templateId/tag","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","templates",":templateId","tag"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Template UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"templateId"}]}},"response":[{"id":"7566fa17-e5bf-4276-b7ff-6980eb56a867","name":"Assign Tag to Template","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"tagId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"Uuid | Tag ID","type":"text"}]},"url":{"raw":"https://api.documo.com/v1/templates/:templateId/tag","host":["https://api.documo.com"],"path":["v1","templates",":templateId","tag"],"variable":[{"key":"templateId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Template UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"96848d08-a4a3-4a0d-9a44-d27ef4559632"},{"name":"Unassign Tag from Document","id":"9c6b84b9-2449-4fa5-b5bb-01a672e5ca39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.documo.com/v1/documents/:documentId/tag/:tagId","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","documents",":documentId","tag",":tagId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Document UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"documentId"},{"description":{"content":"<p>String | Required | Tag UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"tagId"}]}},"response":[{"id":"75ae45b2-563f-4c14-a702-88abf2ec3792","name":"Unassign Tag from Document","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/documents/:documentId/tag/:tagId","host":["https://api.documo.com"],"path":["v1","documents",":documentId","tag",":tagId"],"variable":[{"key":"documentId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Document UUID"},{"key":"tagId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Tag UUID"}]}},"code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"9c6b84b9-2449-4fa5-b5bb-01a672e5ca39"},{"name":"Unassign Tag from Template","id":"c7efe25a-7779-4e9a-9c39-f102c9d59d54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.documo.com/v1/templates/:templateId/tag/:tagId","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","templates",":templateId","tag",":tagId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Template UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"templateId"},{"description":{"content":"<p>String | Required | Tag UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"tagId"}]}},"response":[{"id":"a5e54d97-a969-47d1-bd58-b96e2c4557a7","name":"Unassign Tag from Template","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/templates/:templateId/tag/:tagId","host":["https://api.documo.com"],"path":["v1","templates",":templateId","tag",":tagId"],"variable":[{"key":"templateId","value":null,"description":"String | Required | Template UUID"},{"key":"tagId","value":null,"description":"String | Required | Tag UUID"}]}},"code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"c7efe25a-7779-4e9a-9c39-f102c9d59d54"}],"id":"40e23da0-733f-4c5c-a283-8c0bceab937f","_postman_id":"40e23da0-733f-4c5c-a283-8c0bceab937f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}}},{"name":"Custom Fields","item":[{"name":"Create Custom Field","id":"c88da80f-21c2-49ec-b8cc-4f765e7ef518","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"label","value":"","type":"text","description":"<p>String | Required</p>\n"},{"key":"apiName","value":"","type":"text","description":"<p>String | Required</p>\n"},{"key":"entity","value":"","type":"text","description":"<p>String | Required | Possible values: fax, account, user</p>\n"},{"key":"displayUI","value":"","type":"text","description":"<p>Boolean | Required</p>\n"},{"key":"displayUITable","value":"","type":"text","description":"<p>Boolean | Required</p>\n"},{"key":"hint","value":"","type":"text","description":"<p>String | Required</p>\n"}]},"url":"https://api.documo.com/v1/custom-fields","description":"<p><code>API Key Access: base | admin | print_driver</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","custom-fields"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"88bf8185-28d7-4631-9fc2-bb49d54bf966","name":"Create Custom Field","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"label","value":"example","type":"text","description":"String | Required"},{"key":"apiName","value":"example","type":"text","description":"String | Required"},{"key":"entity","value":"example","type":"text","description":"String | Required | Possible values: fax, account, user"},{"key":"displayUI","value":"false","type":"text","description":"Boolean | Required"},{"key":"displayUITable","value":"false","type":"text","description":"Boolean | Required"},{"key":"hint","value":"example","type":"text","description":"String | Required"}]},"url":"https://api.documo.com/v1/custom-fields"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n  \"label\": \"Patient ID\",\n  \"apiName\": \"patientID\",\n  \"entity\": \"fax\",\n  \"displayUI\": false,\n  \"displayUITable\": false,\n  \"hint\": \"Patient ID from medical record\",\n  \"accountId\": \"00000000-0000-0000-0000-000000000000\",\n  \"isArchived\": false,\n  \"archivedAt\": null,\n  \"createdAt\": \"2021-01-01T12:00:00.000Z\"\n}"}],"_postman_id":"c88da80f-21c2-49ec-b8cc-4f765e7ef518"},{"name":"Archive Custom Field","id":"0d157c43-3393-4d72-a7f5-872c8b7af0ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"isArchived","value":"","type":"text","description":"<p>Boolean</p>\n","disabled":true}]},"url":"https://api.documo.com/v1/custom-fields/:customFieldId","description":"<p><code>API Key Access: base | admin | print_driver</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","custom-fields",":customFieldId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Custom Field UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"customFieldId"}]}},"response":[{"id":"5400e2de-390e-4fdc-a366-772c0d77c65d","name":"Archive Custom Field","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"isArchived","value":"false","type":"text","description":"Boolean"}]},"url":{"raw":"https://api.documo.com/v1/custom-fields/:customFieldId","host":["https://api.documo.com"],"path":["v1","custom-fields",":customFieldId"],"variable":[{"key":"customFieldId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Custom Field UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n    \"label\": \"Patient ID\",\n    \"apiName\": \"patientID\",\n    \"entity\": \"fax\",\n    \"displayUI\": false,\n    \"displayUITable\": false,\n    \"hint\": \"Patient ID from medical record\",\n    \"accountId\": \"00000000-0000-0000-0000-000000000000\",\n    \"isArchived\": true,\n    \"archivedAt\": \"2021-01-01T12:00:00.000Z\",\n    \"createdAt\": \"2021-01-01T12:00:00.000Z\"\n}"}],"_postman_id":"0d157c43-3393-4d72-a7f5-872c8b7af0ba"},{"name":"Delete Custom Field","id":"eabd8707-3ee2-40a1-8e98-75f97f7a61e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.documo.com/v1/custom-fields/:customFieldId","description":"<p>Deletes custom field.</p>\n<p>Note: Only archived field can be deleted.</p>\n<p><code>API Key Access: base | admin | print_driver</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","custom-fields",":customFieldId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Custom Field UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"customFieldId"}]}},"response":[{"id":"98c28aa1-2c7f-4449-a2d6-243602c9e6c4","name":"Delete Custom Field","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/custom-fields/:customFieldId","host":["https://api.documo.com"],"path":["v1","custom-fields",":customFieldId"],"variable":[{"key":"customFieldId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Custom Field UUID"}]}},"code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"eabd8707-3ee2-40a1-8e98-75f97f7a61e7"},{"name":"View Custom Fields","id":"d8f06a49-cdb5-4512-8e11-bdd1eb971861","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/custom-fields","description":"<p>Get all custom fields.</p>\n<p><code>API Key Access: base | admin | print_driver</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","custom-fields"],"host":["https://api.documo.com"],"query":[{"disabled":true,"description":{"content":"<p>String | Possible values: fax, account, user</p>\n","type":"text/plain"},"key":"entity","value":""}],"variable":[]}},"response":[{"id":"aecc34d9-2347-4b27-b1de-b6cadaf5e5ba","name":"View Custom Fields","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/custom-fields","host":["https://api.documo.com"],"path":["v1","custom-fields"],"query":[{"key":"entity","value":"","description":"String | Possible values: fax, account, user","type":"text","disabled":true}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"rows\": [\n      {\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"label\": \"Patient ID\",\n        \"apiName\": \"patientID\",\n        \"entity\": \"fax\",\n        \"displayUI\": false,\n        \"displayUITable\": false,\n        \"hint\": \"Patient ID from medical record\",\n        \"accountId\": \"00000000-0000-0000-0000-000000000000\",\n        \"isArchived\": true,\n        \"archivedAt\": \"2021-01-01T12:00:00.000Z\",\n        \"createdAt\": \"2021-01-01T12:00:00.000Z\"\n      },\n      ...\n    ]\n}"}],"_postman_id":"d8f06a49-cdb5-4512-8e11-bdd1eb971861"}],"id":"f1dd6fa5-7af0-47f8-9129-befe6747dc0e","_postman_id":"f1dd6fa5-7af0-47f8-9129-befe6747dc0e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}}},{"name":"Fax","item":[{"name":"Send Fax","id":"4c501802-7d0b-4e70-98ef-64249d3606fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"faxNumber","value":"","description":"<p>String | Required | Destination phone number.</p>\n","type":"text"},{"key":"coverPage","value":"","description":"<p>Boolean | Default: false | Indicating true will include system cover page. If coverPage is added, this removes file requirement.</p>\n","type":"text","disabled":true},{"key":"coverPageId","value":"","description":"<p>UUID | The uuid of the cover page you want to include. If this param isn’t set but coverPage is true, default cover page for user will be used.</p>\n","type":"text","disabled":true},{"key":"tags","value":"","description":"<p>String | Comma separated list of tag IDs (ex. 4c225812-81f1-4827-8194-b0e9475c54e6,7328e171-bc1f-44a6-bc18-df40a4345c9d)</p>\n","type":"text","disabled":true},{"key":"recipientName","value":"","description":"<p>String | 40 characters limit | Will populate in TO field of cover page</p>\n","type":"text","disabled":true},{"key":"senderName","value":"","description":"<p>String | 40 characters limit | Will populate in FROM field of cover page</p>\n","type":"text","disabled":true},{"key":"subject","value":"","description":"<p>String | 55 characters limit | Will populate Subject field of cover page</p>\n","type":"text","disabled":true},{"key":"callerId","value":"","description":"<p>String | 10 characters limit | Phone number. Defaults to user setting if not included in call</p>\n","type":"text","disabled":true},{"key":"notes","value":"","description":"<p>String | 4000 characters limit | Will populate Notes field of cover page</p>\n","type":"text","disabled":true},{"description":"<p>Object | Object with custom fields</p>\n","key":"cf","type":"text","value":"","disabled":true},{"key":"scheduledDate","value":"","description":"<p>String | ISO string indicating the date and time the fax is to be sent</p>\n","type":"text","disabled":true},{"key":"attachments","description":"<p>File Stream | Required: if coverPage parameter is not added | File(s) you wish to fax. Add files to the stream in order they should be rendered.</p>\n","type":"file","value":null,"disabled":true},{"key":"attachmentUrls","value":"","description":"<p>String Array | Array of url strings of the document you want to be attach and sent in this fax. Be aware that the total attachments, including attachmentUrls should not exceed our limit of 100 file attachments and each attachment should not exceed the 100mb in size.</p>\n","type":"text","disabled":true},{"key":"fileIds","value":"","description":"<p>Uuid Array | The uuid of file entities stored in mDrive would serve as part of the attachments in the sent fax. This supports large file attachments </p>\n","type":"text"},{"key":"async","value":"","description":"<p>Boolean | Default: <code>false</code> | When <code>true</code>, server immediately responds with an object that contains only <code>messageId</code>. Failure notifications will be sent over email to the user.</p>\n","type":"text","disabled":true},{"key":"optimizeFax","value":"","description":"<p>String | Default: <code>auto</code> |  Default <code>auto</code> setting detects content type page by page and applies optimization automatically. Additionally, it will fallback to monochrome if grayscale image exceeds 400kb. Use <code>text</code> or <code>image</code> if you want to force such optimization.</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/faxes","description":"<p>Use this method to create and send a fax. You may include our default cover page by adding coverPage parameter with a value of true. Files added to the stream will be converted to the body of the fax in the order they are added.</p>\n<p><code>API Key Access: base | admin | print_driver</code></p>\n","urlObject":{"path":["v1","faxes"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"6ce1d842-48d0-4205-b047-4b131a4f5852","name":"Send Fax","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"faxNumber","value":"11234567890","description":"String | Required | Destination phone number.","type":"text"},{"key":"attachments","description":"Blob | Required: if coverPage parameter is not added | File(s) you wish to fax. Add files to the stream in order they should be rendered.","type":"file","src":["/Users/File1.pdf","/Users/File2.pdf"]},{"key":"coverPage","value":"false","description":"Boolean | Default: false | Indicating true will include system cover page. If coverPage is added, this removes file requirement.","type":"text"},{"key":"coverPageId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"Uuid | The uuid of the cover page you want to include. If this param isn’t set but coverPage is true, default cover page for user will be used.","type":"text"},{"key":"tags","value":"example","description":"String | Comma separated list of tag IDs (ex. 4c225812-81f1-4827-8194-b0e9475c54e6,7328e171-bc1f-44a6-bc18-df40a4345c9d)","type":"text"},{"key":"recipientName","value":"example","description":"String | 40 characters limit | Will populate in TO field of cover page","type":"text"},{"key":"senderName","value":"example","description":"String | 40 characters limit | Will populate in FROM field of cover page","type":"text"},{"key":"subject","value":"example","description":"String | 55 characters limit | Will populate Subject field of cover page","type":"text"},{"key":"callerId","value":"example","description":"String | 10 characters limit | Phone number. Defaults to user setting if not included in call","type":"text"},{"key":"notes","value":"example","description":"String | 4000 characters limit | Will populate Notes field of cover page","type":"text"},{"description":"Object | Object with custom fields","key":"cf","type":"text","value":"{\"example\": \"value\"}"},{"key":"scheduledDate","value":"2020-01-01T00:00:00.000Z","description":"String | ISO string indicating the date and time the fax is to be sent","type":"text"},{"key":"webhookId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"Uuid | Uuid of the webhook which you want to send for this fax. If specified, will send only the selected webhook, otherwise all fax webhooks will be sent.","type":"text"}]},"url":"https://api.documo.com/v1/faxes"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Date","value":"Wed, 02 Jun 2021 13:35:16 GMT"},{"key":"X-RateLimit-Reset","value":"1622640977"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"X-Server-Version","value":"4.2.2"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1296"},{"key":"ETag","value":"W/\"510-E3YqybXXLyLxQIhv3NeP80gJw8Y\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorInfo\": null,\n    \"resultInfo\": \"OK\",\n    \"processingStatusName\": \"processing\",\n    \"classificationLabel\": \"outbound\",\n    \"messageId\": \"59e02992-ee7b-42c1-82c7-87db964d8d6f\",\n    \"deliveryId\": null,\n    \"watermark\": null,\n    \"messageNumber\": null,\n    \"status\": \"processing\",\n    \"pagesCount\": 1,\n    \"pagesComplete\": 0,\n    \"duration\": null,\n    \"faxNumber\": \"+19206505920\",\n    \"faxCsid\": \"mFax\",\n    \"faxCallerId\": \"5094570000\",\n    \"faxECM\": null,\n    \"faxSpeed\": null,\n    \"faxDetected\": null,\n    \"faxProtocol\": null,\n    \"faxAttempt\": null,\n    \"direction\": \"outbound\",\n    \"channelType\": \"api\",\n    \"recipientName\": null,\n    \"subject\": null,\n    \"deviceId\": null,\n    \"faxbridgeId\": null,\n    \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n    \"errorCode\": null,\n    \"resultCode\": \"0\",\n    \"isArchived\": false,\n    \"isFilePurged\": false,\n    \"country\": \"US\",\n    \"createdAt\": \"2021-06-02T13:35:18.000Z\",\n    \"resolvedDate\": null,\n    \"deletedAt\": null,\n    \"faxbridge_id\": null,\n    \"users\": [\n        {\n            \"avatarPath\": null,\n            \"userId\": \"c7ef70fc-7563-4b47-95bc-a951a636bb71\",\n            \"uuid\": \"c7ef70fc-7563-4b47-95bc-a951a636bb71\",\n            \"email\": \"test@tester.com\",\n            \"firstName\": \"Test\",\n            \"lastName\": \"Tester\",\n            \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n            \"avatar\": null,\n            \"UserFax\": {\n                \"viewStatus\": true,\n                \"downloadStatus\": false\n            }\n        }\n    ],\n    \"account\": {\n        \"uuid\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n        \"accountNumber\": \"1201734191\",\n        \"accountName\": \"Documo\",\n        \"accountType\": \"master\"\n    },\n    \"tags\": [],\n    \"faxbridge\": null,\n    \"contacts\": [],\n    \"cf\": {},\n    \"device\": null\n}"}],"_postman_id":"4c501802-7d0b-4e70-98ef-64249d3606fb"},{"name":"Send Multiple Faxes","id":"13493883-fd71-4b41-be98-05940dcd50ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>String[] | Required | Destination phone number. Multiple destinations separated by comma.</p>\n","key":"recipientFax","type":"text","value":""},{"key":"recipientContacts","value":"","description":"<p>String[] | Contact IDs separated by comma</p>\n","type":"text","disabled":true},{"description":"<p>Blob | Required: if coverPage parameter is not added | File(s) you wish to fax. Add files to the stream in order they should be rendered.</p>\n","key":"attachments","type":"file","value":null,"disabled":true},{"description":"<p>Boolean | Default: false | Indicating true will include system cover page. If coverPage is added, this removes file requirement.</p>\n","key":"coverPage","type":"text","value":"","disabled":true},{"description":"<p>Uuid | The uuid of the cover page you want to include. If this param isn’t set but coverPage is true, default cover page for user will be used.</p>\n","key":"coverPageId","type":"text","value":"","disabled":true},{"description":"<p>String | Comma separated list of tag IDs (ex. 4c225812-81f1-4827-8194-b0e9475c54e6,7328e171-bc1f-44a6-bc18-df40a4345c9d)</p>\n","key":"tags","type":"text","value":"","disabled":true},{"description":"<p>String | 40 characters limit | Will populate in TO field of cover page</p>\n","key":"recipientName","type":"text","value":"","disabled":true},{"description":"<p>String | 40 characters limit | Will populate in FROM field of cover page</p>\n","key":"senderName","type":"text","value":"","disabled":true},{"description":"<p>String | 55 characters limit | Will populate Subject field of cover page</p>\n","key":"subject","type":"text","value":"","disabled":true},{"description":"<p>String | 10 characters limit | Phone number. Defaults to user setting if not included in call</p>\n","key":"callerId","type":"text","value":"","disabled":true},{"description":"<p>String | 4000 characters limit | Will populate Notes field of cover page</p>\n","key":"notes","type":"text","value":"","disabled":true},{"description":"<p>Object | Object with custom fields</p>\n","key":"cf","type":"text","value":"","disabled":true},{"description":"<p>String | ISO string indicating the date and time the fax is to be sent</p>\n","key":"scheduledDate","type":"text","value":"","disabled":true},{"key":"optimizeFax","value":"","description":"<p>String | Default: <code>auto</code> |  Default <code>auto</code> setting detects content type page by page and applies optimization automatically. Additionally, it will fallback to monochrome if grayscale image exceeds 400kb. Use <code>text</code> or <code>image</code> if you want to force such optimization.</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/faxes/multiple","description":"<p>Use this method to create and send a fax. You may include our default cover page by adding coverPage parameter with a value of true. Files added to the stream will be converted to the body of the fax in the order they are added.</p>\n<p>Multiple recipients: You may add multiple comma separated recipient destinations. This will result in an identical fax being sent to each destination.</p>\n<p><code>API Key Access: base | admin | print_driver</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","faxes","multiple"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"c3b31c18-bf11-46ad-b586-e9ba2fc11491","name":"Send Multiple Faxes","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"description":"String | Required | Destination phone number. Multiple destinations separated by comma.","key":"recipientFax","type":"text","value":"1234567890,1234567890"},{"key":"recipientContacts","value":"d1077489-5ea1-4db1-9760-853f175e8288,d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Contact IDs separated by comma","type":"text"},{"description":"Blob | Required: if coverPage parameter is not added | File(s) you wish to fax. Add files to the stream in order they should be rendered.","key":"attachments","type":"file","value":null},{"description":"Boolean | Default: false | Indicating true will include system cover page. If coverPage is added, this removes file requirement.","key":"coverPage","type":"text","value":"false"},{"description":"Uuid | The uuid of the cover page you want to include. If this param isn’t set but coverPage is true, default cover page for user will be used.","key":"coverPageId","type":"text","value":"d1077489-5ea1-4db1-9760-853f175e8288"},{"description":"String | Comma separated list of tag IDs (ex. 4c225812-81f1-4827-8194-b0e9475c54e6,7328e171-bc1f-44a6-bc18-df40a4345c9d)","key":"tags","type":"text","value":"example"},{"description":"String | 40 characters limit | Will populate in TO field of cover page","key":"recipientName","type":"text","value":"example"},{"description":"String | 40 characters limit | Will populate in FROM field of cover page","key":"senderName","type":"text","value":"example"},{"description":"String | 55 characters limit | Will populate Subject field of cover page","key":"subject","type":"text","value":"example"},{"description":"String | 10 characters limit | Phone number. Defaults to user setting if not included in call","key":"callerId","type":"text","value":"example"},{"description":"String | 4000 characters limit | Will populate Notes field of cover page","key":"notes","type":"text","value":"example"},{"description":"Object | Object with custom fields","key":"cf","type":"text","value":"{\"example\": \"value\"}"},{"description":"String | ISO string indicating the date and time the fax is to be sent","key":"scheduledDate","type":"text","value":"2020-01-01T00:00:00.000Z"},{"key":"webhookId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"Uuid | Uuid of the webhook which you want to send for this fax. If specified, will send only the selected webhook, otherwise all fax webhooks will be sent.","type":"text"}]},"url":"https://api.documo.com/v1/faxes/multiple"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": [\n        {\n            \"accountId\":\"6c838c7c-cb48-4763-84d6-233b5f8cf782\",\n            \"channelType\":\"web\",\n            \"direction\":\"outbound\",\n            \"createdAt\":\"2021-01-01T12:00:00.000Z\",\n            \"deletedAt\":null,\n            \"deliveryId\":\"2180614133420933276\",\n            \"duration\":86318,\n            \"faxAttempt\":1,\n            \"faxbridge\":null,\n            \"faxbridgeId\":null,\n            \"faxCallerId\":\"5094570051\",\n            \"faxCsid\":\"mFax\",\n            \"faxDetected\":true,\n            \"faxECM\":256,\n            \"faxNumber\":\"+18885550000\",\n            \"faxProtocol\":34,\n            \"faxSpeed\":33600,\n            \"isArchived\":false,\n            \"isFilePurged\":false,\n            \"messageId\":\"027012f1-80c9-4be5-b093-1f54783dfa3b\",\n            \"messageNumber\":\"8900000\",\n            \"pagesComplete\":3,\n            \"pagesCount\":3,\n            \"status\":\"success\",\n            \"resolvedDate\":\"2021-01-01T12:00:30.000Z\",\n            \"resultCode\": \"0\",\n            \"resultInfo\": \"OK\",\n            \"contacts\":[],\n            \"tags\":[],\n            \"users\":[],\n            \"cf\": {\n                \"customField\": \"value\"  \n            }\n        }\n    ],\n    \"errors\": [\n      // Error message example\n      {\n        \"error\" : \"InvalidInputError: No files and cover page in to send.\",\n        \"recipientFax\" : \"12015234232\"\n      }\n    ]\n}"}],"_postman_id":"13493883-fd71-4b41-be98-05940dcd50ef"},{"name":"Resend Fax","id":"bd6b1986-4cc7-43a9-93b2-156227e59290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"messageId","value":"","description":"<p>String | Required | Unique message identifier provided by Documo</p>\n","type":"text"},{"key":"recipientFax","value":"","description":"<p>String | Use this parameter to change destination phone number.</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/fax/resend","description":"<p>This call will resend a previously attempted fax. Simply supply the messageId of previous fax and we will resend.</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","fax","resend"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"f2d876c4-2dc3-4dc6-a778-52d029edbb03","name":"Resend Fax","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"messageId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"Uuid | Required | Unique message identifier provided by Documo","type":"text"},{"key":"recipientFax","value":"1234567890","description":"String | Use this parameter to change destination phone number.","type":"text"}]},"url":"https://api.documo.com/v1/fax/resend"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"success\": [\n    {\n          \"accountId\":\"6c838c7c-cb48-4763-84d6-233b5f8cf782\",\n          \"channelType\":\"web\",\n          \"direction\":\"outbound\",\n          \"createdAt\":\"2018-01-01T12:00:00.000Z\",\n          \"deletedAt\":null,\n          \"deliveryId\":\"2180614133420933276\",\n          \"duration\":86318,\n          \"faxAttempt\":1,\n          \"faxbridgeId\":210000000000,\n          \"faxCallerId\":\"5094570051\",\n          \"faxCsid\":\"mFax\",\n          \"faxDetected\":true,\n          \"faxECM\":256,\n          \"faxNumber\":\"+18885550000\",\n          \"faxProtocol\":34,\n          \"faxSpeed\":33600,\n          \"isArchived\":false,\n          \"isFilePurged\":false,\n          \"messageId\":\"027012f1-80c9-4be5-b093-1f54783dfa3b\",\n          \"messageNumber\":\"8900000\",\n          \"pagesComplete\":3,\n          \"pagesCount\":3,\n          \"status\":\"success\",\n          \"resolvedDate\":\"2018-01-01T12:00:00.000Z\",\n          \"resultCode\": \"0\",\n          \"resultInfo\": \"OK\",\n          \"contacts\":[],\n          \"tags\":[],\n          \"users\":[],\n          \"faxbridge\": {\n              \"deviceCode\": \"210000000000\",\n              \"name\": \"FaxBridge\",\n              \"isActive\": true\n          },\n          \"cf\": {\n              \"customField\": \"value\"  \n          }\n    }\n  ],\n  \"errors\": []\n}"}],"_postman_id":"bd6b1986-4cc7-43a9-93b2-156227e59290"},{"name":"Preview Fax","id":"faef6397-e32b-4938-903b-189a417f5358","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>Blob | Required: if coverPage parameter is not added | File(s) you wish to fax. Add files to the stream in order they should be rendered.</p>\n","key":"attachments","type":"file","value":null},{"description":"<p>Boolean | Default: false | Indicating true will include system cover page. If coverPage is added, this removes file requirement.</p>\n","key":"coverPage","type":"text","value":"","disabled":true},{"description":"<p>Uuid | The uuid of the cover page you want to include. If this param isn’t set but coverPage is true, default cover page for user will be used.</p>\n","key":"coverPageId","type":"text","value":"","disabled":true},{"description":"<p>String | 40 characters limit | Will populate in TO field of cover page</p>\n","key":"recipientName","type":"text","value":"","disabled":true},{"description":"<p>String | 40 characters limit | Will populate in FROM field of cover page</p>\n","key":"senderName","type":"text","value":"","disabled":true},{"description":"<p>String | 55 characters limit | Will populate Subject field of cover page</p>\n","key":"subject","type":"text","value":"","disabled":true},{"description":"<p>String | 10 characters limit | Phone number. Defaults to user setting if not included in call</p>\n","key":"callerId","type":"text","value":"","disabled":true},{"description":"<p>String | 4000 characters limit | Will populate Notes field of cover page</p>\n","key":"notes","type":"text","value":"","disabled":true},{"key":"optimizeFax","value":"","description":"<p>String | Default: <code>auto</code> |  Default <code>auto</code> setting detects content type page by page and applies optimization automatically. Additionally, it will fallback to monochrome if grayscale image exceeds 400kb. Use <code>text</code> or <code>image</code> if you want to force such optimization.</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/fax/preview","description":"<p>Use this method to preview fax file before sending it.</p>\n<p><code>API Key Access: base | admin | print_driver</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","fax","preview"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"077a45e0-ff1c-4c2e-9400-84bb8c9219fb","name":"Preview Fax","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"description":"Blob | Required: if coverPage parameter is not added | File(s) you wish to fax. Add files to the stream in order they should be rendered.","key":"attachments","type":"file","value":null},{"description":"Boolean | Default: false | Indicating true will include system cover page. If coverPage is added, this removes file requirement.","key":"coverPage","type":"text","value":"false"},{"description":"Uuid | The uuid of the cover page you want to include. If this param isn’t set but coverPage is true, default cover page for user will be used.","key":"coverPageId","type":"text","value":"d1077489-5ea1-4db1-9760-853f175e8288"},{"description":"String | 40 characters limit | Will populate in TO field of cover page","key":"recipientName","type":"text","value":"example"},{"description":"String | 40 characters limit | Will populate in FROM field of cover page","key":"senderName","type":"text","value":"example"},{"description":"String | 55 characters limit | Will populate Subject field of cover page","key":"subject","type":"text","value":"example"},{"description":"String | 10 characters limit | Phone number. Defaults to user setting if not included in call","key":"callerId","type":"text","value":"1234567890"},{"description":"String | 4000 characters limit | Will populate Notes field of cover page","key":"notes","type":"text","value":"example"}]},"url":"https://api.documo.com/v1/fax/preview"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"faef6397-e32b-4938-903b-189a417f5358"},{"name":"Fax Blast","id":"2bc1e82a-862a-4279-bf59-1a74c81da0ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"recipients","description":"<p>Blob |  Excel file with list of recipients</p>\n","type":"file","value":null},{"description":"<p>Boolean | Default: false | Indicating true will include system cover page. If coverPage is added, this removes file requirement.</p>\n","key":"coverPage","type":"text","value":"","disabled":true},{"description":"<p>Uuid | The uuid of the cover page you want to include. If this param isn’t set but coverPage is true, default cover page for user will be used.</p>\n","key":"coverPageId","type":"text","value":"","disabled":true},{"key":"optimizeFax","value":"","description":"<p>String | Default: <code>auto</code> |  Default <code>auto</code> setting detects content type page by page and applies optimization automatically. Additionally, it will fallback to monochrome if grayscale image exceeds 400kb. Use <code>text</code> or <code>image</code> if you want to force such optimization.</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/fax/blast","description":"<p>Use this method to send out many faxes with a list of recipients in an excel file.</p>\n<p><code>API Key Access: base | admin | print_driver</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","fax","blast"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bc1e82a-862a-4279-bf59-1a74c81da0ae"},{"name":"Cancel Fax","id":"08aa7bfa-206a-4332-bd06-44a2ceb092ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"","value":"","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/fax/:messageId/cancel","description":"<p>This method cancels sending of processing or scheduled faxes</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","fax",":messageId","cancel"],"host":["https://api.documo.com"],"query":[],"variable":[{"id":"af9992fb-ee3e-4ada-966d-ecc47cbc031b","description":{"content":"<p>String | Required | Message UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"messageId"}]}},"response":[{"id":"70f7703e-37fb-4b28-bb3f-c50aa24c8519","name":"Cancel Fax","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"isArchived","value":"false","description":"Boolean | Use this parameter to change archived status of fax.","type":"text"}]},"url":{"raw":"https://api.documo.com/v1/fax/:messageId","host":["https://api.documo.com"],"path":["v1","fax",":messageId"],"variable":[{"key":"messageId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Message UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n      \"accountId\":\"6c838c7c-cb48-4763-84d6-233b5f8cf782\",\n      \"channelType\":\"web\",\n      \"direction\":\"outbound\",\n      \"createdAt\":\"2018-01-01T12:00:00.000Z\",\n      \"deletedAt\":null,\n      \"deliveryId\":null,\n      \"duration\":null,\n      \"faxAttempt\":null,\n      \"faxbridgeId\":210000000000,\n      \"faxCallerId\":\"5094570051\",\n      \"faxCsid\":\"mFax\",\n      \"faxDetected\":true,\n      \"faxECM\":256,\n      \"faxNumber\":\"+18885550000\",\n      \"faxProtocol\":null,\n      \"faxSpeed\":null,\n      \"isArchived\":false,\n      \"isFilePurged\":false,\n      \"isRead\":false,\n      \"messageId\":\"027012f1-80c9-4be5-b093-1f54783dfa3b\",\n      \"messageNumber\":null,\n      \"pagesComplete\":null,\n      \"pagesCount\":3,\n      \"status\":\"cancelled\",\n      \"resolvedDate\":null,\n      \"resultCode\": null,\n      \"resultInfo\": null,\n      \"contacts\":[]\n      \"tags\":[],\n      \"users\":[],\n      \"faxbridge\": {\n        \"deviceCode\": \"210000000000\",\n        \"name\": \"FaxBridge\",\n        \"isActive\": true\n      },\n}"}],"_postman_id":"08aa7bfa-206a-4332-bd06-44a2ceb092ac"},{"name":"Update Fax","id":"7683b27f-e874-4364-9d07-c796db3869f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"isArchived","value":"","description":"<p>Boolean | Use this parameter to change archived status of fax.</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/fax/:messageId","description":"<p>This method will update fax properties, currently only isArchived property available for editing.</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","fax",":messageId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Message UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"messageId"}]}},"response":[{"id":"e7d5841d-8d4f-449d-a96b-b553de962f2a","name":"Update Fax","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"isArchived","value":"false","description":"Boolean | Use this parameter to change archived status of fax.","type":"text"}]},"url":{"raw":"https://api.documo.com/v1/fax/:messageId","host":["https://api.documo.com"],"path":["v1","fax",":messageId"],"variable":[{"key":"messageId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Message UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n      \"accountId\":\"6c838c7c-cb48-4763-84d6-233b5f8cf782\",\n      \"channelType\":\"web\",\n      \"direction\":\"outbound\",\n      \"createdAt\":\"2018-01-01T12:00:00.000Z\",\n      \"deletedAt\":null,\n      \"deliveryId\":\"2180614133420933276\",\n      \"duration\":86318,\n      \"faxAttempt\":1,\n      \"faxbridgeId\":210000000000,\n      \"faxCallerId\":\"5094570051\",\n      \"faxCsid\":\"mFax\",\n      \"faxDetected\":true,\n      \"faxECM\":256,\n      \"faxNumber\":\"+18885550000\",\n      \"faxProtocol\":34,\n      \"faxSpeed\":33600,\n      \"isArchived\":false,\n      \"isFilePurged\":false,\n      \"isRead\":false,\n      \"messageId\":\"027012f1-80c9-4be5-b093-1f54783dfa3b\",\n      \"messageNumber\":\"8900000\",\n      \"pagesComplete\":3,\n      \"pagesCount\":3,\n      \"status\":\"success\",\n      \"resolvedDate\":\"2018-01-01T12:00:00.000Z\",\n      \"resultCode\": \"0\",\n      \"resultInfo\": \"OK\",\n      \"contacts\":[]\n      \"tags\":[],\n      \"users\":[],\n      \"faxbridge\": {\n        \"deviceCode\": \"210000000000\",\n        \"name\": \"FaxBridge\",\n        \"isActive\": true\n      },\n}"}],"_postman_id":"7683b27f-e874-4364-9d07-c796db3869f9"},{"name":"Download Fax","id":"7e276dda-ee4a-42c4-bd3e-eac06d1f400a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/fax/:messageId/download?format=pdf","description":"<p>Method will return PDF download of requested fax.</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","fax",":messageId","download"],"host":["https://api.documo.com"],"query":[{"description":{"content":"<p>pdf | tiff</p>\n","type":"text/plain"},"key":"format","value":"pdf"}],"variable":[{"description":{"content":"<p>String | Required | Message UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"messageId"}]}},"response":[{"id":"bfb77d3f-1cae-47cc-a8ae-a33fa89d7b38","name":"Download Fax","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/fax/:messageId/download?format=pdf","host":["https://api.documo.com"],"path":["v1","fax",":messageId","download"],"query":[{"key":"format","value":"pdf","description":"pdf | tiff","type":"text"}],"variable":[{"key":"messageId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Message UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Disposition","value":"attachment; filename=\"Sample.pdf\"","description":"","type":"text"},{"key":"Content-Length","value":"53248","description":"","type":"text"},{"key":"Content-Type","value":"application/pdf","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"7e276dda-ee4a-42c4-bd3e-eac06d1f400a"},{"name":"View Fax History","id":"520223cb-2e79-4d28-bd1f-41c273a70322","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/fax/history?accountId=&offset=&limit=&direction=&status=","description":"<p>Rate Limit: 8 per minute</p>\n<p>Returns detailed fax history as line items. Response is paged.</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","fax","history"],"host":["https://api.documo.com"],"query":[{"description":{"content":"<p>String | Required | Account ID to get the history for</p>\n","type":"text/plain"},"key":"accountId","value":""},{"description":{"content":"<p>String | Required | Default: 0 | Number of results to skip (used for pagination)</p>\n","type":"text/plain"},"key":"offset","value":""},{"description":{"content":"<p>String | Required | Default: 10 | Maximum 500 | Number of results to be returned (used for pagination)</p>\n","type":"text/plain"},"key":"limit","value":""},{"description":{"content":"<p>String | Required | Filters results by direction. Can indicate all (default), inbound or outbound</p>\n","type":"text/plain"},"key":"direction","value":""},{"description":{"content":"<p>String | Required | Filters results by status. Can indicate all (default), failed, success, or processing</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>Date | Filters results from starting date by createdAt field. (ex. <code>2012-04-23</code>)</p>\n","type":"text/plain"},"key":"fromDate","value":""},{"disabled":true,"description":{"content":"<p>Date | Filters results up to end date by createdAt field. (ex. <code>2012-04-23</code>)</p>\n","type":"text/plain"},"key":"toDate","value":""},{"disabled":true,"description":{"content":"<p>String | Filters results by User ID</p>\n","type":"text/plain"},"key":"userId","value":""},{"disabled":true,"description":{"content":"<p>String | Search by CSID, Caller ID, fax number, message ID, subject, recipient name or custom fields.</p>\n","type":"text/plain"},"key":"query","value":""},{"disabled":true,"description":{"content":"<p>String | Comma separated list of tag IDs (ex. <code>4c225812-81f1-4827-8194-b0e9475c54e6,7328e171-bc1f-44a6-bc18-df40a4345c9d</code>)</p>\n","type":"text/plain"},"key":"tags","value":""},{"disabled":true,"description":{"content":"<p>Boolean | Filters by archived faxes if <code>true</code></p>\n","type":"text/plain"},"key":"isArchived","value":""},{"disabled":true,"description":{"content":"<p>String[] | Include assigned contacts or tags. Example: <code>tags,contacts</code></p>\n","type":"text/plain"},"key":"include","value":""},{"disabled":true,"description":{"content":"<p>Boolean | The <code>simplify</code> parameter, when activated, omits counters from the response, resulting in faster processing. Use this option cautiously and only if you fully understand the potential impact on data presentation</p>\n","type":"text/plain"},"key":"simplify","value":""}],"variable":[]}},"response":[{"id":"877a2514-ece4-4841-8f60-43b7c6ad2e1e","name":"View Fax History","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/fax/history?accountId=&offset=&limit=&direction=&status=","host":["https://api.documo.com"],"path":["v1","fax","history"],"query":[{"key":"accountId","value":"","description":"String | Required | Account ID to get the history for"},{"key":"offset","value":"","description":"String | Required | Default: 0 | Number of results to skip (used for pagination)"},{"key":"limit","value":"","description":"String | Required | Default: 10 | Maximum 500 | Number of results to be returned (used for pagination)"},{"key":"direction","value":"","description":"String | Required | Filters results by direction. Can indicate all (default), inbound or outbound"},{"key":"status","value":"","description":"String | Required | Filters results by status. Can indicate all (default), failed, success, or processing"},{"description":"Date | Filters results from starting date by createdAt field. (ex. 2012-04-23)","key":"fromDate","type":"text","value":"","disabled":true},{"description":"Date | Filters results up to end date by createdAt field. (ex. 2012-04-23)","key":"toDate","type":"text","value":"","disabled":true},{"description":"String | Filters results by User ID","key":"userId","type":"text","value":"","disabled":true},{"description":"String | Search by CSID, Caller ID, fax number, message id, subject, recipient name or custom fields.","key":"query","type":"text","value":"","disabled":true},{"description":"String | Comma separated list of tag IDs (ex. 4c225812-81f1-4827-8194-b0e9475c54e6,7328e171-bc1f-44a6-bc18-df40a4345c9d)","key":"tags","type":"text","value":"","disabled":true},{"description":"Boolean | Filters by archived faxes if true","key":"isArchived","type":"text","value":"","disabled":true},{"description":"String[] | Include assigned contacts or tags. Example: tags,contacts","key":"include","type":"text","value":"","disabled":true}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"99\",\n  \"rows\": [\n    {\n      \"accountId\":\"6c838c7c-cb48-4763-84d6-233b5f8cf782\",\n      \"channelType\":\"web\",\n      \"direction\":\"outbound\",\n      \"createdAt\":\"2018-01-01T12:00:00.000Z\",\n      \"deletedAt\":null,\n      \"deliveryId\":\"2180614133420933276\",\n      \"duration\":86318,\n      \"faxAttempt\":1,\n      \"faxbridge\":null,\n      \"faxbridgeId\":null,\n      \"faxCallerId\":\"5094570051\",\n      \"faxCsid\":\"mFax\",\n      \"faxDetected\":true,\n      \"faxECM\":256,\n      \"faxNumber\":\"+18885550000\",\n      \"faxProtocol\":34,\n      \"faxSpeed\":33600,\n      \"isArchived\":false,\n      \"isFilePurged\":false,\n      \"isRead\":false,\n      \"messageId\":\"027012f1-80c9-4be5-b093-1f54783dfa3b\",\n      \"messageNumber\":\"8900000\",\n      \"pagesComplete\":3,\n      \"pagesCount\":3,\n      \"status\":\"success\",\n      \"resolvedDate\":\"2018-01-01T12:00:00.000Z\",\n      \"resultCode\": \"0\",\n      \"resultInfo\": \"OK\",\n      \"contacts\":[],\n      \"tags\":[],\n      \"users\":[],\n      \"cf\": {\n        \"customField\": \"value\"  \n      }\n    },\n    ...\n  ],\n  \"query\": {\n    \"limit\": 0,\n    \"offset\": 20\n  }\n}"}],"_postman_id":"520223cb-2e79-4d28-bd1f-41c273a70322"},{"name":"View Fax Info","id":"c2dc1026-15d7-42ae-ac90-05c3757635f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/fax/:messageId/info","description":"<p>Returns fax info.</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","fax",":messageId","info"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Message UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"messageId"}]}},"response":[{"id":"0ca9f5db-865a-451f-b5bf-743e845bb9f8","name":"View Fax Info","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/fax/:messageId/info","host":["https://api.documo.com"],"path":["v1","fax",":messageId","info"],"variable":[{"key":"messageId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Message UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"accountId\":\"00000000-0000-0000-0000-000000000000\",\n  \"channelType\":\"web\",\n  \"direction\":\"outbound\",\n  \"createdAt\":\"2018-01-01T12:00:00.000Z\",\n  \"deletedAt\":null,\n  \"deliveryId\":\"2180614133420933276\",\n  \"duration\":86318,\n  \"faxAttempt\":1,\n  \"faxbridgeId\":null,\n  \"faxCallerId\":\"5094570051\",\n  \"faxCsid\":\"mFax\",\n  \"faxDetected\":true,\n  \"faxECM\":256,\n  \"faxNumber\":\"+18885550000\",\n  \"faxProtocol\":34,\n  \"faxSpeed\":33600,\n  \"isArchived\":false,\n  \"isFilePurged\":false,\n  \"messageId\":\"027012f1-80c9-4be5-b093-1f54783dfa3b\",\n  \"messageNumber\":\"8900000\",\n  \"pagesComplete\":3,\n  \"pagesCount\":3,\n  \"status\":\"success\",\n  \"resolvedDate\":\"2018-01-01T12:00:00.000Z\",\n  \"resultCode\": \"0\",\n  \"resultInfo\": \"OK\",\n  \"contacts\":[],\n  \"tags\":[],\n  \"faxbridge\": {\n    \"deviceCode\": \"210000000000\",\n    \"name\": \"FaxBridge\",\n    \"isActive\": true\n  },\n  \"users\": [\n    {\n      \"userId\": \"7b667809-c88f-4a27-b1fe-2cc932401e15\",\n      \"firstName\": \"John\",\n      \"lastName\": \"Snow\",\n      \"email\": \"john@snow.com\"\n    }\n  ],\n  \"account\": {\n    \"uuid\": \"6c838c7c-cb48-4763-84d6-233b5f8cf782\",\n    \"supportCode\": \"1201800000\",\n    \"companyName\": \"Winterfell\"\n  }\n}"}],"_postman_id":"c2dc1026-15d7-42ae-ac90-05c3757635f8"},{"name":"View Cover Pages","id":"c32a0dcc-0f5b-49b9-bc6a-9561ad292ce0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/coverpages","description":"<p>Use this method to fetch all available cover pages.</p>\n<p><code>API Key Access: base | admin | print_driver</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["coverpages"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"cc6ce0b1-9ec0-43dc-8b8f-15de40896c7a","name":"View Cover Pages","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":"https://api.documo.com/coverpages"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"name\": \"Default\",\n        \"template\": \"<h1>Fax Transmission</h1>\\n<p>&nbsp;</p>\\n<table style=\\\"height: 54px; width: 100%;\\\" width=\\\"100%\\\">\\n<tbody>\\n<tr style=\\\"height: 18px;\\\">\\n<td style=\\\"height: 18px;\\\" width=\\\"50%\\\"><strong>To:</strong> ${tokens.recipientName}</td>\\n<td style=\\\"height: 18px;\\\" width=\\\"50%\\\"><strong>From:</strong> ${tokens.senderName}</td>\\n</tr>\\n<tr style=\\\"height: 18px;\\\">\\n<td style=\\\"height: 18px;\\\" width=\\\"50%\\\"><strong>Fax: </strong>${tokens.recipientFax}</td>\\n<td style=\\\"height: 18px;\\\" width=\\\"50%\\\"><strong>Fax: </strong>${tokens.callerId}</td>\\n</tr>\\n<tr style=\\\"height: 18px;\\\">\\n<td style=\\\"height: 18px;\\\" width=\\\"50%\\\"><strong>RE:</strong> ${tokens.subject}</td>\\n<td style=\\\"height: 18px;\\\" width=\\\"50%\\\"><strong>Date:</strong>&nbsp;${tokens.date}</td>\\n</tr>\\n<tr style=\\\"height: 18px;\\\">\\n<td style=\\\"height: 18px;\\\" width=\\\"50%\\\"><strong>Pages:</strong> ${tokens.pages}</td>\\n</tr>\\n</tbody>\\n</table>\\n<hr style=\\\"border: 1px solid #000;\\\" />\\n<p><strong>Comments:</strong> ${tokens.notes}</p>\",\n        \"accountId\": null,\n        \"userId\": null,\n        \"isPublic\": true,\n        \"previewLink\": \"https://storage.googleapis.com/documo-storage/coverpages/00000000-0000-0000-0000-000000000000.png\"\n    },\n    ...\n]"}],"_postman_id":"c32a0dcc-0f5b-49b9-bc6a-9561ad292ce0"},{"name":"Delete Fax","id":"b26d40bd-52d5-466b-aedc-8b4f9c7a28b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.documo.com/v1/fax/:messageId","description":"<p>Removes a fax.</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","fax",":messageId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Message UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"messageId"}]}},"response":[{"id":"51862686-9bf6-4beb-b2ac-f61b05b5fdb2","name":"Delete Fax","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/fax/:messageId","host":["https://api.documo.com"],"path":["v1","fax",":messageId"],"variable":[{"key":"messageId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Message UUID"}]}},"code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"b26d40bd-52d5-466b-aedc-8b4f9c7a28b5"},{"name":"Fax Split Download","id":"9e2afd3a-99e5-4553-b5f6-f1b6d5eddc64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"faxId","value":"","description":"<p>UUID | Required | Fax identifier (messageId)</p>\n","type":"text"},{"key":"pageGroups","value":"","description":"<p>Array of DcmPageGroup | Required | Document split instructions</p>\n","type":"text"}]},"url":"https://api.documo.com/v1/fax/download/split","description":"<p>This endpoint is used to split a fax document based on the provided instructions.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">DcmPageGroup {\n    name: string,\n    pages: string[],\n    pagesStr: string,\n}\nexample: [{\"name\":\"Document 1\",\"pagesStr\":\"1-3,4-6\"}]\n\n</code></pre>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li>Status: 200</li>\n<li>Content-Type: application/zip, application/octet-stream</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","fax","download","split"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"16bd8908-8784-47d3-ae20-f8d45212d1c5","name":"Split Download","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"faxId","value":"00000000-0000-0000-0000-000000000000","description":"UUID | Required | Fax identifier (messageId)","type":"text"},{"key":"pageGroups","value":"[{\"name\":\"Document 1\",\"pages\":[1,2],\"pagesStr\":\"1-2\"}]","description":"Array<DcmPageGroup> | Required | Document split instructions","type":"text"}]},"url":"https://api.documo.com/v1/fax/download/split"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/zip, application/octet-stream"},{"key":"Content-Length","value":"53248"},{"key":"Content-Disposition","value":"attachment; filename=\"00000000-0000-0000-0000-000000000000.zip\"","description":""}],"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"9e2afd3a-99e5-4553-b5f6-f1b6d5eddc64"}],"id":"34a91cce-9cfa-421f-b04c-7a58bf29a712","_postman_id":"34a91cce-9cfa-421f-b04c-7a58bf29a712","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}}},{"name":"Fax Numbers","item":[{"name":"View Fax Numbers","id":"f9d04e39-efdf-4a0b-ad1d-15e7106a95f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/numbers","description":"<p>Returns all fax numbers owned by account.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","numbers"],"host":["https://api.documo.com"],"query":[{"disabled":true,"description":{"content":"<p>String | Account ID</p>\n","type":"text/plain"},"key":"accountId","value":""},{"disabled":true,"description":{"content":"<p>String | Possible values: available, assigned, pending</p>\n","type":"text/plain"},"key":"type","value":""},{"disabled":true,"description":{"content":"<p>Integer | Default: 0 | Number of results to skip (used for pagination)</p>\n","type":"text/plain"},"key":"offset","value":""},{"disabled":true,"description":{"content":"<p>Integer | Default: 30 | Number of results to be returned (used for pagination)</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>String | Search query</p>\n","type":"text/plain"},"key":"query","value":""}],"variable":[]}},"response":[{"id":"3f78659e-597f-449f-a3aa-e0ed7bc1f43c","name":"View Fax Numbers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/numbers","host":["https://api.documo.com"],"path":["v1","numbers"],"query":[{"key":"accountId","value":"","description":"String | Account ID","disabled":true},{"key":"type","value":"","description":"String | Possible values: available, assigned, pending","disabled":true},{"key":"offset","value":"","description":"Integer | Default: 0 | Number of results to skip (used for pagination)","disabled":true},{"key":"limit","value":"","description":"Integer | Default: 30 | Number of results to be returned (used for pagination)","disabled":true},{"key":"query","value":"","description":"String | Search query","disabled":true}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":" {\n  \"rows\": [\n    {\n      \"uuid\": \"04d651f6-5092-44a1-bbd4-822a0ab43d29\",\n      \"number\": \"3144508380\",\n      \"pendingUntil\": null,\n      \"ownedBy\": \"8d3165b3-d23c-4cb4-9bee-b33013c008f7\",\n      \"managedBy\": \"8d3165b3-d23c-4cb4-9bee-b33013c008f7\",\n      \"faxbridge\": {\n        \"deviceCode\": \"210000000000\",\n        \"name\": \"FaxBridge\",\n      },\n      \"users\": [\n        {\n          \"userId\": \"fdb9f0dd-ac0c-4f3e-8e4b-1be0225186de\",\n          \"accountId\": \"6c838c7c-cb48-4763-84d6-233b5f8cf782\",\n          \"email\": \"example@mail.com\",\n          \"firstName\": \"John\",\n          \"lastName\": \"Doe\",\n          \"avatarUrl\": null\n        }\n      ],\n      \"owner\": {\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"accountNumber\": \"1200000000\",\n        \"accountName\": \"Night’s Watch\",\n        \"accountType\": \"customer\"\n      },\n      \"manager\": {\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"accountNumber\": \"1200000000\",\n        \"accountName\": \"Night’s Watch\",\n        \"accountType\": \"customer\"\n      }\n    }\n  ],\n  \"count\": 1718,\n  \"limit\": 100,\n  \"offset\": 0\n}"}],"_postman_id":"f9d04e39-efdf-4a0b-ad1d-15e7106a95f0"},{"name":"Add User to Fax Number","id":"9c4cca04-1767-46fe-9ad3-dda555a3aa40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.documo.com/v1/numbers/:numberId/user/:userId","description":"<p>Add users to fax numbers. Only users from account that manages this number can be assigned. Inbound faxes are accessible by the assigned user(s).</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","numbers",":numberId","user",":userId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Number UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"numberId"},{"description":{"content":"<p>String | Required | User UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"userId"}]}},"response":[{"id":"45ccf116-20ba-4226-9093-d624cc2514ad","name":"Add User to Fax Number","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.documo.com/v1/numbers/:numberId/user/:userId","host":["https://api.documo.com"],"path":["v1","numbers",":numberId","user",":userId"],"variable":[{"key":"numberId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Number UUID"},{"key":"userId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | User UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uuid\": \"7cd0224e-ee05-4f32-9f56-9a4ebf83a38c\",\n  \"number\": \"3122833994\",\n  \"pendingUntil\": null,\n  \"ownedBy\": \"6c838c7c-cb48-4763-84d6-233b5f8cf782\",\n  \"createdAt\": \"2017-06-06T11:37:14.000Z\",\n  \"users\": [\n    {\n      \"userId\": \"fdb9f0dd-ac0c-4f3e-8e4b-1be0225186de\",\n      \"accountId\": \"6c838c7c-cb48-4763-84d6-233b5f8cf782\",\n      \"email\": \"example@mail.com\",\n      \"firstName\": \"John\",\n      \"lastName\": \"Doe\",\n      \"avatarUrl\": null\n    }\n  ],\n  \"manager\": {\n      \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n      \"accountNumber\": \"1200000000\",\n      \"accountName\": \"Night’s Watch\",\n      \"accountType\": \"customer\"\n  }\n}"}],"_postman_id":"9c4cca04-1767-46fe-9ad3-dda555a3aa40"},{"name":"Remove User from Fax Number","id":"4d2b3852-606d-405d-bb00-72634a618d3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.documo.com/v1/numbers/:numberId/user/:userId","description":"<p>Remove user from fax number.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","numbers",":numberId","user",":userId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Number UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"numberId"},{"description":{"content":"<p>String | Required | User UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"userId"}]}},"response":[{"id":"f13d8687-5608-42f9-bd6c-279591a93f34","name":"Remove User from Fax Number","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/numbers/:numberId/user/:userId","host":["https://api.documo.com"],"path":["v1","numbers",":numberId","user",":userId"],"variable":[{"key":"numberId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Number UUID"},{"key":"userId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | User UUID"}]}},"code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"4d2b3852-606d-405d-bb00-72634a618d3f"},{"name":"Provision Fax Numbers","id":"e183d840-1723-44d6-9a2e-ec8b8f9b15d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"type","value":"","description":"<p>String | Required | Possible Values: order, local, toll-free</p>\n","type":"text"},{"key":"numbers","value":"","description":"<p>String[] | Numbers list in E164 format. Separated by comma.</p>\n","type":"text","disabled":true},{"key":"quantity","value":"","description":"<p>Integer | Toll-free numbers quantity. If not set - equal to 1. Required for random ‘toll-free’ provision.</p>\n","type":"text","disabled":true},{"key":"accountId","value":"","description":"<p>Uuid | Subaccount ID</p>\n","type":"text","disabled":true},{"key":"storage","value":"","description":"<p>String | FTP/SFTP storage credentials in JSON format</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/numbers/provision","description":"<p>Provision new fax numbers.</p>\n<p>Note: For provision with type ‘order’, numbers in request should have appeared in a number search within the last 24 hours.</p>\n<p>Note: Provision is limited to 1000 numbers per API call.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","numbers","provision"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"b7a67f97-e22d-4c56-886e-c2fb65e42d63","name":"Provision Fax Numbers","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"type","value":"order","description":"String | Required | Possible Values: order, local, toll-free","type":"text"},{"key":"numbers","value":"1234567890,1234567890","description":"String | Numbers list in E164 format. Separated by comma.","type":"text","disabled":true},{"key":"quantity","value":"1","description":"Integer | Toll-free numbers quantity. If not set - equal to 1. Required for random ‘toll-free’ provision.","type":"text","disabled":true},{"key":"accountId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"Uuid | Subaccount ID","type":"text","disabled":true},{"key":"storage","value":"example","description":"String | FTP/SFTP storage credentials in JSON format","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/numbers/provision"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n  {\n    \"uuid\": \"2d65b607-1833-4576-b497-650b56d6346b\",\n    \"number\": \"8440000000\",\n    \"pendingUntil\": null,\n    \"ownedBy\": \"f6309861-9ca9-44ea-84ab-a193615e4936\",\n    \"managedBy\": \"f6309861-9ca9-44ea-84ab-a193615e4936\",\n    \"createdAt\": \"2017-06-26T15:35:13.000Z\",\n    \"owner\": {\n      \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n      \"accountNumber\": \"1200000000\",\n      \"accountName\": \"Night’s Watch\",\n      \"accountType\": \"customer\"\n    },\n    \"manager\": {\n      \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n      \"accountNumber\": \"1200000000\",\n      \"accountName\": \"Night’s Watch\",\n      \"accountType\": \"customer\"\n    }\n  }\n]"}],"_postman_id":"e183d840-1723-44d6-9a2e-ec8b8f9b15d7"},{"name":"Search Available Fax Numbers","id":"30554b7e-d353-4b7f-b828-8d108db0346e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/numbers/provision/search?npa=303","description":"<p>Allows you to search for available toll-free or local numbers. Search by area code/prefix (npa/nxx), city, or state. Returns list of available numbers. You must include at least one of the following parameters: npa, city, state, rateCenter.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","numbers","provision","search"],"host":["https://api.documo.com"],"query":[{"description":{"content":"<p>String | 3-digit Numbering Code</p>\n","type":"text/plain"},"key":"npa","value":"303"},{"disabled":true,"description":{"content":"<p>String | Central Office (aka. Exchange) within the NPA</p>\n","type":"text/plain"},"key":"nxx","value":""},{"disabled":true,"description":{"content":"<p>String | State, e.g. OH</p>\n","type":"text/plain"},"key":"state","value":""},{"disabled":true,"description":{"content":"<p>String | City</p>\n","type":"text/plain"},"key":"city","value":""},{"disabled":true,"description":{"content":"<p>String | NANP rate center</p>\n","type":"text/plain"},"key":"rateCenter","value":null},{"disabled":true,"description":{"content":"<p>Integer | Amount of line items per page that will be returned</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>String | 'US' or 'CA'. Sometimes neccessary to get results from Canada</p>\n","type":"text/plain"},"key":"countryIso","value":""},{"disabled":true,"description":{"content":"<p>Boolean | set to 'true' to include numbers that don't match the filters exactly</p>\n","type":"text/plain"},"key":"bestEffort","value":""}],"variable":[]}},"response":[{"id":"2d2de502-5725-4dbc-898f-1c010339772a","name":"Search Available Fax Numbers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/numbers/provision/search","host":["https://api.documo.com"],"path":["v1","numbers","provision","search"],"query":[{"key":"npa","value":"","description":"String | 3-digit Numbering Code","disabled":true},{"key":"nxx","value":"","description":"String | Central Office (aka. Exchange) within the NPA","disabled":true},{"key":"state","value":"","description":"String | State","disabled":true},{"key":"city","value":"","description":"String | City. For clarification, state param recommended for search by city.","disabled":true},{"key":"zipcode","value":"","description":"String | ZIP Code","disabled":true},{"key":"limit","value":"","description":"Integer | Amount of line items per page that will be returned","disabled":true},{"key":"countryIso","value":null,"description":"String | 'US' or 'CA'. Sometimes neccessary to get results from Canada","type":"text","disabled":true},{"key":"bestEffort","value":null,"description":"Boolean | set to 'true' to include numbers that don't match the filters exactly","type":"text","disabled":true}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"result\": [\n    {\n      \"number_e164\": \"+17025551234\",\n      \"regional_data\": {\n        \"country_iso\": \"US\",\n        \"rate_center\": \"LAS VEGAS\",\n        \"state\": \"NV\"\n      },\n      \"preferable\": true,\n    },\n    ...\n  ],\n  \"limit\": 10\n}"}],"_postman_id":"30554b7e-d353-4b7f-b828-8d108db0346e"},{"name":"Fax Number Settings","id":"08bb7cd2-c18a-4578-8235-93116ae4831d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"storage","value":"","description":"<p>String | FTP/SFTP storage credentials in JSON format</p>\n","type":"text","disabled":true},{"key":"managedBy","value":"","description":"<p>Uuid | Uuid of manager account</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/numbers/:numberId","description":"<p>Storage settings of number.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","numbers",":numberId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Number UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"numberId"}]}},"response":[{"id":"36b5c3f5-f16e-48de-bdce-66fa221ada21","name":"Fax Number Settings","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"storage","value":"example","description":"String | FTP/SFTP storage credentials in JSON format","type":"text","disabled":true},{"key":"managedBy","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"Uuid | Uuid of manager account","type":"text","disabled":true}]},"url":{"raw":"https://api.documo.com/v1/numbers/:numberId","host":["https://api.documo.com"],"path":["v1","numbers",":numberId"],"variable":[{"key":"numberId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Number UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uuid\": \"7cd0224e-ee05-4f32-9f56-9a4ebf83a38c\",\n  \"number\": \"3122833994\",\n  \"pendingUntil\": null,\n  \"storage\": \"{\\\"protocol\\\":\\\"ftp\\\",\\\"host\\\":\\\"example.com\\\",\\\"outputDirPath\\\":\\\"uploads/\\\",\\\"password\\\":\\\"password\\\",\\\"user\\\":\\\"user\\\",\\\"port\\\":21}\",\n  \"ownedBy\": \"6c838c7c-cb48-4763-84d6-233b5f8cf782\",\n  \"createdAt\": \"2017-06-06T11:37:14.000Z\",\n  \"users\": [\n    {\n      \"userId\": \"fdb9f0dd-ac0c-4f3e-8e4b-1be0225186de\",\n      \"accountId\": \"6c838c7c-cb48-4763-84d6-233b5f8cf782\",\n      \"email\": \"example@mail.com\",\n      \"firstName\": \"John\",\n      \"lastName\": \"Doe\",\n      \"avatarUrl\": null\n    }\n  ],\n  \"manager\": {\n    \"uuid\":\"00000000-0000-0000-0000-000000000000\",\n    \"accountNumber\":\"1200000000\",\n    \"accountName\":\"Documo\",\n    \"accountType\":\"customer\"\n  }\n}"}],"_postman_id":"08bb7cd2-c18a-4578-8235-93116ae4831d"},{"name":"Delete Fax Number","id":"504ebe78-f9ac-4e73-9b8c-6d0d70460c50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.documo.com/v1/numbers/:numberId/release","description":"<p>Release fax number by number ID and move it to pending.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","numbers",":numberId","release"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Number UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"numberId"}]}},"response":[{"id":"c1b40bfa-3ba3-4e07-b5e4-fe50f7331938","name":"Delete Fax Number","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/numbers/:numberId/release","host":["https://api.documo.com"],"path":["v1","numbers",":numberId","release"],"variable":[{"key":"numberId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Number UUID"}]}},"code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"504ebe78-f9ac-4e73-9b8c-6d0d70460c50"},{"name":"Validate Fax Number","id":"4a66c11a-ea33-405d-8961-da68c0eb2030","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/numbers/validate?number=&country=","description":"<p>Indicates whether a number is valid.</p>\n<p><code>API Key Access: base | admin | print_driver</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","numbers","validate"],"host":["https://api.documo.com"],"query":[{"description":{"content":"<p>String | Required | The number you wish to validate</p>\n","type":"text/plain"},"key":"number","value":""},{"description":{"content":"<p>String | Required | The Alpha-2 country code</p>\n","type":"text/plain"},"key":"country","value":""}],"variable":[]}},"response":[{"id":"1f46496e-5532-4626-9dce-0fc11c99632e","name":"Validate Fax Number","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/numbers/validate?number=example&country=US","host":["https://api.documo.com"],"path":["v1","numbers","validate"],"query":[{"key":"number","value":"example","description":"String | Required | The number you wish to validate"},{"key":"country","value":"US","description":"String | Required | The Alpha-2 country code"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"isValid\": false\n}"}],"_postman_id":"4a66c11a-ea33-405d-8961-da68c0eb2030"}],"id":"476f7969-a924-4743-b77c-7b303729ec44","description":"<p>Accessible by admin level users only.</p>\n","event":[{"listen":"prerequest","script":{"id":"691177d6-71c0-4a84-bf22-b65d5e308adc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0aac71bb-2304-4b08-b284-84e5f9af134b","type":"text/javascript","exec":[""]}}],"_postman_id":"476f7969-a924-4743-b77c-7b303729ec44","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}}},{"name":"Numbers Porting","item":[{"name":"Portability Check","id":"54470143-5082-4590-b956-8621a5c1c359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"numbers","value":"","description":"<p>String | Numbers in E164 format, separated by comma. E.g. +18885550001,+18885550002</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/porting/portability_check","description":"<p>Verifies the portability of a list of phone numbers. Use before creating draft request.</p>\n<p><code>API Key Access: base | admin | print_driver</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","porting","portability_check"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"eb920af9-6380-4060-8233-efecb9d0290e","name":"Portability Check","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"numbers","value":"+19999999999,+19999999999","description":"String | Numbers in E164 format, separated by comma. E.g. +18885550001,+18885550002","type":"text"}]},"url":"https://api.documo.com/v1/porting/portability_check"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[ \n    { \n        \"portable\": false,\n        \"portabilityStatus\": null,\n        \"phoneNumber\": \"+18885550001\",\n        \"notPortableReason\": \"not_available\",\n        \"e164Number\": \"+18885550001\",\n        \"coverageCategory\": \"nanp_toll_free\",\n        \"carrierName\": \"NANP TOLL FREE\",\n    },\n    { \n        \"portable\": true,\n        \"portabilityStatus\": \"confirmed\",\n        \"phoneNumber\": \"+18885550002\",\n        \"notPortableReason\": null,\n        \"e164Number\": \"+18885550002\",\n        \"coverageCategory\": \"nanp_toll_free\",\n        \"carrierName\": \"NANP TOLL FREE\"\n    } \n]"}],"_postman_id":"54470143-5082-4590-b956-8621a5c1c359"},{"name":"Create Port Request","id":"866dd28a-2cd7-4fd0-86b4-e72319e0fadf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"numbers","value":"","description":"<p>String | Numbers in E164 format, separated by comma. E.g. +18885550001,+18885550002</p>\n","type":"text","disabled":true},{"key":"portType","value":"","description":"<p>String | Possible Values: partial, full</p>\n","type":"text","disabled":true},{"key":"administrativeArea","value":"","description":"<p>String | Two character state abbreviation of billing address</p>\n","type":"text","disabled":true},{"key":"authPersonName","value":"","description":"<p>String | Name of person authorizing the port request</p>\n","type":"text","disabled":true},{"key":"billingPhoneNumber","value":"","description":"<p>String | Billing phone number associated with these phone numbers</p>\n","type":"text","disabled":true},{"key":"personOrCompanyName","value":"","description":"<p>String | Person Name or Company name requesting the port</p>\n","type":"text","disabled":true},{"key":"locality","value":"","description":"<p>String | City of billing address</p>\n","type":"text","disabled":true},{"key":"postalCode","value":"","description":"<p>String | Postal Code of billing address</p>\n","type":"text","disabled":true},{"key":"streetAddress","value":"","description":"<p>String | First line of billing address</p>\n","type":"text","disabled":true},{"key":"extendedAddress","value":"","description":"<p>String | Second line of billing address</p>\n","type":"text","disabled":true},{"key":"accountNumber","value":"","description":"<p>String | The authorized person’s account number with the current service provider</p>\n","type":"text","disabled":true},{"key":"pinPasscode","value":"","description":"<p>String | PIN/passcode for accounts that have wireless type numbers</p>\n","type":"text","disabled":true},{"key":"remainingNumbersAction","value":"","description":"<p>String | Remaining numbers can be either kept with their current service provider or disconnected. ‘newBillingPhoneNumber’ is required when ‘remainingNumbersAction’ is ‘keep’.</p>\n","type":"text","disabled":true},{"key":"newBillingPhoneNumber","value":"","description":"<p>String | New billing telephone numbers for the remaining numbers. This will be set on your account with your current service provider and should be one of the numbers remaining on that account.</p>\n","type":"text","disabled":true},{"key":"countryCode","value":"","description":"<p>String | ISO3166-1 alpha-2 country code of billing address. Only ‘US’ and ‘CA’ is allowed.</p>\n","type":"text","disabled":true},{"key":"focDate","value":"","description":"<p>String | ISO 8601 formatted Date/Time of the FOC date</p>\n","type":"text","disabled":true},{"key":"invoice","description":"<p>Blob | The most recent bill copy/invoice from your current carrier</p>\n","type":"file","value":null,"disabled":true},{"key":"loa","description":"<p>Blob | Completed Letter of Authorization (LOA)</p>\n","type":"file","value":null,"disabled":true},{"key":"other","description":"<p>Blob | Any additional document.</p>\n","type":"file","value":null,"disabled":true}]},"url":"https://api.documo.com/v1/porting","description":"<p>Create port request. Allowed formats for files - pdf, img, png.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","porting"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"651413e2-2601-4d3f-a4de-9377c01c38dc","name":"Create Port Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"numbers","value":"+19999999999,+19999999999","description":"String | Numbers in E164 format, separated by comma. E.g. +18885550001,+18885550002","type":"text"},{"key":"portType","value":"partial","description":"String | Possible Values: partial, full","type":"text"},{"key":"administrativeArea","value":"WI","description":"String | Two character state abbreviation of billing address","type":"text"},{"key":"authPersonName","value":"example","description":"String | Name of person authorizing the port request","type":"text"},{"key":"billingPhoneNumber","value":"1234567890","description":"String | Billing phone number associated with these phone numbers","type":"text"},{"key":"personOrCompanyName","value":"example","description":"String | Person Name or Company name requesting the port","type":"text"},{"key":"locality","value":"example","description":"String | City of billing address","type":"text"},{"key":"postalCode","value":"55555","description":"String | Postal Code of billing address","type":"text"},{"key":"streetAddress","value":"example","description":"String | First line of billing address","type":"text"},{"key":"extendedAddress","value":"example","description":"String | Second line of billing address","type":"text"},{"key":"accountNumber","value":"example","description":"String | The authorized person’s account number with the current service provider","type":"text"},{"key":"pinPasscode","value":"example","description":"String | PIN/passcode for accounts that have wireless type numbers","type":"text"},{"key":"remainingNumbersAction","value":"example","description":"String | Remaining numbers can be either kept with their current service provider or disconnected. ‘newBillingPhoneNumber’ is required when ‘remainingNumbersAction’ is ‘keep’.","type":"text"},{"key":"newBillingPhoneNumber","value":"1234567890","description":"String | New billing telephone numbers for the remaining numbers. This will be set on your account with your current service provider and should be one of the numbers remaining on that account.","type":"text"},{"key":"countryCode","value":"US","description":"String | ISO3166-1 alpha-2 country code of billing address. Only ‘US’ and ‘CA’ is allowed.","type":"text"},{"key":"focDate","value":"2020-01-01T00:00:00.000Z","description":"String | ISO 8601 formatted Date/Time of the FOC date","type":"text"},{"key":"invoice","description":"Blob | The most recent bill copy/invoice from your current carrier","type":"file","value":null},{"key":"loa","description":"Blob | Completed Letter of Authorization (LOA)","type":"file","value":null},{"key":"other","description":"Blob | Any additional document.","type":"file","value":null}]},"url":"https://api.documo.com/v1/porting"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Date","value":"Wed, 02 Jun 2021 13:40:18 GMT"},{"key":"X-RateLimit-Reset","value":"1622641279"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"X-Server-Version","value":"4.2.2"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-7hJxIIEIc6I0tdIlBJWJEO9DNWw\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{ \n    \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n    \"supportKey\": \"pr_000000\",\n    \"accountId\": \"00000000-0000-0000-0000-000000000000\",\n    \"createdAt\": \"2019-01-01T12:00:00.000Z\",\n    \"account\": {\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"accountNumber\": \"1201900000\",\n        \"accountName\": \"Winterfell Armory\",\n        \"accountType\": \"reseller\"\n    },\n    \"subRequests\": [ \n        { \n            \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n            \"portRequestId\": \"00000000-0000-0000-0000-000000000000\",\n            \"status\": \"in-process\",\n            \"locality\": \"Las Vegas\",\n            \"underlyingCarrierNames\": [\"NANP TOLL FREE\"],\n            \"supportKey\": \"sr_000000\",\n            \"postalCode\": \"81465-9911\",\n            \"pinPasscode\": null,\n            \"personOrCompanyName\": \"Winterfell Armory\",\n            \"focDate\": null,\n            \"streetAddress\": \"Fake Address Here\",\n            \"extendedAddress\": \"Line 2\",\n            \"countryCode\": \"US\",\n            \"billingPhoneNumber\": \"+18885550001\",\n            \"authPersonName\": \"John Snow\",\n            \"administrativeArea\": \"NV\",\n            \"accountNumber\": null,\n            \"portType\": \"full\",\n            \"remainingNumbersAction\": \"keep\",\n            \"newBillingPhoneNumber\": \"+18885550001\",\n            \"createdAt\": \"2019-01-01T12:00:00.000Z\",\n            \"updatedAt\": \"2019-01-01T12:00:00.000Z\"\n        } \n    ],\n    \"numbers\": [ \n        {\n            \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n            \"number\": \"8885550001\",\n            \"numberE164\": \"+18885550001\",\n            \"pendingRelease\": false,\n            \"isLocal\": true,\n            \"provider\": \"telnyx\",\n            \"pendingPort\": true,\n            \"portSubRequestId\": \"00000000-0000-0000-0000-000000000000\",\n            \"managedBy\": \"00000000-0000-0000-0000-000000000000\",\n            \"ownedBy\": \"00000000-0000-0000-0000-000000000000\",\n            \"createdAt\": \"2019-01-01T12:00:00.000Z\",\n            \"updatedAt\": \"2019-01-01T12:00:00.000Z\"\n        } \n    ],\n    \"documents\": [\n        {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"description\": \"_pdf-sample.pdf\",\n            \"subRequestId\": \"00000000-0000-0000-0000-000000000000\",\n            \"documentType\": \"invoice\",\n            \"createdAt\": \"2019-01-01T12:00:00.000Z\"\n        },\n        {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"description\": \"_pdf-sample.pdf\",\n            \"subRequestId\": \"00000000-0000-0000-0000-000000000000\",\n            \"documentType\": \"loa\",\n            \"createdAt\": \"2019-01-01T12:00:00.000Z\"\n        }\n    ]\n}"}],"_postman_id":"866dd28a-2cd7-4fd0-86b4-e72319e0fadf"},{"name":"Update Port Request","id":"400a8b91-da33-43df-b989-da8be564e7ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"administrativeArea","value":"","description":"<p>String | Two character state abbreviation of billing address</p>\n","type":"text","disabled":true},{"key":"authPersonName","value":"","description":"<p>String | Name of person authorizing the port request</p>\n","type":"text","disabled":true},{"key":"billingPhoneNumber","value":"","description":"<p>String | Billing phone number associated with these phone numbers</p>\n","type":"text","disabled":true},{"key":"personOrCompanyName","value":"","description":"<p>String | Person Name or Company name requesting the port</p>\n","type":"text","disabled":true},{"key":"locality","value":"","description":"<p>String | City of billing address</p>\n","type":"text","disabled":true},{"key":"postalCode","value":"","description":"<p>String | Postal Code of billing address</p>\n","type":"text","disabled":true},{"key":"streetAddress","value":"","description":"<p>String | First line of billing address</p>\n","type":"text","disabled":true},{"key":"extendedAddress","value":"","description":"<p>String | Second line of billing address</p>\n","type":"text","disabled":true},{"key":"accountNumber","value":"","description":"<p>String | The authorized person’s account number with the current service provider</p>\n","type":"text","disabled":true},{"key":"pinPasscode","value":"","description":"<p>String | PIN/passcode for accounts that have wireless type numbers</p>\n","type":"text","disabled":true},{"key":"remainingNumbersAction","value":"","description":"<p>String | Remaining numbers can be either kept with their current service provider or disconnected. ‘newBillingPhoneNumber’ is required when ‘remainingNumbersAction’ is ‘keep’.</p>\n","type":"text","disabled":true},{"key":"newBillingPhoneNumber","value":"","description":"<p>String | New billing telephone numbers for the remaining numbers. This will be set on your account with your current service provider and should be one of the numbers remaining on that account.</p>\n","type":"text","disabled":true},{"key":"countryCode","value":"","description":"<p>String | ISO3166-1 alpha-2 country code of billing address. Only ‘US’ and ‘CA’ is allowed.</p>\n","type":"text","disabled":true},{"key":"focDate","value":"","description":"<p>String | ISO 8601 formatted Date/Time of the FOC date</p>\n","type":"text","disabled":true},{"key":"invoice","description":"<p>Blob | The most recent bill copy/invoice from your current carrier</p>\n","type":"file","value":null,"disabled":true},{"key":"loa","description":"<p>Blob | Completed Letter of Authorization (LOA)</p>\n","type":"file","value":null,"disabled":true},{"key":"other","description":"<p>Blob | Any additional document.</p>\n","type":"file","value":null,"disabled":true}]},"url":"https://api.documo.com/v1/porting/:portingId","description":"<p>Edit port sub request. Allowed formats for files - pdf, img, png.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","porting",":portingId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Porting UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"portingId"}]}},"response":[{"id":"911d8883-aa45-4f3d-ba8d-48fa2ca5e23f","name":"Update Port Request","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"administrativeArea","value":"WI","description":"String | Two character state abbreviation of billing address","type":"text"},{"key":"authPersonName","value":"example","description":"String | Name of person authorizing the port request","type":"text"},{"key":"billingPhoneNumber","value":"1234567890","description":"String | Billing phone number associated with these phone numbers","type":"text"},{"key":"personOrCompanyName","value":"example","description":"String | Person Name or Company name requesting the port","type":"text"},{"key":"locality","value":"example","description":"String | City of billing address","type":"text"},{"key":"postalCode","value":"55555","description":"String | Postal Code of billing address","type":"text"},{"key":"streetAddress","value":"example","description":"String | First line of billing address","type":"text"},{"key":"extendedAddress","value":"example","description":"String | Second line of billing address","type":"text"},{"key":"accountNumber","value":"example","description":"String | The authorized person’s account number with the current service provider","type":"text"},{"key":"pinPasscode","value":"example","description":"String | PIN/passcode for accounts that have wireless type numbers","type":"text"},{"key":"remainingNumbersAction","value":"example","description":"String | Remaining numbers can be either kept with their current service provider or disconnected. ‘newBillingPhoneNumber’ is required when ‘remainingNumbersAction’ is ‘keep’.","type":"text"},{"key":"newBillingPhoneNumber","value":"1234567890","description":"String | New billing telephone numbers for the remaining numbers. This will be set on your account with your current service provider and should be one of the numbers remaining on that account.","type":"text"},{"key":"countryCode","value":"US","description":"String | ISO3166-1 alpha-2 country code of billing address. Only ‘US’ and ‘CA’ is allowed.","type":"text"},{"key":"focDate","value":"2020-01-01T00:00:00.000Z","description":"String | ISO 8601 formatted Date/Time of the FOC date","type":"text"},{"key":"invoice","description":"Blob | The most recent bill copy/invoice from your current carrier","type":"file","value":null},{"key":"loa","description":"Blob | Completed Letter of Authorization (LOA)","type":"file","value":null},{"key":"other","description":"Blob | Any additional document.","type":"file","value":null}]},"url":{"raw":"https://api.documo.com/v1/porting/:portingId","host":["https://api.documo.com"],"path":["v1","porting",":portingId"],"variable":[{"key":"portingId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Porting UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{ \n    \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n    \"supportKey\": \"pr_000000\",\n    \"accountId\": \"00000000-0000-0000-0000-000000000000\",\n    \"createdAt\": \"2019-01-01T12:00:00.000Z\",\n    \"account\": {\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"accountNumber\": \"1201900000\",\n        \"accountName\": \"Winterfell Armory\",\n        \"accountType\": \"reseller\"\n    },\n    \"subRequests\": [ \n        { \n            \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n            \"portRequestId\": \"00000000-0000-0000-0000-000000000000\",\n            \"status\": \"in-process\",\n            \"locality\": \"Las Vegas\",\n            \"underlyingCarrierNames\": [\"NANP TOLL FREE\"],\n            \"supportKey\": \"sr_000000\",\n            \"postalCode\": \"81465-9911\",\n            \"pinPasscode\": null,\n            \"personOrCompanyName\": \"Winterfell Armory\",\n            \"focDate\": null,\n            \"streetAddress\": \"Fake Address Here\",\n            \"extendedAddress\": \"Line 2\",\n            \"countryCode\": \"US\",\n            \"billingPhoneNumber\": \"+18885550001\",\n            \"authPersonName\": \"John Snow\",\n            \"administrativeArea\": \"NV\",\n            \"accountNumber\": null,\n            \"portType\": \"full\",\n            \"remainingNumbersAction\": \"keep\",\n            \"newBillingPhoneNumber\": \"+18885550001\",\n            \"createdAt\": \"2019-01-01T12:00:00.000Z\",\n            \"updatedAt\": \"2019-01-01T12:00:00.000Z\"\n        } \n    ],\n    \"numbers\": [ \n        {\n            \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n            \"number\": \"8885550001\",\n            \"numberE164\": \"+18885550001\",\n            \"pendingRelease\": false,\n            \"isLocal\": true,\n            \"provider\": \"telnyx\",\n            \"pendingPort\": true,\n            \"portSubRequestId\": \"00000000-0000-0000-0000-000000000000\",\n            \"managedBy\": \"00000000-0000-0000-0000-000000000000\",\n            \"ownedBy\": \"00000000-0000-0000-0000-000000000000\",\n            \"createdAt\": \"2019-01-01T12:00:00.000Z\",\n            \"updatedAt\": \"2019-01-01T12:00:00.000Z\"\n        } \n    ],\n    \"documents\": [\n        {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"description\": \"_pdf-sample.pdf\",\n            \"subRequestId\": \"00000000-0000-0000-0000-000000000000\",\n            \"documentType\": \"invoice\",\n            \"createdAt\": \"2019-01-01T12:00:00.000Z\"\n        },\n        {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"description\": \"_pdf-sample.pdf\",\n            \"subRequestId\": \"00000000-0000-0000-0000-000000000000\",\n            \"documentType\": \"loa\",\n            \"createdAt\": \"2019-01-01T12:00:00.000Z\"\n        }\n    ]\n}"}],"_postman_id":"400a8b91-da33-43df-b989-da8be564e7ff"},{"name":"View Port Request","id":"9d8854f5-3df5-4054-8cbd-98e67056b693","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/porting/:portingId","description":"<p>Returns one port request by UUID.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","porting",":portingId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Porting UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"portingId"}]}},"response":[{"id":"fce85b09-5d21-4b7e-bd25-ab642ca086e0","name":"View Port Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/porting/:portingId","host":["https://api.documo.com"],"path":["v1","porting",":portingId"],"variable":[{"key":"portingId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Porting UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{ \n    \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n    \"supportKey\": \"pr_000000\",\n    \"accountId\": \"00000000-0000-0000-0000-000000000000\",\n    \"createdAt\": \"2019-01-01T12:00:00.000Z\",\n    \"account\": {\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"accountNumber\": \"1201900000\",\n        \"accountName\": \"Winterfell Armory\",\n        \"accountType\": \"reseller\"\n    },\n    \"subRequests\": [ \n        { \n            \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n            \"portRequestId\": \"00000000-0000-0000-0000-000000000000\",\n            \"status\": \"in-process\",\n            \"locality\": \"Las Vegas\",\n            \"underlyingCarrierNames\": [\"NANP TOLL FREE\"],\n            \"supportKey\": \"sr_000000\",\n            \"postalCode\": \"81465-9911\",\n            \"pinPasscode\": null,\n            \"personOrCompanyName\": \"Winterfell Armory\",\n            \"focDate\": null,\n            \"streetAddress\": \"Fake Address Here\",\n            \"extendedAddress\": \"Line 2\",\n            \"countryCode\": \"US\",\n            \"billingPhoneNumber\": \"+18885550001\",\n            \"authPersonName\": \"John Snow\",\n            \"administrativeArea\": \"NV\",\n            \"accountNumber\": null,\n            \"portType\": \"full\",\n            \"remainingNumbersAction\": \"keep\",\n            \"newBillingPhoneNumber\": \"+18885550001\",\n            \"createdAt\": \"2019-01-01T12:00:00.000Z\",\n            \"updatedAt\": \"2019-01-01T12:00:00.000Z\"\n        } \n    ],\n    \"numbers\": [ \n        {\n            \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n            \"number\": \"8885550001\",\n            \"numberE164\": \"+18885550001\",\n            \"pendingRelease\": false,\n            \"isLocal\": true,\n            \"provider\": \"telnyx\",\n            \"pendingPort\": true,\n            \"portSubRequestId\": \"00000000-0000-0000-0000-000000000000\",\n            \"managedBy\": \"00000000-0000-0000-0000-000000000000\",\n            \"ownedBy\": \"00000000-0000-0000-0000-000000000000\",\n            \"createdAt\": \"2019-01-01T12:00:00.000Z\",\n            \"updatedAt\": \"2019-01-01T12:00:00.000Z\"\n        } \n    ],\n    \"documents\": [\n        {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"description\": \"_pdf-sample.pdf\",\n            \"subRequestId\": \"00000000-0000-0000-0000-000000000000\",\n            \"documentType\": \"invoice\",\n            \"createdAt\": \"2019-01-01T12:00:00.000Z\"\n        },\n        {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"description\": \"_pdf-sample.pdf\",\n            \"subRequestId\": \"00000000-0000-0000-0000-000000000000\",\n            \"documentType\": \"loa\",\n            \"createdAt\": \"2019-01-01T12:00:00.000Z\"\n        }\n    ]\n}"}],"_postman_id":"9d8854f5-3df5-4054-8cbd-98e67056b693"},{"name":"View Port Requests","id":"ddda35dd-de18-4f57-b4f0-907361a2287c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/numbers/porting/requests","description":"<p>Returns all port request.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","numbers","porting","requests"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"9b12b86c-2b64-4279-986b-1e65222d0682","name":"View Port Requests","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":"https://api.documo.com/v1/numbers/porting/requests"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    { \n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"supportKey\": \"pr_000000\",\n        \"accountId\": \"00000000-0000-0000-0000-000000000000\",\n        \"createdAt\": \"2019-01-01T12:00:00.000Z\",\n        \"account\": {\n            ...\n        },\n        \"subRequests\": [ \n            ...\n        ],\n        \"numbers\": [ \n            ...\n        ]\n    },\n    ...\n]"}],"_postman_id":"ddda35dd-de18-4f57-b4f0-907361a2287c"},{"name":"View Uploaded File's Download Link","id":"c1749567-9a1f-415e-b05b-5e408ce695b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/porting/:portingId/documents/:documentId","description":"<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","porting",":portingId","documents",":documentId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Porting UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"portingId"},{"description":{"content":"<p>String | Required | Document UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"documentId"}]}},"response":[{"id":"8eccfc93-312f-45af-b17e-76ca55d6a73c","name":"View Uploaded File's Download Link","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/porting/:portingId/documents/:documentId","host":["https://api.documo.com"],"path":["v1","porting",":portingId","documents",":documentId"],"variable":[{"key":"portingId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Porting UUID"},{"key":"documentId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Document UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://s3.amazonaws.com/files-service-prod/permanent_storage/...\"\n}"}],"_postman_id":"c1749567-9a1f-415e-b05b-5e408ce695b1"},{"name":"Cancel Request","id":"25115a41-2f2b-49f1-a067-558284d30df5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.documo.com/v1/porting/:portingId/cancel","description":"<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","porting",":portingId","cancel"],"host":["https://api.documo.com"],"query":[{"disabled":true,"description":{"content":"<p>Uuid | Sub Request Id</p>\n","type":"text/plain"},"key":"subRequestId","value":""}],"variable":[{"description":{"content":"<p>String | Required | Porting UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"portingId"}]}},"response":[{"id":"c7097439-eafe-4919-9f4e-836f07a4d0d8","name":"Cancel Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/porting/:portingId/cancel","host":["https://api.documo.com"],"path":["v1","porting",":portingId","cancel"],"query":[{"key":"subRequestId","value":"","description":"Uuid | Sub Request Id","type":"text","disabled":true}],"variable":[{"key":"portingId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Porting UUID"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"25115a41-2f2b-49f1-a067-558284d30df5"}],"id":"bd371130-240a-4327-8435-10b995346cc0","description":"<p>Accessible by admin level users only.</p>\n","event":[{"listen":"prerequest","script":{"id":"0f07cbbc-cb23-4d75-9305-bc7114cb15ba","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1368c0c8-7c48-4f91-85a9-2803f78031e9","type":"text/javascript","exec":[""]}}],"_postman_id":"bd371130-240a-4327-8435-10b995346cc0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}}},{"name":"FaxBridges","item":[{"name":"View FaxBridges","id":"9ad45d09-f33c-4ed5-a0cb-09080fcd32f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/faxbridges","description":"<p>Get FaxBridges list owned by account.</p>\n<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","faxbridges"],"host":["https://api.documo.com"],"query":[{"disabled":true,"description":{"content":"<p>String | Account ID</p>\n","type":"text/plain"},"key":"accountId","value":""},{"disabled":true,"description":{"content":"<p>String | Search Query</p>\n","type":"text/plain"},"key":"query","value":""},{"disabled":true,"description":{"content":"<p>Integer | Default: 0 | Number of results to skip (used for pagination)</p>\n","type":"text/plain"},"key":"offset","value":""},{"disabled":true,"description":{"content":"<p>Integer | Default: 30 | Number of results to be returned (used for pagination)</p>\n","type":"text/plain"},"key":"limit","value":""}],"variable":[]}},"response":[{"id":"e066a869-b043-4a19-b22c-62e8c604a701","name":"View FaxBridges","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/v1/faxbridges","host":["https://api.documo.com"],"path":["v1","faxbridges"],"query":[{"key":"accountId","value":"","description":"String | Account ID","type":"text","disabled":true},{"key":"query","value":"","description":"String | Search Query","type":"text","disabled":true},{"key":"offset","value":"","description":"Integer | Default: 0 | Number of results to skip (used for pagination)","type":"text","disabled":true},{"key":"limit","value":"","description":"Integer | Default: 30 | Number of results to be returned (used for pagination)","type":"text","disabled":true}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"rows\": [\n        {\n            \"deviceCode\": \"216061830920\",\n            \"active\": false,\n            \"name\":\"FaxBridge Name\",\n            \"ownedBy\":\"00000000-0000-0000-0000-000000000000\",\n            \"managedBy\":\"00000000-0000-0000-0000-000000000000\",\n            \"faxNumberId\": \"e7c885cf-6045-43f4-8eb5-2d6c68071292\",\n            \"faxCallerId\":\"5094570051\",\n            \"ipAddressPublic\": \"68.104.9.224\",\n            \"ipAddressPrivate\": \"192.168.0.4\",\n            \"firmware\": \"20170702B\",\n            \"macAddress\": \"D8FB11618309\",\n            \"printIncomingFaxes\":true,\n            \"timezone\": \"pacific\",\n            \"orderId\": \"00000000-0000-0000-0000-000000000000\",\n            \"billing\": \"classic\",\n            \"purchasedAt\": \"2020-01-01T12:00:00.000Z\",\n            \"eventDate\": \"2020-01-01T12:00:00.000Z\",\n            \"activateDate\": \"2020-01-01T12:00:00.000Z\",\n            \"createdAt\": \"2020-01-01T12:00:00.000Z\",\n            \"updatedAt\": \"2020-01-01T12:00:00.000Z\",\n            \"owner\":{\n                \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n                \"accountNumber\": \"1200000000\",\n                \"accountName\": \"Documo\",\n                \"accountType\": \"customer\"\n            },\n            \"manager\":{\n                \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n                \"accountNumber\": \"1200000000\",\n                \"accountName\": \"Documo\",\n                \"accountType\": \"customer\"\n            },\n            \"number\":{\n                \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n                \"number\": \"4697292693\",\n                \"pendingUntil\": null,\n                \"ownedBy\": \"00000000-0000-0000-0000-000000000000\",\n                \"createdAt\": \"2017-07-15T17:49:05.000Z\",\n            },\n            \"users\": [\n                {\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"firstName\": \"John\",\n                    \"lastName\": \"Snow\",\n                    \"email\": \"john@snow.com\"\n                },\n                ...\n            ],\n        }\n    ],\n        \"query\": {\n        \"offset\": 0,\n        \"limit\": 20\n    },\n}"}],"_postman_id":"9ad45d09-f33c-4ed5-a0cb-09080fcd32f6"},{"name":"View FaxBridge","id":"40a5fd67-a275-4a5c-81c2-dcb4822a70bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/faxbridges/:deviceCode","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","faxbridges",":deviceCode"],"host":["https://api.documo.com"],"query":[],"variable":[{"type":"any","value":"216061830920","key":"deviceCode"}]}},"response":[{"id":"3a466bae-af6d-4ea4-8d96-515b8e58ab6d","name":"Get FaxBridge Result","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.documo.com/v1/faxbridges/:deviceCode","host":["https://api.documo.com"],"path":["v1","faxbridges",":deviceCode"],"variable":[{"key":"deviceCode","value":"216061830920"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Apr 2023 15:13:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-RateLimit-Reset","value":"1682522077"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Server-Version","value":"5.0.2"},{"key":"ETag","value":"W/\"441-x93cNrM5dfpm4OmkoKlDco0iFLM\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"deviceCode\": \"216061830920\",\n    \"active\": true,\n    \"name\": \"FaxBridge in the kitchen\",\n    \"ownedBy\": \"00000000-0000-0000-0000-000000000000\",\n    \"managedBy\": \"00000000-0000-0000-0000-000000000000\",\n    \"faxNumberId\": \"00000000-0000-0000-0000-000000000000\",\n    \"faxCsid\": \"Caller ID\",\n    \"faxCallerId\": \"8885550001\",\n    \"ipAddressPublic\": \"100.200.100.10\",\n    \"ipAddressPrivate\": \"100.200.100.10\",\n    \"firmware\": \"20180904B\",\n    \"macAddress\": \"D8FB11618309\",\n    \"printIncomingFaxes\": true,\n    \"timezone\": \"eastern\",\n    \"orderId\": null,\n    \"billing\": \"classic\",\n    \"eventDate\": \"2022-05-27T14:58:05.000Z\",\n    \"activateDate\": \"2017-03-24T17:02:45.000Z\",\n    \"createdAt\": \"2017-08-17T09:30:01.000Z\",\n    \"updatedAt\": \"2023-04-26T15:10:05.000Z\",\n    \"deletedAt\": null,\n    \"owner\": {\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"accountNumber\": \"2202300000\",\n        \"accountName\": \"Night's Watch\",\n        \"accountType\": \"customer\"\n    },\n    \"manager\": {\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"accountNumber\": \"2202300000\",\n        \"accountName\": \"Night's Watch\",\n        \"accountType\": \"customer\"\n    },\n    \"number\":{\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"number\": \"4697292693\",\n        \"pendingUntil\": null,\n        \"ownedBy\": \"00000000-0000-0000-0000-000000000000\",\n        \"createdAt\": \"2017-07-15T17:49:05.000Z\",\n    },\n    \"users\": [\n        {\n            \"userId\": \"00000000-0000-0000-0000-000000000000\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Snow\",\n            \"email\": \"john@snow.com\"\n        }\n    ]\n}"}],"_postman_id":"40a5fd67-a275-4a5c-81c2-dcb4822a70bd"},{"name":"Change FaxBridge Settings","id":"96732767-3c91-4aa5-b5c0-5db723f19b3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"","description":"<p>String | 256 characters limit |Customize FaxBridge name</p>\n","type":"text","disabled":true},{"key":"active","value":"","description":"<p>String | FaxBridge activation</p>\n","type":"text","disabled":true},{"key":"printIncomingFaxes","value":"","description":"<p>Boolean | Print incoming faxes</p>\n","type":"text","disabled":true},{"key":"faxCallerId","value":"","description":"<p>String | 10 characters limit | Fax Caller Id</p>\n","type":"text","disabled":true},{"key":"managedBy","value":"","description":"<p>Uuid | Uuid of manager account</p>\n","type":"text","disabled":true},{"key":"faxNumberId","value":"","description":"<p>Uuid | Uuid of number</p>\n","type":"text","disabled":true},{"key":"timezone","value":"","description":"<p>String | Possible values: ‘pacific’, ‘mountain’, ‘arizona’, ‘central’, ‘eastern’, ‘alaska’, ‘hawaii’</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/faxbridges/:deviceCode","description":"<p><code>API Key Access: admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","faxbridges",":deviceCode"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Device Code</p>\n","type":"text/plain"},"type":"any","value":null,"key":"deviceCode"}]}},"response":[{"id":"a64c35fc-c21c-4c86-84d5-d6124bfd4c96","name":"Change Fax Bridge Settings","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"example","description":"String | 256 characters limit |Customize FaxBridge name","type":"text"},{"key":"active","value":"example","description":"String | FaxBridge activation","type":"text"},{"key":"printIncomingFaxes","value":"false","description":"Boolean | Print incoming faxes","type":"text"},{"key":"faxCallerId","value":"example","description":"String | 10 characters limit | Fax Caller Id","type":"text"},{"key":"managedBy","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"Uuid | Uuid of manager account","type":"text"},{"key":"faxNumberId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"Uuid | Uuid of number","type":"text"},{"key":"timezone","value":"pacific","description":"String | Possible values: ‘pacific’, ‘mountain’, ‘arizona’, ‘central’, ‘eastern’, ‘alaska’, ‘hawaii’","type":"text"}]},"url":{"raw":"https://api.documo.com/v1/faxbridges/:deviceCode","host":["https://api.documo.com"],"path":["v1","faxbridges",":deviceCode"],"variable":[{"key":"deviceCode","value":"1","description":"String | Required | Device Code"}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"deviceCode\": \"216061830920\",\n    \"active\": false,\n    \"name\":\"FaxBridge Name\",\n    \"ownedBy\":\"00000000-0000-0000-0000-000000000000\",\n    \"managedBy\":\"00000000-0000-0000-0000-000000000000\",\n    \"faxNumberId\": \"00000000-0000-0000-0000-000000000000\",\n    \"faxCallerId\":\"5094570051\",\n    \"ipAddressPublic\": \"68.104.9.224\",\n    \"ipAddressPrivate\": \"192.168.0.4\",\n    \"firmware\": \"20170702B\",\n    \"macAddress\": \"D8FB11618309\",\n    \"printIncomingFaxes\":true,\n    \"timezone\": \"pacific\",\n    \"orderId\": \"00000000-0000-0000-0000-000000000000\",\n    \"billing\": \"classic\",\n    \"purchasedAt\": \"2020-01-01T12:00:00.000Z\",\n    \"eventDate\": \"2020-01-01T12:00:00.000Z\",\n    \"activateDate\": \"2020-01-01T12:00:00.000Z\",\n    \"createdAt\": \"2020-01-01T12:00:00.000Z\",\n    \"updatedAt\": \"2020-01-01T12:00:00.000Z\",\n    \"owner\":{\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"accountNumber\": \"1200000000\",\n        \"accountName\": \"Documo\",\n        \"accountType\": \"customer\"\n    },\n    \"manager\":{\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"accountNumber\": \"1200000000\",\n        \"accountName\": \"Documo\",\n        \"accountType\": \"customer\"\n    },\n    \"number\":{\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"number\": \"4697292693\",\n        \"pendingUntil\": null,\n        \"ownedBy\": \"00000000-0000-0000-0000-000000000000\",\n        \"createdAt\": \"2017-07-15T17:49:05.000Z\",\n    },\n    \"users\": [\n        {\n            \"userId\": \"00000000-0000-0000-0000-000000000000\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Snow\",\n            \"email\": \"john@snow.com\"\n        },\n        ...\n    ],\n}"}],"_postman_id":"96732767-3c91-4aa5-b5c0-5db723f19b3d"}],"id":"67c5ee37-badd-4460-9463-f4a967c23b7e","_postman_id":"67c5ee37-badd-4460-9463-f4a967c23b7e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}}},{"name":"Drive","item":[{"name":"Create Folder","id":"c0e8d3b8-88f5-46f6-8637-660f9c215341","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"","description":"<p>String | Required | Folder name</p>\n","type":"text"},{"key":"sharedWithAccount","value":"","description":"<p>Boolean | Setting this to ‘true’ will make this folder accessible by users across the account</p>\n","type":"text","disabled":true},{"key":"parentId","value":"","description":"<p>Uuid | If you wish to create this folder within another folder, pass the UUID of the parent folder</p>\n","type":"text","disabled":true},{"key":"userId","value":"","description":"<p>Uuid | UUID of the user who owns this folder</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/folders","description":"<p>Creates a folder.</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["folders"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"c8b248ba-8244-4abf-858b-96c8033c3ecf","name":"Create Folder","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"example","description":"String | Required | Folder name","type":"text"},{"key":"sharedWithAccount","value":"false","description":"Boolean | Setting this to ‘true’ will make this folder accessible by users across the account","type":"text"},{"key":"parentId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"Uuid | If you wish to create this folder within another folder, pass the UUID of the parent folder","type":"text"},{"key":"userId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"Uuid | UUID of the user who owns this folder","type":"text"}]},"url":"https://api.documo.com/folders"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Date","value":"Tue, 01 Jun 2021 19:33:53 GMT"},{"key":"X-RateLimit-Reset","value":"1622576094"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"X-Server-Version","value":"4.2.2"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3715"},{"key":"ETag","value":"W/\"e83-hSZiUQIq4bXznVZOhw5YLYeM5E4\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"3a7463e2-8bb1-4df3-856c-417f39aecc0b\",\n    \"name\": \"test\",\n    \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n    \"createdBy\": \"c7ef70fc-7563-4b47-95bc-a951a636bb71\",\n    \"parentId\": null,\n    \"hierarchyLevel\": 1,\n    \"sharedWithAccount\": false,\n    \"createdAt\": \"2021-06-01T19:33:53.000Z\",\n    \"updatedAt\": \"2021-06-01T19:33:53.000Z\",\n    \"account_id\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n    \"parent_id\": null,\n    \"created_by\": \"c7ef70fc-7563-4b47-95bc-a951a636bb71\",\n    \"users\": [\n        {\n            \"avatarPath\": null,\n            \"uuid\": \"c7ef70fc-7563-4b47-95bc-a951a636bb71\",\n            \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n            \"resellerId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n            \"ownedBy\": \"9eef1e06-a5c0-44c2-9615-ae15d440a139\",\n            \"email\": \"test@tester.com\",\n            \"emailSuppressed\": false,\n            \"firstName\": \"Test\",\n            \"lastName\": \"Tester\",\n            \"userRole\": \"admin\",\n            \"phone\": \"\",\n            \"phoneVerified\": false,\n            \"faxCsid\": null,\n            \"faxCallerId\": null,\n            \"faxDefaultCoverPage\": null,\n            \"pushNotifications\": false,\n            \"emailNotifySendOption\": \"all\",\n            \"emailNotifySendIncAttachment\": true,\n            \"emailNotifyReceiveOption\": \"all\",\n            \"emailNotifyReceiveIncAttachment\": true,\n            \"emailNotifyEmailToFaxQueued\": true,\n            \"emailToFaxCoverPageOption\": true,\n            \"isEmailConfirmed\": true,\n            \"avatar\": null,\n            \"jobPosition\": null,\n            \"timezone\": \"America/Chicago\",\n            \"driveFaxStoring\": false,\n            \"driveFaxFolder\": null,\n            \"signDefaultSignature\": \"f9d63044-c101-4061-a919-89cc59aded69\",\n            \"signDefaultInitials\": null,\n            \"signExpiresIn\": 60,\n            \"signFirstReminder\": true,\n            \"signFirstReminderIn\": 14,\n            \"signRepeatReminder\": true,\n            \"signRepeatReminderIn\": 7,\n            \"signExpirationWarning\": true,\n            \"signDeclineReasonRequired\": false,\n            \"signConfirmationPage\": true,\n            \"signAuditTrail\": false,\n            \"fax\": true,\n            \"sign\": true,\n            \"drive\": true,\n            \"colorMode\": \"light\",\n            \"twoFactorAuth\": null,\n            \"supportPin\": \"0502\",\n            \"maxFaxAttempts\": null,\n            \"createdAt\": \"2021-01-19T20:17:55.000Z\",\n            \"updatedAt\": \"2021-04-19T19:39:45.000Z\",\n            \"isScim\": null,\n            \"deletedAt\": null,\n            \"account_id\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n            \"owned_by\": \"9eef1e06-a5c0-44c2-9615-ae15d440a139\",\n            \"reseller_id\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n            \"uf\": {\n                \"folderId\": \"3a7463e2-8bb1-4df3-856c-417f39aecc0b\",\n                \"userId\": \"c7ef70fc-7563-4b47-95bc-a951a636bb71\",\n                \"isOwner\": true,\n                \"access\": 2,\n                \"createdAt\": \"2021-06-01T19:33:53.000Z\",\n                \"folder_id\": \"3a7463e2-8bb1-4df3-856c-417f39aecc0b\",\n                \"user_id\": \"c7ef70fc-7563-4b47-95bc-a951a636bb71\"\n            }\n        }\n    ],\n    \"createdByUser\": {\n        \"avatarPath\": null,\n        \"uuid\": \"c7ef70fc-7563-4b47-95bc-a951a636bb71\",\n        \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n        \"resellerId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n        \"ownedBy\": \"9eef1e06-a5c0-44c2-9615-ae15d440a139\",\n        \"email\": \"ben.lapaz@documo.com\",\n        \"emailSuppressed\": false,\n        \"firstName\": \"Ben\",\n        \"lastName\": \"LaPaz\",\n        \"userRole\": \"superadmin\",\n        \"phone\": \"\",\n        \"phoneVerified\": false,\n        \"faxCsid\": null,\n        \"faxCallerId\": null,\n        \"faxDefaultCoverPage\": null,\n        \"pushNotifications\": false,\n        \"emailNotifySendOption\": \"all\",\n        \"emailNotifySendIncAttachment\": true,\n        \"emailNotifyReceiveOption\": \"all\",\n        \"emailNotifyReceiveIncAttachment\": true,\n        \"emailNotifyEmailToFaxQueued\": true,\n        \"emailToFaxCoverPageOption\": true,\n        \"isEmailConfirmed\": true,\n        \"avatar\": null,\n        \"jobPosition\": null,\n        \"timezone\": \"America/Chicago\",\n        \"driveFaxStoring\": false,\n        \"driveFaxFolder\": null,\n        \"signDefaultSignature\": \"f9d63044-c101-4061-a919-89cc59aded69\",\n        \"signDefaultInitials\": null,\n        \"signExpiresIn\": 60,\n        \"signFirstReminder\": true,\n        \"signFirstReminderIn\": 14,\n        \"signRepeatReminder\": true,\n        \"signRepeatReminderIn\": 7,\n        \"signExpirationWarning\": true,\n        \"signDeclineReasonRequired\": false,\n        \"signConfirmationPage\": true,\n        \"signAuditTrail\": false,\n        \"fax\": true,\n        \"sign\": true,\n        \"drive\": true,\n        \"colorMode\": \"light\",\n        \"twoFactorAuth\": null,\n        \"supportPin\": \"0502\",\n        \"maxFaxAttempts\": null,\n        \"createdAt\": \"2021-01-19T20:17:55.000Z\",\n        \"updatedAt\": \"2021-04-19T19:39:45.000Z\",\n        \"isScim\": null,\n        \"deletedAt\": null,\n        \"account_id\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n        \"owned_by\": \"9eef1e06-a5c0-44c2-9615-ae15d440a139\",\n        \"reseller_id\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\"\n    }\n}"}],"_postman_id":"c0e8d3b8-88f5-46f6-8637-660f9c215341"},{"name":"Get Folder Info","id":"2288a6ff-f3ed-4289-a8e5-0576c1d62fbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/folders/:folderId/info","description":"<p>Get folder by ID.</p>\n<p><code>API Key Access: base | admin | print_driver</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["folders",":folderId","info"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Folder UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"folderId"}]}},"response":[{"id":"507999ef-824f-4900-a8e7-1117f62f1405","name":"Get Folder","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic API_KEY","type":"text"}],"url":{"raw":"https://api.documo.com/folders/:folderId/info","host":["https://api.documo.com"],"path":["folders",":folderId","info"],"variable":[{"key":"folderId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Folder UUID"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Date","value":"Tue, 01 Jun 2021 19:32:02 GMT"},{"key":"X-RateLimit-Reset","value":"1622575983"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"X-Server-Version","value":"4.2.2"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1921"},{"key":"ETag","value":"W/\"781-86ybKVoB+bUKSoHigRuBx79U3aI\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"folder\": {\n        \"uuid\": \"a781f1aa-9cea-42fc-b5a6-102254d03788\",\n        \"name\": \"test\",\n        \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n        \"createdBy\": \"c7ef70fc-7563-4b47-95bc-a951a636bb71\",\n        \"parentId\": null,\n        \"hierarchyLevel\": 1,\n        \"sharedWithAccount\": false,\n        \"createdAt\": \"2021-06-01T19:31:28.000Z\",\n        \"updatedAt\": \"2021-06-01T19:31:28.000Z\",\n        \"users\": [\n            {\n                \"avatarPath\": null,\n                \"userId\": \"c7ef70fc-7563-4b47-95bc-a951a636bb71\",\n                \"uuid\": \"c7ef70fc-7563-4b47-95bc-a951a636bb71\",\n                \"email\": \"test@tester.com\",\n                \"firstName\": \"Test\",\n                \"lastName\": \"Tester\",\n                \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n                \"avatar\": null,\n                \"uf\": {\n                    \"folderId\": \"a781f1aa-9cea-42fc-b5a6-102254d03788\",\n                    \"userId\": \"c7ef70fc-7563-4b47-95bc-a951a636bb71\",\n                    \"isOwner\": true,\n                    \"access\": 2,\n                    \"createdAt\": \"2021-06-01T19:31:28.000Z\",\n                }\n            }\n        ]\n    },\n    \"path\": [\n        {\n            \"uuid\": \"a781f1aa-9cea-42fc-b5a6-102254d03788\",\n            \"name\": \"test\",\n            \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n            \"createdBy\": \"c7ef70fc-7563-4b47-95bc-a951a636bb71\",\n            \"parentId\": null,\n            \"hierarchyLevel\": 1,\n            \"sharedWithAccount\": false,\n            \"createdAt\": \"2021-06-01T19:31:28.000Z\",\n            \"updatedAt\": \"2021-06-01T19:31:28.000Z\",\n            \"users\": [\n                {\n                    \"avatarPath\": null,\n                    \"userId\": \"c7ef70fc-7563-4b47-95bc-a951a636bb71\",\n                    \"uuid\": \"c7ef70fc-7563-4b47-95bc-a951a636bb71\",\n                    \"email\": \"test@tester.com\",\n                    \"firstName\": \"Test\",\n                    \"lastName\": \"Tester\",\n                    \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n                    \"avatar\": null,\n                    \"uf\": {\n                        \"folderId\": \"a781f1aa-9cea-42fc-b5a6-102254d03788\",\n                        \"userId\": \"c7ef70fc-7563-4b47-95bc-a951a636bb71\",\n                        \"isOwner\": true,\n                        \"access\": 2,\n                        \"createdAt\": \"2021-06-01T19:31:28.000Z\",\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"2288a6ff-f3ed-4289-a8e5-0576c1d62fbf"},{"name":"Upload File","id":"ff65d976-0525-4a08-80d2-050354ce7927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"files","description":"<p>Blob | Required</p>\n","type":"file","value":null},{"key":"isPublic","value":"","description":"<p>Boolean | Makes file accessible by direct link stored in publicHref</p>\n","type":"text","disabled":true},{"key":"sharedWithAccount","value":"","description":"<p>Boolean | Setting this to ‘true’ will make this file accessible by users across the account</p>\n","type":"text","disabled":true},{"key":"folderId","value":"","description":"<p>Uuid | UUID of the folder where the file will reside</p>\n","type":"text","disabled":true},{"key":"userId","value":"","description":"<p>Uuid | UUID of the user who owns this folder</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/files","description":"<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["files"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff65d976-0525-4a08-80d2-050354ce7927"}],"id":"e2fc566a-2826-46bc-9fb0-084d068f915f","_postman_id":"e2fc566a-2826-46bc-9fb0-084d068f915f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}}},{"name":"Sign","item":[{"name":"View Documents","id":"5c58a0e7-1e9c-4fa0-b0d0-7bfca0a95c5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/sign/documents","description":"<p>Returns list of documents for current user.</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","sign","documents"],"host":["https://api.documo.com"],"query":[{"disabled":true,"description":{"content":"<p>Integer | Default: 25 | Number of results to be returned (used for pagination)</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Integer | Default: 0 | Number of results to skip (used for pagination)</p>\n","type":"text/plain"},"key":"offset","value":""},{"disabled":true,"description":{"content":"<p>String | Search by Title</p>\n","type":"text/plain"},"key":"query","value":""},{"disabled":true,"description":{"content":"<p>String | Comma separated list of tag IDs (ex. 4c225812-81f1-4827-8194-b0e9475c54e6,7328e171-bc1f-44a6-bc18-df40a4345c9d)</p>\n","type":"text/plain"},"key":"tags","value":""},{"disabled":true,"description":{"content":"<p>String | Order results should appear in</p>\n","type":"text/plain"},"key":"order","value":""},{"disabled":true,"description":{"content":"<p>String | Filter documents by status. Possible values: <code>draft</code>, <code>declined</code>, <code>viewed</code>, <code>sent</code>, <code>expired</code>, <code>completed</code>, <code>awaiting-my-signature</code></p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>String | Filter by sign mode. Possible values: <code>all</code>, <code>me</code></p>\n","type":"text/plain"},"key":"signMode","value":""}],"variable":[]}},"response":[{"id":"51435c3d-2219-4375-993a-ca4b08da71a3","name":"View Documents","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.documo.com/v1/sign/documents","host":["https://api.documo.com"],"path":["v1","sign","documents"],"query":[{"key":"limit","value":"","description":"Integer | Default: 25 | Number of results to be returned (used for pagination)","disabled":true},{"key":"offset","value":"","description":"Integer | Default: 0 | Number of results to skip (used for pagination)","disabled":true},{"key":"query","value":"","description":"String | Search by Title","type":"text","disabled":true},{"key":"tags","value":"","description":"String | Comma separated list of tag IDs (ex. 4c225812-81f1-4827-8194-b0e9475c54e6,7328e171-bc1f-44a6-bc18-df40a4345c9d)","type":"text","disabled":true},{"key":"order","value":null,"description":"String | Order results should appear in","type":"text","disabled":true},{"key":"status","value":"","description":"String | Filter documents by status. Possible values: `draft`, `declined`, `viewed`, `sent`, `expired`, `completed`, `awaiting-my-signature`","type":"text","disabled":true},{"key":"signMode","value":"","description":"String | Filter by sign mode. Possible values: `all`, `me`","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Aug 2021 13:16:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"X-Server-Version","value":"4.3.6"},{"key":"ETag","value":"W/\"21d7-ZhglC2OC0k4luLdy9Xs8lw+op3U\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"rows\": [\n        {\n            \"status\": \"draft\",\n            \"statusCapitalized\": \"Draft\",\n            \"daysLeft\": null,\n            \"uuid\": \"3d823a3f-380f-4e32-830e-2a22111ee9e3\",\n            \"title\": \"Sample.pdf\",\n            \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n            \"draft\": true,\n            \"declined\": null,\n            \"viewed\": false,\n            \"signMode\": \"all\",\n            \"order\": false,\n            \"isPublic\": false,\n            \"sharedWithAccount\": false,\n            \"isApproveOrderEnabled\": false,\n            \"approveStatus\": \"not_needed\",\n            \"currentSigner\": null,\n            \"type\": \"document\",\n            \"emailMessage\": null,\n            \"declineReasonRequired\": false,\n            \"hash\": null,\n            \"fileId\": \"8b3705f9-2c1d-474c-8960-6a40ba94ca24\",\n            \"signedFileId\": null,\n            \"chatroomId\": \"7bb4c63b-c498-4201-a979-39df275b4754\",\n            \"expiresIn\": 60,\n            \"firstReminder\": true,\n            \"firstReminderIn\": 14,\n            \"repeatReminder\": true,\n            \"repeatReminderIn\": 7,\n            \"expirationWarning\": true,\n            \"confirmationPage\": null,\n            \"auditTrail\": null,\n            \"industryId\": null,\n            \"formId\": null,\n            \"sentAt\": null,\n            \"completedAt\": null,\n            \"createdAt\": \"2021-02-12T20:21:50.000Z\",\n            \"updatedAt\": \"2021-06-10T20:02:26.000Z\",\n            \"deletedAt\": null,\n            \"users\": [],\n            \"tags\": [],\n            \"file\": {\n                \"extension\": \"pdf\",\n                \"bucketPath\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c/055ca351-dfee-4e68-a74f-906d76e585fa.pdf\",\n                \"localPath\": \"/api/uploads/055ca351-dfee-4e68-a74f-906d76e585fa.pdf\",\n                \"previewLink\": \"https://cloud-storage.us/drive/efaa36f7-d9a0-493f-a3aa-0cb1114eea0c/055ca351-dfee-4e68-a74f-906d76e585fa.sample.png\",\n                \"uuid\": \"8b3705f9-2c1d-474c-8960-6a40ba94ca24\",\n                \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n                \"createdBy\": null,\n                \"folderId\": null,\n                \"name\": \"055ca351-dfee-4e68-a74f-906d76e585fa.pdf\",\n                \"sharedWithAccount\": false,\n                \"size\": 22207,\n                \"mimeType\": \"application/pdf\",\n                \"faxId\": null,\n                \"type\": \"document\",\n                \"bucket\": \"documo-drive\",\n                \"bucketName\": \"055ca351-dfee-4e68-a74f-906d76e585fa.pdf\",\n                \"createdAt\": \"2021-02-12T20:21:50.000Z\",\n                \"updatedAt\": \"2021-02-12T20:21:50.000Z\",\n                \"fax_id\": null,\n                \"account_id\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n                \"folder_id\": null,\n                \"created_by\": null\n            },\n            \"signedFile\": null\n        }\n    ],\n    \"query\": {\n        \"limit\": 25,\n        \"offset\": 0,\n        \"order\": [\n            [\n                \"updatedAt\",\n                \"desc\"\n            ]\n        ],\n        \"shared\": false\n    }\n}"}],"_postman_id":"5c58a0e7-1e9c-4fa0-b0d0-7bfca0a95c5c"},{"name":"View Document","id":"97212533-2481-4faf-b169-bb9638a95b5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/sign/documents/:documentId","description":"<p>Returns document.</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","sign","documents",":documentId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Document UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"documentId"}]}},"response":[{"id":"7c3bb95e-e630-49fc-825a-79988131de77","name":"View Document","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.documo.com/v1/sign/documents/:documentId","host":["https://api.documo.com"],"path":["v1","sign","documents",":documentId"],"variable":[{"key":"documentId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Document UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Aug 2021 13:29:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"X-Server-Version","value":"4.3.6"},{"key":"ETag","value":"W/\"1605-G6MwPo/gXk5NgDmWBPA6ocApAAg\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"draft\",\n    \"statusCapitalized\": \"Draft\",\n    \"daysLeft\": null,\n    \"uuid\": \"7d629b2c-08ee-46fc-ba89-3f8b84ff4f87\",\n    \"title\": \"Sample\",\n    \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n    \"draft\": true,\n    \"declined\": null,\n    \"viewed\": false,\n    \"signMode\": \"all\",\n    \"order\": false,\n    \"isPublic\": false,\n    \"sharedWithAccount\": false,\n    \"isApproveOrderEnabled\": false,\n    \"approveStatus\": \"not_needed\",\n    \"currentSigner\": null,\n    \"type\": \"document\",\n    \"emailMessage\": null,\n    \"declineReasonRequired\": false,\n    \"hash\": null,\n    \"fileId\": \"8cc2b214-c902-4fd5-a463-53619abfd88c\",\n    \"signedFileId\": null,\n    \"chatroomId\": \"7901959e-dbeb-4d7c-a08b-5bdac2aaba3a\",\n    \"expiresIn\": 60,\n    \"firstReminder\": true,\n    \"firstReminderIn\": 14,\n    \"repeatReminder\": true,\n    \"repeatReminderIn\": 7,\n    \"expirationWarning\": true,\n    \"confirmationPage\": true,\n    \"auditTrail\": false,\n    \"industryId\": null,\n    \"formId\": null,\n    \"sentAt\": null,\n    \"completedAt\": null,\n    \"createdAt\": \"2021-08-16T13:21:35.000Z\",\n    \"updatedAt\": \"2021-08-16T13:21:35.000Z\",\n    \"deletedAt\": null,\n    \"users\": [],\n    \"approvers\": [],\n    \"fields\": [],\n    \"file\": {\n        \"extension\": \"pdf\",\n        \"bucketPath\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c/1cf0bbde-d4cc-4628-882d-82ec929409f5.pdf\",\n        \"localPath\": \"/api/uploads/1cf0bbde-d4cc-4628-882d-82ec929409f5.pdf\",\n        \"previewLink\": \"https://cloud-storage.us/drive/efaa36f7-d9a0-493f-a3aa-0cb1114eea0c/1cf0bbde-d4cc-4628-882d-82ec929409f5.pdf_preview.png\",\n        \"uuid\": \"8cc2b214-c902-4fd5-a463-53619abfd88c\",\n        \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n        \"createdBy\": null,\n        \"folderId\": null,\n        \"name\": \"1cf0bbde-d4cc-4628-882d-82ec929409f5.pdf\",\n        \"sharedWithAccount\": false,\n        \"size\": 13264,\n        \"mimeType\": \"application/pdf\",\n        \"faxId\": null,\n        \"type\": \"document\",\n        \"bucket\": \"documo-drive\",\n        \"bucketName\": \"1cf0bbde-d4cc-4628-882d-82ec929409f5.pdf\",\n        \"createdAt\": \"2021-08-16T13:21:34.000Z\",\n        \"updatedAt\": \"2021-08-16T13:21:34.000Z\"\n    },\n    \"signedFile\": null,\n    \"versions\": [\n        {\n            \"uuid\": \"44bae257-28bf-4f07-ae8a-9e5de98d33e0\",\n            \"isCurrent\": false\n        }\n    ]\n}"}],"_postman_id":"97212533-2481-4faf-b169-bb9638a95b5b"},{"name":"View Templates","id":"88c61579-25c8-49b5-91af-0b84af2ff11b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/sign/templates","description":"<p>Returns list of templates for current user.</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","sign","templates"],"host":["https://api.documo.com"],"query":[{"disabled":true,"description":{"content":"<p>Integer | Default: 25 | Number of results to be returned (used for pagination)</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Integer | Default: 0 | Number of results to skip (used for pagination)</p>\n","type":"text/plain"},"key":"offset","value":""},{"disabled":true,"description":{"content":"<p>String | Search by Title</p>\n","type":"text/plain"},"key":"query","value":""},{"disabled":true,"description":{"content":"<p>String | Comma separated list of tag IDs (ex. 4c225812-81f1-4827-8194-b0e9475c54e6,7328e171-bc1f-44a6-bc18-df40a4345c9d)</p>\n","type":"text/plain"},"key":"tags","value":""},{"disabled":true,"description":{"content":"<p>String | Order results should appear in</p>\n","type":"text/plain"},"key":"order","value":""},{"disabled":true,"description":{"content":"<p>String | Filter documents by status. Possible values: <code>draft</code>, <code>declined</code>, <code>viewed</code>, <code>sent</code>, <code>expired</code>, <code>completed</code>, <code>awaiting-my-signature</code></p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>String | Filter by sign mode. Possible values: <code>all</code>, <code>me</code></p>\n","type":"text/plain"},"key":"signMode","value":""}],"variable":[]}},"response":[{"id":"57b57007-df51-44c5-9a32-fc0ecf4b7083","name":"View Templates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.documo.com/v1/sign/templates","host":["https://api.documo.com"],"path":["v1","sign","templates"],"query":[{"key":"limit","value":"","description":"String | Maximum 500 per call | Amount of records per page that will be returned.","disabled":true},{"key":"offset","value":"","description":"String  | Number of pages to return","disabled":true},{"key":"query","value":"","description":"String | Search by Title","type":"text","disabled":true},{"key":"tags","value":"","description":"String | Comma separated list of tag IDs (ex. 4c225812-81f1-4827-8194-b0e9475c54e6,7328e171-bc1f-44a6-bc18-df40a4345c9d)","type":"text","disabled":true},{"key":"order","value":null,"description":"String | Order results should appear in","type":"text","disabled":true},{"key":"status","value":"","description":"String | Filter documents by status. Possible values: `draft`, `declined`, `viewed`, `sent`, `expired`, `completed`, `awaiting-my-signature`","type":"text","disabled":true},{"key":"signMode","value":"","description":"String | Filter by sign mode. Possible values: `all`, `me`","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Aug 2021 13:34:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"X-Server-Version","value":"4.3.6"},{"key":"ETag","value":"W/\"1f3d-cHX3kLDWY+PjZuJWo9BKxnjxCIw\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"rows\": [\n        {\n            \"status\": \"template\",\n            \"statusCapitalized\": \"Template\",\n            \"daysLeft\": null,\n            \"uuid\": \"637adb1f-e1a7-4bff-b7eb-8fd5080e7cde\",\n            \"title\": \"Sample\",\n            \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n            \"draft\": true,\n            \"declined\": null,\n            \"viewed\": false,\n            \"signMode\": \"all\",\n            \"order\": false,\n            \"isPublic\": false,\n            \"sharedWithAccount\": false,\n            \"isApproveOrderEnabled\": false,\n            \"approveStatus\": \"not_needed\",\n            \"currentSigner\": null,\n            \"type\": \"template\",\n            \"emailMessage\": null,\n            \"declineReasonRequired\": false,\n            \"hash\": null,\n            \"fileId\": \"5d5df71b-f3c9-4702-8237-ce370688d0da\",\n            \"signedFileId\": null,\n            \"chatroomId\": \"d27ca8d8-78b1-42dc-bea9-af184dc9629b\",\n            \"expiresIn\": 60,\n            \"firstReminder\": true,\n            \"firstReminderIn\": 14,\n            \"repeatReminder\": true,\n            \"repeatReminderIn\": 7,\n            \"expirationWarning\": true,\n            \"confirmationPage\": true,\n            \"auditTrail\": false,\n            \"industryId\": null,\n            \"formId\": null,\n            \"sentAt\": null,\n            \"completedAt\": null,\n            \"createdAt\": \"2021-08-16T13:32:10.000Z\",\n            \"updatedAt\": \"2021-08-16T13:32:10.000Z\",\n            \"deletedAt\": null,\n            \"users\": [],\n            \"tags\": [],\n            \"file\": {\n                \"extension\": \"pdf\",\n                \"bucketPath\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c/5164e78a-74cc-4966-a988-4cf1f04cd275.pdf\",\n                \"localPath\": \"/api/uploads/5164e78a-74cc-4966-a988-4cf1f04cd275.pdf\",\n                \"previewLink\": \"https://cloud-storage.us/drive/efaa36f7-d9a0-493f-a3aa-0cb1114eea0c/5164e78a-74cc-4966-a988-4cf1f04cd275.sample.png\",\n                \"uuid\": \"5d5df71b-f3c9-4702-8237-ce370688d0da\",\n                \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n                \"createdBy\": null,\n                \"folderId\": null,\n                \"name\": \"5164e78a-74cc-4966-a988-4cf1f04cd275.pdf\",\n                \"sharedWithAccount\": false,\n                \"size\": 13264,\n                \"mimeType\": \"application/pdf\",\n                \"faxId\": null,\n                \"type\": \"template\",\n                \"bucket\": \"documo-drive\",\n                \"bucketName\": \"5164e78a-74cc-4966-a988-4cf1f04cd275.pdf\",\n                \"createdAt\": \"2021-08-16T13:32:10.000Z\",\n                \"updatedAt\": \"2021-08-16T13:32:10.000Z\",\n                \"fax_id\": null,\n                \"account_id\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n                \"folder_id\": null,\n                \"created_by\": null\n            },\n            \"signedFile\": null,\n            \"roles\": []\n        }\n    ],\n    \"query\": {\n        \"limit\": 25,\n        \"offset\": 0,\n        \"order\": [\n            [\n                \"updatedAt\",\n                \"desc\"\n            ]\n        ],\n        \"shared\": false\n    }\n}"}],"_postman_id":"88c61579-25c8-49b5-91af-0b84af2ff11b"},{"name":"View Template","id":"81fdc7f0-4f7f-4e34-8fb1-ae51a63431fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/sign/templates/:templateId","description":"<p>Returns template.</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","sign","templates",":templateId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Template UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"templateId"}]}},"response":[{"id":"09d37bef-c027-4d70-8ad7-ac61a0088045","name":"View Template","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.documo.com/v1/sign/templates/:templateId","host":["https://api.documo.com"],"path":["v1","sign","templates",":templateId"],"variable":[{"key":"templateId","value":null,"description":"String | Required | Template UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Aug 2021 13:36:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"X-Server-Version","value":"4.3.6"},{"key":"ETag","value":"W/\"1604-u5UA4/x3ZVrZd+gtYiL8c31XKkY\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"template\",\n    \"statusCapitalized\": \"Template\",\n    \"daysLeft\": null,\n    \"uuid\": \"637adb1f-e1a7-4bff-b7eb-8fd4080e7cde\",\n    \"title\": \"Sample\",\n    \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n    \"draft\": true,\n    \"declined\": null,\n    \"viewed\": false,\n    \"signMode\": \"all\",\n    \"order\": false,\n    \"isPublic\": false,\n    \"sharedWithAccount\": false,\n    \"isApproveOrderEnabled\": false,\n    \"approveStatus\": \"not_needed\",\n    \"currentSigner\": null,\n    \"type\": \"template\",\n    \"emailMessage\": null,\n    \"declineReasonRequired\": false,\n    \"hash\": null,\n    \"fileId\": \"5d5df71b-f3c9-4702-8237-ce370688d0da\",\n    \"signedFileId\": null,\n    \"chatroomId\": \"d27ca8d8-78b1-42dc-bea9-af184dc9629b\",\n    \"expiresIn\": 60,\n    \"firstReminder\": true,\n    \"firstReminderIn\": 14,\n    \"repeatReminder\": true,\n    \"repeatReminderIn\": 7,\n    \"expirationWarning\": true,\n    \"confirmationPage\": true,\n    \"auditTrail\": false,\n    \"industryId\": null,\n    \"formId\": null,\n    \"sentAt\": null,\n    \"completedAt\": null,\n    \"createdAt\": \"2021-08-16T13:32:10.000Z\",\n    \"updatedAt\": \"2021-08-16T13:32:10.000Z\",\n    \"deletedAt\": null,\n    \"users\": [],\n    \"approvers\": [],\n    \"fields\": [],\n    \"file\": {\n        \"extension\": \"pdf\",\n        \"bucketPath\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c/5164e78a-74cc-4966-a988-4cf1f04cd275.pdf\",\n        \"localPath\": \"/api/uploads/5164e78a-74cc-4966-a988-4cf1f04cd275.pdf\",\n        \"previewLink\": \"https://cloud-storage.us/drive/efaa36f7-d9a0-493f-a3aa-0cb1114eea0c/5164e78a-74cc-4966-a988-4cf1f04cd275.pdf_preview.png\",\n        \"uuid\": \"5d5df71b-f3c9-4702-8237-ce370688d0da\",\n        \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n        \"createdBy\": null,\n        \"folderId\": null,\n        \"name\": \"5164e78a-74cc-4966-a988-4cf1f04cd275.pdf\",\n        \"sharedWithAccount\": false,\n        \"size\": 13264,\n        \"mimeType\": \"application/pdf\",\n        \"faxId\": null,\n        \"type\": \"template\",\n        \"bucket\": \"documo-drive\",\n        \"bucketName\": \"5164e78a-74cc-4966-a988-4cf1f04cd275.pdf\",\n        \"createdAt\": \"2021-08-16T13:32:10.000Z\",\n        \"updatedAt\": \"2021-08-16T13:32:10.000Z\"\n    },\n    \"roles\": [],\n    \"versions\": [\n        {\n            \"uuid\": \"4d6f9c6c-23f8-4b9a-9985-6ee2a5a1aa5c\",\n            \"isCurrent\": false\n        }\n    ]\n}"}],"_postman_id":"81fdc7f0-4f7f-4e34-8fb1-ae51a63431fb"},{"name":"Download Document","id":"72b7fd33-7088-480b-acae-88e4f4ab0cad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/sign/documents/:uuid/download","description":"<p>Returns file with signed document.</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","sign","documents",":uuid","download"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Document UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[{"id":"aaf56ec4-a129-4fdd-b4a7-ec9d9a5feb13","name":"Download Document","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.documo.com/v1/sign/documents/:uuid/download","host":["https://api.documo.com"],"path":["v1","sign","documents",":uuid","download"],"variable":[{"key":"uuid","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Document UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"72b7fd33-7088-480b-acae-88e4f4ab0cad"},{"name":"Document Link","id":"9fe8cc68-a360-434b-ab8b-b7c13b75b80e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.documo.com/v1/sign/documents/:documentId/:userId/link","description":"<p>Returns object with token and url to access a document for a user. Will throw error if document hasn't been sent (sealed).</p>\n<p><code>API Key Access: base | admin</code></p>\n<p>Example of listening to <code>&lt;iframe&gt;</code> events:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-html\">&lt;script&gt;\n    (function () {\n        window.addEventListener('message', (event) =&gt; {\n            if (!event.data) return;\n\n            const {type, payload, eventName} = event.data;\n\n            switch (type) {\n                case 'app': {\n                    switch (eventName) {\n                        case 'initialized': {\n                            console.log('Application initialized');\n                            break;\n                        }\n                        case 'error': {\n                            console.log('Application exception');\n                            console.log(payload);\n                            break;\n                        }\n                    }\n\n                    break;\n                }\n                case 'document': {\n                    switch (eventName) {\n                        case 'loaded': {\n                            console.log('Document loaded');\n                            console.log(payload);\n                            break;\n                        }\n                        case 'complete': {\n                            console.log('Document complete');\n                            console.log(payload);\n                            break;\n                        }\n                        case 'error': {\n                            console.log(`Document can't be completed due to error`);\n                            console.log(payload);\n                            break;\n                        }\n                    }\n                }\n            }\n        });\n    })();\n&lt;/script&gt;\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","sign","documents",":documentId",":userId","link"],"host":["https://api.documo.com"],"query":[{"disabled":true,"description":{"content":"<p>Boolean | Produces link suitable for embedding as <code>&lt;iframe&gt;</code> and checks permission for user. If user who generated the link doesn't have access to user receiving it - error will be thrown.</p>\n","type":"text/plain"},"key":"embeddable","value":null},{"disabled":true,"description":{"content":"<p>Integer | Number of days token and url will be valid</p>\n","type":"text/plain"},"key":"lifetime","value":null}],"variable":[{"id":"19022c3d-666e-4581-9892-6be5534ad8ab","description":{"content":"<p>String | Required | Document UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"documentId"},{"id":"c0ea8e10-40a6-42c6-ac70-8ceaffdb0bf1","description":{"content":"<p>String | Required | Recipient user UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"userId"}]}},"response":[{"id":"98b3ade6-28f6-4e8e-a642-eae7dfa00947","name":"Document Link","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.documo.com/v1/sign/documents/:documentId/:userId/link","host":["https://api.documo.com"],"path":["v1","sign","documents",":documentId",":userId","link"],"variable":[{"key":"documentId","value":"{{documentId}}","description":"String | Required | Document UUID"},{"key":"userId","value":"{{userId}}","description":"String | Required | Recipient user UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Aug 2021 13:29:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"X-Server-Version","value":"4.3.6"},{"key":"ETag","value":"W/\"1605-G6MwPo/gXk5NgDmWBPA6ocApAAg\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://app.documo.com/iframe/signin?redirectTo=/sign/documents/f4654929-4f6e-4cd4-8c83-3f8f00bb777d&super=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ3ZWIiOnRydWUsInVzZXJJZCI6ImM0OWU2MmM1LTI0ZGEtNGZhZi1hOTFlLWI2MjNlMmRmNzg1MyIsImFjY291bnRJZCI6ImVmYWEzNmY3LWQ5YTAtNDkzZi1hM2FhLTBjYjExMTRlZWEwYyIsInVzZXJSb2xlIjoic3VwZXJhZG1pbiIsImFjY291bnRUeXBlIjoibWFzdGVyIiwiYmlsbGluZ0FjY2VzcyI6dHJ1ZSwiZmF4Ijp0cnVlLCJkcml2ZSI6dHJ1ZSwic2lnbiI6dHJ1ZSwiYWxsb3dBcGkiOnRydWUsImFsbG93QWRtaW4iOnRydWUsImFsbG93RW50ZXJwcmlzZSI6dHJ1ZSwiYWxsb3dTc28iOnRydWUsImFsbG93SW50ZXJuYXRpb25hbEZheCI6dHJ1ZSwiYWxsb3dGYXhCbGFzdCI6dHJ1ZSwibm90U3VzcGVuZCI6dHJ1ZSwiYmlsbGluZ1JlZGlyZWN0IjpmYWxzZSwic2hvd0JhciI6ZmFsc2UsImxvY2tPblJvdXRlIjoiL3NpZ24vZG9jdW1lbnRzL2Y0NjU0OTI5LTRmNmUtNGNkNC04YzgzLTNmOGYwMGJiNzc3ZCIsImlhdCI6MTY0MzM5NzQ1NCwiZXhwIjoxNjQzNDgzODU0fQ.zlydSIkilq-G7xfrSyebJNlsitkfqPGbHmoorYo1r3s\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ3ZWIiOnRydWUsInVzZXJJZCI6ImM0OWU2MmM1LTI0ZGEtNGZhZi1hOTFlLWI2MjNlMmRmNzg1MyIsImFjY291bnRJZCI6ImVmYWEzNmY3LWQ5YTAtNDkzZi1hM2FhLTBjYjExMTRlZWEwYyIsInVzZXJSb2xlIjoic3VwZXJhZG1pbiIsImFjY291bnRUeXBlIjoibWFzdGVyIiwiYmlsbGluZ0FjY2VzcyI6dHJ1ZSwiZmF4Ijp0cnVlLCJkcml2ZSI6dHJ1ZSwic2lnbiI6dHJ1ZSwiYWxsb3dBcGkiOnRydWUsImFsbG93QWRtaW4iOnRydWUsImFsbG93RW50ZXJwcmlzZSI6dHJ1ZSwiYWxsb3dTc28iOnRydWUsImFsbG93SW50ZXJuYXRpb25hbEZheCI6dHJ1ZSwiYWxsb3dGYXhCbGFzdCI6dHJ1ZSwibm90U3VzcGVuZCI6dHJ1ZSwiYmlsbGluZ1JlZGlyZWN0IjpmYWxzZSwic2hvd0JhciI6ZmFsc2UsImxvY2tPblJvdXRlIjoiL3NpZ24vZG9jdW1lbnRzL2Y0NjU0OTI5LTRmNmUtNGNkNC04YzgzLTNmOGYwMGJiNzc3ZCIsImlhdCI6MTY0MzM5NzQ1NCwiZXhwIjoxNjQzNDgzODU0fQ.zlydSIkilq-G7xfrSyebJNlsitkfqPGbHmoorYo1r3s\"\n}"}],"_postman_id":"9fe8cc68-a360-434b-ab8b-b7c13b75b80e"},{"name":"Create Document","id":"b3126c5b-da6e-4545-a136-b69a74849b57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"","type":"text","description":"<p>String | Required | Document title</p>\n"},{"key":"templateId","value":"","type":"text","description":"<p>Uuid | UUID of template to create document from</p>\n","disabled":true},{"key":"fileId","value":"","type":"text","description":"<p>Uuid | UUID of file from mDrive. If <code>templateId</code> is passed - <code>fileId</code> gets overwritten.</p>\n","disabled":true},{"key":"editors","value":"","type":"text","description":"<p>String | Comma separated list of emails or UUIDs of users that will be added as editors to this document</p>\n","disabled":true},{"key":"signers","value":"","type":"text","description":"<p>String | JSON with structure like <code>[{\"role\": \"Role 1\", \"user\": \"john@doe.com\"}]</code> or <code>{\"Role 1\": \"john@doe.com\"}</code>. Applicable only if created from template</p>\n","disabled":true},{"key":"fields","value":"","type":"text","description":"<p>String | JSON with structure like <code>{\"Form.Checkbox\": true, \"Form.Date\": \"2021-06-28T23:41:48.391Z\", \"Form.Textfield\": \"text\"}</code>. Will assign values to fields with matching labels (used as field names). Applicable only if created from template</p>\n","disabled":true},{"key":"signMode","value":"","type":"text","description":"<p>String | Possible values are <code>me</code> or <code>all</code>. If you want to sign the document for yourself - <code>me</code> should be used. If documents should be signed by multiple parties - use <code>all</code>. Defaults to <code>all</code>.</p>\n","disabled":true},{"key":"confirmationPage","value":"","type":"text","description":"<p>Boolean | Adds signing confirmation certificate to the end of the document. Defaults to <code>true</code></p>\n","disabled":true},{"key":"auditTrail","value":"","type":"text","description":"<p>Boolean | Adds audit trail to the end of the document. Defaults to <code>false</code></p>\n","disabled":true},{"key":"parseFields","value":"","type":"text","description":"<p>Boolean | Parse native PDF form fields from the file. Not applicable if created from template (<code>templateId</code> is used)</p>\n","disabled":true},{"key":"file","type":"file","description":"<p>Blob | Required if there's no <code>fileId</code> or <code>templateId</code></p>\n","value":null,"disabled":true},{"key":"faxId","value":"","description":"<p>Uuid | <code>messageId</code> of fax. If <code>templateId</code> is passed - <code>faxId</code> is ignored.</p>\n","type":"text","disabled":true},{"key":"sharedWithAccount","value":"","description":"<p>Boolean | Setting to <code>true</code> will share the document with entire account</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/sign/documents","description":"<p>Creates a document.</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","sign","documents"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"4a6476a7-3e84-40df-b344-f8748bb968c1","name":"Create Document","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"Sample","type":"text","description":"String | Required | Document title"},{"key":"templateId","value":"","type":"text","description":"Uuid | UUID of template to create document from","disabled":true},{"key":"fileId","value":"","type":"text","description":"Uuid | UUID of file from mDrive. If `templateId` passed - `fileId` gets overwritten.","disabled":true},{"key":"file","type":"file","description":"Blob | Required if there's no `fileId` or `templateId`","src":"/home/blapaz/Documents/Samples/sample.pdf"},{"key":"editors","value":"","type":"text","description":"String | Comma separated list of emails or UUIDs of users that will be added as editors to this document","disabled":true},{"key":"signers","value":"","type":"text","description":"String | JSON with structure like `[{\"role\": \"Role 1\", \"user\": \"john@doe.com\"}]`. Applicable only if created from template","disabled":true},{"key":"fields","value":"","type":"text","description":"String | JSON with structure like `{\"Form.Checkbox\": true, \"Form.Date\": \"2021-06-28T23:41:48.391Z\", \"Form.Textfield\": \"text\"}`. Will assign values to fields with matching labels (used as field names). Applicable only if created from template","disabled":true},{"key":"signMode","value":"","type":"text","description":"String | Possible values are `me` or `all`. If you want to sign the document for yourself - `me` should be used. If documents should be signed by multiple parties - use `all`. Defaults to `all`.","disabled":true},{"key":"confirmationPage","value":"","type":"text","description":"Boolean | Adds signing confirmation certificate to the end of the document. Defaults to `true`","disabled":true},{"key":"auditTrail","value":"","type":"text","description":"Boolean | Adds audit trail to the end of the document. Defaults to `false`","disabled":true},{"key":"parseFields","value":"","type":"text","description":"Boolean | Parse native PDF form fields from the file. Not applicable if created from template (`templateId` is used)","disabled":true},{"key":"sharedWithAccount","value":"","description":"Boolean | Setting to `true` will share the document with entire account","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/sign/documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Aug 2021 13:21:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"X-Server-Version","value":"4.3.6"},{"key":"X-RateLimit-Limit","value":"4"},{"key":"X-RateLimit-Remaining","value":"2"},{"key":"X-RateLimit-Reset","value":"1629120141"},{"key":"ETag","value":"W/\"131e-Ysg1v3HQa9mYwRj00273F7WJ91E\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"draft\",\n    \"statusCapitalized\": \"Draft\",\n    \"daysLeft\": null,\n    \"uuid\": \"7d629b2c-08ee-46fc-ba89-3f8b74ff4f87\",\n    \"viewed\": false,\n    \"order\": false,\n    \"isPublic\": false,\n    \"isApproveOrderEnabled\": false,\n    \"approveStatus\": \"not_needed\",\n    \"type\": \"document\",\n    \"fileId\": \"8cc2b214-c902-4fd5-a463-53619abfd88c\",\n    \"title\": \"Sample\",\n    \"draft\": true,\n    \"signMode\": \"all\",\n    \"sharedWithAccount\": false,\n    \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n    \"chatroomId\": \"7901959e-dbeb-4d7c-a08b-5bdac2aaba3a\",\n    \"expiresIn\": 60,\n    \"firstReminder\": true,\n    \"firstReminderIn\": 14,\n    \"repeatReminder\": true,\n    \"repeatReminderIn\": 7,\n    \"expirationWarning\": true,\n    \"declineReasonRequired\": false,\n    \"confirmationPage\": true,\n    \"auditTrail\": false,\n    \"updatedAt\": \"2021-08-16T13:21:35.005Z\",\n    \"createdAt\": \"2021-08-16T13:21:35.005Z\",\n    \"users\": [\n        {\n            ...\n        }\n    ],\n    \"versions\": [\n        {\n            \"uuid\": \"44bae257-28bf-4f07-ae8a-9e5de98d33e0\",\n            \"isCurrent\": false,\n            \"createdAt\": \"2021-08-16T13:21:35.000Z\"\n        }\n    ]\n}"}],"_postman_id":"b3126c5b-da6e-4545-a136-b69a74849b57"},{"name":"Create Template","id":"63412f99-6cad-4a44-99e0-d40af6cbd5ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"Sample","type":"text","description":"<p>String | Required | Template title</p>\n"},{"key":"fileId","value":"","type":"text","description":"<p>Uuid | UUID of file from mDrive</p>\n","disabled":true},{"key":"file","type":"file","description":"<p>Blob | Required if there's no <code>fileId</code> or <code>templateId</code></p>\n","src":"/home/blapaz/Documents/Samples/sample.pdf"},{"key":"editors","value":"","type":"text","description":"<p>String | Comma separated list of emails or UUIDs of users that will be added as editors to this document</p>\n","disabled":true},{"key":"signMode","value":"","type":"text","description":"<p>String | Possible values are <code>me</code> or <code>all</code>. If you want to sign the document for yourself - <code>me</code> should be used. If documents should be signed by multiple parties - use <code>all</code>. Defaults to <code>all</code>.</p>\n","disabled":true},{"key":"confirmationPage","value":"","type":"text","description":"<p>Boolean | Adds signing confirmation certificate to the end of the document. Defaults to <code>true</code></p>\n","disabled":true},{"key":"auditTrail","value":"","type":"text","description":"<p>Boolean | Adds audit trail to the end of the document. Defaults to <code>false</code></p>\n","disabled":true},{"key":"parseFields","value":"","type":"text","description":"<p>Boolean | Parse native PDF form fields from the file</p>\n","disabled":true},{"key":"sharedWithAccount","value":"","description":"<p>Boolean | Setting to <code>true</code> will share the document with entire account</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/sign/templates","description":"<p>Creates a document.</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","sign","templates"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"6dad9a22-56a0-4ca9-97c8-12497e59b9e5","name":"Create Template","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"Sample","type":"text","description":"String | Required | Template title"},{"key":"fileId","value":"","type":"text","description":"Uuid | UUID of file from mDrive","disabled":true},{"key":"file","type":"file","description":"Blob | Required if there's no `fileId` or `templateId`","src":"/home/blapaz/Documents/Samples/sample.pdf"},{"key":"editors","value":"","type":"text","description":"String | Comma separated list of emails or UUIDs of users that will be added as editors to this document","disabled":true},{"key":"signMode","value":"","type":"text","description":"String | Possible values are `me` or `all`. If you want to sign the document for yourself - `me` should be used. If documents should be signed by multiple parties - use `all`. Defaults to `all`.","disabled":true},{"key":"confirmationPage","value":"","type":"text","description":"Boolean | Adds signing confirmation certificate to the end of the document. Defaults to `true`","disabled":true},{"key":"auditTrail","value":"","type":"text","description":"Boolean | Adds audit trail to the end of the document. Defaults to `false`","disabled":true},{"key":"parseFields","value":"","type":"text","description":"Boolean | Parse native PDF form fields from the file","disabled":true},{"key":"sharedWithAccount","value":"","description":"Boolean | Setting to `true` will share the document with entire account","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/sign/templates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Aug 2021 13:32:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"X-Server-Version","value":"4.3.6"},{"key":"X-RateLimit-Limit","value":"4"},{"key":"X-RateLimit-Remaining","value":"3"},{"key":"X-RateLimit-Reset","value":"1629120791"},{"key":"ETag","value":"W/\"1324-XEjKcsKhDCKmgBp/IEFBcVzbHiY\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"template\",\n    \"statusCapitalized\": \"Template\",\n    \"daysLeft\": null,\n    \"uuid\": \"637adb1f-e1a7-4bff-b7eb-8fd5080e7cde\",\n    \"viewed\": false,\n    \"order\": false,\n    \"isPublic\": false,\n    \"sharedWithAccount\": false,\n    \"isApproveOrderEnabled\": false,\n    \"approveStatus\": \"not_needed\",\n    \"type\": \"template\",\n    \"fileId\": \"5d5df71b-f3c9-4702-8237-ce370688d0da\",\n    \"title\": \"Sample\",\n    \"draft\": true,\n    \"signMode\": \"all\",\n    \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n    \"chatroomId\": \"d27ca8d8-78b1-42dc-bea9-af184dc9629b\",\n    \"expiresIn\": 60,\n    \"firstReminder\": true,\n    \"firstReminderIn\": 14,\n    \"repeatReminder\": true,\n    \"repeatReminderIn\": 7,\n    \"expirationWarning\": true,\n    \"declineReasonRequired\": false,\n    \"confirmationPage\": true,\n    \"auditTrail\": false,\n    \"updatedAt\": \"2021-08-16T13:32:10.247Z\",\n    \"createdAt\": \"2021-08-16T13:32:10.247Z\",\n    \"users\": [],\n    \"versions\": [\n        {\n            \"uuid\": \"4d6f9c6c-23f8-4b9a-9985-6ee2a5a1aa5c\",\n            \"isCurrent\": false,\n            \"createdAt\": \"2021-08-16T13:32:10.000Z\"\n        }\n    ]\n}"}],"_postman_id":"63412f99-6cad-4a44-99e0-d40af6cbd5ad"},{"name":"Duplicate Document","id":"4ad3be79-6375-4fdc-a39e-40a1ebf1ccce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.documo.com/v1/sign/documents/:documentId/duplicate","description":"<p>Creates a copy of document.</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","sign","documents",":documentId","duplicate"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Document UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"documentId"}]}},"response":[{"id":"be8f7523-f624-4d6f-9dba-f1133080b4f9","name":"Duplicate Document","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.documo.com/v1/sign/documents/:documentId/duplicate","host":["https://api.documo.com"],"path":["v1","sign","documents",":documentId","duplicate"],"variable":[{"key":"documentId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Document UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Aug 2021 13:39:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"X-Server-Version","value":"4.3.6"},{"key":"X-RateLimit-Limit","value":"8"},{"key":"X-RateLimit-Remaining","value":"7"},{"key":"X-RateLimit-Reset","value":"1629121229"},{"key":"ETag","value":"W/\"a0c-uiZYvxg/N6gPL2qAoMVcEsEIHww\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"draft\",\n    \"statusCapitalized\": \"Draft\",\n    \"daysLeft\": null,\n    \"uuid\": \"7cfb99fa-3062-4af2-8fbf-45ea358ad7a1\",\n    \"signMode\": \"all\",\n    \"isPublic\": false,\n    \"isApproveOrderEnabled\": false,\n    \"approveStatus\": \"not_needed\",\n    \"declineReasonRequired\": false,\n    \"expiresIn\": 60,\n    \"firstReminderIn\": 14,\n    \"repeatReminderIn\": 7,\n    \"confirmationPage\": true,\n    \"auditTrail\": false,\n    \"type\": \"document\",\n    \"fileId\": \"23148c07-80e6-4749-9dd5-3754013b5b88\",\n    \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n    \"title\": \"Sample copy\",\n    \"order\": false,\n    \"chatroomId\": \"62745be5-59da-4383-9caa-8e228717b1c6\",\n    \"emailMessage\": null,\n    \"draft\": true,\n    \"viewed\": false,\n    \"hash\": null,\n    \"sharedWithAccount\": false,\n    \"updatedAt\": \"2021-08-16T13:39:28.597Z\",\n    \"createdAt\": \"2021-08-16T13:39:28.597Z\",\n    \"users\": [],\n    \"roles\": [],\n    \"fields\": [],\n    \"tags\": []\n}"}],"_postman_id":"4ad3be79-6375-4fdc-a39e-40a1ebf1ccce"},{"name":"Duplicate Template","id":"d59448b8-1392-45da-83f4-a087663bf1e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.documo.com/v1/sign/templates/:templateId/duplicate","description":"<p>Creates a copy of template.</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","sign","templates",":templateId","duplicate"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Template UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"templateId"}]}},"response":[{"id":"dd84aa57-8942-4c61-92d0-55dc6ed54bcd","name":"Duplicate Template","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.documo.com/v1/sign/templates/:templateId/duplicate","host":["https://api.documo.com"],"path":["v1","sign","templates",":templateId","duplicate"],"variable":[{"key":"templateId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Template UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Aug 2021 13:40:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"X-Server-Version","value":"4.3.6"},{"key":"X-RateLimit-Limit","value":"8"},{"key":"X-RateLimit-Remaining","value":"6"},{"key":"X-RateLimit-Reset","value":"1629121229"},{"key":"ETag","value":"W/\"a12-0fGtQcLZReLIoUHpEBOWfjSEiOA\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"template\",\n    \"statusCapitalized\": \"Template\",\n    \"daysLeft\": null,\n    \"uuid\": \"99d8ffd6-468e-4362-90e3-dda93947bd7b\",\n    \"signMode\": \"all\",\n    \"isPublic\": false,\n    \"isApproveOrderEnabled\": false,\n    \"approveStatus\": \"not_needed\",\n    \"declineReasonRequired\": false,\n    \"expiresIn\": 60,\n    \"firstReminderIn\": 14,\n    \"repeatReminderIn\": 7,\n    \"confirmationPage\": true,\n    \"auditTrail\": false,\n    \"type\": \"template\",\n    \"fileId\": \"fe052b18-0a89-4273-b01f-920eb8007e1f\",\n    \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n    \"title\": \"Sample copy\",\n    \"order\": false,\n    \"chatroomId\": \"ebaf7bbe-6e92-443c-b06a-e82b126c9a90\",\n    \"emailMessage\": null,\n    \"draft\": true,\n    \"viewed\": false,\n    \"hash\": null,\n    \"sharedWithAccount\": false,\n    \"updatedAt\": \"2021-08-16T13:40:20.681Z\",\n    \"createdAt\": \"2021-08-16T13:40:20.681Z\",\n    \"users\": [],\n    \"roles\": [],\n    \"fields\": [],\n    \"tags\": []\n}"}],"_postman_id":"d59448b8-1392-45da-83f4-a087663bf1e3"},{"name":"Send Document","id":"d53010d6-5366-4731-bed7-52800b884fe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"emailMessage","value":"","description":"<p>String | Message that will be in body of notification email</p>\n","type":"text","disabled":true}]},"url":"https://api.documo.com/v1/sign/documents/:documentId/send","description":"<p>Sends document to all recipients.</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","sign","documents",":documentId","send"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Document UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"documentId"}]}},"response":[{"id":"9fb5d472-15e1-48c7-a3ad-8b43c6c6bd3c","name":"Send Document","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"emailMessage","value":"","description":"String | Message that will be in body of notification email","type":"text","disabled":true}]},"url":{"raw":"https://api.documo.com/v1/sign/documents/:documentId/send","host":["https://api.documo.com"],"path":["v1","sign","documents",":documentId","send"],"variable":[{"key":"documentId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Document UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Aug 2021 13:41:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"X-Server-Version","value":"4.3.6"},{"key":"ETag","value":"W/\"1366-TpVMXoptw/NSYScXwpNXFalpPms\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"sent\",\n    \"statusCapitalized\": \"Sent\",\n    \"daysLeft\": 60,\n    \"uuid\": \"4909fefa-1a61-499b-a9f4-53f552da4969\",\n    \"title\": \"Sample\",\n    \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n    \"draft\": false,\n    \"declined\": null,\n    \"viewed\": false,\n    \"signMode\": \"all\",\n    \"order\": false,\n    \"isPublic\": false,\n    \"sharedWithAccount\": false,\n    \"isApproveOrderEnabled\": false,\n    \"approveStatus\": \"not_needed\",\n    \"currentSigner\": null,\n    \"type\": \"document\",\n    \"emailMessage\": null,\n    \"declineReasonRequired\": false,\n    \"hash\": null,\n    \"fileId\": \"2e796f72-0421-4462-9a3a-26ac7b5c57c0\",\n    \"signedFileId\": null,\n    \"chatroomId\": \"7d41c166-20b8-41b2-bb9e-215d08cb95df\",\n    \"expiresIn\": 60,\n    \"firstReminder\": true,\n    \"firstReminderIn\": 14,\n    \"repeatReminder\": true,\n    \"repeatReminderIn\": 7,\n    \"expirationWarning\": true,\n    \"confirmationPage\": true,\n    \"auditTrail\": false,\n    \"industryId\": null,\n    \"formId\": null,\n    \"sentAt\": \"2021-08-16T13:41:47.105Z\",\n    \"completedAt\": null,\n    \"createdAt\": \"2021-08-16T13:41:37.000Z\",\n    \"updatedAt\": \"2021-08-16T13:41:47.118Z\",\n    \"deletedAt\": null,\n    \"users\": [],\n    \"fields\": []\n}"}],"_postman_id":"d53010d6-5366-4731-bed7-52800b884fe0"},{"name":"Bulk Send Documents","id":"0bd13bcb-b718-440f-af31-e54c4c13f63d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"list","description":"<p>File Stream | Required | CSV list of recepients</p>\n","type":"file","value":null},{"key":"templateId","value":"","description":"<p>Uuid | Required | Template ID with single signer</p>\n","type":"text"},{"key":"title","value":"","description":"<p>String | Optional</p>\n","type":"text"}]},"url":"https://api.documo.com/v1/sign/documents/bulk","description":"<p>Creates a bulk document and schedules creation of individual documents for every recipient in the CSV list.</p>\n<p><strong>⚠️ mSign Pro Plan required</strong></p>\n<p>List of recipients example: <a href=\"https://app.documo.com/assets/bulk_test.csv\">https://app.documo.com/assets/bulk_test.csv</a></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","sign","documents","bulk"],"host":["https://api.documo.com"],"query":[],"variable":[]}},"response":[{"id":"b7ae285d-b18c-4b45-aaa2-68138ac63543","name":"Bulk send documents","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"list","description":"File Stream | Required | CSV list of recepients","type":"file","value":null},{"key":"templateId","value":"3b03246a-9960-4635-b00a-d49a44c24911","type":"text","description":"Uuid | Required | Template ID with single signer"},{"key":"title","value":"","type":"text","description":"String | Optional"}]},"url":"https://api.documo.com/v1/sign/documents/bulk"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"document\": {\n        \"signMode\": \"all\",\n        \"status\": \"draft\",\n        \"statusCapitalized\": \"Draft\",\n        \"type\": \"bulkDocument\",\n        \"daysLeft\": null,\n        \"uuid\": \"4bbbfcbb-5bdc-4d12-a860-2ee6a34c4062\",\n        \"channelType\": \"web\",\n        \"viewed\": false,\n        \"isPublic\": false,\n        \"isApproveOrderEnabled\": false,\n        \"approveStatus\": \"not_needed\",\n        \"typeRaw\": 2,\n        \"fileId\": \"16dc2eb3-fedd-42cf-ad43-6303d6059ed5\",\n        \"title\": \"test_table\",\n        \"draft\": true,\n        \"sharedWithAccount\": false,\n        \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n        \"chatroomId\": \"f892ae0a-16ec-4d19-807e-2a80749a9a72\",\n        \"expiresIn\": 60,\n        \"firstReminder\": true,\n        \"firstReminderIn\": 14,\n        \"repeatReminder\": true,\n        \"repeatReminderIn\": 7,\n        \"expirationWarning\": true,\n        \"declineReasonRequired\": false,\n        \"confirmationPage\": true,\n        \"auditTrail\": false,\n        \"order\": false,\n        \"updatedAt\": \"2022-05-31T16:51:03.735Z\",\n        \"createdAt\": \"2022-05-31T16:51:03.735Z\"\n    },\n    \"errors\": {\n        \"invalidEmails\": [],\n        \"duplicatedEmails\": []\n    }\n}"}],"_postman_id":"0bd13bcb-b718-440f-af31-e54c4c13f63d"},{"name":"Void Document","event":[{"listen":"prerequest","script":{"id":"659a4639-f71c-4117-9d98-9eb9e1d359d3","exec":[""],"type":"text/javascript"}}],"id":"ef0b93bb-3282-47a0-89e2-17ece979a550","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.documo.com/v1/sign/documents/:documentId/void","description":"<p>Void a document after sending. Sender and recipient will be notified when the document is voided. Recipient will see the document as void, and will lose access to edit the document.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","sign","documents",":documentId","void"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Document UUID</p>\n","type":"text/plain"},"type":"any","value":"d1077489-5ea1-4db1-9760-853f175e8288","key":"documentId"}]}},"response":[{"id":"f12ed420-1934-486c-95de-0e2d999486d1","name":"Void Document","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.documo.com/v1/sign/documents/:documentId/void","host":["https://api.documo.com"],"path":["v1","sign","documents",":documentId","void"],"variable":[{"key":"documentId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Document UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"signMode\": \"all\",\n    \"status\": \"voided\",\n    \"statusCapitalized\": \"Voided\",\n    \"type\": \"document\",\n    \"daysLeft\": 60,\n    \"uuid\": \"3ca45276-d17e-49f0-9007-d6cde9fe5320\",\n    \"title\": \"Example\",\n    \"accountId\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n    \"channelType\": \"web\",\n    \"draft\": false,\n    \"declined\": null,\n    \"viewed\": false,\n    \"order\": false,\n    \"isPublic\": false,\n    \"sharedWithAccount\": false,\n    \"isApproveOrderEnabled\": false,\n    \"approveStatus\": \"not_needed\",\n    \"currentSigner\": null,\n    \"typeRaw\": 0,\n    \"emailSubject\": \"New signature request!\",\n    \"emailMessage\": \"\",\n    \"declineReasonRequired\": true,\n    \"hash\": null,\n    \"fileId\": \"c416ef6a-2750-4e69-9858-e5342a041998\",\n    \"signedFileId\": null,\n    \"chatroomId\": \"5d1c5667-d416-4a51-a985-b2b71f4c8eaa\",\n    \"expiresIn\": 60,\n    \"firstReminder\": true,\n    \"firstReminderIn\": 14,\n    \"repeatReminder\": true,\n    \"repeatReminderIn\": 7,\n    \"expirationWarning\": true,\n    \"confirmationPage\": true,\n    \"auditTrail\": false,\n    \"industryId\": null,\n    \"formId\": null,\n    \"isArchived\": false,\n    \"bulkParentId\": null,\n    \"sentAt\": \"2022-09-22T17:21:53.000Z\",\n    \"completedAt\": null,\n    \"voidedAt\": \"2022-09-22T17:28:39.000Z\",\n    \"createdAt\": \"2022-09-22T17:21:17.000Z\",\n    \"updatedAt\": \"2022-09-22T17:28:39.000Z\",\n    \"deletedAt\": null,\n    \"account_id\": \"efaa36f7-d9a0-493f-a3aa-0cb1114eea0c\",\n    \"chatroom_id\": \"5d1c5667-d416-4a51-a985-b2b71f4c8eaa\",\n    \"file_id\": \"c416ef6a-2750-4e69-9858-e5342a041998\",\n    \"signed_file_id\": null,\n    \"industry_id\": null,\n    \"form_id\": null,\n    \"users\": [],\n    \"approvers\": [],\n    \"payment\": null\n}"}],"_postman_id":"ef0b93bb-3282-47a0-89e2-17ece979a550"},{"name":"Assign Fields","id":"d6bd5348-a2b3-4d07-99f9-9fc20073e6e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"fieldIds","value":"","description":"<p>Uuid Array | Required | Field IDs separated with commas</p>\n","type":"text"},{"key":"userId","value":"","description":"<p>Uuid | Optional | User ID to assign</p>\n","type":"text"},{"key":"email","value":"","description":"<p>String | Optional | Email to invite user</p>\n","type":"text"},{"key":"phone","value":"","description":"<p>String | Optional | Phone number in E164 format to invite user via SMS</p>\n","type":"text"}]},"url":"https://api.documo.com/v1/sign/documents/:documentId/assign-fields","description":"<p>Can be used to assign user to multiple fields. Use only one parameter <code>userId</code>, <code>email</code> or <code>phone</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","sign","documents",":documentId","assign-fields"],"host":["https://api.documo.com"],"query":[],"variable":[{"id":"c397fe1b-a43a-4b09-a302-5dfd23d62aee","description":{"content":"<p>Uuid | Required | Document ID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"documentId"}]}},"response":[],"_postman_id":"d6bd5348-a2b3-4d07-99f9-9fc20073e6e2"},{"name":"Fill Fields","id":"234e6936-64fc-4584-8318-907f005fe323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"value","value":"","description":"<p>String | Required | Value to populate the field with</p>\n","type":"text"}]},"url":"https://api.documo.com/v1/sign/documents/:documentId/fields/:fieldId/fill","description":"<p>Allows to fill fields with value, which has to be provided accordingly to the field's type:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Type</strong></th>\n<th><strong>Format</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Date</td>\n<td><a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a></td>\n</tr>\n<tr>\n<td>Textfield</td>\n<td>String (max length 65535 chars)</td>\n</tr>\n<tr>\n<td>Checkbox</td>\n<td>Boolean provided as string <code>'true' or 'false'</code></td>\n</tr>\n<tr>\n<td>Radio</td>\n<td>Boolean provided as string <code>'true' or 'false'</code></td>\n</tr>\n<tr>\n<td>Dropdown</td>\n<td>String value with one of the possible field's option</td>\n</tr>\n<tr>\n<td>Options</td>\n<td>String value with one of the possible field's option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","sign","documents",":documentId","fields",":fieldId","fill"],"host":["https://api.documo.com"],"query":[],"variable":[{"id":"88e4e09c-0dcb-4abf-81f3-88d459d721ad","description":{"content":"<p>Uuid | Required | Document ID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"documentId"},{"id":"882148fd-f7a5-41c6-9252-913907f55405","description":{"content":"<p>Uuid | Required | FIeld ID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"fieldId"}]}},"response":[],"_postman_id":"234e6936-64fc-4584-8318-907f005fe323"},{"name":"Delete Document","id":"a3e58dcb-00dc-4f8e-9714-fc0e21168b73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.documo.com/v1/sign/documents/:documentId","description":"<p>Deletes document.</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","sign","documents",":documentId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Document UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"documentId"}]}},"response":[{"id":"a8d6a22f-0981-4374-801a-a25e0365af79","name":"Delete Document","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.documo.com/v1/sign/documents/:documentId","host":["https://api.documo.com"],"path":["v1","sign","documents",":documentId"],"variable":[{"key":"documentId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Document UUID"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Aug 2021 13:41:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"X-Server-Version","value":"4.3.6"},{"key":"ETag","value":"W/\"a-bAsFyilMr4Ra1hIU5PyoyFRunpI\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a3e58dcb-00dc-4f8e-9714-fc0e21168b73"},{"name":"Delete Templates","id":"e09d210a-d3ae-4aec-a735-f8e918377e11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.documo.com/v1/sign/templates/:templateId","description":"<p>Deletes template.</p>\n<p><code>API Key Access: base | admin</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}},"urlObject":{"path":["v1","sign","templates",":templateId"],"host":["https://api.documo.com"],"query":[],"variable":[{"description":{"content":"<p>String | Required | Template UUID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"templateId"}]}},"response":[{"id":"3ca60c21-4e63-4325-bc45-99e3b0f8aafe","name":"Delete Templates","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.documo.com/v1/sign/templates/:templateId","host":["https://api.documo.com"],"path":["v1","sign","templates",":templateId"],"variable":[{"key":"templateId","value":"d1077489-5ea1-4db1-9760-853f175e8288","description":"String | Required | Template UUID"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Aug 2021 13:40:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"X-Server-Version","value":"4.3.6"},{"key":"ETag","value":"W/\"a-bAsFyilMr4Ra1hIU5PyoyFRunpI\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e09d210a-d3ae-4aec-a735-f8e918377e11"}],"id":"c56021ba-4a90-44fc-b866-8cfb7633c75d","_postman_id":"c56021ba-4a90-44fc-b866-8cfb7633c75d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a0f92106-25b4-4339-adb1-0ee3fa775276","id":"a0f92106-25b4-4339-adb1-0ee3fa775276","name":"Documo V1: Cloud Fax API Documentation","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]}},"event":[{"listen":"prerequest","script":{"id":"25d3913a-f45d-41e8-b20c-90608887c33d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3419702c-45a2-4877-9161-5f39413d8390","type":"text/javascript","exec":[""]}}],"variable":[{"key":"FUSION_HOST","value":"https://api.documo.com"},{"key":"VERSION","value":"v1"},{"key":"string","value":"example"},{"key":"uuid","value":"d1077489-5ea1-4db1-9760-853f175e8288"},{"key":"int","value":"1"},{"key":"bool","value":"false"},{"key":"obj","value":"{\"example\": \"value\"}"},{"key":"date","value":"2020-01-01T00:00:00.000Z"},{"key":"phone","value":"1234567890"},{"key":"e164Phone","value":"+19999999999"},{"key":"timezone","value":"pacific"},{"key":"webhookEvents","value":"{ \"fax.inbound\": true, \"fax.outbound\": true, \"fax.outbound.extended\": true, \"user.create\": true, \"user.delete\": true, \"number.add\": false, \"number.release\": false, \"document.complete\": false, \"document.failed\": false }"},{"key":"attachmentUrl_1","value":"https://upload.wikimedia.org/wikipedia/commons/e/ee/Sample_abc.jpg","type":"string"},{"key":"attachmentUrl_2","value":"https://upload.wikimedia.org/wikipedia/commons/7/70/Example.png","type":"string"}]}