{"info":{"_postman_id":"d8fc79af-4f48-4e42-bab3-74d0895d3869","name":"Uniqode API","description":"<html><head></head><body><p>The Uniqode API is organized around <a href=\"https://en.wikipedia.org/wiki/Representational_state_transfer\">REST</a>. Our API has predictable resource-oriented URLs, accepts <a href=\"https://en.wikipedia.org/wiki/POST_(HTTP)#Use_for_submitting_web_forms\">form-encoded</a> request bodies, returns <a href=\"http://www.json.org/\">JSON-encoded</a> responses, and uses standard HTTP response codes, authentication, and verbs.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>The Uniqode API uses API key to authenticate requests.</p>\n<p>Your API key carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.</p>\n<p>All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.</p>\n<p>You can find your API key by using the following steps.</p>\n<ol>\n<li><p>Login to the <a href=\"https://dashboard.uniqode.com/\">Uniqode dashboard</a>.</p>\n</li>\n<li><p>Go to your 'API' section from the sidebar.</p>\n</li>\n<li><p>Copy the <code>API key</code> value.</p>\n</li>\n<li><p>Set a plain text header named <code>Authorization</code> with the contents of the header being <code>Token XXX</code> where XXX is your API Key.</p>\n</li>\n</ol>\n<p>Example header</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -X \"GET\" \"https://api.uniqode.com/api/2.0/qrcodes/\" -H \"Authorization: Token Your.API.Key-HERE\" -H \"Content-Type: application/json\"\n\n</code></pre>\n<img src=\"https://content.pstmn.io/8d43c6e1-752a-4e6c-aa44-5d0a1d3d328e/U2NyZWVuc2hvdCAyMDI0LTA1LTE0IGF0IDIuMDYuNDTigK9QTS5wbmc=\"></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7527727","collectionId":"d8fc79af-4f48-4e42-bab3-74d0895d3869","publishedId":"TVmPAc9r","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-05-20T14:25:49.000Z"},"item":[{"name":"QR Code","item":[{"name":"Create Dynamic QR Code","item":[{"name":"Custom URL","id":"14119ee0-acfd-4c56-9241-a181596ed9ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Custom URL\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 2,\n    \"campaign\": {\n        \"content_type\": 1,\n        \"custom_url\": \"https://www.uniqode.com\"\n    },\n    \"location_enabled\": false,\n    \"attributes\":{\n        \"color\":\"#2595ff\",\n        \"colorDark\":\"#2595ff\",\n        \"margin\":80,\n        \"isVCard\":false,\n        \"frameText\":\"UNIQODE\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n        \"logoScale\":0.1992,\n        \"frameColor\":\"#2595FF\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#2595FF\",\n        \"eyeFrameShape\":\"rounded\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","description":"<p>The Custom URL campaign drives users to the specified URL once they scan the QR Code.</p>\n<p><code>content_type</code> : 1</p>\n<p>Fields:\n<code>custom_url</code></p>\n","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"14119ee0-acfd-4c56-9241-a181596ed9ca"},{"name":"PDF","id":"880d3779-a937-41b3-9497-b0e34bd947e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"PDF\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 2,\n    \"campaign\": {\n        \"content_type\": 13,\n        \"pdf\": {\n            \"name\": \"Uniqode QR Code solution\",\n            \"files\": [\n                {\n                    \"url\": \"https://d1bqobzsowu5wu.cloudfront.net/26724/51c1a9e3a797495ca8a3da19cda89c84\",\n                    \"name\": \"Guide to QR Code marketing\"\n                },\n                {\n                    \"url\": \"https://d1bqobzsowu5wu.cloudfront.net/26724/5adb0d89b6b342c6a5aea3594bacf853\",\n                    \"name\": \"QR Code enterprise pricing\"\n                }\n            ],\n            \"uploaded\": true\n        }\n    },\n    \"location_enabled\": false,\n    \"attributes\":{\n        \"color\":\"#2595ff\",\n        \"colorDark\":\"#2595ff\",\n        \"margin\":80,\n        \"isVCard\":false,\n        \"frameText\":\"UNIQODE\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n        \"logoScale\":0.1992,\n        \"frameColor\":\"#2595FF\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#2595FF\",\n        \"eyeFrameShape\":\"rounded\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","description":"<p>The Custom URL campaign drives users to the specified URL once they scan the QR Code.</p>\n<p><code>content_type</code> : 13</p>\n<p>Fields:<br /><code>pdf</code></p>\n<p><strong>Supported Attributes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>name</strong></em></td>\n<td><code>string</code></td>\n<td>Name of the PDF campaign</td>\n</tr>\n<tr>\n<td><em><strong>files</strong></em></td>\n<td><code>object</code></td>\n<td><code>required</code><br /><br />PDF file URLs</td>\n</tr>\n<tr>\n<td><em><strong>uploaded</strong></em></td>\n<td><code>boolean</code></td>\n<td><code>required</code><br /><br />Is PDF uploaded to Uniqode</td>\n</tr>\n<tr>\n<td><em><strong>merged</strong></em></td>\n<td><code>boolean</code></td>\n<td><code>read only</code><br /><br />Merge status if there are more than one PDf files</td>\n</tr>\n<tr>\n<td><em><strong>merged_url</strong></em></td>\n<td><code>string</code></td>\n<td><code>read only</code><br /><br />URL for the merged PDF</td>\n</tr>\n<tr>\n<td><em><strong>merge_status</strong></em></td>\n<td><code>string</code></td>\n<td><code>read only</code><br /><br />Merge detail</td>\n</tr>\n<tr>\n<td><em><strong>file_list_key</strong></em></td>\n<td><code>string</code></td>\n<td><code>read only</code><br /><br />Unique key for identifying the PDF collection</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"880d3779-a937-41b3-9497-b0e34bd947e6"},{"name":"Markdown Card","id":"3878cc7d-baa1-4e6f-b64e-629ee4ec9341","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Markdown Card\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 2,\n    \"campaign\": {\n        \"content_type\": 2,\n        \"markdown_card\": {{markdown_card_id}}\n    },\n    \"location_enabled\": false,\n    \"attributes\":{\n        \"color\":\"#2595ff\",\n        \"colorDark\":\"#2595ff\",\n        \"margin\":80,\n        \"isVCard\":false,\n        \"frameText\":\"UNIQODE\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n        \"logoScale\":0.1992,\n        \"frameColor\":\"#2595FF\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#2595FF\",\n        \"eyeFrameShape\":\"rounded\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","description":"<p>The Landing Page campaign shows the user a dedicated landing page once they scan the QR Code. You need only specify the Markdown Card ID.</p>\n<p><code>content_type</code> : 2</p>\n<p>Field:\n<code>markdown_card</code></p>\n","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3878cc7d-baa1-4e6f-b64e-629ee4ec9341"},{"name":"Feedback Form","id":"3b28e46d-be57-4f9d-9a0e-3da90e04ef1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Feedback Form\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 2,\n    \"campaign\": {\n        \"content_type\": 3,\n        \"form\": {{form_id}}\n    },\n    \"location_enabled\": false,\n    \"attributes\":{\n        \"color\":\"#2595ff\",\n        \"colorDark\":\"#2595ff\",\n        \"margin\":80,\n        \"isVCard\":false,\n        \"frameText\":\"UNIQODE\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n        \"logoScale\":0.1992,\n        \"frameColor\":\"#2595FF\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#2595FF\",\n        \"eyeFrameShape\":\"rounded\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","description":"<p>The Form campaign displays a form to users who scan the QR code. Upon accessing the form, they can fill in the relevant information. You need only sspecify the ID of the Form.</p>\n<p><code>content_type</code> : 3</p>\n<p>Field:\n<code>form</code></p>\n","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b28e46d-be57-4f9d-9a0e-3da90e04ef1a"},{"name":"vCard Plus","id":"97e92510-8ec5-4582-95e1-064ab5adf30f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"vCard Plus QR Code\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 2,\n    \"campaign\": {\n        \"content_type\": 7,\n        \"vcard_plus\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"company\":\"Uniqode\",\n            \"designation\":\"Software Engineer\",\n            \"email\":\"support@uniqode.com\",\n            \"phone\":{\n                \"home\":\"12345\",\n                \"work\":\"34567\",\n                \"mobile\":\"56789\"\n            },\n            \"state\":\"Karnataka\",\n            \"country\":\"India\",\n            \"address_url\":\"https://www.google.com/maps/search/?api=1&query=12.9818683,77.6404922&query_place_id=ChIJt-8HuakWrjsRUNukdoGH8Es\",\n            \"address_line1\":\"Uniqode\",\n            \"address_line2\":\"Indiranagar\",\n            \"summary\":\"Add me to your contacts to stay in touch\",\n            \"website\":\"https://www.uniqode.com\",\n            \"logo_url\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/7c568544870d4d099e39aedf03b64f9e\",\n            \"customizations\":{\n                \"user_info_color\":\"#160505\",\n                \"background_color\":\"#eef0f3\"\n            },\n            \"user_image_url\": \"https://d1bqobzsowu5wu.cloudfront.net/15406/07c0221877454b3199f5c7c6ff804b2a\"\n        }\n    },\n    \"location_enabled\":false,\n    \"attributes\":{\n        \"color\":\"#000000\",\n        \"margin\":80,\n        \"isVCard\":false,\n        \"colorDark\":\"#d02525\",\n        \"frameText\":\"KNOW ME\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/8f692e51e7994c5b9b0de8e33767fb5b\",\n        \"logoScale\":0.1992,\n        \"colorLight\":\"#ffffff\",\n        \"frameColor\":\"#000000\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallColor\":\"\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#d53232\",\n        \"eyeFrameShape\":\"rounded\",\n        \"backgroundColor\":\"#e3ca87\",\n        \"backgroundImage\":\"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","description":"<p>The vCard Plus campaign lets users access your contact details once they scan the QR Code. Users can save the contact to their device from the landing page.</p>\n<p><code>content_type</code> : 7</p>\n<p><code>field</code>:<br /><code>vcard_plus</code></p>\n<p><strong>Supported Attributes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>first_name</strong></em></td>\n<td><code>string</code></td>\n<td><br /><br /><code>required</code><br /><br /><p>First name of the contact</p><br /><br /></td>\n</tr>\n<tr>\n<td><em><strong>last_name</strong></em></td>\n<td><code>string</code></td>\n<td><br /><br /><code>required</code><br /><br /><p>Last name of the contact</p><br /><br /></td>\n</tr>\n<tr>\n<td><strong>pronouns_v2</strong></td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><em><strong>email_v2</strong></em></td>\n<td><code>object</code></td>\n<td>Email addresses of the contact</td>\n</tr>\n<tr>\n<td><em><strong>phone_v2</strong></em></td>\n<td><code>object</code></td>\n<td>Contact's phone numbers</td>\n</tr>\n<tr>\n<td><em><strong>company</strong></em></td>\n<td><code>string</code></td>\n<td>Name of the company</td>\n</tr>\n<tr>\n<td><em><strong>designation</strong></em></td>\n<td><code>string</code></td>\n<td>Designation</td>\n</tr>\n<tr>\n<td><em><strong>website_v2</strong></em></td>\n<td><code>object</code></td>\n<td>Website URLs</td>\n</tr>\n<tr>\n<td><em><strong>logo_url</strong></em></td>\n<td><code>string</code></td>\n<td>URL for the logo</td>\n</tr>\n<tr>\n<td><em><strong>user_image_url</strong></em></td>\n<td><code>string</code></td>\n<td>URL for the Contact's photo</td>\n</tr>\n<tr>\n<td><em><strong>address_v2</strong></em></td>\n<td><code>string</code></td>\n<td>Address</td>\n</tr>\n<tr>\n<td><em><strong>address_url</strong></em></td>\n<td><code>string</code></td>\n<td>Google maps/Apple maps URL</td>\n</tr>\n<tr>\n<td><em><strong>summary</strong></em></td>\n<td><code>string</code></td>\n<td>Brief summary</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Supported customizations</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>user_info_color</strong></em></td>\n<td><code>string</code></td>\n<td><br /><br /><code>required</code><br /><br /><p>Color used to display the contact information in the header</p><br /><br /></td>\n</tr>\n<tr>\n<td><em><strong>background_color</strong></em></td>\n<td><code>string</code></td>\n<td><br /><br /><code>required</code><br /><br /><p>Background color for the header</p><br /><br /></td>\n</tr>\n<tr>\n<td><em><strong>secondary_color</strong></em></td>\n<td><code>string</code></td>\n<td>Body text color</td>\n</tr>\n<tr>\n<td><strong>font_style</strong></td>\n<td><code>string</code></td>\n<td></td>\n</tr>\n<tr>\n<td><strong>title_font_size</strong></td>\n<td><code>number</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"97e92510-8ec5-4582-95e1-064ab5adf30f"},{"name":"App Links","id":"232d23c2-aa9b-4742-811e-1976db304cdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Nearbee App download QR Code\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 2,\n    \"campaign\": {\n        \"content_type\": 5,\n        \"app_links\": {\n            \"iphone_url\": \"https://apps.apple.com/us/app/nearbee/id1342629048\",\n            \"android_url\": \"https://play.google.com/store/apps/details?id=com.uniqode.nearbee&hl=en&gl=US\",\n            \"fallback_url\": \"https://www.uniqode.com\"\n        }\n    },\n    \"location_enabled\":false,\n    \"attributes\":{\n        \"color\":\"#2595ff\",\n        \"colorDark\":\"#2595ff\",\n        \"margin\":80,\n        \"isVCard\":false,\n        \"frameText\":\"UNIQODE\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n        \"logoScale\":0.1992,\n        \"frameColor\":\"#2595FF\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#2595FF\",\n        \"eyeFrameShape\":\"rounded\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","description":"<p>The App Links campaign redirects users to either the App Store or Google Play store depending on their OS. Users can scan the QR Code and download the app relevant to their device.</p>\n<p><code>content_type</code>: 5</p>\n<p>Field:\n<code>app_links</code></p>\n<br />\n\n<p><strong>Supported Attributes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>android_url</strong></em></td>\n<td><code>string</code></td>\n<td>URL to redirect for android users</td>\n</tr>\n<tr>\n<td><em><strong>iphone_url</strong></em></td>\n<td><code>string</code></td>\n<td>URL to redirect for iPhone users</td>\n</tr>\n<tr>\n<td><em><strong>ipad_url</strong></em></td>\n<td><code>string</code></td>\n<td>URL to redirect for iPad/Mac users</td>\n</tr>\n<tr>\n<td><em><strong>fallback_url</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code> <p>URL to redirect to if user's device does not meet any of the above conditions</p></td>\n</tr>\n<tr>\n<td><em><strong>name</strong></em></td>\n<td><code>string</code></td>\n<td>Name of the app</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"232d23c2-aa9b-4742-811e-1976db304cdb"},{"name":"Phone call","id":"6e0c1f2d-c167-463c-91dd-6f6c8aff901d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Call by phone\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 2,\n    \"campaign\": {\n        \"content_type\": 15,\n        \"phone_call\": {\n            \"phone\": \"+16469680378\"\n        }\n    },\n    \"location_enabled\":false,\n    \"attributes\":{\n        \"color\":\"#2595ff\",\n        \"colorDark\":\"#2595ff\",\n        \"margin\":80,\n        \"isVCard\":false,\n        \"frameText\":\"UNIQODE\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n        \"logoScale\":0.1992,\n        \"frameColor\":\"#2595FF\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#2595FF\",\n        \"eyeFrameShape\":\"rounded\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","description":"<p>The Phone Call campaign allows users to make a call without having to dial the phone number manually. All they need to do is scan the QR Code. </p>\n<p><code>content_type</code>: 15</p>\n<p>Field:\n<code>phone_call</code></p>\n<p><strong>Supported Attributes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>phone</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code> <p>Phone number to dial</p></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e0c1f2d-c167-463c-91dd-6f6c8aff901d"},{"name":"SMS","id":"29ff1690-1bac-4a52-8e53-53c2d8c70c0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"SMS\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 2,\n    \"campaign\": {\n        \"content_type\": 16,\n        \"phone_sms\": {\n            \"phone\": \"+16469680378\",\n            \"body\": \"Hello World\"\n        }\n    },\n    \"location_enabled\":false,\n    \"attributes\":{\n        \"color\":\"#2595ff\",\n        \"colorDark\":\"#2595ff\",\n        \"margin\":80,\n        \"isVCard\":false,\n        \"frameText\":\"UNIQODE\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n        \"logoScale\":0.1992,\n        \"frameColor\":\"#2595FF\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#2595FF\",\n        \"eyeFrameShape\":\"rounded\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","description":"<p>The SMS campaign lets users send predefined text messages once they scan the QR Code. Details such as the recipient’s phone number and message will be prefilled.</p>\n<p><code>content_type</code>: 16</p>\n<p>Field:\n<code>phone_sms</code></p>\n<p><strong>Supported Attributes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>phone</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code> <p>Phone number to send the SMS to</p></td>\n</tr>\n<tr>\n<td><em><strong>body</strong></em></td>\n<td><code>string</code></td>\n<td>Default SMS body</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"29ff1690-1bac-4a52-8e53-53c2d8c70c0b"},{"name":"Email","id":"a6d5a450-ebff-42f3-b9fb-3d2e3f3cc333","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Email\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 2,\n    \"campaign\": {\n        \"content_type\": 17,\n        \"email\": {\n            \"email\": \"support@uniqode.com\",\n            \"subject\": \"Queries\",\n            \"body\": \"I had a few queries with your products.\"\n        }\n    },\n    \"location_enabled\": false,\n    \"attributes\":{\n        \"color\":\"#2595ff\",\n        \"colorDark\":\"#2595ff\",\n        \"margin\":80,\n        \"isVCard\":false,\n        \"frameText\":\"UNIQODE\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n        \"logoScale\":0.1992,\n        \"frameColor\":\"#2595FF\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#2595FF\",\n        \"eyeFrameShape\":\"rounded\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","description":"<p>The Email campaign lets users send predefined emails once they scan the QR Code. Details such as the recipient’s email address, the subject, and the body of the email will be prefilled. </p>\n<p><code>content_type</code>: 17</p>\n<p>Field:\n<code>email</code></p>\n<p><strong>Supported Attributes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>email</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code> <p>Email address of the recipient</p></td>\n</tr>\n<tr>\n<td><em><strong>subject</strong></em></td>\n<td><code>string</code></td>\n<td>Email subject</td>\n</tr>\n<tr>\n<td><em><strong>body</strong></em></td>\n<td><code>string</code></td>\n<td>Default Email body</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6d5a450-ebff-42f3-b9fb-3d2e3f3cc333"},{"name":"Social Media","id":"5b36e54b-1f08-4bba-a3ca-7e09a3fbf243","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Uniqode Social Media QR Code\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 2,\n    \"campaign\": {\n        \"content_type\": 8,\n        \"social_media\": {\n            \"title\": \"Uniqode\",\n            \"urls\": {\n                \"facebook\": \"https://www.facebook.com/uniqode\",\n                \"linkedin\": \"https://www.linkedin.com/showcase/uniqode/\",\n                \"twitter\": \"https://www.twitter.com/uniqode/\"\n            },\n            \"logo_url\": \"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n            \"brand_image\": \"https://static.uniqode.com/assets/img/uniqode-banner.png\",\n            \"message\": \"Join us on social media\",\n            \"sub_text\": \"Connect with us to hear about product updates, announcements and offers\",\n            \"customizations\": {\n                \"title_color\": \"#2595FF\",\n                \"message_background_color\": \"#dae9f7\"\n            }\n        }\n    },\n    \"location_enabled\": false,\n    \"attributes\":{\n        \"color\":\"#2595ff\",\n        \"colorDark\":\"#2595ff\",\n        \"margin\":80,\n        \"isVCard\":false,\n        \"frameText\":\"UNIQODE\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n        \"logoScale\":0.1992,\n        \"frameColor\":\"#2595FF\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#2595FF\",\n        \"eyeFrameShape\":\"rounded\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","description":"<p>The Social Media campaign displays all your social media channels in one place once the user scans the QR Code.</p>\n<p><code>content_type</code> : 8</p>\n<p><code>field</code>:<br /><code>social_media</code></p>\n<p><strong>Supported Attributes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>title</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code><br /><br />Title for the page</td>\n</tr>\n<tr>\n<td><em><strong>urls</strong></em></td>\n<td><code>object</code></td>\n<td><code>required</code><br /><br />URLs to your social media pages</td>\n</tr>\n<tr>\n<td><em><strong>logo_url</strong></em></td>\n<td><code>string</code></td>\n<td>URL for the logo</td>\n</tr>\n<tr>\n<td><em><strong>message</strong></em></td>\n<td><code>object</code></td>\n<td>Message to display in the webpage</td>\n</tr>\n<tr>\n<td><em><strong>sub_text</strong></em></td>\n<td><code>string</code></td>\n<td>Sub Text to display in the webpage</td>\n</tr>\n<tr>\n<td><em><strong>customizations</strong></em></td>\n<td><code>string</code></td>\n<td>Landing Page customizations</td>\n</tr>\n<tr>\n<td><em><strong>brand_image</strong></em></td>\n<td><code>string</code></td>\n<td>URL for the brand image</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Supported</strong> <strong><code>customizations</code></strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>title_color</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code><br /><br />Color used to display the page title</td>\n</tr>\n<tr>\n<td><em><strong>background_color</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code><br /><br />Background color for description section</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Supported</strong> <strong><code>urls</code></strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>instagram</strong></em></td>\n<td><code>string</code></td>\n<td>URL for your Instagram page</td>\n</tr>\n<tr>\n<td><em><strong>facebook</strong></em></td>\n<td><code>string</code></td>\n<td>URL for your Facebook page</td>\n</tr>\n<tr>\n<td><em><strong>twitter</strong></em></td>\n<td><code>string</code></td>\n<td>URL for your Twitter page</td>\n</tr>\n<tr>\n<td><em><strong>linkedin</strong></em></td>\n<td><code>string</code></td>\n<td>URL for your Linkedin page</td>\n</tr>\n<tr>\n<td><em><strong>pinterest</strong></em></td>\n<td><code>string</code></td>\n<td>URL for your Pinterest page</td>\n</tr>\n<tr>\n<td><em><strong>whatsapp</strong></em></td>\n<td><code>string</code></td>\n<td>URL for your Whatsapp group</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b36e54b-1f08-4bba-a3ca-7e09a3fbf243"},{"name":"Facebook page","id":"0aefcb50-f45b-4b26-b6e5-5109df1f8334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Uniqode Facebook page QR Code\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 2,\n    \"campaign\": {\n        \"content_type\": 9,\n        \"facebook_page\": {\n            \"facebook_page_url\": \"https://www.facebook.com/uniqode\",\n            \"header\": \"Like us on\",\n            \"sub_text\": \"Facebook\",\n            \"logo_url\": \"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n            \"base_image\": \"https://static.uniqode.com/assets/img/uniqode-banner.png\",\n            \"like_button_type\": \"button_count\"\n        }\n    },\n    \"location_enabled\": false,\n    \"attributes\":{\n        \"color\":\"#2595ff\",\n        \"colorDark\":\"#2595ff\",\n        \"margin\":80,\n        \"isVCard\":false,\n        \"frameText\":\"UNIQODE\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n        \"logoScale\":0.1992,\n        \"frameColor\":\"#2595FF\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#2595FF\",\n        \"eyeFrameShape\":\"rounded\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","description":"<p>The Facebook campaign links users to a customized landing page where they can like and follow your Facebook profile or business page once they scan the QR Code. </p>\n<p><code>content_type</code> : 9</p>\n<p>Field:\n<code>facebook_page</code></p>\n<br />\n\n<p><strong>Supported Attributes in <code>facebook_page</code></strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>facebook_page_url</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code> <p>URL for your Facebook page</p></td>\n</tr>\n<tr>\n<td><em><strong>like_button_type</strong></em></td>\n<td><code>object</code></td>\n<td>Type of the like button to display</td>\n</tr>\n<tr>\n<td><em><strong>logo_url</strong></em></td>\n<td><code>string</code></td>\n<td>URL for the logo</td>\n</tr>\n<tr>\n<td><em><strong>header</strong></em></td>\n<td><code>object</code></td>\n<td>Header to display in the webpage</td>\n</tr>\n<tr>\n<td><em><strong>sub_text</strong></em></td>\n<td><code>string</code></td>\n<td>Sub Text for the webpage</td>\n</tr>\n<tr>\n<td><em><strong>base_image</strong></em></td>\n<td><code>string</code></td>\n<td>URL for the brand image</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"0aefcb50-f45b-4b26-b6e5-5109df1f8334"},{"name":"Coupon","id":"2c07a028-7b4e-497b-83a9-8040fe4d133d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Coupon WINTER30\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 2,\n    \"campaign\": {\n        \"content_type\": 10,\n        \"coupon\": {\n            \"coupon_code\": \"WINTER30\",\n            \"header\": \"Winter offer\",\n            \"message\": \"Get 30% off!!!\",\n            \"logo_url\": \"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n            \"description_header\": \"Winter Sale\",\n            \"description_body\": \"Grab upto 30% off on all winter apparel\",\n            \"expires_at\":\"2021-01-10T00:00:00+05:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"location\": \"https://www.google.com/maps/search/?api=1&query=40.773008,-73.96032&query_place_id=EiBMZXhpbmd0b24gQXZlLCBOZXcgWW9yaywgTlksIFVTQSIuKiwKFAoSCXuXQMi9WMKJESCPPXLTFjXqEhQKEgk7CD_TpU_CiRFi_nfhBo8LyA\",\n            \"company_name\": \"Uniqode\",\n            \"website\": \"https://www.uniqode.com\",\n            \"terms_and_conditions\": \"This offer is oly applicable until the specified expiry date or stocks last\",\n            \"wallet_pass\": {\n                \"barcode_format\": \"PKBarcodeFormatPDF417\"\n            },\n            \"customizations\": {\n                \"background_color\": \"#e0eefb\",\n                \"coupon_color\": \"#ffffff\",\n                \"button_color\": \"#2595ff\",\n                \"header_color\": \"#2595ff\",\n                \"body_color\": \"#2595ff\"\n            }\n        }\n    },\n    \"location_enabled\": false,\n    \"attributes\":{\n        \"color\":\"#2595ff\",\n        \"colorDark\":\"#2595ff\",\n        \"margin\":80,\n        \"isVCard\":false,\n        \"frameText\":\"UNIQODE\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n        \"logoScale\":0.1992,\n        \"frameColor\":\"#2595FF\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#2595FF\",\n        \"eyeFrameShape\":\"rounded\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","description":"<p>The Coupon campaign allows users to access coupon codes by scanning the QR Code. Users can save the coupon code to their device from the landing page (wallet pass on iOS and Gallery image on Android).</p>\n<p><code>content_type</code> : 10</p>\n<p>Field:\n<code>coupon</code></p>\n<br />\n\n<p><strong>Supported Attributes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>header</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code> <p> Header</p></td>\n</tr>\n<tr>\n<td><em><strong>message</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code><p> Messsage</p></td>\n</tr>\n<tr>\n<td><em><strong>coupon_code</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code><p> Coupon code</p></td>\n</tr>\n<tr>\n<td><em><strong>expires_at</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>required</code><p> Coupon Expiry date</p></td>\n</tr>\n<tr>\n<td><em><strong>timezone</strong></em></td>\n<td><code>string</code></td>\n<td>Timezone</td>\n</tr>\n<tr>\n<td><em><strong>description_header</strong></em></td>\n<td><code>string</code></td>\n<td>Description header</td>\n</tr>\n<tr>\n<td><em><strong>description_body</strong></em></td>\n<td><code>string</code></td>\n<td>Description body</td>\n</tr>\n<tr>\n<td><em><strong>website</strong></em></td>\n<td><code>string</code></td>\n<td>Website URL</td>\n</tr>\n<tr>\n<td><em><strong>logo_url</strong></em></td>\n<td><code>string</code></td>\n<td>URL for the logo</td>\n</tr>\n<tr>\n<td><em><strong>company_name</strong></em></td>\n<td><code>string</code></td>\n<td>Company name</td>\n</tr>\n<tr>\n<td><em><strong>location</strong></em></td>\n<td><code>string</code></td>\n<td>URL for the company's location</td>\n</tr>\n<tr>\n<td><em><strong>terms_and_conditions</strong></em></td>\n<td><code>string</code></td>\n<td>Terms and Conditions for the coupon</td>\n</tr>\n<tr>\n<td><em><strong>wallet_pass</strong></em></td>\n<td><code>object</code></td>\n<td>Apple wallet pass coupon format data</td>\n</tr>\n<tr>\n<td><em><strong>css_body</strong></em></td>\n<td><code>string</code></td>\n<td>CSS for customizing the coupon page</td>\n</tr>\n<tr>\n<td><em><strong>custom_theme</strong></em></td>\n<td><code>integer</code></td>\n<td>Custom theme ID</td>\n</tr>\n<tr>\n<td><em><strong>theme</strong></em></td>\n<td><code>string</code></td>\n<td>Theme ID</td>\n</tr>\n<tr>\n<td><em><strong>version</strong></em></td>\n<td><code>integer</code></td>\n<td>Coupon version <p>Default: <code>2</code></p></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Supported <code>customizations</code></strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>header_color</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code> <p> Color used to display the header</p></td>\n</tr>\n<tr>\n<td><em><strong>body_color</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code> <p> Color used to display the coupon body</p></td>\n</tr>\n<tr>\n<td><em><strong>coupon_color</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code> <p> Coupon Color</p></td>\n</tr>\n<tr>\n<td><em><strong>button_color</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code> <p> Color used for the buttons</p></td>\n</tr>\n<tr>\n<td><em><strong>background_color</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code><p> Background color for page</p></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Supported <code>wallet_pass</code> formatting</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>barcode_format</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code><p>Type of code used</p> <p>Options: <code>PKBarcodeFormatPDF417</code>, <code>PKBarcodeFormatQR</code>, <code>PKBarcodeFormatAztec</code></p></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c07a028-7b4e-497b-83a9-8040fe4d133d"},{"name":"Business Card","id":"954688e5-3b6f-4823-b9c3-035f9c93284e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Business Card Uniqode\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 2,\n    \"campaign\": {\n        \"content_type\": 11,\n        \"business_card\": {\n            \"business_name\": \"Uniqode\",\n            \"button_url\": \"https://www.uniqode.com\",\n            \"button_title\": \"VISIT US\",\n            \"contact\": {\n                \"name\": \"John Doe\",\n                \"phone\": \"+1 (646) 968 0378\",\n                \"email\": \"support@uniqode.com\"\n            },\n            \"logo_url\": \"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n            \"brand_image\": \"https://static.uniqode.com/assets/img/uniqode-banner.png\",\n            \"website\": \"https://www.uniqode.com\",\n            \"headline\": \"Proximity marketing to delight customers & drive engagement\",\n            \"message\": \"Your entire proximity marketing solution seamlessly connected to deliver the best customer experience\",\n            \"customizations\": {\n                \"background_color\": \"#000000\",\n                \"opacity\": 0.5,\n                \"button_color\": \"#2595ff\"\n            },\n            \"address\": \"450 Lexington Avenue, 4th Floor, New York, NY 10017\",\n            \"address_url\": \"https://www.google.com/maps/place/Lexington+Ave,+New+York,+NY,+USA/@40.773008,-73.9625087,17z/data=!3m1!4b1!4m5!3m4!1s0x89c258bdc840977b:0xea3516d3723d8f20!8m2!3d40.773008!4d-73.96032\",\n            \"open_hours\": {\n                \"monday\": {\n                    \"opens\": {\n                        \"hours\": \"9\",\n                        \"minutes\": \"00\"\n                    },\n                    \"closes\": {\n                        \"hours\": \"19\",\n                        \"minutes\": \"30\"\n                    },\n                    \"is_closed\": false\n                },\n                \"tuesday\": {\n                    \"opens\": {\n                        \"hours\": \"9\",\n                        \"minutes\": \"00\"\n                    },\n                    \"closes\": {\n                        \"hours\": \"19\",\n                        \"minutes\": \"30\"\n                    },\n                    \"is_closed\": false\n                },\n                \"wednesday\": {\n                    \"opens\": {\n                        \"hours\": \"9\",\n                        \"minutes\": \"00\"\n                    },\n                    \"closes\": {\n                        \"hours\": \"19\",\n                        \"minutes\": \"30\"\n                    },\n                    \"is_closed\": false\n                },\n                \"thursday\": {\n                    \"opens\": {\n                        \"hours\": \"9\",\n                        \"minutes\": \"00\"\n                    },\n                    \"closes\": {\n                        \"hours\": \"19\",\n                        \"minutes\": \"30\"\n                    },\n                    \"is_closed\": false\n                },\n                \"friday\": {\n                    \"opens\": {\n                        \"hours\": \"9\",\n                        \"minutes\": \"00\"\n                    },\n                    \"closes\": {\n                        \"hours\": \"19\",\n                        \"minutes\": \"30\"\n                    },\n                    \"is_closed\": false\n                },\n                \"saturday\": {\n                    \"opens\": {\n                        \"hours\": \"9\",\n                        \"minutes\": \"00\"\n                    },\n                    \"closes\": {\n                        \"hours\": \"19\",\n                        \"minutes\": \"30\"\n                    },\n                    \"is_closed\": true\n                },\n                \"sunday\": {\n                    \"opens\": {\n                        \"hours\": \"9\",\n                        \"minutes\": \"00\"\n                    },\n                    \"closes\": {\n                        \"hours\": \"19\",\n                        \"minutes\": \"30\"\n                    },\n                    \"is_closed\": true\n                }\n            }\n        }\n    },\n    \"location_enabled\": true,\n    \"attributes\":{\n        \"color\":\"#2595ff\",\n        \"colorDark\":\"#2595ff\",\n        \"margin\":80,\n        \"isVCard\":false,\n        \"frameText\":\"UNIQODE\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n        \"logoScale\":0.1992,\n        \"frameColor\":\"#2595FF\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#2595FF\",\n        \"eyeFrameShape\":\"rounded\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","description":"<p>The Business Card campaign lets you display your digital business card to users once they scan the QR Code. </p>\n<p><code>content_type</code>: 11</p>\n<p>Field:\n<code>business_card</code></p>\n<br />\n\n<p><strong>Supported Attributes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>business_name</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code> <p>Name of the Business</p></td>\n</tr>\n<tr>\n<td><em><strong>button_title</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code><p> Title for the CTA button</p></td>\n</tr>\n<tr>\n<td><em><strong>button_url</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code><p>URL to redirect to from the CTA button</p></td>\n</tr>\n<tr>\n<td><em><strong>contact</strong></em></td>\n<td><code>object</code></td>\n<td><code>required</code><p> Business contact details</p></td>\n</tr>\n<tr>\n<td><em><strong>headline</strong></em></td>\n<td><code>string</code></td>\n<td>Business description</td>\n</tr>\n<tr>\n<td><em><strong>message</strong></em></td>\n<td><code>string</code></td>\n<td>Business message</td>\n</tr>\n<tr>\n<td><em><strong>website</strong></em></td>\n<td><code>string</code></td>\n<td>Website URL</td>\n</tr>\n<tr>\n<td><em><strong>logo_url</strong></em></td>\n<td><code>string</code></td>\n<td>URL for the logo</td>\n</tr>\n<tr>\n<td><em><strong>brand_image</strong></em></td>\n<td><code>string</code></td>\n<td>URL for the brand image</td>\n</tr>\n<tr>\n<td><em><strong>address_url</strong></em></td>\n<td><code>string</code></td>\n<td>URL for the company's location</td>\n</tr>\n<tr>\n<td><em><strong>customizations</strong></em></td>\n<td><code>object</code></td>\n<td><code>required</code><p>Design customizations for the landing page</p></td>\n</tr>\n<tr>\n<td><em><strong>open_hours</strong></em></td>\n<td><code>object</code></td>\n<td><code>required</code><p>specify the open hours of your business throughout the week</p></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Supported <code>customizations</code></strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>opacity</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code> <p>Opacity for the header section</p></td>\n</tr>\n<tr>\n<td><em><strong>button_color</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code> <p> Color used for the buttons</p></td>\n</tr>\n<tr>\n<td><em><strong>background_color</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code><p> Background color for page</p></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Supported <code>contact</code> options</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>name</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code><p>Contact name</p></td>\n</tr>\n<tr>\n<td><em><strong>phone</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code><p>Contact phone number</p></td>\n</tr>\n<tr>\n<td><em><strong>email</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code><p>Contact email address</p></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Supported <code>open_hours</code> options:</strong></p>\n<p>The keys for the objects should be days of the week. Any day, if not specified will be marked as Closed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>opens</strong></em></td>\n<td><code>object</code></td>\n<td><code>required</code><p>Opening details</p></td>\n</tr>\n<tr>\n<td><em><strong>closes</strong></em></td>\n<td><code>object</code></td>\n<td><code>required</code><p>Closing details</p></td>\n</tr>\n<tr>\n<td><em><strong>is_closed</strong></em></td>\n<td><code>boolean</code></td>\n<td><code>required</code><p>Contact email address</p></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Options for <code>opens</code> and <code>closes</code>:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>hours</strong></em></td>\n<td><code>integer</code></td>\n<td><code>required</code><p>Opening/Closing hours</p></td>\n</tr>\n<tr>\n<td><em><strong>minutes</strong></em></td>\n<td><code>integer</code></td>\n<td><code>required</code><p>Opening/Closing minutes</p></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"954688e5-3b6f-4823-b9c3-035f9c93284e"},{"name":"Smart Rule","id":"10461ed5-1b6a-4846-b99e-c1043ee8acd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"meta\": {\n        \"dynamic_sub_campaign\": \"smart_rules\"\n    },\n    \"campaign\": {\n        \"content_type\": 23,\n        \"smart_rules\": {\n            \"rules\": [\n                {\n                    \"name\": \"Location 1\",\n                    \"rule_operator\": \"and\",\n                    \"operands\": [\n                        {\n                            \"field\": \"gps_location_range\",\n                            \"comparison_operator\": \"is\",\n                            \"value\": [\n                                \"40.7127753\",\n                                \"-74.0059728\"\n                            ],\n                            \"value_type\": \"lat_long\",\n                            \"range\": 1500\n                        }\n                    ],\n                    \"destination\": {\n                        \"type\": \"url_redirect\",\n                        \"target\": \"https://example.com/newyork\"\n                    },\n                    \"action_required\": [\n                        \"gps_location_range\"\n                    ]\n                },\n                {\n                    \"name\": \"Location 2\",\n                    \"rule_operator\": \"and\",\n                    \"operands\": [\n                        {\n                            \"field\": \"gps_location_range\",\n                            \"comparison_operator\": \"is\",\n                            \"value\": [\n                                \"51.5072178\",\n                                \"-0.1275862\"\n                            ],\n                            \"value_type\": \"lat_long\",\n                            \"range\": 1500\n                        }\n                    ],\n                    \"destination\": {\n                        \"type\": \"url_redirect\",\n                        \"target\": \"https://example.com/london\"\n                    },\n                    \"action_required\": [\n                        \"gps_location_range\"\n                    ]\n                },\n                {\n                    \"name\": \"Time\",\n                    \"rule_operator\": \"and\",\n                    \"operands\": [\n                        {\n                            \"field\": \"time\",\n                            \"comparison_operator\": \"is_between\",\n                            \"value\": [\n                                \"09:00\",\n                                \"17:00\"\n                            ],\n                            \"value_type\": \"epoch\",\n                            \"timezone\": \"US/Alaska\"\n                        }\n                    ],\n                    \"destination\": {\n                        \"type\": \"url_redirect\",\n                        \"target\": \"https://example.com/time\"\n                    },\n                    \"action_required\": [\n                        \"gps_location_range\"\n                    ]\n                },\n                {\n                    \"name\": \"Day\",\n                    \"rule_operator\": \"and\",\n                    \"operands\": [\n                        {\n                            \"field\": \"day\",\n                            \"comparison_operator\": \"is\",\n                            \"value\": [\n                                \"Mon\",\n                                \"Tue\",\n                                \"Wed\"\n                            ],\n                            \"value_type\": \"day_timezone\",\n                            \"timezone\": \"US/Alaska\"\n                        }\n                    ],\n                    \"destination\": {\n                        \"type\": \"url_redirect\",\n                        \"target\": \"https://example.com/day\"\n                    },\n                    \"action_required\": [\n                        \"gps_location_range\"\n                    ]\n                },\n                {\n                    \"name\": \"Age\",\n                    \"rule_operator\": \"and\",\n                    \"operands\": [\n                        {\n                            \"field\": \"age\",\n                            \"comparison_operator\": \"is_greater_than\",\n                            \"value\": [\n                                \"18\"\n                            ],\n                            \"value_type\": \"number\"\n                        }\n                    ],\n                    \"destination\": {\n                        \"type\": \"url_redirect\",\n                        \"target\": \"https://example.com/age\"\n                    },\n                    \"action_required\": [\n                        \"gps_location_range\",\n                        \"age\"\n                    ]\n                },\n                {\n                    \"name\": \"Language\",\n                    \"rule_operator\": \"and\",\n                    \"operands\": [\n                        {\n                            \"field\": \"language\",\n                            \"comparison_operator\": \"is\",\n                            \"value\": [\n                                \"English\"\n                            ],\n                            \"value_type\": \"text\"\n                        }\n                    ],\n                    \"destination\": {\n                        \"type\": \"url_redirect\",\n                        \"target\": \"https://example.com/language\"\n                    },\n                    \"action_required\": [\n                        \"gps_location_range\",\n                        \"age\"\n                    ]\n                },\n                {\n                    \"name\": \"Country\",\n                    \"rule_operator\": \"and\",\n                    \"operands\": [\n                        {\n                            \"field\": \"country\",\n                            \"comparison_operator\": \"is\",\n                            \"value\": [\n                                \"United States\"\n                            ],\n                            \"value_type\": \"text\"\n                        }\n                    ],\n                    \"destination\": {\n                        \"type\": \"url_redirect\",\n                        \"target\": \"https://example.com/country\"\n                    },\n                    \"action_required\": [\n                        \"gps_location_range\",\n                        \"age\"\n                    ]\n                },\n                {\n                    \"name\": \"Device\",\n                    \"rule_operator\": \"and\",\n                    \"operands\": [\n                        {\n                            \"field\": \"device\",\n                            \"comparison_operator\": \"is\",\n                            \"value\": [\n                                \"ios\"\n                            ],\n                            \"value_type\": \"text\"\n                        }\n                    ],\n                    \"destination\": {\n                        \"type\": \"url_redirect\",\n                        \"target\": \"https://example.com/os\"\n                    },\n                    \"action_required\": [\n                        \"gps_location_range\",\n                        \"age\"\n                    ]\n                },\n                {\n                    \"name\": \"Total User Scans\",\n                    \"rule_operator\": \"and\",\n                    \"operands\": [\n                        {\n                            \"field\": \"total_user_scans\",\n                            \"comparison_operator\": \"is_greater_than\",\n                            \"value\": [\n                                \"100\"\n                            ],\n                            \"value_type\": \"number\"\n                        }\n                    ],\n                    \"destination\": {\n                        \"type\": \"url_redirect\",\n                        \"target\": \"https://example.com/totalscans\"\n                    },\n                    \"action_required\": [\n                        \"gps_location_range\",\n                        \"age\"\n                    ]\n                },\n                {\n                    \"name\": \"Unique User Scans\",\n                    \"rule_operator\": \"and\",\n                    \"operands\": [\n                        {\n                            \"field\": \"unique_user_scans\",\n                            \"comparison_operator\": \"is_greater_than\",\n                            \"value\": [\n                                \"100\"\n                            ],\n                            \"value_type\": \"number\"\n                        }\n                    ],\n                    \"destination\": {\n                        \"type\": \"url_redirect\",\n                        \"target\": \"https://example.com/uniquescans\"\n                    },\n                    \"action_required\": [\n                        \"gps_location_range\",\n                        \"age\"\n                    ]\n                }\n            ],\n            \"default\": {\n                \"type\": \"url_redirect\",\n                \"target\": \"https://example.com/default\"\n            }\n        },\n        \"organization\": {{ORG_ID}}\n    },\n    \"domain\": 1,\n    \"attributes\": {\n        \"color\": \"#000000\",\n        \"colorDark\": \"#000000\",\n        \"colorLight\": \"#8f00ff\",\n        \"gradientType\": \"none\",\n        \"backgroundImage\": \"\",\n        \"backgroundColor\": \"#ffffff\",\n        \"logoImage\": \"\",\n        \"frameStyle\": \"none\",\n        \"frameColor\": \"#000000\",\n        \"frameText\": \"\",\n        \"frameTextColor\": \"#000000\",\n        \"dataPattern\": \"square\",\n        \"eyeBallShape\": \"square\",\n        \"eyeFrameShape\": \"square\",\n        \"eyeBallColor\": \"#000000\",\n        \"eyeFrameColor\": \"#000000\",\n        \"logoBackground\": true,\n        \"margin\": 80,\n        \"dotScale\": 1,\n        \"rectangular\": true,\n        \"logoWidth\": 0,\n        \"logoHeight\": 0,\n        \"logoMargin\": 10,\n        \"logoScale\": 0.2,\n        \"isVCard\": false\n    },\n    \"qr_type\": 2,\n    \"organization\": {{ORG_ID}},\n    \"name\": \"Smart Rule\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","description":"<p><a href=\"https://docs.uniqode.com/en/articles/8494786-create-condition-based-qr-codes-using-smart-rules\">Smart Rules QR Codes</a> are condition-controlled QR Codes that can trigger different actions based on specific conditions when scanned.</p>\n<p><code>content_type</code> : 23</p>\n<p>Fields:<br /><code>smart_rules</code></p>\n<p><code>rules</code> : array of rules</p>\n<p><code>rule_operator</code> : <strong>and</strong>/<strong>or</strong></p>\n<p><strong>Supported Rules</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Rule</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Allowed Operators</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>gps_location_range</strong></td>\n<td>Setup redirection based on the users GPS location.  <br />  <br /><strong>Note:</strong> Users location should be enabled.</td>\n<td><strong>is</strong>, <strong>is_not</strong>, <strong>is_greater_than</strong>, <strong>is_less_than</strong></td>\n</tr>\n<tr>\n<td><strong>time</strong></td>\n<td>Setup redirection based on specific time of day</td>\n<td><strong>is</strong>, <strong>is_not</strong>, <strong>is_before</strong>, <strong>is_after</strong>, <strong>is_between</strong>, <strong>is_not_between</strong></td>\n</tr>\n<tr>\n<td><strong>day</strong></td>\n<td>Setup redirection based on specific day of the week</td>\n<td><strong>is</strong>, <strong>is_not</strong></td>\n</tr>\n<tr>\n<td><strong>age</strong></td>\n<td>Setup redirection based on the age of the user.  <br />  <br /><strong>Note:</strong> Before the redirection, users need to input their age. Based on the input the redirection is performed or the next rule/default redirection takes place.</td>\n<td><strong>is</strong>, <strong>is_not</strong>, <strong>is_greater_than</strong>, <strong>is_less_than</strong>, <strong>is_between</strong>, <strong>is_not_between</strong></td>\n</tr>\n<tr>\n<td><strong>language</strong></td>\n<td>Setup redirection based on the language</td>\n<td><strong>is</strong>, <strong>is_not</strong></td>\n</tr>\n<tr>\n<td><strong>country</strong></td>\n<td>Setup redirection based on the country</td>\n<td><strong>is</strong>, <strong>is_not</strong></td>\n</tr>\n<tr>\n<td><strong>device</strong></td>\n<td>Setup redirection based on the device</td>\n<td><strong>is</strong>, <strong>is_not</strong></td>\n</tr>\n<tr>\n<td><strong>total_user_scans</strong></td>\n<td>Setup redirection based on the total number of scans</td>\n<td><strong>is</strong>, <strong>is_not</strong>, <strong>is_greater_than</strong>, <strong>is_less_than</strong>, <strong>is_between</strong>, <strong>is_not_between</strong></td>\n</tr>\n<tr>\n<td><strong>unique_user_scans</strong></td>\n<td>Setup redirection based on the unique number of scans</td>\n<td><strong>is</strong>, <strong>is_not</strong>, <strong>is_greater_than</strong>, <strong>is_less_than</strong>, <strong>is_between</strong>, <strong>is_not_between</strong></td>\n</tr>\n</tbody>\n</table>\n</div><p>If none of the conditions match for a particular scan, then the default redirection takes place.</p>\n","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"10461ed5-1b6a-4846-b99e-c1043ee8acd7"}],"id":"fc5f83ab-6c38-4738-9d25-80e0f9eab387","description":"<p>Dynamic QR Codes allow the capability to edit your QR Codes on the fly as per your requirements. They also help track analytics based on the engagement of Users with your QR Codes.</p>\n<p>The behaviour of dynamic QR Codes are dependent on their campaign object. The following campaign types are supported:</p>\n<ol>\n<li><p><a href=\"https://apidocs.beaconstac.com/#14119ee0-acfd-4c56-9241-a181596ed9ca\">Custom Url</a></p>\n</li>\n<li><p><a href=\"https://apidocs.beaconstac.com/#3878cc7d-baa1-4e6f-b64e-629ee4ec9341\">Landing Page</a></p>\n</li>\n<li><p><a href=\"https://apidocs.beaconstac.com/#3b28e46d-be57-4f9d-9a0e-3da90e04ef1a\">Feedback Form</a></p>\n</li>\n<li><p>Schedule</p>\n</li>\n<li><p><a href=\"https://apidocs.beaconstac.com/#232d23c2-aa9b-4742-811e-1976db304cdb\">App Links</a></p>\n</li>\n<li><p>Multi-language Content</p>\n</li>\n<li><p><a href=\"https://apidocs.beaconstac.com/#97e92510-8ec5-4582-95e1-064ab5adf30f\">vCard Plus</a></p>\n</li>\n<li><p><a href=\"https://apidocs.beaconstac.com/#5b36e54b-1f08-4bba-a3ca-7e09a3fbf243\">Social Media</a></p>\n</li>\n<li><p><a href=\"https://apidocs.beaconstac.com/#0aefcb50-f45b-4b26-b6e5-5109df1f8334\">Facebook Page</a></p>\n</li>\n<li><p><a href=\"https://apidocs.beaconstac.com/#2c07a028-7b4e-497b-83a9-8040fe4d133d\">Coupon</a></p>\n</li>\n<li><p><a href=\"https://apidocs.beaconstac.com/#954688e5-3b6f-4823-b9c3-035f9c93284e\">Business Card</a></p>\n</li>\n<li><p><a href=\"https://apidocs.beaconstac.com/#880d3779-a937-41b3-9497-b0e34bd947e6\">PDF</a></p>\n</li>\n<li><p><a href=\"https://apidocs.beaconstac.com/#232d23c2-aa9b-4742-811e-1976db304cdb\">Menu</a></p>\n</li>\n<li><p><a href=\"https://apidocs.beaconstac.com/#6e0c1f2d-c167-463c-91dd-6f6c8aff901d\">Phone Call</a></p>\n</li>\n<li><p><a href=\"https://apidocs.beaconstac.com/#29ff1690-1bac-4a52-8e53-53c2d8c70c0b\">Phone SMS</a></p>\n</li>\n<li><p><a href=\"https://apidocs.beaconstac.com/#a6d5a450-ebff-42f3-b9fb-3d2e3f3cc333\">Email</a></p>\n</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"91544014-0f65-4515-986d-bef0be470c68","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1cbd0d79-06ad-4021-b1d2-7d84b0c87ab5","type":"text/javascript","exec":[""]}}],"_postman_id":"fc5f83ab-6c38-4738-9d25-80e0f9eab387"},{"name":"Create Static QR Code","item":[{"name":"Website","id":"c64180e2-b978-4819-b240-4fcdcce33b8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Static Website QR Code\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 1,\n    \"fields_data\": {\n        \"qr_type\": 1,\n        \"url\": \"https://www.uniqode.com\"\n    },\n    \"attributes\":{\n        \"color\":\"#2595ff\",\n        \"colorDark\":\"#2595ff\",\n        \"margin\":80,\n        \"isVCard\":false,\n        \"frameText\":\"UNIQODE\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n        \"logoScale\":0.1992,\n        \"frameColor\":\"#2595FF\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#2595FF\",\n        \"eyeFrameShape\":\"rounded\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c64180e2-b978-4819-b240-4fcdcce33b8f"},{"name":"Phone call","id":"61c304c0-2b25-4010-826a-722aa5f6ecf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Static Phone call QR Code\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 1,\n    \"fields_data\": {\n        \"qr_type\": 3,\n        \"phone\": \"+1234567890\"\n    },\n    \"attributes\":{\n        \"color\":\"#2595ff\",\n        \"colorDark\":\"#2595ff\",\n        \"margin\":80,\n        \"isVCard\":false,\n        \"frameText\":\"UNIQODE\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n        \"logoScale\":0.1992,\n        \"frameColor\":\"#2595FF\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#2595FF\",\n        \"eyeFrameShape\":\"rounded\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"61c304c0-2b25-4010-826a-722aa5f6ecf5"},{"name":"SMS","id":"98a9e74d-e3a3-4d68-a725-889559257e63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Static Phone call QR Code\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 1,\n    \"fields_data\": {\n        \"qr_type\": 2,\n        \"phone\": \"+1234567890\",\n        \"body\": \"default SMS text\"\n    },\n    \"attributes\":{\n        \"color\":\"#2595ff\",\n        \"colorDark\":\"#2595ff\",\n        \"margin\":80,\n        \"isVCard\":false,\n        \"frameText\":\"UNIQODE\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n        \"logoScale\":0.1992,\n        \"frameColor\":\"#2595FF\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#2595FF\",\n        \"eyeFrameShape\":\"rounded\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"98a9e74d-e3a3-4d68-a725-889559257e63"},{"name":"Text","id":"44757430-0245-4c66-ab83-51c0848c3d5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Static text QR Code\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 1,\n    \"fields_data\": {\n        \"qr_type\": 6,\n        \"text\": \"Hello world\"\n    },\n    \"attributes\":{\n        \"color\":\"#2595ff\",\n        \"colorDark\":\"#2595ff\",\n        \"margin\":80,\n        \"isVCard\":false,\n        \"frameText\":\"UNIQODE\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n        \"logoScale\":0.1992,\n        \"frameColor\":\"#2595FF\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#2595FF\",\n        \"eyeFrameShape\":\"rounded\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"44757430-0245-4c66-ab83-51c0848c3d5c"},{"name":"Wifi","id":"d26b7d8e-0e11-43c0-8964-6a3f5bb420be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Static WiFi QR Code\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 1,\n    \"fields_data\": {\n        \"qr_type\": 7,\n        \"ssid\": \"uniqode\",\n        \"password\": \"1234567890\",\n        \"encryption\": \"WPA2\"\n    },\n    \"attributes\":{\n        \"color\":\"#2595ff\",\n        \"colorDark\":\"#2595ff\",\n        \"margin\":80,\n        \"isVCard\":false,\n        \"frameText\":\"UNIQODE\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n        \"logoScale\":0.1992,\n        \"frameColor\":\"#2595FF\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#2595FF\",\n        \"eyeFrameShape\":\"rounded\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d26b7d8e-0e11-43c0-8964-6a3f5bb420be"},{"name":"Email","id":"12350736-7b4f-4286-8f1a-3ba327c8cac2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Static Email QR Code\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 1,\n    \"fields_data\": {\n        \"qr_type\": 4,\n        \"email\": \"support@uniqode.com\",\n        \"subject\": \"default subject\",\n        \"body\": \"default body\"\n    },\n    \"attributes\":{\n        \"color\":\"#2595ff\",\n        \"colorDark\":\"#2595ff\",\n        \"margin\":80,\n        \"isVCard\":false,\n        \"frameText\":\"UNIQODE\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n        \"logoScale\":0.1992,\n        \"frameColor\":\"#2595FF\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#2595FF\",\n        \"eyeFrameShape\":\"rounded\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"12350736-7b4f-4286-8f1a-3ba327c8cac2"},{"name":"vCard","id":"b085b0e4-ae24-49f3-ac91-9d87ab253e0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Static vCard QR Code\",\n    \"organization\": {{ORG_ID}},\n    \"qr_type\": 1,\n    \"fields_data\": {\n        \"qr_type\": 5,\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": {\n            \"home\": \"1234567890\",\n            \"work\": \"0987654321\",\n            \"mobile\": \"9876543210\"\n        },\n        \"email\": \"support@uniqode.com\",\n        \"address_line1\": \"Uniqode\",\n        \"address_line2\": \"Mayfair, Indiranagar\",\n        \"city\": \"Bangalore\",\n        \"state\": \"Karnataka\",\n        \"country\": \"India\",\n        \"zip\": \"560037\",\n        \"website\": \"https://www.uniqode.com\",\n        \"description\": \"I am smart\",\n        \"designation\": \"Software Engineer\",\n        \"company\": \"Uniqode\"\n    },\n    \"attributes\":{\n        \"color\":\"#2595ff\",\n        \"colorDark\":\"#2595ff\",\n        \"margin\":80,\n        \"isVCard\":true,\n        \"frameText\":\"UNIQODE\",\n        \"logoImage\":\"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50\",\n        \"logoScale\":0.1992,\n        \"frameColor\":\"#2595FF\",\n        \"frameStyle\":\"banner-bottom\",\n        \"logoMargin\":10,\n        \"dataPattern\":\"square\",\n        \"eyeBallShape\":\"circle\",\n        \"gradientType\":\"none\",\n        \"eyeFrameColor\":\"#2595FF\",\n        \"eyeFrameShape\":\"rounded\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b085b0e4-ae24-49f3-ac91-9d87ab253e0b"}],"id":"dc547570-046f-4da4-8ced-dc7510cddc47","description":"<p>Static QR Codes can be used to help Users perform different actions based on the <code>type</code>. These QR Codes cannot be edited or used to track activity.</p>\n<p>Static QR Code types supported by Uniqode.</p>\n<ol>\n<li><code>website</code></li>\n<li><code>phone</code></li>\n<li><code>sms</code></li>\n<li><code>email</code></li>\n<li><code>vCard</code></li>\n<li><code>text</code></li>\n<li><code>wifi</code></li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"07acb432-6c08-416c-9835-da515fb2d27f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ba4622bf-6f02-4f12-9b83-79fcfacd37da","type":"text/javascript","exec":[""]}}],"_postman_id":"dc547570-046f-4da4-8ced-dc7510cddc47"},{"name":"QR Code Templates","item":[{"name":"List templates","id":"dc4d8909-e20e-4ba2-8bdf-6f4a18a85c7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/qrtemplates/","description":"<p>List all the QR Codes templates in your account. You can filter and paginate your results using query params.  </p>\n<p>Returns paginated response consising of:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>count</code></td>\n<td><code>integer</code></td>\n<td>Total number of QR Code templates</td>\n</tr>\n<tr>\n<td><code>next</code></td>\n<td><code>string</code></td>\n<td>URL to view QR Code templates in next page if the total count exceeds the specified page size</td>\n</tr>\n<tr>\n<td><code>previous</code></td>\n<td><code>string</code></td>\n<td>URL to view QR Code templates in the previous page when traversing through the paginated response</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><code>list</code></td>\n<td>List of QR Code template objects</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","qrtemplates",""],"host":["https://api.uniqode.com/api"],"query":[{"disabled":true,"key":"name__icontains","value":null},{"disabled":true,"key":"organization","value":null}],"variable":[]}},"response":[],"_postman_id":"dc4d8909-e20e-4ba2-8bdf-6f4a18a85c7d"},{"name":"Retrieve a template","id":"a6f80c7c-f255-46b3-b661-660d60c9854a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/qrtemplates/23153/","description":"<p>Retrieves the details of the specified QR Code template. You need only supply the unique QR Code identifier that was returned upon listing.</p>\n","urlObject":{"path":["2.0","qrtemplates","23153",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6f80c7c-f255-46b3-b661-660d60c9854a"},{"name":"Create template","id":"ae9ddd0f-e0eb-441e-94b2-98e2944dfd46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"meta\": {},\n    \"name\": \"New Template\",\n    \"organization\": ,\n    \"dataPattern\": \"square\",\n    \"colorDark\": \"#000000\",\n    \"colorLight\": \"#ffffff\",\n    \"gradientType\": \"none\",\n    \"eyeBallShape\": \"square\",\n    \"eyeBallColor\": \"#000000\",\n    \"eyeFrameShape\": \"square\",\n    \"eyeFrameColor\": \"#000000\",\n    \"logoScale\": 0.15,\n    \"logoImage\": \"\",\n    \"backgroundImage\": \"\",\n    \"backgroundColor\": \"#ffffff\",\n    \"frameStyle\": \"none\",\n    \"frameColor\": \"#000000\",\n    \"frameText\": \"SCAN ME\",\n    \"frameTextColor\": \"#ffffff\",\n    \"logoBackground\": true,\n    \"default\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrtemplates/","description":"<p>Creates a QR Code template using the provided parameters. Any parameters not provided will be set to the default value. However, the request should contain the required fields.</p>\n","urlObject":{"path":["2.0","qrtemplates",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae9ddd0f-e0eb-441e-94b2-98e2944dfd46"},{"name":"Update template","id":"76021afc-fe64-45ef-98d1-5502fc63001d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Basic template\",\n    \"organization\": ,\n    \"dataPattern\": \"circle\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrtemplates/23153/","description":"<p>Updates the QR Code template specified based on the ID by setting the values of the parameters passed. Any parameters not provided will be left unchanged. However, the request should contain the required fields.</p>\n","urlObject":{"path":["2.0","qrtemplates","23153",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"76021afc-fe64-45ef-98d1-5502fc63001d"},{"name":"Delete Template","id":"62d91e62-f46f-4112-ad2b-4df88f9674f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/qrtemplates/","description":"<p>Delete QR Code template based on its ID.</p>\n","urlObject":{"path":["2.0","qrtemplates",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"62d91e62-f46f-4112-ad2b-4df88f9674f5"}],"id":"a1c04252-31fe-4fde-af90-c3775975e556","description":"<p><code>QRCodeTemplate</code> objects allow you to perform actions on templates, which can be used to apply preset styles to your QR codes.</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<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td><code>integer</code></td>\n<td><code>read only</code>  <br />Unique identifier of the QR code template</td>\n</tr>\n<tr>\n<td><strong>name</strong></td>\n<td><code>string</code></td>\n<td><code>required</code>  <br />The name of the QR code template</td>\n</tr>\n<tr>\n<td><strong>default</strong></td>\n<td><code>boolean</code></td>\n<td>Every organization has one default template, which is the fallback when a non-default template is deleted, or the templates are <code>enforced</code> on an organization level.</td>\n</tr>\n<tr>\n<td><strong>organization</strong></td>\n<td><code>integer</code></td>\n<td><code>required</code>  <br />  <br />Id of the organization to which the QR Code template belongs</td>\n</tr>\n<tr>\n<td><strong>maintainer</strong></td>\n<td><code>integer</code></td>\n<td>ID of the user that maintains the QR Code template</td>\n</tr>\n<tr>\n<td><strong>meta</strong></td>\n<td><code>object</code></td>\n<td>Metadata associated with the QR Code template</td>\n</tr>\n<tr>\n<td><strong>created</strong></td>\n<td><code>timestamp</code></td>\n<td><code>read only</code>  <br />  <br />Created timestamp of the QR Code</td>\n</tr>\n<tr>\n<td><strong>updated</strong></td>\n<td><code>timestamp</code></td>\n<td><code>read only</code>  <br />  <br />Last updated timestamp of the QR Code</td>\n</tr>\n<tr>\n<td><strong>margin</strong></td>\n<td><code>integer</code></td>\n<td>Margin to be applied around QR Code  <br />  <br />Default: <code>80</code></td>\n</tr>\n<tr>\n<td><strong>dotScale</strong></td>\n<td><code>float</code></td>\n<td>Size of each dot [0-1]  <br />  <br />Default: <code>1</code></td>\n</tr>\n<tr>\n<td><strong>dataPattern</strong></td>\n<td><code>string</code></td>\n<td>QR Code data pattern  <br />  <br />Default=<code>square</code>  <br />  <br />Options: <code>square</code>,<code>circle</code>,<code>kite</code>,<code>left-diamond</code>,<code>right-diamond</code></td>\n</tr>\n<tr>\n<td><strong>colorDark</strong></td>\n<td><code>string</code></td>\n<td>Data Pattern color dark in format #RRGGBB  <br />  <br />Default: <code>#000000</code></td>\n</tr>\n<tr>\n<td><strong>colorLight</strong></td>\n<td><code>string</code></td>\n<td>Data Pattern color light in format #RRGGBB  <br />  <br />Default: <code>#ffffff</code></td>\n</tr>\n<tr>\n<td><strong>gradientType</strong></td>\n<td><code>string</code></td>\n<td>QR Code gradient scheme  <br />  <br />Default: none  <br />  <br />Options: none,lineaar,radial</td>\n</tr>\n<tr>\n<td><strong>eyeBallShape</strong></td>\n<td><code>string</code></td>\n<td>Shape of QR Code eye-ball  <br />  <br />Default: <code>square</code>  <br />  <br />Options: <code>square</code>,<code>circle</code>,<code>rounded</code>,l<code>eft-leaf</code>,<code>left-diamond</code>,<code>right-diamond</code>,<code>left-diamond</code></td>\n</tr>\n<tr>\n<td><strong>eyeBallColor</strong></td>\n<td><code>string</code></td>\n<td>Eye Ball color in format #RRGGBB  <br />  <br />Default: <code>#000000</code></td>\n</tr>\n<tr>\n<td><strong>eyeFrameShape</strong></td>\n<td><code>string</code></td>\n<td>Shape of QR Code eye-frame  <br />  <br />Default: <code>square</code>  <br />  <br />Options: <code>square</code>,<code>circle</code>,<code>rounded</code>,<code>left-leaf</code>, <code>right-leaf</code></td>\n</tr>\n<tr>\n<td><strong>eyeFrameColor</strong></td>\n<td><code>string</code></td>\n<td>Eye Frame color in format #RRGGBB  <br />  <br />Default: <code>#000000</code></td>\n</tr>\n<tr>\n<td><strong>logoScale</strong></td>\n<td><code>float</code></td>\n<td>Size of logo [0.1 - 0.6]  <br />  <br />Default: <code>0.15</code></td>\n</tr>\n<tr>\n<td><strong>logoImage</strong></td>\n<td><code>string</code></td>\n<td>URL of the logo image</td>\n</tr>\n<tr>\n<td><strong>logoMargin</strong></td>\n<td><code>integer</code></td>\n<td>Margin to be applied around logo image  <br />  <br />Default: <code>0.15</code></td>\n</tr>\n<tr>\n<td><strong>logoBackground</strong></td>\n<td><code>boolean</code></td>\n<td>Apply a white background to the logo image when set to <code>true</code></td>\n</tr>\n<tr>\n<td><strong>backgroundImage</strong></td>\n<td><code>string</code></td>\n<td>URL of background image</td>\n</tr>\n<tr>\n<td><strong>backgroundColor</strong></td>\n<td><code>string</code></td>\n<td>Background color in format #RRGGBB  <br />  <br />Default: <code>#ffffff</code></td>\n</tr>\n<tr>\n<td><strong>frameStyle</strong></td>\n<td><code>string</code></td>\n<td>QR Code frame  <br />  <br />Default: <code>none</code>  <br />  <br />Options: <code>none</code>,<code>banner-top</code>,<code>box-top</code>,<code>box-bottom</code>,<code>banner-bottom</code>,<code>balloon-top</code>,<code>balloon-top</code>, <code>circular</code></td>\n</tr>\n<tr>\n<td><strong>frameColor</strong></td>\n<td><code>string</code></td>\n<td>Frame color in format #RRGGBB  <br />  <br />Default: <code>#000000</code></td>\n</tr>\n<tr>\n<td><strong>frameText</strong></td>\n<td><code>string</code></td>\n<td>Text to be displayed in frame  <br />  <br />Default: <code>SCAN ME</code></td>\n</tr>\n<tr>\n<td><strong>frameTextColor</strong></td>\n<td><code>string</code></td>\n<td>Frame text color in format #RRGGBB  <br />  <br />Default: <code>#000000</code></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"a1c04252-31fe-4fde-af90-c3775975e556"},{"name":"Bulk QR codes (V2)","item":[{"name":"CSV file validation for bulk QR code generation","id":"a090f272-e1a5-41dd-b450-40c606cd01bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"qr_type","value":"2","type":"text"},{"key":"qr_data_type","value":"7","type":"text"},{"key":"file","type":"file","value":null}]},"url":"https://api.uniqode.com/api/2.0/bulkqrcodesv2/csv-validation/","urlObject":{"path":["2.0","bulkqrcodesv2","csv-validation",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a090f272-e1a5-41dd-b450-40c606cd01bb"},{"name":"QR code generation through bulk upload","id":"71f7cfde-593e-483e-9916-42e971c88034","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"attributes","value":"{}","type":"text"},{"key":"qr_type","value":"2","type":"text"},{"key":"qr_data_type","value":"7","type":"text"},{"key":"file","type":"file","value":null},{"key":"tags","value":"[]","type":"text","uuid":"178cdb3b-2085-4ea7-808e-b6379d701458"}]},"url":"https://api.uniqode.com/api/2.0/bulkqrcodesv2/","urlObject":{"path":["2.0","bulkqrcodesv2",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"71f7cfde-593e-483e-9916-42e971c88034"}],"id":"26dace3a-ac77-4313-882b-8265af804346","description":"<h3 id=\"bulk-qr-code-generation-and-file-validation\"><strong>Bulk QR code generation and file validation</strong></h3>\n<p>These requests can be used to generate QR codes in bulk by uploading a CSV/XLSX file (similar to the BULK_UPLOAD option in the Uniqode dashboard).</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<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>qr_type</strong></td>\n<td><code>integer</code></td>\n<td><code>required</code>  <br />  <br />  <br />QR type (Static: 1, Dynamic: 2)  <br />  <br />Default: 2</td>\n</tr>\n<tr>\n<td><strong>qr_data_type</strong></td>\n<td><code>integer</code></td>\n<td><code>required</code>  <br />  <br />  <br />QR campaign type  <br />  <br /><strong>Static Campaigns:</strong>  <br />URL = 1  <br />SMS = 2  <br />PHONE = 3  <br />EMAIL = 4  <br />VCARD = 5  <br />PLAIN_TEXT = 6  <br />  <br /><strong>Dynamic Campaigns:</strong>  <br />URL = 7  <br />SMS = 8  <br />PHONE = 9  <br />EMAIL = 10  <br />APP_LINK = 11  <br />VCARD_PLUS = 12</td>\n</tr>\n<tr>\n<td><strong>attributes</strong></td>\n<td><code>Attributes</code></td>\n<td>Attributes data for the QR Code. (refer QR code attributes object above)</td>\n</tr>\n<tr>\n<td><strong>file</strong></td>\n<td><code>File</code></td>\n<td>CSV/XLSX file in the proper format as seen in the template provided in the BULK-UPLOAD section in the Uniqode dashboard.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"26dace3a-ac77-4313-882b-8265af804346"},{"name":"List all QR Codes in account","id":"3036ef75-c9ee-4161-8261-45eea0f27b34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/qrcodes/?campaign__content_type=13","description":"<p>List all the QR Codes in your account. You can filter and paginate your results using query params.</p>\n<p>Returns paginated response consising of:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>count</code></td>\n<td><code>integer</code></td>\n<td>Total number of QR Codes</td>\n</tr>\n<tr>\n<td><code>next</code></td>\n<td><code>string</code></td>\n<td>URL to view QR Codes in next page if the total count exceeds the specified page size</td>\n</tr>\n<tr>\n<td><code>previous</code></td>\n<td><code>string</code></td>\n<td>URL to view QR Codes in the previous page when traversing through the paginated response</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><code>list</code></td>\n<td>List of QR Code objects</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","qrcodes",""],"host":["https://api.uniqode.com/api"],"query":[{"disabled":true,"key":"qr_type","value":""},{"key":"campaign__content_type","value":"13"},{"disabled":true,"key":"name__icontains","value":""},{"disabled":true,"key":"organization","value":null}],"variable":[]}},"response":[],"_postman_id":"3036ef75-c9ee-4161-8261-45eea0f27b34"},{"name":"Retreive a QR Code","id":"63b14200-8fa7-4479-93e7-7c3a37b24e13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/qrcodes/67137/","description":"<p>Retrieves the details of the sprcified QR Code. You need only supply the unique QR Code identifier that was returned upon listing.</p>\n","urlObject":{"path":["2.0","qrcodes","67137",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"63b14200-8fa7-4479-93e7-7c3a37b24e13"},{"name":"Update a QR Code","id":"ceda4d86-91fa-498d-bb03-3e45033f6c25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated name\",\n    \"qr_type\": 2,\n    \"campaign\": {\n        \"content_type\": 1,\n        \"custom_url\": \"https://www.uniqode.com\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/qrcodes/42039/","description":"<p>Updates the QR Code specified based on the ID by setting the values of the parameters passed. Any parameters not provided will be left unchanged. However, the request should contain the required fields.</p>\n","urlObject":{"path":["2.0","qrcodes","42039",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ceda4d86-91fa-498d-bb03-3e45033f6c25"},{"name":"Delete QR Code","id":"c7a5b81e-5cbc-4cf5-9a25-3c18f13f9329","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"url":"https://api.uniqode.com/api/2.0/qrcodes/53185/","description":"<p>Delete QR Code based on its ID.</p>\n","urlObject":{"path":["2.0","qrcodes","53185",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7a5b81e-5cbc-4cf5-9a25-3c18f13f9329"},{"name":"Download QR Code image","id":"6b8e3572-dd9a-4f6c-880b-bdd9c140ab76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/qrcodes/83746/download/?size=1024&error_correction_level=2&canvas_type=pdf","description":"<p>Download a QR code in a particular size and image format. Image types supported are PNG, JPEG, SVG and PDF. You need only pass the ID of the QR Code in the request URL.</p>\n<p>Returns response with the URLs for downloading the QR Code image in the specified canvas type. If no canvas type is sent in the parameters, the QR Code would be generated in all image formats supported.</p>\n","urlObject":{"path":["2.0","qrcodes","83746","download",""],"host":["https://api.uniqode.com/api"],"query":[{"description":{"content":"<p>The size of the QR Code image</p>\n","type":"text/plain"},"key":"size","value":"1024"},{"description":{"content":"<p>The error correction level for the QR Code</p>\n","type":"text/plain"},"key":"error_correction_level","value":"2"},{"description":{"content":"<p>Image format</p>\n","type":"text/plain"},"key":"canvas_type","value":"pdf"},{"disabled":true,"description":{"content":"<p>Template for table tent-cards (supports onky pdf canvas_type)</p>\n","type":"text/plain"},"key":"qr_template","value":"plain_template"},{"disabled":true,"description":{"content":"<p>Template size (1: 4/6inches, 2: 5/7 inches)</p>\n","type":"text/plain"},"key":"template_size","value":"1"},{"disabled":true,"description":{"content":"<p>Logo URL for the template</p>\n","type":"text/plain"},"key":"logo_url","value":"https://d1bqobzsowu5wu.cloudfront.net/15406/36caec11f02d460aad0604fa26799c50"}],"variable":[]}},"response":[],"_postman_id":"6b8e3572-dd9a-4f6c-880b-bdd9c140ab76"},{"name":"Activate QR Code","id":"690d9ab3-bb43-4b3d-b92b-133bed22c43c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/qrcodes/83746/activate/","description":"<p>Activates the QR Code, i.e. changes the state of the QR Code from Sleeping state (<code>S</code>) to Active state (<code>A</code>).</p>\n<p>This API is applicable only on Dynamic QR Codes.</p>\n","urlObject":{"path":["2.0","qrcodes","83746","activate",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"690d9ab3-bb43-4b3d-b92b-133bed22c43c"},{"name":"Deactivate QR code","id":"3aa8c8a1-d3a2-4173-b9a2-08487d171bb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"url":"https://api.uniqode.com/api/2.0/qrcodes/83746/activate/","description":"<p>Deactivates the QR Code, i.e. changes the state of the QR Code from Active state (<code>A</code>) to Sleeping state (<code>S</code>).</p>\n<p>This API is applicable only on Dynamic QR Codes.</p>\n","urlObject":{"path":["2.0","qrcodes","83746","activate",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3aa8c8a1-d3a2-4173-b9a2-08487d171bb0"}],"id":"0854795d-b681-4196-ba6a-f5f54f1fcbfd","description":"<p><code>QRCode</code> objects allow you to perform actions on your QR Codes. You can create a QR Code, retrieve or update individual QR Codes as well as a list of all your QR Codes.</p>\n<p><strong><code>QRCode</code></strong> <strong>object:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>id</strong></em></td>\n<td><code>integer</code></td>\n<td><code>read only</code>  <br />  <br />  <br />  <br /><br />Unique identifier of the QR Code</td>\n</tr>\n<tr>\n<td><em><strong>name</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code>  <br />  <br />  <br />  <br /><br />The name of the QR Code</td>\n</tr>\n<tr>\n<td><em><strong>view_limit</strong></em></td>\n<td><code>integer</code></td>\n<td>Limit to the number of times the QR Code can be scanned</td>\n</tr>\n<tr>\n<td><em><strong>domain</strong></em></td>\n<td><code>integer</code></td>\n<td>Base domain for the QR Code URL  <br />  <br />  <br />  <br /><br /><em>qr.tapnscan.me</em>: <code>1</code>, <em>qrcodes.pro</em>: <code>2</code><br /><br />Default: <code>2</code></td>\n</tr>\n<tr>\n<td><em><strong>location_enabled</strong></em></td>\n<td><code>boolean</code></td>\n<td>Collect GPS analytics from user scanning the QR Code  <br />  <br />  <br />  <br /><br />Default:<code>false</code></td>\n</tr>\n<tr>\n<td><em><strong>password</strong></em></td>\n<td><code>boolean</code></td>\n<td>Password to view the contents of the QR Code</td>\n</tr>\n<tr>\n<td><em><strong>fields_data</strong></em></td>\n<td><code>object</code></td>\n<td><code>required if qr_type=1</code>  <br />  <br />  <br />  <br /><br />Fields data for the QR Code</td>\n</tr>\n<tr>\n<td><em><strong>attributes</strong></em></td>\n<td><code>Attributes</code></td>\n<td>Attributes data for the QR Code</td>\n</tr>\n<tr>\n<td><em><strong>qr_type</strong></em></td>\n<td><code>integer</code></td>\n<td><code>required</code>  <br />  <br />  <br />  <br /><br />QR type (Static: <code>1</code>, Dynamic: <code>2</code>)<br /><br />Default: <code>2</code></td>\n</tr>\n<tr>\n<td><em><strong>organization</strong></em></td>\n<td><code>integer</code></td>\n<td><code>required</code>  <br />  <br />  <br />  <br /><br />Id of the organization to which the QR Code belongs to</td>\n</tr>\n<tr>\n<td><em><strong>place</strong></em></td>\n<td><code>integer</code></td>\n<td>ID of the place where the QR Code is deployed  <br />  <br />  <br />  <br /><br />Default:<code>Default place in organization</code></td>\n</tr>\n<tr>\n<td><em><strong>maintainer</strong></em></td>\n<td><code>integer</code></td>\n<td>ID of the user that maintains the QR Code</td>\n</tr>\n<tr>\n<td><em><strong>url</strong></em></td>\n<td><code>string</code></td>\n<td>URL of the QR Code</td>\n</tr>\n<tr>\n<td><em><strong>state</strong></em></td>\n<td><code>string</code></td>\n<td><code>read only</code>  <br />  <br />  <br />  <br /><br />State of the QR Code (Active: <code>A</code>, Sleeping: <code>S</code>)<br /><br />Default: <code>A</code></td>\n</tr>\n<tr>\n<td><em><strong>place_data</strong></em></td>\n<td><code>list[object]</code></td>\n<td><code>read only</code>  <br />  <br />  <br />  <br /><br />Place data associated with place ID.</td>\n</tr>\n<tr>\n<td><em><strong>tags</strong></em></td>\n<td><code>list[integer]</code></td>\n<td>List of associated tag IDs</td>\n</tr>\n<tr>\n<td><em><strong>tag_data</strong></em></td>\n<td><code>list[object]</code></td>\n<td><code>read only</code>  <br />  <br />  <br />  <br /><br />Tag data associated with attached tag IDs.</td>\n</tr>\n<tr>\n<td><em><strong>meta</strong></em></td>\n<td><code>object</code></td>\n<td>Metadata associated with the QR Code</td>\n</tr>\n<tr>\n<td><em><strong>additional_params</strong></em></td>\n<td><code>object</code></td>\n<td>Additional Params to add in the QR Code URL</td>\n</tr>\n<tr>\n<td><em><strong>created</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>read only</code>  <br />  <br />  <br />  <br /><br />Created timestamp of the QR Code</td>\n</tr>\n<tr>\n<td><em><strong>updated</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>read only</code>  <br />  <br />  <br />  <br /><br />Last updated timestamp of the QR Code</td>\n</tr>\n<tr>\n<td><em><strong>heartbeat</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>read only</code>  <br />  <br />  <br />  <br /><br />Timestamp when the QR Code was last detected</td>\n</tr>\n<tr>\n<td><em><strong>campaign</strong></em></td>\n<td><code>Campaign</code></td>\n<td><code>required if qr_type=2</code>  <br />  <br />  <br />  <br /><br /><code>Campaign</code> object associated with the QR Code</td>\n</tr>\n<tr>\n<td><strong>template</strong></td>\n<td><code>integer</code></td>\n<td>id of the <code>QRCodeTemplate</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>attributes</code></strong> <strong>object (design of the QR Code):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>margin</strong></em></td>\n<td><code>string</code></td>\n<td>Margin to be applied around QR Code  <br />  <br />  <br />  <br /><br />Default: <code>15</code></td>\n</tr>\n<tr>\n<td><em><strong>dotScale</strong></em></td>\n<td><code>string</code></td>\n<td>Size of each dot [0-1]  <br />  <br />  <br />  <br /><br />Default: <code>0.35</code></td>\n</tr>\n<tr>\n<td><em><strong>backgroundImage</strong></em></td>\n<td><code>string</code></td>\n<td>URL of background image</td>\n</tr>\n<tr>\n<td><em><strong>backgroundColor</strong></em></td>\n<td><code>string</code></td>\n<td>Background color in format #RRGGBB  <br />  <br />  <br />  <br /><br />Default: <code>#ffffff</code></td>\n</tr>\n<tr>\n<td><em><strong>eyeFrameShape</strong></em></td>\n<td><code>string</code></td>\n<td>Shape of QR Code eye-frame  <br />  <br />  <br />  <br /><br />Default: <code>square</code><br /><br />Options: <code>square</code>,<code>circle</code>,<code>rounded</code>,<code>left-leaf</code>, <code>right-leaf</code></td>\n</tr>\n<tr>\n<td><em><strong>eyeBallShape</strong></em></td>\n<td><code>string</code></td>\n<td>Shape of QR Code eye-ball  <br />  <br />  <br />  <br /><br />Default: <code>square</code><br /><br />Options: <code>square</code>,<code>circle</code>,<code>rounded</code>,<code>left-leaf</code>,<code>left-diamond</code>,<code>right-diamond</code></td>\n</tr>\n<tr>\n<td><em><strong>eyeFrameColor</strong></em></td>\n<td><code>string</code></td>\n<td>Eye Frame color in format #RRGGBB  <br />  <br />  <br />  <br /><br />Default: <code>#000000</code></td>\n</tr>\n<tr>\n<td><em><strong>eyeBallColor</strong></em></td>\n<td><code>string</code></td>\n<td>Eye Ball color in format #RRGGBB  <br />  <br />  <br />  <br /><br />Default: <code>#000000</code></td>\n</tr>\n<tr>\n<td><em><strong>dataPattern</strong></em></td>\n<td><code>string</code></td>\n<td>QR Code data pattern  <br />  <br />  <br />  <br /><br />Default=<code>square</code><br /><br />Options: <code>square</code>,<code>circle</code>,<code>kite</code>,<code>left-diamond</code>,<code>right-diamond</code></td>\n</tr>\n<tr>\n<td><em><strong>colorDark</strong></em></td>\n<td><code>string</code></td>\n<td>Data Pattern color dark in format #RRGGBB  <br />  <br />  <br />  <br /><br />Default: <code>#000000</code></td>\n</tr>\n<tr>\n<td><em><strong>colorLight</strong></em></td>\n<td><code>string</code></td>\n<td>Data Pattern color light in format #RRGGBB  <br />  <br />  <br />  <br /><br />Default: <code>#ffffff</code></td>\n</tr>\n<tr>\n<td><em><strong>gradientType</strong></em></td>\n<td><code>string</code></td>\n<td>QR Code gradient scheme  <br />  <br />  <br />  <br /><br />Default: <code>none</code><br /><br />Options: <code>none</code>,<code>lineaar</code>,<code>radial</code></td>\n</tr>\n<tr>\n<td><em><strong>frameStyle</strong></em></td>\n<td><code>string</code></td>\n<td>QR Code frame  <br />  <br />  <br />  <br /><br />Default: <code>none</code><br /><br />Options: <code>none</code>,<code>banner-top</code>,<code>box-top</code>,<code>box-bottom</code>,<code>banner-bottom</code>,<code>balloon-top</code>,<code>balloon-top</code>, <code>circular</code></td>\n</tr>\n<tr>\n<td><em><strong>frameColor</strong></em></td>\n<td><code>string</code></td>\n<td>Frame color in format #RRGGBB  <br />  <br />  <br />  <br /><br />Default: <code>#000000</code></td>\n</tr>\n<tr>\n<td><em><strong>frameText</strong></em></td>\n<td><code>string</code></td>\n<td>Text to be displayed in frame  <br />  <br />  <br />  <br /><br />Default: <code>SCAN ME</code></td>\n</tr>\n<tr>\n<td><em><strong>logoImage</strong></em></td>\n<td><code>string</code></td>\n<td>URL of logo image</td>\n</tr>\n<tr>\n<td><em><strong>logoScale</strong></em></td>\n<td><code>string</code></td>\n<td>Size of logo [0.1 - 0.6]  <br />  <br />  <br />  <br /><br />Default: <code>0.15</code></td>\n</tr>\n<tr>\n<td><em><strong>logoCornerRadius</strong></em></td>\n<td><code>string</code></td>\n<td>Radius of corners of logo  <br />  <br />  <br />  <br /><br />Default: <code>8</code></td>\n</tr>\n<tr>\n<td><em><strong>logoMargin</strong></em></td>\n<td><code>string</code></td>\n<td>Margin to be applied around logo image  <br />  <br />  <br />  <br /><br />Default: <code>0.15</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>campaign</code></strong> <strong>object (Campaign associated with the QR Code):</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>id</strong></em></td>\n<td><code>integer</code></td>\n<td><code>read only</code>  <br />  <br />  <br />  <br /><br />Unique identifier of the Campaign</td>\n</tr>\n<tr>\n<td><em><strong>name</strong></em></td>\n<td><code>string</code></td>\n<td><code>read only</code>  <br />  <br />  <br />  <br /><br />Campaign title</td>\n</tr>\n<tr>\n<td><em><strong>content_type</strong></em></td>\n<td><code>integer</code></td>\n<td><code>required</code>  <br />  <br />  <br />  <br /><br />Campaign type</td>\n</tr>\n<tr>\n<td><em><strong>custom_url</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code> if <code>content_type</code> is 1  <br />  <br />  <br />  <br /><br />Custom URL to redirect upon scanning the QR Code</td>\n</tr>\n<tr>\n<td><em><strong>markdown_card</strong></em></td>\n<td><code>integer</code></td>\n<td><code>required</code> if <code>content_type</code> is 2  <br />  <br />  <br />  <br /><br />Markdown Card to display upon scanning the QR Code</td>\n</tr>\n<tr>\n<td><em><strong>form</strong></em></td>\n<td><code>integer</code></td>\n<td><code>required</code> if <code>content_type</code> is 3  <br />  <br />  <br />  <br /><br />Feedback Form to display upon scanning the QR Code</td>\n</tr>\n<tr>\n<td><em><strong>schedule</strong></em></td>\n<td><code>integer</code></td>\n<td><code>required</code> if <code>content_type</code> is 4  <br />  <br />  <br />  <br /><br />Time based campaign setting</td>\n</tr>\n<tr>\n<td><em><strong>app_links</strong></em></td>\n<td><code>object</code></td>\n<td><code>required</code> if <code>content_type</code> is 5  <br />  <br />  <br />  <br /><br />OS based redirecting</td>\n</tr>\n<tr>\n<td><em><strong>vcard_plus</strong></em></td>\n<td><code>object</code></td>\n<td><code>required</code> if <code>content_type</code> is 7  <br />  <br />  <br />  <br /><br />vCard to display upon scanning the QR Code</td>\n</tr>\n<tr>\n<td><em><strong>social_media</strong></em></td>\n<td><code>object</code></td>\n<td><code>required</code> if <code>content_type</code> is 8  <br />  <br />  <br />  <br /><br />Sociaal media page links to display upon scanning the QR Code</td>\n</tr>\n<tr>\n<td><em><strong>facebook_page</strong></em></td>\n<td><code>object</code></td>\n<td><code>required</code> if <code>content_type</code> is 9  <br />  <br />  <br />  <br /><br />Link the QR Code to facilitate engagement with your Facebook page</td>\n</tr>\n<tr>\n<td><em><strong>coupon</strong></em></td>\n<td><code>object</code></td>\n<td><code>required</code> if <code>content_type</code> is 10  <br />  <br />  <br />  <br /><br />Coupon to display upon scanning the QR Code</td>\n</tr>\n<tr>\n<td><em><strong>business_card</strong></em></td>\n<td><code>object</code></td>\n<td><code>required</code> if <code>content_type</code> is 11  <br />  <br />  <br />  <br /><br />Business Card to display upon scanning the QR Code</td>\n</tr>\n<tr>\n<td><em><strong>pdf</strong></em></td>\n<td><code>object</code></td>\n<td><code>required</code> if <code>content_type</code> is 13  <br />  <br />  <br />  <br /><br />PDF to display upon scanning the QR Code</td>\n</tr>\n<tr>\n<td><em><strong>restaurant_menu</strong></em></td>\n<td><code>object</code></td>\n<td><code>required</code> if <code>content_type</code> is 14  <br />  <br />  <br />  <br /><br />Menu to display upon scanning the QR Code</td>\n</tr>\n<tr>\n<td><em><strong>campaign_active</strong></em></td>\n<td><code>string</code></td>\n<td><code>read only</code>  <br />  <br />  <br />  <br /><br />Current campaign status</td>\n</tr>\n<tr>\n<td><em><strong>organization</strong></em></td>\n<td><code>string</code></td>\n<td><code>read only</code>  <br />  <br />  <br />  <br /><br />Organization the object belongs to</td>\n</tr>\n<tr>\n<td><em><strong>start_time</strong></em></td>\n<td><code>timestamp</code></td>\n<td>Specify the time to begin the campaign</td>\n</tr>\n<tr>\n<td><em><strong>end_time</strong></em></td>\n<td><code>timestamp</code></td>\n<td>Specify the end time for the campaign</td>\n</tr>\n<tr>\n<td><em><strong>created</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>read only</code>  <br />  <br />  <br />  <br /><br />Created timestamp</td>\n</tr>\n<tr>\n<td><em><strong>updated</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>read only</code>  <br />  <br />  <br />  <br /><br />Last updated timestamp</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Refer Create Dynamic QR Code for more details about individual campaign types</em></p>\n","event":[{"listen":"prerequest","script":{"id":"7188dffb-092d-44cb-a7f2-cddacc28eb83","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c95e84c3-3771-4b5d-aaa4-df70c110562f","type":"text/javascript","exec":[""]}}],"_postman_id":"0854795d-b681-4196-ba6a-f5f54f1fcbfd"},{"name":"Digital Business Card","item":[{"name":"Card Templates","item":[{"name":"List Card Templates","id":"00555e85-a912-4080-ac49-b654a4b5566a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/dbc/templates/?organization={{ORG_ID}}&page_size=50&page=1","description":"<p>Fetch and list all the Cards' templates in your account. You can filter and paginate your results using query params.</p>\n<p><em>Refer</em> <a href>QR Code template</a> section to know more about the use of query params for filtering.</p>\n<p>Returns paginated response consising of:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>count</code></td>\n<td><code>integer</code></td>\n<td>The total number of card templates.</td>\n</tr>\n<tr>\n<td><code>next</code></td>\n<td><code>string</code></td>\n<td>The URL to view the card templates in next page if the total count exceeds the specified page size.</td>\n</tr>\n<tr>\n<td><code>previous</code></td>\n<td><code>string</code></td>\n<td>The URL to view the card templates in the previous page when traversing through the pages.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><code>list</code></td>\n<td>The list of card templates.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","dbc","templates",""],"host":["https://api.uniqode.com/api"],"query":[{"key":"organization","value":"{{ORG_ID}}"},{"key":"page_size","value":"50"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"00555e85-a912-4080-ac49-b654a4b5566a"}],"id":"e263a355-493a-4bac-a766-bf51137c85a8","description":"<p>Any <code>DigitalBusinessCard</code> which has <code>is_template</code> field as <code>True</code> is considered as a Card template. These templates can be used to apply preset styles to your Cards.</p>\n","_postman_id":"e263a355-493a-4bac-a766-bf51137c85a8"},{"name":"Card QR Code Image","item":[{"name":"Download Card QR Code Image","id":"8cf6cd94-952f-492e-8d41-811401584195","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/dbc/{{CARD_ID}}/download/?canvas_type=png&size=1024&error_correction_level=2&organization={{ORG_ID}}","description":"<p>Download a QR Code for the Card in a particular size and image format. You need to pass the ID of the respective card in the request params.</p>\n<p>You can pass image format (<code>canvas_type</code>), size (<code>size</code>) and organization id (<code>organization</code>) as query params.</p>\n<p>Returns response with the URLs for downloading the QR Code image in the specified canvas type. If no canvas type is sent in the parameters, the QR Code would be generated in all image formats supported.</p>\n<p>The response consists of:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>urls</strong></em></td>\n<td><code>object</code></td>\n<td>This object contains urls for downloading QR Code of the card in the format provided in request params. The URL value is placed against the format key provided in request params.  <br />  <br /><code>Example</code>:  <br />\"urls\": {  <br />\"png\": \"<a href=\"https://null\">https://uniqode-qa.1024.png\"</a>  <br />}</td>\n</tr>\n<tr>\n<td><em><strong>name</strong></em></td>\n<td><code>string</code></td>\n<td>The concatenated value of the first name and last name of the card.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","dbc","{{CARD_ID}}","download",""],"host":["https://api.uniqode.com/api"],"query":[{"key":"canvas_type","value":"png"},{"key":"size","value":"1024"},{"key":"error_correction_level","value":"2"},{"key":"organization","value":"{{ORG_ID}}"}],"variable":[]}},"response":[],"_postman_id":"8cf6cd94-952f-492e-8d41-811401584195"},{"name":"Bulk Download Card QR Code Images","id":"b721e35a-9737-400d-ac25-8e2a1cc901d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Bulk download\",\n    \"size\": 1024,\n    \"ids\": [\n        {{CARD_ID}}\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/dbc/qrcode/list/?organization={{ORG_ID}}","description":"<p>Downloads QR codes for the Card's in bulk in a particular size, image format and error correction level passed in request body.</p>\n<p><code>Note</code>: It's mandatory to pass the IDs of the Cards in request body.</p>\n<p>Returns response with the URL for downloading all QR Code images in a zip file in the specified canvas type. If no canvas type is sent in the parameters, the QR Codes would be generated in all image formats supported and the zip file will be sent to your registered email id.</p>\n<p>The response consists of:</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<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>type</strong></em></td>\n<td><code>integer</code></td>\n<td>The indentifier for the format in which QR Code are to be downloaded.</td>\n</tr>\n<tr>\n<td><em><strong>url</strong></em></td>\n<td><code>string</code></td>\n<td>The download URL for bulk download of all the QR Codes for requested cards.</td>\n</tr>\n<tr>\n<td><em><strong>qr_code_count</strong></em></td>\n<td><code>integer</code></td>\n<td>The number of QR Codes that will be downloaded with the download URL.</td>\n</tr>\n<tr>\n<td><em><strong>detail</strong></em></td>\n<td><code>string</code></td>\n<td>This field contains message in case of failure and when no format is specified in request body.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","dbc","qrcode","list",""],"host":["https://api.uniqode.com/api"],"query":[{"key":"organization","value":"{{ORG_ID}}"}],"variable":[]}},"response":[],"_postman_id":"b721e35a-9737-400d-ac25-8e2a1cc901d8"},{"name":"Bulk Download Filtered Card QR Code Images","id":"8744c7ba-64f9-46e3-b3e8-4d3e4b53f7aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Bulk download\",\n    \"size\": 1024,\n    \"filters\": {\n        \"organization\": {{ORG_ID}},\n        \"card_owner\": {{USER_ID}},\n        \"state\": \"A\",\n        \"card_owner__email__icontains\": \"john\"\n    },\n    \"canvas_type\": \"png\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/dbc/qrcode/filter/?organization={{ORG_ID}}","description":"<p>Downloads QR codes in bulk for the filtered Cards using filters provided in the request body. The filtered Cards are downloaded in a particular size, image format and error correction level supplied in the request body.</p>\n<p>You can add filters according to your need in the <code>filters</code> object in request body. The supported filters for filtering operation are <code>card_owner__email__icontains (Owner Email)</code>, <code>url__iconatins (Card Link)</code>, <code>first_name__icontains (First Name)</code>, <code>last_name__icontains (Last Name)</code>, <code>state (Card State)</code> and <code>organization (Card's Organization)</code>.</p>\n<p>Returns response with the URL for downloading all QR Code images in a zip file in the specified canvas type. If no canvas type is sent in the parameters, the QRCodes would be generated in all image formats supported and the zip file will be sent to your registered email id.</p>\n<p>The response consists of:</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<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>type</strong></em></td>\n<td><code>integer</code></td>\n<td>The indentifier for the format in which QR Codes are to be downloaded.</td>\n</tr>\n<tr>\n<td><em><strong>url</strong></em></td>\n<td><code>string</code></td>\n<td>The download URL for bulk download of all the QR Codes for requested cards.</td>\n</tr>\n<tr>\n<td><em><strong>qr_code_count</strong></em></td>\n<td><code>integer</code></td>\n<td>The number of QR Codes that will be downloaded with the download URL.</td>\n</tr>\n<tr>\n<td><em><strong>detail</strong></em></td>\n<td><code>string</code></td>\n<td>This field contains message in case of failure and when no format is specified in request body.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","dbc","qrcode","filter",""],"host":["https://api.uniqode.com/api"],"query":[{"key":"organization","value":"{{ORG_ID}}"}],"variable":[]}},"response":[],"_postman_id":"8744c7ba-64f9-46e3-b3e8-4d3e4b53f7aa"}],"id":"dee59ae0-61ed-4ff0-824f-3bf6928cceca","description":"<p>This folder contains APIs related to Card's QR Code operations. For every Card a unique url is generated and this unique url is then used to create QR Code for this Card. Supported image types for Card's QR Code operations are <code>png</code>, <code>jpeg</code>, <code>svg</code> ,<code>pdf</code> and <code>eps</code>. Supported image sizes for Card's QR Code operations are <code>512</code>, <code>1024</code>, <code>2048</code> and <code>4096</code>.</p>\n","_postman_id":"dee59ae0-61ed-4ff0-824f-3bf6928cceca"},{"name":"Card Wallet Pass","item":[{"name":"List All Card Wallet Pass","id":"2d3af535-0fa8-43da-a1e4-36121f7910e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/dbc/{{CARD_ID}}/walletpass/?organization={{ORG_ID}}","description":"<p>Retrieves all wallet passes of the Card. You need to provide the unique Card identifier in the request params and the unique Organization identifier in query params.</p>\n<p><code>Note</code>: Passing Organization ID in query params is mandatory.</p>\n<p>Returns response with the detail of success or failure of the action.</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<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>detail</strong></em></td>\n<td><code>object</code></td>\n<td>This field contains Apple Wallet Pass and Google Wallet Pass for the card whose unique identifier was provided in request params.  <br />  <br /><code>Example</code> :  <br />{  <br />\"apple_wallet_pass_url\": \"<a href>https://q.smartcards.pro/apple-passwallet/ksTtx\"</a>,  <br />\"google_wallet_pass_url\": \"<a href>https://q.smartcards.pro/google-passwallet/ksTtx\"</a>  <br />}</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","dbc","{{CARD_ID}}","walletpass",""],"host":["https://api.uniqode.com/api"],"query":[{"key":"organization","value":"{{ORG_ID}}"}],"variable":[]}},"response":[],"_postman_id":"2d3af535-0fa8-43da-a1e4-36121f7910e1"},{"name":"Create Wallet Pass for a Card","id":"3d33ae3c-4db0-4aad-a7e2-e0eb477a5344","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"emails\": [\n        \"john@uniqode.com\"\n    ],\n    \"background\": \"2f1616\",\n    \"foreground\": \"edbd55\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/dbc/{{CARD_ID}}/walletpass/?organization={{ORG_ID}}","description":"<p>Creates new Wallet Pass for the card. You need to provide the unique card identifier in the request params and the unique organization identifier in query params. The email addresses provided in the request body will receive an email with the Wallet Pass.</p>\n<p><code>Note</code>: Passing organization ID in query params and emails list in request body is mandatory.</p>\n<p>You can pass the hex code for the background color and text color of Wallet Pass against <code>background</code> field and <code>foreground</code> field respectively in request body.</p>\n<p><em><strong>Google Wallet Pass does not support font/foreground color.</strong></em></p>\n<p>Incase <code>Wallet pass template</code> is restricted, The current foreground or background value won't be overeridden.</p>\n<p>Returns response with the detail of success or failure of the action.</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<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>detail</strong></em></td>\n<td><code>string</code></td>\n<td>This field contains message regarding the success or failure of the action requested.  <br />  <br /><code>Success Example</code> :  <br />{  <br />\"detail\": \"An email with the wallet pass is sent to the requested mails.\"  <br />}  <br />  <br /><code>Failure Example</code> :  <br />{  <br />\"detail\": \"'organization' is a mandatory query parameter\"  <br />}</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","dbc","{{CARD_ID}}","walletpass",""],"host":["https://api.uniqode.com/api"],"query":[{"key":"organization","value":"{{ORG_ID}}"}],"variable":[]}},"response":[],"_postman_id":"3d33ae3c-4db0-4aad-a7e2-e0eb477a5344"}],"id":"66f68e38-ed86-43b7-a288-a52518f90277","description":"<p>This folder contains APIs related to retrieval and creation of apple wallet pass and google wallet pass for a Card.</p>\n","_postman_id":"66f68e38-ed86-43b7-a288-a52518f90277"},{"name":"Bulk Operations for Cards","item":[{"name":"CSV Validation For Bulk Card Generation","id":"6ac7fdc7-b40c-413a-b6a3-a6217723ca2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>The CSV file to be validated.</p>\n","type":"file","value":null},{"key":"organization","value":"{{ORG_ID}}","description":"<p>The ID of the organization in which we want to create the cards.</p>\n","type":"text"}]},"url":"https://api.uniqode.com/api/2.0/dbc/csv-validation/","description":"<p>Validates the csv/xlsx file which is to be used for bulk creation of cards. You need to provide the file content and the unique Organization identifier in request body.</p>\n<p><code>Note</code> : It is mandatory to pass unique organization identifier in request body.</p>\n<p>The major validations performed on the input file are as follows:</p>\n<ol>\n<li>The supported file formats are <code>csv</code> and <code>xlsx</code></li>\n<li>The total number of rows must be &lt;= 2000</li>\n<li>The user limit on your Card plan shouldn't be breached by bulk creation.</li>\n<li>The mandatory columns in the csv/xlsx file are <code>first name</code>, <code>card owner email</code> and <code>role</code>.</li>\n</ol>\n<p>The response consists of the following fields in case the API call is successful.</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<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>total_rows</strong></em></td>\n<td><code>integer</code></td>\n<td>The total number of rows in the input file.</td>\n</tr>\n<tr>\n<td><em><strong>error_row_count</strong></em></td>\n<td><code>integer</code></td>\n<td>The total number of rows in which API has found error.  <br />The value is<code>0</code> in case no error is found.</td>\n</tr>\n<tr>\n<td><em><strong>error_rows</strong></em></td>\n<td><code>object</code></td>\n<td>The list of row ID/row number in which API has found error.  <br />The list is empty in case no error is found.</td>\n</tr>\n<tr>\n<td><em><strong>error_count</strong></em></td>\n<td><code>integer</code></td>\n<td>The tootal number of errors found in the input file.  <br />The value is<code>0</code> in case no error is found.</td>\n</tr>\n<tr>\n<td><em><strong>errors</strong></em></td>\n<td><code>object</code></td>\n<td>The list of error objects in the input file. Each error object is consists of error details.  <br /><code>Example</code>:  <br />{  <br />\"row\": 2,  <br />\"column\": 1,  <br />\"message\": \"User with this email already exists in some other account.\"  <br />}  <br />  <br />The list is empty in case no error is found.</td>\n</tr>\n</tbody>\n</table>\n</div><p>The response consists of the below field in case of API failure.</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<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>detail</strong></em></td>\n<td><code>string</code></td>\n<td>This field contains message regarding failure of the requested action.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","dbc","csv-validation",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ac7fdc7-b40c-413a-b6a3-a6217723ca2c"},{"name":"Bulk Card Generation","id":"a589ec5c-6e08-40c1-abff-34b79242a0c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"organization","value":"{{ORG_ID}}","description":"<p>The ID of the organization to which the card belongs.</p>\n","type":"text"},{"key":"background_color","value":"#EE4F4F","description":"<p>The background color of the card.</p>\n","type":"text"},{"key":"user_info_color","value":"#FFFFFF","description":"<p>The color used for showing user info in the card.</p>\n","type":"text"},{"key":"secondary_color","value":"#000000","description":"<p>The color used for other secondary elements.</p>\n","type":"text"},{"key":"font_style","value":"Open Sans","description":"<p>The font style for the card. We support all the Google fonts.</p>\n","type":"text"},{"key":"layout","value":"3","description":"<p>The layout selected for the card.</p>\n","type":"text"},{"key":"autodownload_v2","value":"false","description":"<p>The boolean flag indicating whether we want the card to be downloaded or not.</p>\n","type":"text"},{"key":"location_enabled","value":"false","description":"<p>The boolean flag indicating whether we want to track the GPS location of the user or not.</p>\n","type":"text"},{"key":"auto_send_wallet_pass","value":"false","description":"<p>The boolean flag indicating whether we want the card to be downloaded or not.</p>\n","type":"text"},{"key":"company_logo","value":"","description":"<p>The company logo URL.</p>\n","type":"text"},{"key":"template","value":"{}","description":"<p>The card template data.</p>\n","type":"text"},{"key":"lead_collection","value":"false","description":"<p>The boolean flag indicating whether we want the contact's info to be collected or not.</p>\n","type":"text"},{"key":"lead_phone","value":"false","description":"<p>The boolean flag indicating whether we want the contact's phone number to be collected or not.</p>\n","type":"text"},{"key":"lead_designation","value":"false","description":"<p>The boolean flag indicating whether we want the contact's designation to be collected or not.</p>\n","type":"text"},{"key":"lead_notes","value":"false","description":"<p>The boolean flag indicating whether we want the contact's notes to be collected or not.</p>\n","type":"text"},{"key":"file","description":"<p>The CSV file to create the cards.</p>\n","type":"file"},{"key":"typography","value":"{\"bio\":{\"google_font_style\":\"Light\"},\"button\":{\"google_font_style\":\"Light\"},\"font_type\":\"google\",\"font_family\":\"Open Sans\",\"personal_info\":{\"google_font_size\":24,\"google_font_style\":\"Light\"},\"company_details\":{\"google_font_style\":\"Light\"},\"contact_details\":{\"google_font_style\":\"Light\"}}","description":"<p>The typography json field to set the typography of the card.</p>\n","type":"text"}]},"url":"https://api.uniqode.com/api/2.0/dbc/bulkcreate/","description":"<p>Creates cards in bulk according to the input file provided in the request. When the request is fully processed and your cards are created and ready for use, card's owner will receive an email regarding the same. You need to provide the file content and the unique organization identifier in request body along with other cards configurations.</p>\n<p><code>Note</code> : It is mandatory to pass unique organization identifier in request body.</p>\n<p><em><strong>You need to first run</strong></em> <a href=\"https://apidocs.beaconstac.com/#a090f272-e1a5-41dd-b450-40c606cd01bb\">CSV Validation for bulk Card Generation</a> <em><strong>API before this API to validate the csv file. If there are no errors found, then you can hit this API.</strong></em></p>\n<p>The response consists of the following fields.</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<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>detail</strong></em></td>\n<td><code>string</code></td>\n<td>This field contains message regarding success or failure of the requested action.</td>\n</tr>\n<tr>\n<td><em><strong>dbc_count</strong></em></td>\n<td><code>integer</code></td>\n<td>The total number of cards that will be created.</td>\n</tr>\n<tr>\n<td><em><strong>skipped_rows</strong></em></td>\n<td><code>object</code></td>\n<td>The list of row ID/row number which will be skipped while card creation.  <br />The list is concatenation of <code>skip_rows</code> list in the request body (if provided) and the error rows in the input file.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","dbc","bulkcreate",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a589ec5c-6e08-40c1-abff-34b79242a0c8"},{"name":"Bulk Delete Cards","id":"40fd1fc0-46b5-44c7-85f5-87f877e90e3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        {{CARD_ID}}\n    ],\n    \"organization\": {{ORG_ID}}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/dbc/bulkdelete/list/?organization={{ORG_ID}}","description":"<p>Delete Cards in bulk based on Card IDs (Unique Indentifier for Card).</p>\n<p>Returns response containing detail of success / failure.</p>\n<p>The response consists of:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Fields</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>detail</strong></em></td>\n<td><code>string</code></td>\n<td>The success / failure message based on whether the API call was successful or not.</td>\n</tr>\n<tr>\n<td><em><strong>count</strong></em></td>\n<td><code>integer</code></td>\n<td>The number of cards deleted by this API call.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","dbc","bulkdelete","list",""],"host":["https://api.uniqode.com/api"],"query":[{"key":"organization","value":"{{ORG_ID}}"}],"variable":[]}},"response":[],"_postman_id":"40fd1fc0-46b5-44c7-85f5-87f877e90e3c"}],"id":"73b7303c-028d-4c33-ac6f-21bc7bd7f988","description":"<h3 id=\"bulk-cards-generation-and-file-validation\">Bulk Cards Generation and File Validation</h3>\n<p>These requests can be used to generate cards in bulk by uploading a CSV/XLSX file.</p>\n<p>We recommend using our data templates for accurate results.</p>\n<p><a href=\"https://dashboard.uniqode.com/assets/files/template-digital-business-cards.csv\">Download CSV template</a></p>\n<p><a href=\"https://dashboard.uniqode.com/assets/files/template-digital-business-cards.xlsx\">Download XLSX template</a></p>\n","_postman_id":"73b7303c-028d-4c33-ac6f-21bc7bd7f988"},{"name":"Lead","item":[{"name":"List Leads","id":"5bcaaa0b-93d0-4a84-b717-e68731940bbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}"}],"url":"https://api.uniqode.com/api/2.0/lead/","description":"<p>List all the Lead objects in your account. You can filter and paginate your results using query params.</p>\n<p>Returns paginated response consising of:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>count</code></td>\n<td><code>integer</code></td>\n<td>Total number of Lead objects</td>\n</tr>\n<tr>\n<td><code>next</code></td>\n<td><code>string</code></td>\n<td>URL to view Lead objects in next page if the total count exceeds the specified page size</td>\n</tr>\n<tr>\n<td><code>previous</code></td>\n<td><code>string</code></td>\n<td>URL to view Lead objects in the previous page when traversing through the paginated response</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><code>list</code></td>\n<td>List of Lead objects</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","lead",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bcaaa0b-93d0-4a84-b717-e68731940bbe"},{"name":"Delete Lead","id":"b7257f60-74da-4640-a157-ad428364da0e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{TOKEN}}"}],"url":"https://api.uniqode.com/api/2.0/lead/{{LEAD_ID}}/","description":"<p>Deletes the Lead specified based on the ID by setting the values of the parameters passed. Any parameters not provided will be left unchanged. However, the request should contain the required fields.</p>\n","urlObject":{"path":["2.0","lead","{{LEAD_ID}}",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7257f60-74da-4640-a157-ad428364da0e"},{"name":"Export leads","id":"1d1d66fe-f2a2-4fcf-80b8-8cf6268c7383","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{}"},"url":"https://api.uniqode.com/api/2.0/lead/export/","description":"<p>The Leads Report API is designed to provide organizations with a convenient way to retrieve a comprehensive CSV report of all the leads captured for their organization. This API is especially useful for sales, marketing, and management teams who need to analyze and manage lead data efficiently.</p>\n","urlObject":{"path":["2.0","lead","export",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d1d66fe-f2a2-4fcf-80b8-8cf6268c7383"}],"id":"237925fd-f3d9-4ba1-a6bc-891002c7ce0a","description":"<p>The Lead Management API provides an interface for managing leads within an organization. It offers endpoints to list, retrieve, and delete lead records, as well as to export lead data.</p>\n<p><strong><code>Lead</code></strong> <strong>object:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>integer</td>\n<td>Unique identifier of the Lead</td>\n</tr>\n<tr>\n<td><code>first_name</code></td>\n<td>string</td>\n<td>The first name of the lead</td>\n</tr>\n<tr>\n<td><code>last_name</code></td>\n<td>string</td>\n<td>The last name of the lead</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>string</td>\n<td>The email address of the lead</td>\n</tr>\n<tr>\n<td><code>company</code></td>\n<td>string</td>\n<td>The company the lead is associated with</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>string</td>\n<td>The phone number of the lead</td>\n</tr>\n<tr>\n<td><code>designation</code></td>\n<td>string</td>\n<td>The designation or title of the lead</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>string</td>\n<td>Additional notes or comments about the lead</td>\n</tr>\n<tr>\n<td><code>organization</code></td>\n<td>integer</td>\n<td>ID of the Organization the lead belongs to</td>\n</tr>\n<tr>\n<td><code>dbc</code></td>\n<td>integer</td>\n<td>The ID of the Digital Business Card associated with the lead</td>\n</tr>\n<tr>\n<td><code>lead_owner</code></td>\n<td>object</td>\n<td>An object containing the ID, first name, last name, and email of the user who owns the lead</td>\n</tr>\n<tr>\n<td><code>creation_source</code></td>\n<td>integer</td>\n<td>The ID indicating the source of creation, with choices available</td>\n</tr>\n<tr>\n<td><code>location</code></td>\n<td>object</td>\n<td>An object containing location details of the lead</td>\n</tr>\n<tr>\n<td><code>created</code></td>\n<td>datetime</td>\n<td>The date and time when the lead was created</td>\n</tr>\n<tr>\n<td><code>source_url</code></td>\n<td>string</td>\n<td>The URL where the lead information was captured</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"237925fd-f3d9-4ba1-a6bc-891002c7ce0a"},{"name":"List All Cards In An Account","id":"951740de-57fc-46dd-87e7-7ea338d8f4e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/dbc/?organization={{ORG_ID}}&page_size=10&page=1&state=A&card_owner__is={{USER_ID}}","description":"<p>List all the Cards in your account. You can filter and paginate your results using query params.</p>\n<p><em>Refer QR Code section to know more about the use of query params for filtering.</em></p>\n<p>Returns paginated response consising of:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>count</code></td>\n<td><code>integer</code></td>\n<td>The total number of cards.</td>\n</tr>\n<tr>\n<td><code>next</code></td>\n<td><code>string</code></td>\n<td>The URL to view cards in next page if the total count exceeds the specified page size.</td>\n</tr>\n<tr>\n<td><code>previous</code></td>\n<td><code>string</code></td>\n<td>The URL to view cards in the previous page when traversing through the pages.</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><code>list</code></td>\n<td>The list of cards.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","dbc",""],"host":["https://api.uniqode.com/api"],"query":[{"key":"organization","value":"{{ORG_ID}}"},{"key":"page_size","value":"10"},{"key":"page","value":"1"},{"key":"state","value":"A"},{"key":"card_owner__is","value":"{{USER_ID}}"}],"variable":[]}},"response":[],"_postman_id":"951740de-57fc-46dd-87e7-7ea338d8f4e1"},{"name":"Retreive a Card","id":"6c084d13-d6e1-43d0-bf2c-baf6c6992677","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/dbc/{{CARD_ID}}/?organization={{ORG_ID}}","description":"<p>Retrieves the details of the specified Card. You only need to provide the unique Card identifier that was returned upon listing. The response contains the <code>DigitalBusinessCard</code> object as requested.</p>\n","urlObject":{"path":["2.0","dbc","{{CARD_ID}}",""],"host":["https://api.uniqode.com/api"],"query":[{"key":"organization","value":"{{ORG_ID}}"}],"variable":[]}},"response":[],"_postman_id":"6c084d13-d6e1-43d0-bf2c-baf6c6992677"},{"name":"Create a Card","id":"6b6bf23d-4a65-41c3-b350-61293cd65713","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"template\": {\n        \"meta\": {},\n        \"id\": {{TEMPLATE_ID}},\n        \"name\": \"OG\",\n        \"organization\": {{ORG_ID}},\n        \"dataPattern\": \"square\",\n        \"colorDark\": \"#000000\",\n        \"colorLight\": \"#8f00ff\",\n        \"gradientType\": \"none\",\n        \"eyeBallShape\": \"square\",\n        \"eyeBallColor\": \"#000000\",\n        \"eyeFrameShape\": \"square\",\n        \"eyeFrameColor\": \"#000000\",\n        \"logoScale\": 0.2,\n        \"logoMargin\": 10,\n        \"logoImage\": \"\",\n        \"backgroundImage\": \"\",\n        \"backgroundColor\": \"\",\n        \"frameStyle\": \"none\",\n        \"frameColor\": \"#000000\",\n        \"frameText\": \"SCAN ME\",\n        \"frameTextColor\": \"#ffffff\",\n        \"logoBackground\": false,\n        \"thumbnailUrl\": \"https://d1bqobzsowu5wu.cloudfront.net/public/qr-code-templates/Default/aHR0cHM6Ly9xcmNvZGVzLnByby9zY2FuL3A/dGVtcGxhdGU9dHJ1ZQ%3D%3D-512.svg\",\n        \"default\": true,\n        \"scope\": 3,\n        \"maintainer\": null,\n        \"qr_codes_count\": 1\n    },\n    \"social_links\": {\n        \"facebook\": \"\",\n        \"instagram\": \"https://www.instagram.com/john\",\n        \"twitter\": \"http://twitter.com/john\",\n        \"linkedin\": \"\",\n        \"tiktok\": \"\",\n        \"snapchat\": \"\",\n        \"whatsapp\": \"\",\n        \"telegram\": \"\",\n        \"vimeo\": \"\",\n        \"youtube\": \"\",\n        \"wistia\": \"\",\n        \"twitch\": \"\",\n        \"discord\": \"\",\n        \"pinterest\": \"\",\n        \"yelp\": \"\",\n        \"paypal\": \"\",\n        \"venmo\": \"\",\n        \"cashapp\": \"\",\n        \"calendly\": \"\",\n        \"shopify\": \"\",\n        \"github\": \"\",\n        \"dribbble\": \"\",\n        \"behance\": \"\",\n        \"custom_url\": \"\"\n    },\n    \"customizations\": {\n        \"background_color\": \"#EE4F4F\",\n        \"user_info_color\": \"#FFFFFF\",\n        \"secondary_color\": \"#000000\",\n        \"typography\": {\n            \"font_type\": \"google\",\n            \"font_family\": \"Open Sans\",\n            \"personal_info\": {\n                \"google_font_size\": 24,\n                \"google_font_style\": \"Semi Bold\"\n            },\n            \"company_details\": {\n                \"google_font_style\": \"Regular\"\n            },\n            \"contact_details\": {\n                \"google_font_style\": \"Semi Bold\"\n            },\n            \"bio\": {\n                \"google_font_style\": \"Regular\"\n            },\n            \"button\": {\n                \"google_font_style\": \"Regular\"\n            }\n        }\n    },\n    \"phone_v2\": [\n        {\n            \"value\": \"9989898989\",\n            \"label\": \"Work\",\n            \"valid\": \"valid\"\n        }\n    ],\n    \"email_v2\": [\n        {\n            \"value\": \"john@uniqode.com\",\n            \"label\": \"Work\",\n            \"valid\": \"valid\"\n        }\n    ],\n    \"website_v2\": [\n        {\n            \"value\": \"john.uniqode.com\",\n            \"label\": \"Company\",\n            \"valid\": \"valid\"\n        }\n    ],\n    \"custom_fields\": [\n        {\n            \"value\": \"Hobby\",\n            \"label\": \"Web Development\",\n            \"valid\": \"error\"\n        }\n    ],\n    \"layout\": \"5\",\n    \"jwt_update_token\": \"\",\n    \"is_template\": false,\n    \"lead_attribute\": {\n        \"phone\": true,\n        \"designation\": false,\n        \"notes\": false\n    },\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"summary\": \"I lead product across teams for Nike and I ski in my free time. I love to work on AR/VR and have created product stratergies for the same.\\n\\nHite me up for a drink!\",\n    \"logo_url\": \"https://s3.amazonaws.com/beaconstac-content-qa/20618/49ccd0b4721842849e991818fd243348\",\n    \"designation\": \"Product Lead\",\n    \"company\": \"Nike Sports\",\n    \"address_url\": \"https://www.google.com/maps/search/?api=1&query=13.2008459,77.708736&query_place_id=ChIJkT3xL30drjsRHk-8B1n3vvo\",\n    \"user_image_url\": \"https://uniqodeqa.mobstac.com//static/images/dbc/james.png\",\n    \"pronouns_v2\": \"he/him\",\n    \"autodownload_v2\": true,\n    \"address_v2\": \"Terminal 1, Kempegowda Int'l Airport Rd, A - Block, Gangamuthanahalli, Karnataka 560300, India\",\n    \"prefix\": \"Sir\",\n    \"suffix\": \"Majesty\",\n    \"department\": \"Product Team\",\n    \"organization\": {{ORG_ID}},\n    \"threat_active\": false,\n    \"meta\": {},\n    \"location_enabled\": true,\n    \"state\": \"A\",\n    \"name\": \"James McFinnigan\",\n    \"card_owner\": {},\n    \"lead_collection\": true,\n    \"card_template\": 12\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/dbc/?organization={{ORG_ID}}","description":"<p>Creates a digital business card. This API creates a <code>DigitalBusinessCard</code> object and returns response consisting of the created Card object.</p>\n<p><code>Note</code>: It is mandatory to pass <code>first_name</code>, <code>organization</code> and <code>customizations</code> in request body.</p>\n<p>The <code>customizations</code> object must have the following fields:</p>\n<ol>\n<li><code>background_color</code></li>\n<li><code>user_info_color</code></li>\n<li><code>secondary_color</code></li>\n<li><code>typography</code></li>\n</ol>\n<p><code>typography</code> object for <code>google font</code> should look like:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-python\">{\n    \"font_type\": \"google\",\n    \"font_family\": \"Open Sans\",\n    \"personal_info\": {\n        \"google_font_size\": 24,\n        \"google_font_style\": \"Semi Bold\"\n    },\n    \"company_details\": {\n        \"google_font_style\": \"Regular\"\n    },\n    \"contact_details\": {\n        \"google_font_style\": \"Semi Bold\"\n    },\n    \"bio\": {\n        \"google_font_style\": \"Regular\"\n    },\n    \"button\": {\n        \"google_font_style\": \"Regular\"\n    }\n}\n\n</code></pre>\n<p>where <code>google_font_style</code> can have values <code>Light, Regular, Medium, Semi Bold, Bold</code> which constitute to font_weight values <code>300, 400, 500, 600, 700</code> respectively.</p>\n<p><code>typography</code> object for <code>custom font</code> should look like:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-python\">{\n    \"font_type\": \"custom\",\n    \"font_family\": \"CUSTOM_FONT_NAME\",\n    \"personal_info\": {\n        \"custom_font_size\": 24,\n        \"custom_font_style\": \"CUSTOM_FONT_STYLE\",\n        \"custom_font_url\": \"CUSTOM_FONT_S3_URL\"\n    },\n    \"company_details\": {\n        \"custom_font_style\": \"CUSTOM_FONT_STYLE\",\n        \"custom_font_url\": \"CUSTOM_FONT_S3_URL\"\n    },\n    \"contact_details\": {\n        \"custom_font_style\": \"CUSTOM_FONT_STYLE\",\n        \"custom_font_url\": \"CUSTOM_FONT_S3_URL\"\n    },\n    \"bio\": {\n        \"custom_font_style\": \"CUSTOM_FONT_STYLE\",\n        \"custom_font_url\": \"CUSTOM_FONT_S3_URL\"\n    },\n    \"button\": {\n        \"custom_font_style\": \"CUSTOM_FONT_STYLE\",\n        \"custom_font_url\": \"CUSTOM_FONT_S3_URL\"\n    }\n}\n\n</code></pre>\n<p>where <code>custom_font_url</code> should be the S3 urls of the custom fonts that were uploaded on the dashboard.</p>\n<p>Also, make sure the<code>value</code> of <code>phone_v2</code>, <code>email_v2</code> and <code>website_v2</code> are correct in accordance with the values in regex. The <code>label</code> value in <code>phone_v2</code>, <code>email_v2</code>and <code>website_v2</code> should be either from default labels, custom labels (defined for the organization) or labels defined in card template (if <code>card_template</code> is provided).</p>\n<p><code>card_template</code> field in request body can used to create the business card using existing organization templates. This is an optional field and can be omitted. If <code>card_template</code> is passed then restricted field values are picked from the provided card template.</p>\n","urlObject":{"path":["2.0","dbc",""],"host":["https://api.uniqode.com/api"],"query":[{"key":"organization","value":"{{ORG_ID}}"}],"variable":[]}},"response":[],"_postman_id":"6b6bf23d-4a65-41c3-b350-61293cd65713"},{"name":"Update a Card","id":"5f14f0b8-59a4-40ca-ba49-6f9aff849b21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"template\": {\n        \"meta\": {},\n        \"id\": {{TEMPLATE_ID}},\n        \"name\": \"OG\",\n        \"organization\": {{ORG_ID}},\n        \"dataPattern\": \"square\",\n        \"colorDark\": \"#000000\",\n        \"colorLight\": \"#8f00ff\",\n        \"gradientType\": \"none\",\n        \"eyeBallShape\": \"square\",\n        \"eyeBallColor\": \"#000000\",\n        \"eyeFrameShape\": \"square\",\n        \"eyeFrameColor\": \"#000000\",\n        \"logoScale\": 0.2,\n        \"logoMargin\": 10,\n        \"logoImage\": \"\",\n        \"backgroundImage\": \"\",\n        \"backgroundColor\": \"\",\n        \"frameStyle\": \"none\",\n        \"frameColor\": \"#000000\",\n        \"frameText\": \"SCAN ME\",\n        \"frameTextColor\": \"#ffffff\",\n        \"logoBackground\": false,\n        \"thumbnailUrl\": \"https://d1bqobzsowu5wu.cloudfront.net/public/qr-code-templates/Default/aHR0cHM6Ly9xcmNvZGVzLnByby9zY2FuL3A/dGVtcGxhdGU9dHJ1ZQ%3D%3D-512.svg\",\n        \"default\": true,\n        \"scope\": 3,\n        \"maintainer\": null,\n        \"qr_codes_count\": 1\n    },\n    \"social_links\": {\n        \"yelp\": \"\",\n        \"venmo\": \"\",\n        \"vimeo\": \"\",\n        \"github\": \"\",\n        \"paypal\": \"\",\n        \"tiktok\": \"\",\n        \"twitch\": \"\",\n        \"wistia\": \"\",\n        \"behance\": \"\",\n        \"cashapp\": \"\",\n        \"discord\": \"\",\n        \"shopify\": \"\",\n        \"twitter\": \"\",\n        \"youtube\": \"\",\n        \"calendly\": \"\",\n        \"dribbble\": \"\",\n        \"facebook\": \"\",\n        \"linkedin\": \"https://www.linkedin.com/in/johndoe\",\n        \"snapchat\": \"\",\n        \"telegram\": \"\",\n        \"whatsapp\": \"\",\n        \"instagram\": \"\",\n        \"pinterest\": \"\",\n        \"custom_url\": \"\"\n    },\n    \"customizations\": {\n        \"secondary_color\": \"#000000\",\n        \"user_info_color\": \"#000000\",\n        \"background_color\": \"#3370f9\",\n        \"typography\": {\n            \"font_type\": \"google\",\n            \"font_family\": \"Roboto\",\n            \"personal_info\": {\n                \"google_font_size\": 30,\n                \"google_font_style\": \"Semi Bold\"\n            },\n            \"company_details\": {\n                \"google_font_style\": \"Regular\"\n            },\n            \"contact_details\": {\n                \"google_font_style\": \"Semi Bold\"\n            },\n            \"bio\": {\n                \"google_font_style\": \"Regular\"\n            },\n            \"button\": {\n                \"google_font_style\": \"Regular\"\n            }\n        }\n    },\n    \"phone_v2\": [\n        {\n            \"value\": \"+91 9009900990\",\n            \"label\": \"Work\",\n            \"valid\": \"valid\"\n        }\n    ],\n    \"email_v2\": [\n        {\n            \"value\": \"johndoe@gmail.com\",\n            \"label\": \"Work\",\n            \"valid\": \"valid\"\n        }\n    ],\n    \"website_v2\": [\n        {\n            \"value\": \"johndoe.com\",\n            \"label\": \"Company\",\n            \"valid\": \"valid\"\n        }\n    ],\n    \"custom_fields\": [],\n    \"layout\": \"1\",\n    \"jwt_update_token\": \"\",\n    \"is_template\": false,\n    \"lead_attribute\": {\n        \"id\": 10795,\n        \"phone\": false,\n        \"designation\": false,\n        \"notes\": false\n    },\n    \"id\": {{CARD_ID}},\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"summary\": \"\",\n    \"designation\": \"Paralegal\",\n    \"company\": \"Pearson Hardman\",\n    \"user_image_url\": \"https://uniqodeqa.mobstac.com//static/images/dbc/hermoine.png\",\n    \"pronouns_v2\": \"\",\n    \"prefix\": \"Mr\",\n    \"organization\": {{ORG_ID}},\n    \"maintainer\": {{USER_ID}},\n    \"threat_active\": false,\n    \"meta\": {},\n    \"location_enabled\": false,\n    \"state\": \"A\",\n    \"url\": \"https://q.smartcards.pro/YoclBK\",\n    \"name\": \"Hermoine Granger\",\n    \"card_owner\": {\n        \"id\": {{USER_ID}},\n        \"email\": \"john@uniqode.com\"\n    },\n    \"lead_collection\": false,\n    \"card_template\": 12\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/dbc/{{CARD_ID}}/?organization={{ORG_ID}}","description":"<p>Updates the Card specified based on the ID by setting the values of the parameters passed. Any parameters not provided will be left unchanged. However, the request should contain the required fields.</p>\n<p>Returns response containing the updated Card object.</p>\n<p><code>Note</code>: It is mandatory to pass <code>first_name</code>, <code>organization</code> and <code>customizations</code> in request body.</p>\n<p><em>Refer to</em> <a href=\"https://apidocs.beaconstac.com/#6b6bf23d-4a65-41c3-b350-61293cd65713\">Create Card</a> <em>API to know about the validations on the request data.</em></p>\n","urlObject":{"path":["2.0","dbc","{{CARD_ID}}",""],"host":["https://api.uniqode.com/api"],"query":[{"key":"organization","value":"{{ORG_ID}}"}],"variable":[]}},"response":[],"_postman_id":"5f14f0b8-59a4-40ca-ba49-6f9aff849b21"},{"name":"Delete Card","id":"51630b90-8114-46ec-82b2-8dcfa7df6a6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"url":"https://api.uniqode.com/api/2.0/dbc/{{CARD_ID}}/?organization={{ORG_ID}}","description":"<p>Delete DigitalBusinessCard based on its unique indentifier.</p>\n<p>Returns response containing detail of success / failure. The <code>detail</code> key contains value of type <code>string</code> which is a success or failure message accordingly.</p>\n<p>The response consists of:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Fields</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>detail</strong></em></td>\n<td><code>string</code></td>\n<td>The success / failure message based on whether the API call was successful or not.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","dbc","{{CARD_ID}}",""],"host":["https://api.uniqode.com/api"],"query":[{"key":"organization","value":"{{ORG_ID}}"}],"variable":[]}},"response":[],"_postman_id":"51630b90-8114-46ec-82b2-8dcfa7df6a6b"},{"name":"Activate Card","id":"6ff7e3d8-d9b1-4dea-a1ae-344b25c10521","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/dbc/{{CARD_ID}}/activate/?organization={{ORG_ID}}","description":"<p>Activates the Card, i.e. changes the state of the Card from Sleeping state (<code>S</code>) to Active state (<code>A</code>).</p>\n<p>This API will return 400 response in case the Card is already in Active state.</p>\n<p>The response consists of:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Fields</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>detail</strong></em></td>\n<td><code>string</code></td>\n<td>The success / failure message based on whether the API call was successful or not.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","dbc","{{CARD_ID}}","activate",""],"host":["https://api.uniqode.com/api"],"query":[{"key":"organization","value":"{{ORG_ID}}"}],"variable":[]}},"response":[],"_postman_id":"6ff7e3d8-d9b1-4dea-a1ae-344b25c10521"},{"name":"Deactivate Card","id":"79b325a3-81f8-4cf1-ac60-dafd554d2786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"url":"https://api.uniqode.com/api/2.0/dbc/{{CARD_ID}}/activate/?organization={{ORG_ID}}","description":"<p>Deactivates the Card, i.e. changes the state of the Card from Active state (<code>A</code>) to Sleeping state (<code>S</code>).</p>\n<p>This API will return 400 response if the Card is already in Sleeping state.</p>\n<p>The response consists of:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Fields</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>detail</strong></em></td>\n<td><code>string</code></td>\n<td>The success / failure message based on whether the API call was successful or not.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","dbc","{{CARD_ID}}","activate",""],"host":["https://api.uniqode.com/api"],"query":[{"key":"organization","value":"{{ORG_ID}}"}],"variable":[]}},"response":[],"_postman_id":"79b325a3-81f8-4cf1-ac60-dafd554d2786"}],"id":"d631da62-b420-41d9-b0f6-d094455991ef","description":"<p><code>DigitalBusinessCard</code> objects allow you to perform actions on your Digital Business Cards. You can create a card, retrieve or update cards separately or in bulk.</p>\n<p><strong><code>DigitalBusinessCard</code></strong> <strong>object:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>id</strong></em></td>\n<td><code>integer</code></td>\n<td><code>read only</code>  <br />  <br />  <br />The unique identifier of the card.</td>\n</tr>\n<tr>\n<td><em><strong>url</strong></em></td>\n<td><code>url</code>  <br /></td>\n<td><code>required</code>  <br />  <br />The unique URL of the card.</td>\n</tr>\n<tr>\n<td><em><strong>state</strong></em></td>\n<td><code>string</code></td>\n<td>The field that stores the state of the card, selected from predefined choices.  <br />  <br /><code>Choices</code>:  <br />\"A\" (Active State) - In Active state, the card URL and card QR Code are active and working. Both will lead the user to the card.  <br />  <br />\"S\" (Sleeping State) - In Sleeping state, the card URL and card QR Code are inactive and doesn't work. Both will lead the user to a <code>No Digital Business Card found</code> page.  <br />  <br />  <br /><code>default</code>: \"A\" (Active)</td>\n</tr>\n<tr>\n<td><em><strong>first_name</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code>  <br />  <br />The user's first name on the card.</td>\n</tr>\n<tr>\n<td><em><strong>last_name</strong></em></td>\n<td><code>string</code></td>\n<td><code>optional</code>  <br />  <br />The user's last name on the card.</td>\n</tr>\n<tr>\n<td><em><strong>address_url</strong></em></td>\n<td><code>string</code></td>\n<td><code>optional</code>  <br />  <br />The URL of the user's address in the card.</td>\n</tr>\n<tr>\n<td><em><strong>organization</strong></em></td>\n<td><code>integer</code></td>\n<td><br /><br /><p><code>required</code><br /><br />The ID of the organization to which the card belongs.</p><br /><br /></td>\n</tr>\n<tr>\n<td><em><strong>website</strong></em></td>\n<td><code>string</code></td>\n<td><code>optional</code>  <br />  <br />The website URL info added to the card.</td>\n</tr>\n<tr>\n<td><em><strong>company</strong></em></td>\n<td><code>string</code></td>\n<td><code>optional</code>  <br />  <br />The company name to be added in the card.</td>\n</tr>\n<tr>\n<td><em><strong>summary</strong></em></td>\n<td><code>string</code></td>\n<td><code>optional</code>  <br />  <br />The small description / information block to be added to the card.</td>\n</tr>\n<tr>\n<td><em><strong>logo_url</strong></em></td>\n<td><code>string</code></td>\n<td><code>optional</code>  <br />  <br />The URL of the logo to be added in the card.</td>\n</tr>\n<tr>\n<td><em><strong>designation</strong></em></td>\n<td><code>string</code></td>\n<td><code>optional</code>  <br />  <br />The user's designation to be added in the card.</td>\n</tr>\n<tr>\n<td><em><strong>customizations</strong></em></td>\n<td><code>JSON</code></td>\n<td><code>optional</code>  <br />  <br />The customization info related to the card. This customization object contains data related to card's visual formatting.  <br />  <br /><code>Example</code>: {  <br />\"background_color\": \"#EE4F4F\",  <br />\"user_info_color\": \"#FFFFFF\",  <br />\"secondary_color\": \"#000000\",  <br />\"font_style\": \"Open Sans\",  <br />\"title_font_size\": 24  <br />}  <br /><code>default</code>: {}</td>\n</tr>\n<tr>\n<td><em><strong>user_image_url</strong></em></td>\n<td><code>string</code></td>\n<td><code>optional</code>  <br />  <br />The URL of user's image to be added in the card.</td>\n</tr>\n<tr>\n<td><em><strong>social_links</strong></em></td>\n<td><code>JSON</code></td>\n<td><code>optional</code>  <br />  <br />The user's social links info to be added in the card.  <br />  <br /><code>default</code>: {}</td>\n</tr>\n<tr>\n<td><em><strong>phone_v2</strong></em></td>\n<td><code>JSON</code></td>\n<td><code>optional</code>  <br />  <br />  <br />The user's contacts info to be added in the card.  <br />  <br />  <br /><code>default</code>: []</td>\n</tr>\n<tr>\n<td><em><strong>email_v2</strong></em></td>\n<td><code>JSON</code></td>\n<td><code>optional</code>  <br />  <br />  <br />The user's email address to be added in the card.  <br />  <br />  <br /><code>default</code>: []</td>\n</tr>\n<tr>\n<td><em><strong>address_v2</strong></em></td>\n<td><code>string</code></td>\n<td><code>optional</code>  <br />  <br />The user's address related info to be added in the card.</td>\n</tr>\n<tr>\n<td><em><strong>website_v2</strong></em></td>\n<td><code>JSON</code></td>\n<td><code>optional</code>  <br />  <br />The user's website to be added in the card.  <br />  <br /><code>default</code>: []</td>\n</tr>\n<tr>\n<td><em><strong>pronouns_v2</strong></em></td>\n<td><code>string</code></td>\n<td><code>optional</code>  <br />  <br />The user's pronouns to be added in the card.</td>\n</tr>\n<tr>\n<td><em><strong>autodownload_v2</strong></em></td>\n<td><code>boolean</code></td>\n<td>A boolean flag indicating auto download value of the card.  <br />  <br /><code>default</code>: False</td>\n</tr>\n<tr>\n<td><em><strong>layout</strong></em></td>\n<td><code>string</code></td>\n<td>The layout choice for the card selected from predefined choices  <br />  <br /><code>Choices</code>:  <br /><code>LAYOUT1</code>: '1'  <br /><code>LAYOUT2</code>: '2'  <br /><code>DEFAULT</code>: '3'  <br /><code>LAYOUT4</code>: '4'  <br /><code>LAYOUT5</code>: '5'  <br /><code>LAYOUT6</code>: '6'  <br />  <br /><code>default</code>:  <br /><code>DEFAULT</code>: '3'</td>\n</tr>\n<tr>\n<td><em><strong>custom_fields</strong></em></td>\n<td><code>JSON</code></td>\n<td><code>optional</code>  <br />  <br />The custom fields and values to be added to the card.  <br />  <br /><code>default</code>: []</td>\n</tr>\n<tr>\n<td><em><strong>prefix</strong></em></td>\n<td><code>string</code></td>\n<td><code>optional</code>  <br />  <br />The prefix of the user in the card.</td>\n</tr>\n<tr>\n<td><em><strong>suffix</strong></em></td>\n<td><code>string</code></td>\n<td><code>optional</code>  <br />  <br />The suffix of the user in the card.</td>\n</tr>\n<tr>\n<td><em><strong>department</strong></em></td>\n<td><code>string</code></td>\n<td><code>optional</code>  <br />  <br />The user's deaprtment name to be added to the card.</td>\n</tr>\n<tr>\n<td><em><strong>jwt_update_token</strong></em></td>\n<td><code>string</code></td>\n<td><code>optional</code>  <br />  <br />The JWT token for the update action of the card.</td>\n</tr>\n<tr>\n<td><em><strong>is_template</strong></em></td>\n<td><code>boolean</code></td>\n<td>A boolean flag indicating whether this card is a template or not.  <br />  <br /><code>default</code>: False</td>\n</tr>\n<tr>\n<td><em><strong>template</strong></em></td>\n<td><code>JSON</code></td>\n<td><code>optional</code>  <br />  <br />The template of the current card in json form.  <br />  <br /><code>default</code>: {}</td>\n</tr>\n<tr>\n<td><em><strong>location_enabled</strong></em></td>\n<td><code>boolean</code></td>\n<td>A boolean flag indicating if GPS Location Tracking feature is enabled for this card.  <br />  <br /><code>default</code>: False</td>\n</tr>\n<tr>\n<td><em><strong>created</strong></em></td>\n<td><code>datetime</code></td>\n<td>The date and time when the current card was created.</td>\n</tr>\n<tr>\n<td><em><strong>updated</strong></em></td>\n<td><code>datetime</code></td>\n<td>The date and time when the current card was last updated.</td>\n</tr>\n<tr>\n<td><em><strong>maintainer</strong></em></td>\n<td><code>integer</code></td>\n<td><code>optional</code>  <br />  <br />The ID of the user who will act as the maintainer of this card.</td>\n</tr>\n<tr>\n<td><em><strong>card_owner</strong></em></td>\n<td><code>integer</code></td>\n<td><code>optional</code>  <br />  <br />The ID of the user who is the assigned owner of this card.</td>\n</tr>\n<tr>\n<td><em><strong>meta</strong></em></td>\n<td><code>JSON</code></td>\n<td><code>optional</code>  <br />  <br />The meta data of the card in JSON format. This is an extra underlying information about the card.  <br />  <br /><code>default</code>: {}</td>\n</tr>\n<tr>\n<td><em><strong>lead_collection</strong></em></td>\n<td><code>boolean</code></td>\n<td>A boolean flag indicating whether we want to collect contacts for the current card.  <br />  <br /><code>default</code>: False</td>\n</tr>\n<tr>\n<td><em><strong>lead_attribute</strong></em></td>\n<td><code>integer</code></td>\n<td><code>optional</code>  <br />  <br />The ID of the contact attribute of the current card. The contact attribute tells us about the type of contact related information being collected.</td>\n</tr>\n<tr>\n<td><em><strong>custom_domain</strong></em></td>\n<td><code>integer</code></td>\n<td><code>optional</code>  <br />  <br />The ID of the custom domain of the current card.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>LeadAttribute</code></strong> <strong>object (LeadAttribute associated with the</strong> <strong><code>DigitalBusinessCard</code></strong>):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>id</strong></em></td>\n<td><code>integer</code></td>\n<td><br />  <br /><code>read only</code>  <br />  <br />  <br />The unique identifier of the contact attribute.  <br />  <br /></td>\n</tr>\n<tr>\n<td><em><strong>phone</strong></em></td>\n<td><code>boolean</code></td>\n<td><br /><br /><p>A boolean flag indicating whether we want phone number as contact attribute.<br /><br /><code>default</code>: False</p><br /><br /></td>\n</tr>\n<tr>\n<td><em><strong>designation</strong></em></td>\n<td><code>boolean</code></td>\n<td><br /><br /><p>A boolean flag indicating whether we want designation as contact attribute.<br /><br /><code>default</code>: False</p><br /><br /></td>\n</tr>\n<tr>\n<td><em><strong>notes</strong></em></td>\n<td><code>boolean</code></td>\n<td><br /><br /><p>A boolean flag indicating whether we want notes as contact attribute.<br /><br /><code>default</code>: False</p><br /><br /></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>CustomDomain</code></strong> <strong>object (CustomDomain associated with the</strong> <strong><code>DigitalBusinessCard</code></strong>):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>id</strong></em></td>\n<td><code>integer</code></td>\n<td><br />  <br /><code>read only</code>  <br />  <br />  <br />The unique identifier of the custom domain.  <br />  <br /></td>\n</tr>\n<tr>\n<td><em><strong>name</strong></em></td>\n<td><code>string</code></td>\n<td><br />  <br /><code>optional</code>  <br />  <br />  <br />The name given to the custom domain.  <br />  <br /></td>\n</tr>\n<tr>\n<td><em><strong>domain</strong></em></td>\n<td><code>string</code></td>\n<td><br />  <br /><code>required</code>  <br />  <br />  <br />The value of the custom domain.  <br />  <br /></td>\n</tr>\n<tr>\n<td><em><strong>organization</strong></em></td>\n<td><code>integer</code></td>\n<td><br /><br /><p><code>required</code><br /><br />The ID of the organization associated with this custom domain.</p><br /><br /></td>\n</tr>\n<tr>\n<td><em><strong>cname_verified</strong></em></td>\n<td><code>JSONField</code></td>\n<td><br />  <br /><code>optional</code>  <br />  <br />  <br />The CName verification info associated with the custom domain in JSON form.  <br />  <br />  <br /><code>default</code>:  <br />{  <br />\"qr\": False,  <br />\"dbc\": False  <br />}  <br />  <br /></td>\n</tr>\n<tr>\n<td><em><strong>qr_ssl</strong></em></td>\n<td><code>JSONField</code></td>\n<td><br /><br /><p><code>optional</code><br /><br /><br />The SSL config for QR Code associated with the custom domain in JSON form.<br /><br /><br /><code>default</code>:<br />{<br />\"ssl_certificate_arn\": None,<br />\"ssl_certificate_description\": None,<br />\"verified\": False,<br />\"loadbalancer_arn\": None<br />}</p><br /><br /></td>\n</tr>\n<tr>\n<td><em><strong>dbc_ssl</strong></em></td>\n<td><code>JSONField</code></td>\n<td><br /><br /><p><code>optional</code><br /><br /><br />The SSL config for the card associated with the custom domain in JSON form.<br /><br /><br /><code>default</code>:<br />{<br />\"ssl_certificate_arn\": None,<br />\"ssl_certificate_description\": None,<br />\"verified\": False,<br />\"loadbalancer_arn\": None<br />}</p><br /><br /></td>\n</tr>\n<tr>\n<td><em><strong>created</strong></em></td>\n<td><code>datetime</code></td>\n<td><br />  <br />The date and time when the current card was created.  <br />  <br /></td>\n</tr>\n<tr>\n<td><em><strong>updated</strong></em></td>\n<td><code>datetime</code></td>\n<td><br /><br /><p>The date and time when the current card was last updated.</p><br /><br /></td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Refer</em> <a href>User</a> <em>section and</em> <a href>Organization</a> <em>section for more details about the User and Organization models associated with DigitalBusinessCard.</em></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"5aaaa1cb-027b-4c2f-9bdd-ca69c156c638"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d17bad23-67ec-44a4-9937-d807bcdf51a4"}}],"_postman_id":"d631da62-b420-41d9-b0f6-d094455991ef"},{"name":"Tag","item":[{"name":"List tags","id":"f177a6d9-cd89-41de-99e5-b5f27af84aa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}"}],"url":"https://api.uniqode.com/api/2.0/tags/?name__icontains=","description":"<p>List tags</p>\n","urlObject":{"path":["2.0","tags",""],"host":["https://api.uniqode.com/api"],"query":[{"disabled":true,"key":"organization","value":"1189"},{"key":"name__icontains","value":""}],"variable":[]}},"response":[],"_postman_id":"f177a6d9-cd89-41de-99e5-b5f27af84aa8"},{"name":"Get tag","id":"293a36fb-5631-4067-ab67-f654b988b573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}"}],"url":"https://api.uniqode.com/api/2.0/tags/859/","description":"<p>Get a single tag</p>\n","urlObject":{"path":["2.0","tags","859",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"293a36fb-5631-4067-ab67-f654b988b573"},{"name":"Update tag","id":"297c5e60-47c4-4611-880f-681b5fbf8e4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{TOKEN}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n            \"id\": 859,\n            \"name\": \"hi\",\n            \"slug\": \"hi\",\n            \"organization\": 1284,\n            \"beacon_set\": [ 1189\n            ]\n        }"},"url":"https://api.uniqode.com/api/2.0/tags/859/","description":"<p>Update a tag</p>\n","urlObject":{"path":["2.0","tags","859",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"297c5e60-47c4-4611-880f-681b5fbf8e4e"},{"name":"Create tag","id":"56f578da-ce02-4f18-b539-4cdeec43bb40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token 08ddda7aabcbecfa54b29f6d032d7d289eb241b5"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Shashank Beacons label 1\",\n    \"color\": \"#0079bf\",\n    \"organization\": 1697,\n    \"qrcode_set\": [],\n    \"beacon_set\": [],\n    \"nfctag_set\": [],\n    \"geofence_set\": []\n}"},"url":"https://api.uniqode.com/api/2.0/tags/","description":"<p>Create a new tag</p>\n","urlObject":{"path":["2.0","tags",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"56f578da-ce02-4f18-b539-4cdeec43bb40"},{"name":"Delete tag","id":"bb63d2ff-5378-4a7e-81ea-c2a79ab87475","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{TOKEN}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.uniqode.com/api/2.0/tags/1047/","description":"<p>Delete a tag</p>\n","urlObject":{"path":["2.0","tags","1047",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb63d2ff-5378-4a7e-81ea-c2a79ab87475"}],"id":"7a6eca49-9021-426b-b07d-49a33bbb120a","description":"<p><code>Tag</code> objects allow you to perform actions on tags, which can be used to add a label to your <code>QRCode</code> objects, and filter the QR codes, and their analytics using these labels.</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<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td><code>integer</code></td>\n<td><code>read only</code>  <br />Unique identifier of the Tag</td>\n</tr>\n<tr>\n<td><strong>name</strong></td>\n<td><code>string</code></td>\n<td><code>required</code>  <br />The name of the Tag</td>\n</tr>\n<tr>\n<td><strong>color</strong></td>\n<td><code>string</code></td>\n<td>Hexadecimal code for the color of the Tag. eg: '#C9C9C9'</td>\n</tr>\n<tr>\n<td><strong>organization</strong></td>\n<td><code>integer</code></td>\n<td><code>required</code>  <br />  <br />Id of the organization to which the Tag belongs</td>\n</tr>\n<tr>\n<td><strong>maintainer</strong></td>\n<td><code>integer</code></td>\n<td>ID of the user that maintains the Tag</td>\n</tr>\n<tr>\n<td><strong>created</strong></td>\n<td><code>timestamp</code></td>\n<td><code>read only</code>  <br />  <br />Created timestamp of the Tag</td>\n</tr>\n<tr>\n<td><strong>updated</strong></td>\n<td><code>timestamp</code></td>\n<td><code>read only</code>  <br />  <br />Last updated timestamp of the Tag</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7a6eca49-9021-426b-b07d-49a33bbb120a"},{"name":"Analytics","item":[{"name":"Get individual product performance","id":"f71df629-67c0-41d0-bcb4-aa65e1f35466","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"product_id\": 53182,\n\t\"from\": \"1579158356477\",\n\t\"to\": \"1883317799999\",\n\t\"product_type\": \"qr\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/reporting/2.0/?organization={{ORG_ID}}&method=Products.getPerformance","description":"<p>Returns the performance of the product in terms of number of scans/impressions served for the given duration at the specified intervals.</p>\n<br />\n\n<p><strong>Request data fields:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>product_id</strong></em></td>\n<td><code>integer</code></td>\n<td><code>required</code> <p> ID of the Product</p></td>\n</tr>\n<tr>\n<td><em><strong>from</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>required</code> <p> Timestamp of the start of the duration in epoch millis</p></td>\n</tr>\n<tr>\n<td><em><strong>to</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>required</code> <p> Timestamp of the end of the duration in epoch millis</p></td>\n</tr>\n<tr>\n<td><em><strong>interval</strong></em></td>\n<td><code>string</code></td>\n<td>Interval for fetching the performance data <p> Default: <code>1d</code></p> <p> Options for suffixes: <code>y</code>, <code>M</code>, <code>d</code>, <code>h</code>, <code>m</code>, <code>s</code>, <code>w</code>)</p></td>\n</tr>\n<tr>\n<td><em><strong>timezone</strong></em></td>\n<td><code>string</code></td>\n<td>Timezone <p> Default: <code>UTC</code></p></td>\n</tr>\n<tr>\n<td><em><strong>product_type</strong></em></td>\n<td><code>string</code></td>\n<td>Product Type</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<p><strong>Response data:</strong></p>\n<p>Returns data with the column values in the format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    \"product_id\",\n    \"product_name\",\n    \"product_identifier\",\n    \"total_notification_count\",\n    \"total_impression_count\",\n    \"total_ctr\",\n    \"place_id\",\n    \"place_name\",\n    [\n        [\n            \"epoch_date\",\n            \"notification_count\",\n            \"impression_count\",\n            \"ctr\"\n        ]\n    ]\n]\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>product_id</strong></em></td>\n<td><code>integer</code></td>\n<td>ID of the Product</td>\n</tr>\n<tr>\n<td><em><strong>product_name</strong></em></td>\n<td><code>string</code></td>\n<td>Name of the Product</td>\n</tr>\n<tr>\n<td><em><strong>product_identifier</strong></em></td>\n<td><code>string</code></td>\n<td>URL pointed by the Product</td>\n</tr>\n<tr>\n<td><em><strong>total_notification_count</strong></em></td>\n<td><code>integer</code></td>\n<td>Number of notifications sent out <em>not relevant for QR Codes &amp; NFC Tags</em></td>\n</tr>\n<tr>\n<td><em><strong>total_impression_count</strong></em></td>\n<td><code>integer</code></td>\n<td>Number of times the product was viewed</td>\n</tr>\n<tr>\n<td><em><strong>total_ctr</strong></em></td>\n<td><code>decimal</code></td>\n<td>Total click through rate for the duration <em>not relevant for QR Codes &amp; NFC Tags</em></td>\n</tr>\n<tr>\n<td><em><strong>place_id</strong></em></td>\n<td><code>integer</code></td>\n<td>ID of the place the Product was deployed at</td>\n</tr>\n<tr>\n<td><em><strong>place_name</strong></em></td>\n<td><code>string</code></td>\n<td>Name of the place the Product was deployed at</td>\n</tr>\n<tr>\n<td><em><strong>epoch_date</strong></em></td>\n<td><code>timestamp</code></td>\n<td>Start time of the time interval</td>\n</tr>\n<tr>\n<td><em><strong>notification_count</strong></em></td>\n<td><code>timestamp</code></td>\n<td>Number of notifications sent for the interval <em>not relevant for QR Codes &amp; NFC Tags</em></td>\n</tr>\n<tr>\n<td><em><strong>impression_count</strong></em></td>\n<td><code>integer</code></td>\n<td>Number of times the Product was viewed in the interval</td>\n</tr>\n<tr>\n<td><em><strong>ctr</strong></em></td>\n<td><code>decimal</code></td>\n<td>Click Through Rate in the interval <em>not relevant for QR Codes &amp; NFC Tags</em></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0",""],"host":["https://api.uniqode.com/reporting"],"query":[{"key":"organization","value":"{{ORG_ID}}"},{"key":"method","value":"Products.getPerformance"}],"variable":[]}},"response":[],"_postman_id":"f71df629-67c0-41d0-bcb4-aa65e1f35466"},{"name":"Export full analytics in CSV file","id":"77c3de55-6312-4136-a962-b2de1a731baf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"product_id\": [],\n\t\"from\": \"1579158356477\",\n\t\"to\": \"1883317799999\",\n\t\"product_type\": \"qr\",\n    \"email\": \"support@uniqode.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/reporting/2.0/?organization={{ORG_ID}}&method=Csv.getLocationData","description":"<p>Sends an email to the specified address with a CSV file consisting of every metric of analytics for the specified duration associated with the given Product/Products.  </p>\n<p>Note: If the size of the CSV file generated exceeds 5MB, the email sent will contain a link to download password protected zip file.</p>\n<p><strong>Request data fields:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>product_id</strong></em></td>\n<td><code>list</code> [<code>integer</code>]</td>\n<td><code>required</code><br /><br />List of Product IDs you want to export the analytics for</td>\n</tr>\n<tr>\n<td><em><strong>from</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>required</code><br /><br />Timestamp of the start of the duration in epoch millis</td>\n</tr>\n<tr>\n<td><em><strong>to</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>required</code><br /><br />Timestamp of the end of the duration in epoch millis</td>\n</tr>\n<tr>\n<td><em><strong>timezone</strong></em></td>\n<td><code>string</code></td>\n<td>Timezone<br /><br />Default: <code>UTC</code></td>\n</tr>\n<tr>\n<td><em><strong>product_type</strong></em></td>\n<td><code>string</code></td>\n<td>Product Type</td>\n</tr>\n<tr>\n<td><em><strong>email</strong></em></td>\n<td><code>string</code></td>\n<td>Email address to export the analytics data to</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Returns combined data for all Products in the account if empty</em> <code>_product_id_</code> <em>(</em><code>_[]_</code><em>) is passed.</em></p>\n<p>If <code>email</code> is not passed, the mail is automatically sent to the email of the user making the request.</p>\n<p><strong>Response data:</strong></p>\n<p>Returns the response as shown below when email is sent successfully.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"columns\": 1,\n    \"points\": 1\n}\n\n</code></pre>\n","urlObject":{"path":["2.0",""],"host":["https://api.uniqode.com/reporting"],"query":[{"key":"organization","value":"{{ORG_ID}}"},{"key":"method","value":"Csv.getLocationData"}],"variable":[]}},"response":[],"_postman_id":"77c3de55-6312-4136-a962-b2de1a731baf"},{"name":"OS distribution","id":"d32785c9-7230-4c05-bd32-1ac93af205b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"product_id\": 53182,\n\t\"from\": \"1579158356477\",\n\t\"to\": \"1883317799999\",\n\t\"product_type\": \"qr\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/reporting/2.0/?organization={{ORG_ID}}&method=Products.getOsDistribution","description":"<p>Returns the operating systems of devices that were used to scan/view the Product.</p>\n<br />\n\n<p><strong>Request data fields:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>product_id</strong></em></td>\n<td><code>integer</code></td>\n<td><code>required</code> <p> ID of the Product</p></td>\n</tr>\n<tr>\n<td><em><strong>from</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>required</code> <p> Timestamp of the start of the duration in epoch millis</p></td>\n</tr>\n<tr>\n<td><em><strong>to</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>required</code> <p> Timestamp of the end of the duration in epoch millis</p></td>\n</tr>\n<tr>\n<td><em><strong>timezone</strong></em></td>\n<td><code>string</code></td>\n<td>Timezone <p> Default: <code>UTC</code></p></td>\n</tr>\n<tr>\n<td><em><strong>product_type</strong></em></td>\n<td><code>string</code></td>\n<td>Product Type</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Returns combined data for all Products in the account if empty <code>product_id</code> (<code>[]</code>) is passed.</em></p>\n<br />\n\n<p><strong>Response data:</strong></p>\n<p>Returns the operating system under <code>columns</code>, and number of devices belonging to that operating system which were used to scan/view the Product under <code>points</code>.</p>\n<br />\n\n<p><em>Operating systems considered</em></p>\n<p><code>Android</code>, <code>iOS</code>, <code>iPadOS</code>, <code>Mac</code>, <code>Windows</code></p>\n<p>Devices that do not use either of the above mentioned Operating Systems will be classified as <code>other</code></p>\n","urlObject":{"path":["2.0",""],"host":["https://api.uniqode.com/reporting"],"query":[{"key":"organization","value":"{{ORG_ID}}"},{"key":"method","value":"Products.getOsDistribution"}],"variable":[]}},"response":[],"_postman_id":"d32785c9-7230-4c05-bd32-1ac93af205b4"},{"name":"City distribution","id":"ac9766ac-cbc0-4d4a-b21d-a450e224665e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"product_id\": 53182,\n\t\"from\": \"1579158356477\",\n\t\"to\": \"1883317799999\",\n\t\"product_type\": \"qr\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/reporting/2.0/?organization={{ORG_ID}}&method=Products.getCityDistribution","description":"<p>Returns the cities from where the Product was scanned/viewed.</p>\n<br />\n\n<p><strong>Request data fields:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>product_id</strong></em></td>\n<td><code>list</code>[<code>integer</code>]</td>\n<td><code>required</code> <p> ID of the Product</p></td>\n</tr>\n<tr>\n<td><em><strong>from</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>required</code> <p> Timestamp of the start of the duration in epoch millis</p></td>\n</tr>\n<tr>\n<td><em><strong>to</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>required</code> <p> Timestamp of the end of the duration in epoch millis</p></td>\n</tr>\n<tr>\n<td><em><strong>timezone</strong></em></td>\n<td><code>string</code></td>\n<td>Timezone <p> Default: <code>UTC</code></p></td>\n</tr>\n<tr>\n<td><em><strong>product_type</strong></em></td>\n<td><code>string</code></td>\n<td>Product Type</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Returns combined data for all Products in the account if empty <code>product_id</code> (<code>[]</code>) is passed.</em></p>\n<br />\n\n<p><strong>Response data:</strong></p>\n<p>Returns the City under <code>columns</code>, and number of viewers who scanned/viewed the Product from that city under <code>points</code>.</p>\n<br />\n*Note: The city from where the Product was viewed is gathered from the user's IP address. Therefore, the information determined is approximate. For accurate data, enable GPS analytics for the Product from the Product(Beacon, QRCode, NFC Tag, Geofence) object.*","urlObject":{"path":["2.0",""],"host":["https://api.uniqode.com/reporting"],"query":[{"key":"organization","value":"{{ORG_ID}}"},{"key":"method","value":"Products.getCityDistribution"}],"variable":[]}},"response":[],"_postman_id":"ac9766ac-cbc0-4d4a-b21d-a450e224665e"},{"name":"Location Distribution","id":"0d5918d7-53be-4945-8ca7-2fd8f1b8d05d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"product_id\": 53182,\n\t\"from\": \"1579158356477\",\n\t\"to\": \"1883317799999\",\n\t\"product_type\": \"qr\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/reporting/2.0/?organization={{ORG_ID}}&method=Products.getLocationDetail","description":"<p>Returns the GPS location information of the users from where the Product was scanned. You need to enable the <code>location_enabled</code> field on the Product object (Beacon, QRCode, NFCTag, Geofence) for enabling the Product to collect the data. </p>\n<p>This data can only be retreived if the user allows permission from his/her device when prompted by the browser upon scanning/viewing the Product. If the user denies permisssion, an approximate location can sstill be determined based on the User's IP address.</p>\n<br />\n\n<p><strong>Request data fields:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>product_id</strong></em></td>\n<td><code>list</code>[<code>integer</code>]</td>\n<td><code>required</code> <p> ID of the Product</p></td>\n</tr>\n<tr>\n<td><em><strong>from</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>required</code> <p> Timestamp of the start of the duration in epoch millis</p></td>\n</tr>\n<tr>\n<td><em><strong>to</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>required</code> <p> Timestamp of the end of the duration in epoch millis</p></td>\n</tr>\n<tr>\n<td><em><strong>timezone</strong></em></td>\n<td><code>string</code></td>\n<td>Timezone <p> Default: <code>UTC</code></p></td>\n</tr>\n<tr>\n<td><em><strong>product_type</strong></em></td>\n<td><code>string</code></td>\n<td>Product Type</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Returns combined data for all Products in the account if empty <code>product_id</code> (<code>[]</code>) is passed.</em></p>\n<br />\n\n<p><strong>Response data:</strong></p>\n<p>Returns a list of lists with the following information.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>json\n[\n    \"time\",\n    \"ipAddress\",\n    \"userAgent\",\n    \"beacon\",\n    \"beaconURL\",\n    \"beaconName\",\n    \"fingerprint\",\n    [\n        \"city\",\n        \"postal\",\n        \"country_name\",\n        \"latitude\",\n        \"longitude\"\n    ],\n    [\n        \"street_number\",\n        \"sublocality_level_3\",\n        \"sublocality_level_2\",\n        \"sublocality_level_1\",\n        \"locality\",\n        \"administrative_area_level_2\",\n        \"administrative_area_level_1\",\n        \"postal_code\",\n        \"country\",\n        \"latitude\",\n        \"longitude\"\n    ]\n]\n</code></pre><p>General description:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>time</strong></em></td>\n<td><code>timestamp</code></td>\n<td>Time of the event</td>\n</tr>\n<tr>\n<td><em><strong>ipAddress</strong></em></td>\n<td><code>string</code></td>\n<td>IP address associated with the user's device when scanning/viewing the Product</td>\n</tr>\n<tr>\n<td><em><strong>userAgent</strong></em></td>\n<td><code>string</code></td>\n<td>The User-Agent of the device used to scan/view the Product</td>\n</tr>\n<tr>\n<td><em><strong>beacon</strong></em></td>\n<td><code>integer</code></td>\n<td>ID of the Product</td>\n</tr>\n<tr>\n<td><em><strong>beaconURL</strong></em></td>\n<td><code>string</code></td>\n<td>URL of the Product</td>\n</tr>\n<tr>\n<td><em><strong>beaconName</strong></em></td>\n<td><code>string</code></td>\n<td>Name of the Product</td>\n</tr>\n<tr>\n<td><em><strong>fingerprint</strong></em></td>\n<td><code>string</code></td>\n<td>Unique ID alloted to the user that scans/views the Product</td>\n</tr>\n</tbody>\n</table>\n</div><p>IP based location information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>city</strong></em></td>\n<td><code>string</code></td>\n<td>City from where the Product was scanned/viewed</td>\n</tr>\n<tr>\n<td><em><strong>postal</strong></em></td>\n<td><code>string</code></td>\n<td>Postal code of the region from where the Product was scanned/viewed</td>\n</tr>\n<tr>\n<td><em><strong>country_name</strong></em></td>\n<td><code>string</code></td>\n<td>Country from where the Product was scanned/viewed</td>\n</tr>\n<tr>\n<td><em><strong>latitude</strong></em></td>\n<td><code>decimal</code></td>\n<td>Latitude of the location</td>\n</tr>\n<tr>\n<td><em><strong>longitude</strong></em></td>\n<td><code>decimal</code></td>\n<td>Longitude of the location</td>\n</tr>\n</tbody>\n</table>\n</div><p>GPS based location information:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>street_number</strong></em></td>\n<td><code>string</code></td>\n<td>Street from where the Product was scanned/viewed</td>\n</tr>\n<tr>\n<td><em><strong>sublocality_level_3</strong></em></td>\n<td><code>string</code></td>\n<td>Address line 3 from where the Product was scanned/viewed</td>\n</tr>\n<tr>\n<td><em><strong>sublocality_level_2</strong></em></td>\n<td><code>string</code></td>\n<td>Address line 2 from where the Product was scanned/viewed</td>\n</tr>\n<tr>\n<td><em><strong>sublocality_level_1</strong></em></td>\n<td><code>string</code></td>\n<td>Address line 1 from where the Product was scanned/viewed</td>\n</tr>\n<tr>\n<td><em><strong>locality</strong></em></td>\n<td><code>string</code></td>\n<td>Locality from where the Product was scanned/viewed</td>\n</tr>\n<tr>\n<td><em><strong>administrative_area_level_2</strong></em></td>\n<td><code>string</code></td>\n<td>City from where the Product was scanned/viewed</td>\n</tr>\n<tr>\n<td><em><strong>administrative_area_level_1</strong></em></td>\n<td><code>string</code></td>\n<td>State from where the Product was scanned/viewed</td>\n</tr>\n<tr>\n<td><em><strong>postal_code</strong></em></td>\n<td><code>string</code></td>\n<td>Postal code of the region from where the Product was scanned/viewed</td>\n</tr>\n<tr>\n<td><em><strong>country</strong></em></td>\n<td><code>string</code></td>\n<td>Country from where the Product was scanned/viewed</td>\n</tr>\n<tr>\n<td><em><strong>latitude</strong></em></td>\n<td><code>decimal</code></td>\n<td>Latitude of the location</td>\n</tr>\n<tr>\n<td><em><strong>longitude</strong></em></td>\n<td><code>decimal</code></td>\n<td>Longitude of the location</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0",""],"host":["https://api.uniqode.com/reporting"],"query":[{"key":"organization","value":"{{ORG_ID}}"},{"key":"method","value":"Products.getLocationDetail"}],"variable":[]}},"response":[],"_postman_id":"0d5918d7-53be-4945-8ca7-2fd8f1b8d05d"},{"name":"Get Visitor distribution","id":"dabc8532-fbb5-44cf-9df6-a7adc1c73581","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"product_id\": 53182,\n\t\"from\": \"1579158356477\",\n\t\"to\": \"1883317799999\",\n\t\"product_type\": \"qr\",\n    \"interval\": \"1w\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/reporting/2.0/?organization={{ORG_ID}}&method=Products.getVisitorDistribution","description":"<p>Returns the visitor distribution of the Product in terms of number of scans/views served and number of unique viewers for the given duration at the specified intervals.</p>\n<br />\n**Request data fields:**\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>product_id</strong></em></td>\n<td><code>list</code> [<code>integer</code>]</td>\n<td><code>required</code> <p> ID of the Product</p></td>\n</tr>\n<tr>\n<td><em><strong>from</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>required</code> <p> Timestamp of the start of the duration in epoch millis</p></td>\n</tr>\n<tr>\n<td><em><strong>to</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>required</code> <p> Timestamp of the end of the duration in epoch millis</p></td>\n</tr>\n<tr>\n<td><em><strong>interval</strong></em></td>\n<td><code>string</code></td>\n<td>Interval for fetching the performance data <p> Default: <code>1d</code></p> <p> Options for suffixes: <code>y</code>, <code>M</code>, <code>d</code>, <code>h</code>, <code>m</code>, <code>s</code>, <code>w</code>)</p></td>\n</tr>\n<tr>\n<td><em><strong>timezone</strong></em></td>\n<td><code>string</code></td>\n<td>Timezone <p> Default: <code>UTC</code></p></td>\n</tr>\n<tr>\n<td><em><strong>product_type</strong></em></td>\n<td><code>string</code></td>\n<td>Product Type</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Returns combined data for all Products in the account if empty <code>product_id</code> (<code>[]</code>) is passed.</em></p>\n<br />\n\n<p><strong>Response data</strong></p>\n<p>Returns a list of values for columns based on the interval:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    \"epoch_date\",\n    \"total_visitors\",\n    \"unique_visitors\"\n]\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>epoch_date</strong></em></td>\n<td><code>timestamp</code></td>\n<td>Start time for the data</td>\n</tr>\n<tr>\n<td><em><strong>total_visitors</strong></em></td>\n<td><code>string</code></td>\n<td>Number of viewers that scanned/viewed the Product for the interval starting from <code>epoch_date</code></td>\n</tr>\n<tr>\n<td><em><strong>unique_visitors</strong></em></td>\n<td><code>string</code></td>\n<td>Number of unique viewers that scanned/viewed the Product for the interval starting from <code>epoch_date</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0",""],"host":["https://api.uniqode.com/reporting"],"query":[{"key":"organization","value":"{{ORG_ID}}"},{"key":"method","value":"Products.getVisitorDistribution"}],"variable":[]}},"response":[],"_postman_id":"dabc8532-fbb5-44cf-9df6-a7adc1c73581"},{"name":"Time of day distribution","id":"bae25a70-6b14-4269-929a-fae39b588ceb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n\t\"from\": \"1579158356477\",\n\t\"to\": \"1679158356477\",\n\t\"product_type\": \"qr\",\n    \"timezone\": \"Asia/Kolkata\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/reporting/2.0/?organization={{ORG_ID}}&method=Products.getTimeOfDayDistribution","description":"<p>Returns the visitor distribution of the Product in terms of number of scans served and number of unique viewers for the given duration at the specified intervals.</p>\n<br />\n\n<p><strong>Request data fields:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>product_id</strong></em></td>\n<td><code>list</code> [<code>integer</code>]</td>\n<td><code>required</code> <p> ID of the Product</p></td>\n</tr>\n<tr>\n<td><em><strong>from</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>required</code> <p> Timestamp of the start of the duration in epoch millis</p></td>\n</tr>\n<tr>\n<td><em><strong>to</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>required</code> <p> Timestamp of the end of the duration in epoch millis</p></td>\n</tr>\n<tr>\n<td><em><strong>timezone</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code> Timezone <p> Default: <code>UTC</code></p></td>\n</tr>\n<tr>\n<td><em><strong>product_type</strong></em></td>\n<td><code>string</code></td>\n<td>Product Type</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Returns combined data for all Products in the account if empty <code>product_id</code> (<code>[]</code>) is passed.</em></p>\n<br />\n\n<p><strong>Response data</strong></p>\n<p>Returns the days of the week under <code>columns</code> starting from Monday.</p>\n<p><code>points</code> contains a list of JSON objects with hour of the day and number of times the Product was viewed during that hour of the day.</p>\n","urlObject":{"path":["2.0",""],"host":["https://api.uniqode.com/reporting"],"query":[{"key":"organization","value":"{{ORG_ID}}"},{"key":"method","value":"Products.getTimeOfDayDistribution"}],"variable":[]}},"response":[],"_postman_id":"bae25a70-6b14-4269-929a-fae39b588ceb"}],"id":"937923e0-5f5a-4cd6-859c-491204e6e744","description":"<p>Analytics APIs allow you to analyse and assess the performance of your Products in Uniqode.</p>\n<h3 id=\"mandatory-data\">Mandatory data:</h3>\n<p>Organization ID needs to be passed as <code>organization</code> in query params.</p>\n<p>The duration of analytics data should be passed in epoch millis as <code>from</code> and <code>to</code> in request body for all requests.</p>\n<p><code>product_type</code> is also a mandatory field and should be passed in the request body based on the type of the product you are requesting the analytics for.</p>\n<p><strong>Product - Product Type map</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Product</th>\n<th>product_type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>QR Code</strong></em></td>\n<td><code>qr</code></td>\n</tr>\n<tr>\n<td><em><strong>NFC Tag</strong></em></td>\n<td><code>nfc</code></td>\n</tr>\n<tr>\n<td><em><strong>Geofence</strong></em></td>\n<td><code>geofence</code></td>\n</tr>\n<tr>\n<td><em><strong>Beacon</strong></em></td>\n<td><code>beacon</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"data-is-returned-in-the-format\">Data is returned in the format</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"points\": [\n        ...\n    ],\n    \"columns\": [\n        ...\n    ]\n}\n\n</code></pre>\n<hr />\n","event":[{"listen":"prerequest","script":{"id":"90a13fa5-29f4-4837-ae70-2d3472260fa4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a92c1e0e-a2fc-44c7-8633-aedb4a78ad37","type":"text/javascript","exec":[""]}}],"_postman_id":"937923e0-5f5a-4cd6-859c-491204e6e744"},{"name":"Landing Page (Markdown Card)","item":[{"name":"List all Landing Pages","id":"c839322a-f35b-438d-b8c3-d2ac2a83a805","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"url":"https://api.uniqode.com/api/2.0/markdowncards/","description":"<p>List all the Markdown objects in your account. You can filter and paginate your results using query params.</p>\n<p>Returns paginated response consising of:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>count</code></td>\n<td><code>integer</code></td>\n<td>Total number of Markdown Cards</td>\n</tr>\n<tr>\n<td><code>next</code></td>\n<td><code>string</code></td>\n<td>URL to view Markdown Cards if the total number exceeds the specified page size</td>\n</tr>\n<tr>\n<td><code>previous</code></td>\n<td><code>string</code></td>\n<td>URL to view Markdown Cards in the previous page when traversing through the paginated responses</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><code>list</code></td>\n<td>List of Markdown Card objects</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","markdowncards",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c839322a-f35b-438d-b8c3-d2ac2a83a805"},{"name":"Create Landing Page","id":"d6eb0fc1-4a26-4771-ac53-ed04dd35e626","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"organization\": {{ORG_ID}},\n    \"title\": \"\",\n    \"markdown_body\": \"\",\n    \"html_body\": \"\",\n    \"css_body\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/markdowncards/","description":"<p>Creates a Landing Page based on the parameters passed in the request body.</p>\n","urlObject":{"path":["2.0","markdowncards",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6eb0fc1-4a26-4771-ac53-ed04dd35e626"},{"name":"Retreive a Landing Page","id":"6d368107-858f-456b-a08f-790bdadda160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/markdowncards/41819/","description":"<p>Retrieves the details of the specified landing page. You need only supply the unique landing page identifier that was returned upon listing.</p>\n","urlObject":{"path":["2.0","markdowncards","41819",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d368107-858f-456b-a08f-790bdadda160"},{"name":"Update a Landing Page","id":"8c54c97a-6e22-41b1-b253-c444172d5cf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"organization\": {{ORG_ID}},\n    \"title\": \"Updated Title\",\n    \"markdown_body\": \"\",\n    \"html_body\": \"\",\n    \"css_body\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/markdowncards/{{markdown_card_id}}/","description":"<p>Updates the Landing Page specified based on the ID by setting the values of the parameters passed. Any parameters not provided will be left unchanged. However, the request should contain the required fields.</p>\n","urlObject":{"path":["2.0","markdowncards","{{markdown_card_id}}",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c54c97a-6e22-41b1-b253-c444172d5cf8"}],"id":"bba22a24-340e-44bb-866c-96ae830325b6","description":"<p>Create mobile-friendly landing pages for users to view/interact with your content.</p>\n<p><code>Landing Page (Markdown Card)</code> attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>id</strong></em></td>\n<td><code>integer</code></td>\n<td>Unique identifier of the object</td>\n</tr>\n<tr>\n<td><em><strong>title</strong></em></td>\n<td><code>string</code></td>\n<td>Name of the Landing page</td>\n</tr>\n<tr>\n<td><em><strong>version</strong></em></td>\n<td><code>integer</code></td>\n<td>Version of landing page (<code>1</code> or <code>2</code>)</td>\n</tr>\n<tr>\n<td><em><strong>default</strong></em></td>\n<td><code>boolean</code></td>\n<td>Indicates whether page is a default page</td>\n</tr>\n<tr>\n<td><em><strong>card_theme</strong></em></td>\n<td><code>integer</code></td>\n<td>Theme for the page</td>\n</tr>\n<tr>\n<td><em><strong>custom_theme</strong></em></td>\n<td><code>integer</code></td>\n<td>ID of the custom theme</td>\n</tr>\n<tr>\n<td><em><strong>custom_theme_data</strong></em></td>\n<td><code>object</code></td>\n<td>Details of the custom theme used</td>\n</tr>\n<tr>\n<td><em><strong>theme_data</strong></em></td>\n<td><code>object</code></td>\n<td>Details of the card theme used</td>\n</tr>\n<tr>\n<td><em><strong>markdown_body</strong></em></td>\n<td><code>string</code></td>\n<td>Data to be displayed in markdown format</td>\n</tr>\n<tr>\n<td><em><strong>html_body</strong></em></td>\n<td><code>string</code></td>\n<td>Data to be displayed in HTML format</td>\n</tr>\n<tr>\n<td><em><strong>css_body</strong></em></td>\n<td><code>string</code></td>\n<td>CSS styling for the page</td>\n</tr>\n<tr>\n<td><em><strong>organization</strong></em></td>\n<td><code>integer</code></td>\n<td>ID of the organization the Landing page belongs to</td>\n</tr>\n<tr>\n<td><em><strong>maintainer</strong></em></td>\n<td><code>integer</code></td>\n<td>ID of the user the Landing page is maintained by</td>\n</tr>\n<tr>\n<td><em><strong>created</strong></em></td>\n<td><code>timestamp</code></td>\n<td>Creation timestamp</td>\n</tr>\n<tr>\n<td><em><strong>updated</strong></em></td>\n<td><code>timestamp</code></td>\n<td>Updation timestamp</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"34feddf7-6021-470e-990c-6cacc17f6434","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d9e67b35-7fd3-40fe-9659-84b546b0ac51","type":"text/javascript","exec":[""]}}],"_postman_id":"bba22a24-340e-44bb-866c-96ae830325b6"},{"name":"Feedback Form","item":[{"name":"List Forms","id":"a77318b2-21a1-4731-8ac6-d750d042cb43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/forms/","description":"<p>List all the Feedback Forms in your account. You can filter and paginate your results using query params.</p>\n<p>Returns paginated response consising of:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>count</code></td>\n<td><code>integer</code></td>\n<td>Total number of Forms</td>\n</tr>\n<tr>\n<td><code>next</code></td>\n<td><code>string</code></td>\n<td>URL to view Forms in the next page if the total number exceeds the specified page size</td>\n</tr>\n<tr>\n<td><code>previous</code></td>\n<td><code>string</code></td>\n<td>URL to view Forms in the previous page when traversing through the paginated response</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><code>list</code></td>\n<td>List of Form objects</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","forms",""],"host":["https://api.uniqode.com/api"],"query":[{"disabled":true,"description":{"content":"<p>Filter based on part of the Form title</p>\n","type":"text/plain"},"key":"title__icontains","value":"Test"}],"variable":[]}},"response":[],"_postman_id":"a77318b2-21a1-4731-8ac6-d750d042cb43"},{"name":"Create Form","id":"835b58c2-9738-4809-a856-fc162a6b1f2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"form_structure\": {\n        \"type\": \"form\",\n        \"logic\": [\n            {\n                \"ref\": \"5e18502f-3a4e-4894-9f03-dce6d78e0bb5\",\n                \"type\": \"field\",\n                \"actions\": [\n                    {\n                        \"action\": \"add\",\n                        \"details\": {\n                            \"value\": {\n                                \"type\": \"constant\",\n                                \"value\": 1\n                            },\n                            \"target\": {\n                                \"type\": \"variable\",\n                                \"value\": \"score\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"is\",\n                            \"vars\": [\n                                {\n                                    \"type\": \"field\",\n                                    \"value\": \"5e18502f-3a4e-4894-9f03-dce6d78e0bb5\"\n                                },\n                                {\n                                    \"type\": \"choice\",\n                                    \"value\": \"6d60fc0e-6645-4966-84d8-10b90e37960e\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            {\n                \"ref\": \"5a0f2b02-2302-4029-bfaf-ddb3d9446713\",\n                \"type\": \"field\",\n                \"actions\": [\n                    {\n                        \"action\": \"add\",\n                        \"details\": {\n                            \"value\": {\n                                \"type\": \"constant\",\n                                \"value\": 1\n                            },\n                            \"target\": {\n                                \"type\": \"variable\",\n                                \"value\": \"score\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"is\",\n                            \"vars\": [\n                                {\n                                    \"type\": \"field\",\n                                    \"value\": \"5a0f2b02-2302-4029-bfaf-ddb3d9446713\"\n                                },\n                                {\n                                    \"type\": \"choice\",\n                                    \"value\": \"6c24ccce-a159-4cf6-866c-9cd4d3bb4650\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"action\": \"add\",\n                        \"details\": {\n                            \"value\": {\n                                \"type\": \"constant\",\n                                \"value\": 1\n                            },\n                            \"target\": {\n                                \"type\": \"variable\",\n                                \"value\": \"score\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"is\",\n                            \"vars\": [\n                                {\n                                    \"type\": \"field\",\n                                    \"value\": \"5a0f2b02-2302-4029-bfaf-ddb3d9446713\"\n                                },\n                                {\n                                    \"type\": \"choice\",\n                                    \"value\": \"cca8c5c0-7536-4e95-bd88-4444066c2a39\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"action\": \"add\",\n                        \"details\": {\n                            \"value\": {\n                                \"type\": \"constant\",\n                                \"value\": 1\n                            },\n                            \"target\": {\n                                \"type\": \"variable\",\n                                \"value\": \"score\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"is\",\n                            \"vars\": [\n                                {\n                                    \"type\": \"field\",\n                                    \"value\": \"5a0f2b02-2302-4029-bfaf-ddb3d9446713\"\n                                },\n                                {\n                                    \"type\": \"choice\",\n                                    \"value\": \"1539a61e-73d8-48cb-a04d-3a61b082d689\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"action\": \"add\",\n                        \"details\": {\n                            \"value\": {\n                                \"type\": \"constant\",\n                                \"value\": 1\n                            },\n                            \"target\": {\n                                \"type\": \"variable\",\n                                \"value\": \"score\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"is\",\n                            \"vars\": [\n                                {\n                                    \"type\": \"field\",\n                                    \"value\": \"5a0f2b02-2302-4029-bfaf-ddb3d9446713\"\n                                },\n                                {\n                                    \"type\": \"choice\",\n                                    \"value\": \"80afef6d-fb4e-4dda-a973-99e9353dbb9a\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"action\": \"add\",\n                        \"details\": {\n                            \"value\": {\n                                \"type\": \"constant\",\n                                \"value\": 1\n                            },\n                            \"target\": {\n                                \"type\": \"variable\",\n                                \"value\": \"score\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"is\",\n                            \"vars\": [\n                                {\n                                    \"type\": \"field\",\n                                    \"value\": \"5a0f2b02-2302-4029-bfaf-ddb3d9446713\"\n                                },\n                                {\n                                    \"type\": \"choice\",\n                                    \"value\": \"e4af5729-08f4-433b-9e5c-c7fbf64cba7a\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            {\n                \"ref\": \"ce43e9ac-2e20-4318-9a45-e2143f29c13b\",\n                \"type\": \"field\",\n                \"actions\": [\n                    {\n                        \"action\": \"add\",\n                        \"details\": {\n                            \"value\": {\n                                \"type\": \"constant\",\n                                \"value\": 1\n                            },\n                            \"target\": {\n                                \"type\": \"variable\",\n                                \"value\": \"score\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"is\",\n                            \"vars\": [\n                                {\n                                    \"type\": \"field\",\n                                    \"value\": \"ce43e9ac-2e20-4318-9a45-e2143f29c13b\"\n                                },\n                                {\n                                    \"type\": \"choice\",\n                                    \"value\": \"b7cb8a79-e557-4a3c-990c-9ac835c8c7c7\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            {\n                \"ref\": \"083443e3-69e4-4bd8-a84a-05e6d14dabed\",\n                \"type\": \"field\",\n                \"actions\": [\n                    {\n                        \"action\": \"add\",\n                        \"details\": {\n                            \"value\": {\n                                \"type\": \"constant\",\n                                \"value\": 1\n                            },\n                            \"target\": {\n                                \"type\": \"variable\",\n                                \"value\": \"score\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"is\",\n                            \"vars\": [\n                                {\n                                    \"type\": \"field\",\n                                    \"value\": \"083443e3-69e4-4bd8-a84a-05e6d14dabed\"\n                                },\n                                {\n                                    \"type\": \"choice\",\n                                    \"value\": \"a0d57cef-6603-45b1-9cac-eb7e6387c76a\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            {\n                \"ref\": \"00a0cdbb-12a2-4ce1-9e0d-806996936828\",\n                \"type\": \"field\",\n                \"actions\": [\n                    {\n                        \"action\": \"jump\",\n                        \"details\": {\n                            \"to\": {\n                                \"type\": \"thankyou\",\n                                \"value\": \"f4b1a41d-c28a-4b8c-941b-a681f4c25e2b\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"greater_equal_than\",\n                            \"vars\": [\n                                {\n                                    \"type\": \"variable\",\n                                    \"value\": \"score\"\n                                },\n                                {\n                                    \"type\": \"constant\",\n                                    \"value\": 1\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"action\": \"jump\",\n                        \"details\": {\n                            \"to\": {\n                                \"type\": \"thankyou\",\n                                \"value\": \"8778f1ad-dfed-4e46-8c82-7c537acfcb63\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"always\",\n                            \"vars\": []\n                        }\n                    }\n                ]\n            }\n        ],\n        \"theme\": {\n            \"href\": \"https://api.typeform.com/themes/ZyKW7J\"\n        },\n        \"title\": \"Test Form\",\n        \"_links\": {\n            \"display\": \"https://eddypro.typeform.com/to/EN78iMBv\"\n        },\n        \"fields\": [\n            {\n                \"ref\": \"cf81e0bf-7f04-4d29-a2a2-c99b47c1cedd\",\n                \"type\": \"statement\",\n                \"title\": \"This self-declaration form is put together in alignment with World Health Organization's Covid-19 outbreak guidelines. \\n\\nKeep us informed so that we can help you stay safe in these challenging times\",\n                \"properties\": {\n                    \"hide_marks\": false,\n                    \"button_text\": \"Continue\"\n                }\n            },\n            {\n                \"ref\": \"bb5aa51c-e8d4-4f47-8371-3856c6dea423\",\n                \"type\": \"email\",\n                \"title\": \"What's your email id?\",\n                \"properties\": {\n                    \"description\": \"This will help us keep you informed in the event a COVID-19 positive case is discovered in our premises\"\n                },\n                \"validations\": {\n                    \"required\": true\n                }\n            },\n            {\n                \"ref\": \"ea4ee3b0-5dc3-4c66-9071-b2dde0dea41a\",\n                \"type\": \"phone_number\",\n                \"title\": \"What's your mobile number?\",\n                \"properties\": {\n                    \"description\": \"This will help us keep you informed in the event a COVID-19 positive case is discovered in our premises\",\n                    \"default_country_code\": \"US\"\n                },\n                \"validations\": {\n                    \"required\": true\n                }\n            },\n            {\n                \"ref\": \"094fd986-95bf-4ff5-9a42-4ad25145fe11\",\n                \"type\": \"short_text\",\n                \"title\": \"Which doctor are you here to consult today?\",\n                \"properties\": {\n                    \"description\": \"(Doctor name)\"\n                },\n                \"validations\": {\n                    \"required\": true\n                }\n            },\n            {\n                \"ref\": \"5e18502f-3a4e-4894-9f03-dce6d78e0bb5\",\n                \"type\": \"multiple_choice\",\n                \"title\": \"Have you travelled to an international or domestic location in the past 3 weeks?\",\n                \"attachment\": {\n                    \"href\": \"https://images.typeform.com/images/fkaRQkYF6sdw\",\n                    \"type\": \"image\"\n                },\n                \"properties\": {\n                    \"choices\": [\n                        {\n                            \"ref\": \"6d60fc0e-6645-4966-84d8-10b90e37960e\",\n                            \"label\": \"Yes\"\n                        },\n                        {\n                            \"ref\": \"0e002a1c-25aa-4eae-9563-66e2fe40665a\",\n                            \"label\": \"No\"\n                        }\n                    ],\n                    \"randomize\": false,\n                    \"allow_other_choice\": false,\n                    \"vertical_alignment\": true,\n                    \"allow_multiple_selection\": false\n                },\n                \"validations\": {\n                    \"required\": true\n                }\n            },\n            {\n                \"ref\": \"b99521ba-9e6f-4357-8ed5-acf6740833d7\",\n                \"type\": \"multiple_choice\",\n                \"title\": \"What's your gender?\",\n                \"properties\": {\n                    \"choices\": [\n                        {\n                            \"ref\": \"fe283bb3-7f06-43d1-83e8-dd48e663e904\",\n                            \"label\": \"Male\"\n                        },\n                        {\n                            \"ref\": \"bc0f3b2e-786d-41c4-b1e1-771878288ea5\",\n                            \"label\": \"Female\"\n                        }\n                    ],\n                    \"randomize\": false,\n                    \"allow_other_choice\": false,\n                    \"vertical_alignment\": true,\n                    \"allow_multiple_selection\": false\n                },\n                \"validations\": {\n                    \"required\": false\n                }\n            },\n            {\n                \"ref\": \"5a0f2b02-2302-4029-bfaf-ddb3d9446713\",\n                \"type\": \"multiple_choice\",\n                \"title\": \"Have you experienced any of these symptoms in the last 2 weeks?\",\n                \"attachment\": {\n                    \"href\": \"https://images.typeform.com/images/Wy9iM7YpWDKf\",\n                    \"type\": \"image\"\n                },\n                \"properties\": {\n                    \"choices\": [\n                        {\n                            \"ref\": \"6c24ccce-a159-4cf6-866c-9cd4d3bb4650\",\n                            \"label\": \"Cold and cough\"\n                        },\n                        {\n                            \"ref\": \"c7955809-de34-43df-b116-102e16c85a86\",\n                            \"label\": \"Running nose\"\n                        },\n                        {\n                            \"ref\": \"cca8c5c0-7536-4e95-bd88-4444066c2a39\",\n                            \"label\": \"Shortness of breath\"\n                        },\n                        {\n                            \"ref\": \"1539a61e-73d8-48cb-a04d-3a61b082d689\",\n                            \"label\": \"Sore throat\"\n                        },\n                        {\n                            \"ref\": \"80afef6d-fb4e-4dda-a973-99e9353dbb9a\",\n                            \"label\": \"Fever\"\n                        },\n                        {\n                            \"ref\": \"e4af5729-08f4-433b-9e5c-c7fbf64cba7a\",\n                            \"label\": \"Unsure\"\n                        },\n                        {\n                            \"ref\": \"e1b0c83f-704a-4526-be14-0b31572b84c1\",\n                            \"label\": \"None of the above\"\n                        }\n                    ],\n                    \"randomize\": false,\n                    \"allow_other_choice\": false,\n                    \"vertical_alignment\": true,\n                    \"allow_multiple_selection\": false\n                },\n                \"validations\": {\n                    \"required\": true\n                }\n            },\n            {\n                \"ref\": \"ce43e9ac-2e20-4318-9a45-e2143f29c13b\",\n                \"type\": \"multiple_choice\",\n                \"title\": \"Do any of your family members have the above symptoms?\",\n                \"attachment\": {\n                    \"href\": \"https://images.typeform.com/images/bYducJ2kQEzi\",\n                    \"type\": \"image\"\n                },\n                \"properties\": {\n                    \"choices\": [\n                        {\n                            \"ref\": \"b7cb8a79-e557-4a3c-990c-9ac835c8c7c7\",\n                            \"label\": \"Yes\"\n                        },\n                        {\n                            \"ref\": \"90e2efeb-a40d-4540-a1b7-b5c0bfd177d1\",\n                            \"label\": \"No\"\n                        }\n                    ],\n                    \"randomize\": false,\n                    \"allow_other_choice\": false,\n                    \"vertical_alignment\": true,\n                    \"allow_multiple_selection\": false\n                },\n                \"validations\": {\n                    \"required\": true\n                }\n            },\n            {\n                \"ref\": \"083443e3-69e4-4bd8-a84a-05e6d14dabed\",\n                \"type\": \"multiple_choice\",\n                \"title\": \"Have you been in contact with someone with flu in the past 2 weeks?\",\n                \"attachment\": {\n                    \"href\": \"https://images.typeform.com/images/QkbPABHjUrqQ\",\n                    \"type\": \"image\"\n                },\n                \"properties\": {\n                    \"choices\": [\n                        {\n                            \"ref\": \"a0d57cef-6603-45b1-9cac-eb7e6387c76a\",\n                            \"label\": \"Yes\"\n                        },\n                        {\n                            \"ref\": \"88a8788c-adcf-47ad-af25-890ae332da53\",\n                            \"label\": \"No\"\n                        },\n                        {\n                            \"ref\": \"0b3f78b9-569e-4bb1-9fb9-c62ca505f466\",\n                            \"label\": \"Not sure\"\n                        }\n                    ],\n                    \"randomize\": false,\n                    \"allow_other_choice\": false,\n                    \"vertical_alignment\": true,\n                    \"allow_multiple_selection\": false\n                },\n                \"validations\": {\n                    \"required\": true\n                }\n            },\n            {\n                \"ref\": \"00a0cdbb-12a2-4ce1-9e0d-806996936828\",\n                \"type\": \"statement\",\n                \"title\": \"I declare all above to be true. I am aware that I may be held liable for knowingly providing incorrect information\",\n                \"properties\": {\n                    \"hide_marks\": false,\n                    \"button_text\": \"Continue\"\n                }\n            }\n        ],\n        \"settings\": {\n            \"meta\": {\n                \"allow_indexing\": false\n            },\n            \"is_trial\": false,\n            \"language\": \"en\",\n            \"is_public\": true,\n            \"progress_bar\": \"percentage\",\n            \"notifications\": {\n                \"self\": {\n                    \"enabled\": true,\n                    \"message\": \"Your typeform {{form:title}} has a new response:\\n{{form:all_answers}}\\n\\nTeam Beaconstac\\n\",\n                    \"subject\": \"Typeform: New response for {{form:title}}\",\n                    \"recipients\": [\n                        \"hari.a+5678@mobstac.com\"\n                    ]\n                },\n                \"respondent\": {\n                    \"enabled\": true,\n                    \"message\": \"Hello,\\nWe’ve received your submission.\\n{{form:all_answers}}\\nThank you & have a nice day!\",\n                    \"subject\": \"Typeform: Thank you for filling out {{form:title}}\",\n                    \"recipient\": \"{{field:bb5aa51c-e8d4-4f47-8371-3856c6dea423}}\"\n                }\n            },\n            \"show_progress_bar\": true,\n            \"are_uploads_public\": false,\n            \"show_typeform_branding\": false\n        },\n        \"variables\": {\n            \"score\": 0\n        },\n        \"workspace\": {\n            \"href\": \"https://api.typeform.com/workspaces/11932656\"\n        },\n        \"welcome_screens\": [\n            {\n                \"ref\": \"c4474bbc-156f-4e1d-b585-057bd0461eaf\",\n                \"title\": \"We are dedicated to prevent the spread of the novel coronavirus.\\n\\nFill in the form to get access & enjoy a risk-free time inside!\",\n                \"attachment\": {\n                    \"href\": \"https://images.typeform.com/images/ctp4n62CsDMm\",\n                    \"type\": \"image\"\n                },\n                \"properties\": {\n                    \"button_text\": \"GET STARTED\",\n                    \"show_button\": true\n                }\n            }\n        ],\n        \"thankyou_screens\": [\n            {\n                \"ref\": \"8778f1ad-dfed-4e46-8c82-7c537acfcb63\",\n                \"title\": \"Present this screen at the entrance to get access\",\n                \"attachment\": {\n                    \"href\": \"https://images.typeform.com/images/btDfqrgjA7wN\",\n                    \"type\": \"image\"\n                },\n                \"properties\": {\n                    \"button_mode\": \"reload\",\n                    \"button_text\": \"again\",\n                    \"share_icons\": false,\n                    \"show_button\": true\n                }\n            },\n            {\n                \"ref\": \"f4b1a41d-c28a-4b8c-941b-a681f4c25e2b\",\n                \"title\": \"Based on your answers, we have a few additional queries, please speak with our representative\",\n                \"attachment\": {\n                    \"href\": \"https://images.typeform.com/images/yvbArZPNmXj5\",\n                    \"type\": \"image\"\n                },\n                \"properties\": {\n                    \"button_mode\": \"reload\",\n                    \"button_text\": \"again\",\n                    \"share_icons\": false,\n                    \"show_button\": true\n                }\n            },\n            {\n                \"ref\": \"default_tys\",\n                \"title\": \"Done! Your information was sent perfectly.\",\n                \"properties\": {\n                    \"share_icons\": false,\n                    \"show_button\": false\n                }\n            }\n        ]\n    },\n    \"default\": false,\n    \"title\": \"Test Form\",\n    \"url\": \"https://eddypro.typeform.com/to/EN78iMBv\",\n    \"form_id\": \"EN78iMBv\",\n    \"form_type\": \"TY\",\n    \"sms_structure\": {},\n    \"email_structure\": {},\n    \"meta\": {},\n    \"created\": \"2020-08-10T13:02:37.625442+05:30\",\n    \"updated\": \"2020-08-10T13:02:37.625457+05:30\",\n    \"organization\": 15406,\n    \"beacons\": [],\n    \"form_response_count\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/forms/","urlObject":{"path":["2.0","forms",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"835b58c2-9738-4809-a856-fc162a6b1f2a"},{"name":"Retreive a Form","id":"b4ed6efb-0077-4c42-a0f6-b42a5a5de1a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/forms/49958/","description":"<p>Retrieves the details of the specified Form. You need only supply the unique Form identifier that was returned upon listing.</p>\n","urlObject":{"path":["2.0","forms","49958",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4ed6efb-0077-4c42-a0f6-b42a5a5de1a0"},{"name":"Update a Form","id":"5b18abde-012c-42fb-9edf-05dc23014329","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"form_structure\": {\n        \"type\": \"form\",\n        \"logic\": [\n            {\n                \"ref\": \"5e18502f-3a4e-4894-9f03-dce6d78e0bb5\",\n                \"type\": \"field\",\n                \"actions\": [\n                    {\n                        \"action\": \"add\",\n                        \"details\": {\n                            \"value\": {\n                                \"type\": \"constant\",\n                                \"value\": 1\n                            },\n                            \"target\": {\n                                \"type\": \"variable\",\n                                \"value\": \"score\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"is\",\n                            \"vars\": [\n                                {\n                                    \"type\": \"field\",\n                                    \"value\": \"5e18502f-3a4e-4894-9f03-dce6d78e0bb5\"\n                                },\n                                {\n                                    \"type\": \"choice\",\n                                    \"value\": \"6d60fc0e-6645-4966-84d8-10b90e37960e\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            {\n                \"ref\": \"5a0f2b02-2302-4029-bfaf-ddb3d9446713\",\n                \"type\": \"field\",\n                \"actions\": [\n                    {\n                        \"action\": \"add\",\n                        \"details\": {\n                            \"value\": {\n                                \"type\": \"constant\",\n                                \"value\": 1\n                            },\n                            \"target\": {\n                                \"type\": \"variable\",\n                                \"value\": \"score\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"is\",\n                            \"vars\": [\n                                {\n                                    \"type\": \"field\",\n                                    \"value\": \"5a0f2b02-2302-4029-bfaf-ddb3d9446713\"\n                                },\n                                {\n                                    \"type\": \"choice\",\n                                    \"value\": \"6c24ccce-a159-4cf6-866c-9cd4d3bb4650\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"action\": \"add\",\n                        \"details\": {\n                            \"value\": {\n                                \"type\": \"constant\",\n                                \"value\": 1\n                            },\n                            \"target\": {\n                                \"type\": \"variable\",\n                                \"value\": \"score\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"is\",\n                            \"vars\": [\n                                {\n                                    \"type\": \"field\",\n                                    \"value\": \"5a0f2b02-2302-4029-bfaf-ddb3d9446713\"\n                                },\n                                {\n                                    \"type\": \"choice\",\n                                    \"value\": \"cca8c5c0-7536-4e95-bd88-4444066c2a39\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"action\": \"add\",\n                        \"details\": {\n                            \"value\": {\n                                \"type\": \"constant\",\n                                \"value\": 1\n                            },\n                            \"target\": {\n                                \"type\": \"variable\",\n                                \"value\": \"score\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"is\",\n                            \"vars\": [\n                                {\n                                    \"type\": \"field\",\n                                    \"value\": \"5a0f2b02-2302-4029-bfaf-ddb3d9446713\"\n                                },\n                                {\n                                    \"type\": \"choice\",\n                                    \"value\": \"1539a61e-73d8-48cb-a04d-3a61b082d689\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"action\": \"add\",\n                        \"details\": {\n                            \"value\": {\n                                \"type\": \"constant\",\n                                \"value\": 1\n                            },\n                            \"target\": {\n                                \"type\": \"variable\",\n                                \"value\": \"score\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"is\",\n                            \"vars\": [\n                                {\n                                    \"type\": \"field\",\n                                    \"value\": \"5a0f2b02-2302-4029-bfaf-ddb3d9446713\"\n                                },\n                                {\n                                    \"type\": \"choice\",\n                                    \"value\": \"80afef6d-fb4e-4dda-a973-99e9353dbb9a\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"action\": \"add\",\n                        \"details\": {\n                            \"value\": {\n                                \"type\": \"constant\",\n                                \"value\": 1\n                            },\n                            \"target\": {\n                                \"type\": \"variable\",\n                                \"value\": \"score\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"is\",\n                            \"vars\": [\n                                {\n                                    \"type\": \"field\",\n                                    \"value\": \"5a0f2b02-2302-4029-bfaf-ddb3d9446713\"\n                                },\n                                {\n                                    \"type\": \"choice\",\n                                    \"value\": \"e4af5729-08f4-433b-9e5c-c7fbf64cba7a\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            {\n                \"ref\": \"ce43e9ac-2e20-4318-9a45-e2143f29c13b\",\n                \"type\": \"field\",\n                \"actions\": [\n                    {\n                        \"action\": \"add\",\n                        \"details\": {\n                            \"value\": {\n                                \"type\": \"constant\",\n                                \"value\": 1\n                            },\n                            \"target\": {\n                                \"type\": \"variable\",\n                                \"value\": \"score\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"is\",\n                            \"vars\": [\n                                {\n                                    \"type\": \"field\",\n                                    \"value\": \"ce43e9ac-2e20-4318-9a45-e2143f29c13b\"\n                                },\n                                {\n                                    \"type\": \"choice\",\n                                    \"value\": \"b7cb8a79-e557-4a3c-990c-9ac835c8c7c7\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            {\n                \"ref\": \"083443e3-69e4-4bd8-a84a-05e6d14dabed\",\n                \"type\": \"field\",\n                \"actions\": [\n                    {\n                        \"action\": \"add\",\n                        \"details\": {\n                            \"value\": {\n                                \"type\": \"constant\",\n                                \"value\": 1\n                            },\n                            \"target\": {\n                                \"type\": \"variable\",\n                                \"value\": \"score\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"is\",\n                            \"vars\": [\n                                {\n                                    \"type\": \"field\",\n                                    \"value\": \"083443e3-69e4-4bd8-a84a-05e6d14dabed\"\n                                },\n                                {\n                                    \"type\": \"choice\",\n                                    \"value\": \"a0d57cef-6603-45b1-9cac-eb7e6387c76a\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            },\n            {\n                \"ref\": \"00a0cdbb-12a2-4ce1-9e0d-806996936828\",\n                \"type\": \"field\",\n                \"actions\": [\n                    {\n                        \"action\": \"jump\",\n                        \"details\": {\n                            \"to\": {\n                                \"type\": \"thankyou\",\n                                \"value\": \"f4b1a41d-c28a-4b8c-941b-a681f4c25e2b\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"greater_equal_than\",\n                            \"vars\": [\n                                {\n                                    \"type\": \"variable\",\n                                    \"value\": \"score\"\n                                },\n                                {\n                                    \"type\": \"constant\",\n                                    \"value\": 1\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"action\": \"jump\",\n                        \"details\": {\n                            \"to\": {\n                                \"type\": \"thankyou\",\n                                \"value\": \"8778f1ad-dfed-4e46-8c82-7c537acfcb63\"\n                            }\n                        },\n                        \"condition\": {\n                            \"op\": \"always\",\n                            \"vars\": []\n                        }\n                    }\n                ]\n            }\n        ],\n        \"theme\": {\n            \"href\": \"https://api.typeform.com/themes/ZyKW7J\"\n        },\n        \"title\": \"new Title\",\n        \"_links\": {\n            \"display\": \"https://eddypro.typeform.com/to/EN78iMBv\"\n        },\n        \"fields\": [\n            {\n                \"ref\": \"cf81e0bf-7f04-4d29-a2a2-c99b47c1cedd\",\n                \"type\": \"statement\",\n                \"title\": \"This self-declaration form is put together in alignment with World Health Organization's Covid-19 outbreak guidelines. \\n\\nKeep us informed so that we can help you stay safe in these challenging times\",\n                \"properties\": {\n                    \"hide_marks\": false,\n                    \"button_text\": \"Continue\"\n                }\n            },\n            {\n                \"ref\": \"bb5aa51c-e8d4-4f47-8371-3856c6dea423\",\n                \"type\": \"email\",\n                \"title\": \"What's your email id?\",\n                \"properties\": {\n                    \"description\": \"This will help us keep you informed in the event a COVID-19 positive case is discovered in our premises\"\n                },\n                \"validations\": {\n                    \"required\": true\n                }\n            },\n            {\n                \"ref\": \"ea4ee3b0-5dc3-4c66-9071-b2dde0dea41a\",\n                \"type\": \"phone_number\",\n                \"title\": \"What's your mobile number?\",\n                \"properties\": {\n                    \"description\": \"This will help us keep you informed in the event a COVID-19 positive case is discovered in our premises\",\n                    \"default_country_code\": \"US\"\n                },\n                \"validations\": {\n                    \"required\": true\n                }\n            },\n            {\n                \"ref\": \"094fd986-95bf-4ff5-9a42-4ad25145fe11\",\n                \"type\": \"short_text\",\n                \"title\": \"Which doctor are you here to consult today?\",\n                \"properties\": {\n                    \"description\": \"(Doctor name)\"\n                },\n                \"validations\": {\n                    \"required\": true\n                }\n            },\n            {\n                \"ref\": \"5e18502f-3a4e-4894-9f03-dce6d78e0bb5\",\n                \"type\": \"multiple_choice\",\n                \"title\": \"Have you travelled to an international or domestic location in the past 3 weeks?\",\n                \"attachment\": {\n                    \"href\": \"https://images.typeform.com/images/fkaRQkYF6sdw\",\n                    \"type\": \"image\"\n                },\n                \"properties\": {\n                    \"choices\": [\n                        {\n                            \"ref\": \"6d60fc0e-6645-4966-84d8-10b90e37960e\",\n                            \"label\": \"Yes\"\n                        },\n                        {\n                            \"ref\": \"0e002a1c-25aa-4eae-9563-66e2fe40665a\",\n                            \"label\": \"No\"\n                        }\n                    ],\n                    \"randomize\": false,\n                    \"allow_other_choice\": false,\n                    \"vertical_alignment\": true,\n                    \"allow_multiple_selection\": false\n                },\n                \"validations\": {\n                    \"required\": true\n                }\n            },\n            {\n                \"ref\": \"b99521ba-9e6f-4357-8ed5-acf6740833d7\",\n                \"type\": \"multiple_choice\",\n                \"title\": \"What's your gender?\",\n                \"properties\": {\n                    \"choices\": [\n                        {\n                            \"ref\": \"fe283bb3-7f06-43d1-83e8-dd48e663e904\",\n                            \"label\": \"Male\"\n                        },\n                        {\n                            \"ref\": \"bc0f3b2e-786d-41c4-b1e1-771878288ea5\",\n                            \"label\": \"Female\"\n                        }\n                    ],\n                    \"randomize\": false,\n                    \"allow_other_choice\": false,\n                    \"vertical_alignment\": true,\n                    \"allow_multiple_selection\": false\n                },\n                \"validations\": {\n                    \"required\": false\n                }\n            },\n            {\n                \"ref\": \"5a0f2b02-2302-4029-bfaf-ddb3d9446713\",\n                \"type\": \"multiple_choice\",\n                \"title\": \"Have you experienced any of these symptoms in the last 2 weeks?\",\n                \"attachment\": {\n                    \"href\": \"https://images.typeform.com/images/Wy9iM7YpWDKf\",\n                    \"type\": \"image\"\n                },\n                \"properties\": {\n                    \"choices\": [\n                        {\n                            \"ref\": \"6c24ccce-a159-4cf6-866c-9cd4d3bb4650\",\n                            \"label\": \"Cold and cough\"\n                        },\n                        {\n                            \"ref\": \"c7955809-de34-43df-b116-102e16c85a86\",\n                            \"label\": \"Running nose\"\n                        },\n                        {\n                            \"ref\": \"cca8c5c0-7536-4e95-bd88-4444066c2a39\",\n                            \"label\": \"Shortness of breath\"\n                        },\n                        {\n                            \"ref\": \"1539a61e-73d8-48cb-a04d-3a61b082d689\",\n                            \"label\": \"Sore throat\"\n                        },\n                        {\n                            \"ref\": \"80afef6d-fb4e-4dda-a973-99e9353dbb9a\",\n                            \"label\": \"Fever\"\n                        },\n                        {\n                            \"ref\": \"e4af5729-08f4-433b-9e5c-c7fbf64cba7a\",\n                            \"label\": \"Unsure\"\n                        },\n                        {\n                            \"ref\": \"e1b0c83f-704a-4526-be14-0b31572b84c1\",\n                            \"label\": \"None of the above\"\n                        }\n                    ],\n                    \"randomize\": false,\n                    \"allow_other_choice\": false,\n                    \"vertical_alignment\": true,\n                    \"allow_multiple_selection\": false\n                },\n                \"validations\": {\n                    \"required\": true\n                }\n            },\n            {\n                \"ref\": \"ce43e9ac-2e20-4318-9a45-e2143f29c13b\",\n                \"type\": \"multiple_choice\",\n                \"title\": \"Do any of your family members have the above symptoms?\",\n                \"attachment\": {\n                    \"href\": \"https://images.typeform.com/images/bYducJ2kQEzi\",\n                    \"type\": \"image\"\n                },\n                \"properties\": {\n                    \"choices\": [\n                        {\n                            \"ref\": \"b7cb8a79-e557-4a3c-990c-9ac835c8c7c7\",\n                            \"label\": \"Yes\"\n                        },\n                        {\n                            \"ref\": \"90e2efeb-a40d-4540-a1b7-b5c0bfd177d1\",\n                            \"label\": \"No\"\n                        }\n                    ],\n                    \"randomize\": false,\n                    \"allow_other_choice\": false,\n                    \"vertical_alignment\": true,\n                    \"allow_multiple_selection\": false\n                },\n                \"validations\": {\n                    \"required\": true\n                }\n            },\n            {\n                \"ref\": \"083443e3-69e4-4bd8-a84a-05e6d14dabed\",\n                \"type\": \"multiple_choice\",\n                \"title\": \"Have you been in contact with someone with flu in the past 2 weeks?\",\n                \"attachment\": {\n                    \"href\": \"https://images.typeform.com/images/QkbPABHjUrqQ\",\n                    \"type\": \"image\"\n                },\n                \"properties\": {\n                    \"choices\": [\n                        {\n                            \"ref\": \"a0d57cef-6603-45b1-9cac-eb7e6387c76a\",\n                            \"label\": \"Yes\"\n                        },\n                        {\n                            \"ref\": \"88a8788c-adcf-47ad-af25-890ae332da53\",\n                            \"label\": \"No\"\n                        },\n                        {\n                            \"ref\": \"0b3f78b9-569e-4bb1-9fb9-c62ca505f466\",\n                            \"label\": \"Not sure\"\n                        }\n                    ],\n                    \"randomize\": false,\n                    \"allow_other_choice\": false,\n                    \"vertical_alignment\": true,\n                    \"allow_multiple_selection\": false\n                },\n                \"validations\": {\n                    \"required\": true\n                }\n            },\n            {\n                \"ref\": \"00a0cdbb-12a2-4ce1-9e0d-806996936828\",\n                \"type\": \"statement\",\n                \"title\": \"I declare all above to be true. I am aware that I may be held liable for knowingly providing incorrect information\",\n                \"properties\": {\n                    \"hide_marks\": false,\n                    \"button_text\": \"Continue\"\n                }\n            }\n        ],\n        \"settings\": {\n            \"meta\": {\n                \"allow_indexing\": false\n            },\n            \"is_trial\": false,\n            \"language\": \"en\",\n            \"is_public\": true,\n            \"progress_bar\": \"percentage\",\n            \"notifications\": {\n                \"self\": {\n                    \"enabled\": true,\n                    \"message\": \"Your typeform {{form:title}} has a new response:\\n{{form:all_answers}}\\n\\nTeam Beaconstac\\n\",\n                    \"subject\": \"Typeform: New response for {{form:title}}\",\n                    \"recipients\": [\n                        \"hari.a+5678@mobstac.com\"\n                    ]\n                },\n                \"respondent\": {\n                    \"enabled\": true,\n                    \"message\": \"Hello,\\nWe’ve received your submission.\\n{{form:all_answers}}\\nThank you & have a nice day!\",\n                    \"subject\": \"Typeform: Thank you for filling out {{form:title}}\",\n                    \"recipient\": \"{{field:bb5aa51c-e8d4-4f47-8371-3856c6dea423}}\"\n                }\n            },\n            \"show_progress_bar\": true,\n            \"are_uploads_public\": false,\n            \"show_typeform_branding\": false\n        },\n        \"variables\": {\n            \"score\": 0\n        },\n        \"workspace\": {\n            \"href\": \"https://api.typeform.com/workspaces/11932656\"\n        },\n        \"welcome_screens\": [\n            {\n                \"ref\": \"c4474bbc-156f-4e1d-b585-057bd0461eaf\",\n                \"title\": \"We are dedicated to prevent the spread of the novel coronavirus.\\n\\nFill in the form to get access & enjoy a risk-free time inside!\",\n                \"attachment\": {\n                    \"href\": \"https://images.typeform.com/images/ctp4n62CsDMm\",\n                    \"type\": \"image\"\n                },\n                \"properties\": {\n                    \"button_text\": \"GET STARTED\",\n                    \"show_button\": true\n                }\n            }\n        ],\n        \"thankyou_screens\": [\n            {\n                \"ref\": \"8778f1ad-dfed-4e46-8c82-7c537acfcb63\",\n                \"title\": \"Present this screen at the entrance to get access\",\n                \"attachment\": {\n                    \"href\": \"https://images.typeform.com/images/btDfqrgjA7wN\",\n                    \"type\": \"image\"\n                },\n                \"properties\": {\n                    \"button_mode\": \"reload\",\n                    \"button_text\": \"again\",\n                    \"share_icons\": false,\n                    \"show_button\": true\n                }\n            },\n            {\n                \"ref\": \"f4b1a41d-c28a-4b8c-941b-a681f4c25e2b\",\n                \"title\": \"Based on your answers, we have a few additional queries, please speak with our representative\",\n                \"attachment\": {\n                    \"href\": \"https://images.typeform.com/images/yvbArZPNmXj5\",\n                    \"type\": \"image\"\n                },\n                \"properties\": {\n                    \"button_mode\": \"reload\",\n                    \"button_text\": \"again\",\n                    \"share_icons\": false,\n                    \"show_button\": true\n                }\n            },\n            {\n                \"ref\": \"default_tys\",\n                \"title\": \"Done! Your information was sent perfectly.\",\n                \"properties\": {\n                    \"share_icons\": false,\n                    \"show_button\": false\n                }\n            }\n        ]\n    },\n    \"title\": \"new Title\",\n    \"form_id\": \"EN78iMBv\",\n    \"form_type\": \"TY\",\n    \"sms_structure\": {},\n    \"email_structure\": {},\n    \"organization\": 15406\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/forms/54024/","description":"<p>Updates the Feedback Form specified based on the ID by setting the values of the parameters passed. Any parameters not provided will be left unchanged. However, the request should contain the required fields.</p>\n","urlObject":{"path":["2.0","forms","54024",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b18abde-012c-42fb-9edf-05dc23014329"},{"name":"Fetch Form responses","id":"a778eff3-a893-45f2-b9b7-1ce7d379e6bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/forms/54024/responses/?page_size=5&since=1587468650975&until=1604687400000&timezone=Asia/Kolkata&organization={{ORG_ID}}","description":"<p>Fetch Form responses for a given Form based on its ID.</p>\n","urlObject":{"path":["2.0","forms","54024","responses",""],"host":["https://api.uniqode.com/api"],"query":[{"description":{"content":"<p>No of responses in a single page</p>\n","type":"text/plain"},"key":"page_size","value":"5"},{"description":{"content":"<p>Timestamp starting date in epoch millis </p>\n","type":"text/plain"},"key":"since","value":"1587468650975"},{"description":{"content":"<p>Timestamp end date in epoch millis </p>\n","type":"text/plain"},"key":"until","value":"1604687400000"},{"description":{"content":"<p>Timezone</p>\n","type":"text/plain"},"key":"timezone","value":"Asia/Kolkata"},{"description":{"content":"<p>Organization ID</p>\n","type":"text/plain"},"key":"organization","value":"{{ORG_ID}}"}],"variable":[]}},"response":[],"_postman_id":"a778eff3-a893-45f2-b9b7-1ce7d379e6bc"}],"id":"0e10f6cf-1f70-47cd-bb01-49cf7832ebfb","description":"<p>Create Feedback Forms for collecting information for surveys, marketing etc from your customers.</p>\n<p><code>Feedback Form</code> attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>id</strong></em></td>\n<td><code>integer</code></td>\n<td>Unique identifier of the object</td>\n</tr>\n<tr>\n<td><em><strong>title</strong></em></td>\n<td><code>string</code></td>\n<td>Name of the Landing page</td>\n</tr>\n<tr>\n<td><em><strong>form_id</strong></em></td>\n<td><code>integer</code></td>\n<td>Unique identity field for Form</td>\n</tr>\n<tr>\n<td><em><strong>default</strong></em></td>\n<td><code>boolean</code></td>\n<td>Indicates whether page is a default form</td>\n</tr>\n<tr>\n<td><em><strong>sms_structure</strong></em></td>\n<td><code>object</code></td>\n<td>Structure to send SMS based on Thank You screen seen</td>\n</tr>\n<tr>\n<td><em><strong>email_structure</strong></em></td>\n<td><code>object</code></td>\n<td>Structure to receive email based on Thank You screen seen</td>\n</tr>\n<tr>\n<td><em><strong>meta</strong></em></td>\n<td><code>object</code></td>\n<td>meta fields for Form</td>\n</tr>\n<tr>\n<td><em><strong>url</strong></em></td>\n<td><code>URL</code></td>\n<td>URL to preview the Form</td>\n</tr>\n<tr>\n<td><em><strong>form_response_count</strong></em></td>\n<td><code>integer</code></td>\n<td>Total number of responses received by the Form</td>\n</tr>\n<tr>\n<td><em><strong>form_type</strong></em></td>\n<td><code>string</code></td>\n<td>type of the Feedback Form</td>\n</tr>\n<tr>\n<td><em><strong>form_structure</strong></em></td>\n<td><code>object</code></td>\n<td>Complete structure of the Form</td>\n</tr>\n<tr>\n<td><em><strong>organization</strong></em></td>\n<td><code>integer</code></td>\n<td>ID of the organization the Landing page belongs to</td>\n</tr>\n<tr>\n<td><em><strong>maintainer</strong></em></td>\n<td><code>integer</code></td>\n<td>ID of the user the Form is maintained by</td>\n</tr>\n<tr>\n<td><em><strong>created</strong></em></td>\n<td><code>timestamp</code></td>\n<td>Creation timestamp</td>\n</tr>\n<tr>\n<td><em><strong>updated</strong></em></td>\n<td><code>timestamp</code></td>\n<td>Updation timestamp</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"21bc7d2d-54c2-4483-a9ad-28a676acd03f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8a1a2304-747b-42b6-9735-43618750178b","type":"text/javascript","exec":[""]}}],"_postman_id":"0e10f6cf-1f70-47cd-bb01-49cf7832ebfb"},{"name":"Webhook","item":[{"name":"List webhooks","id":"aa649fe7-48f0-4624-8bdc-8c8fecbb81d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/organizationwebhooks/","description":"<p>List all the Webhooks in your account. You can filter and paginate your results using query params.</p>\n<p>Returns paginated response consising of:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>count</code></td>\n<td><code>integer</code></td>\n<td>Total number of Webhooks</td>\n</tr>\n<tr>\n<td><code>next</code></td>\n<td><code>string</code></td>\n<td>URL to view Webhooks in the next page if the total number exceeds the specified page size</td>\n</tr>\n<tr>\n<td><code>previous</code></td>\n<td><code>string</code></td>\n<td>URL to view Webhooks in the previous page when traversing through the paginated response</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><code>list</code></td>\n<td>List of Webhook objects</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","organizationwebhooks",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa649fe7-48f0-4624-8bdc-8c8fecbb81d8"},{"name":"Create a Webhook","id":"0748cc70-250f-46c8-b9c8-d9e52d661900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"organization\": {{ORG_ID}},\n    \"webhook_authorization\": {},\n    \"qr_code_events\": {\n        \"create\": true,\n        \"update\": false,\n        \"delete\": false,\n        \"view\": true\n    },\n    \"nfc_tag_events\": {\n        \"update\": true,\n        \"delete\": false,\n        \"view\": true\n    },\n    \"beacon_events\": {\n        \"update\": false,\n        \"view\": true,\n        \"notification_sent\": true\n    },\n    \"geofence_events\": {\n        \"create\": true,\n        \"update\": false,\n        \"view\": true,\n        \"notification_sent\": true\n    },\n    \"form_events\": {\n        \"form_response_submitted\": true\n    },\n    \"url\": \"https://enyryc8hknrscun.m.pipedream.net\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/organizationwebhooks/","urlObject":{"path":["2.0","organizationwebhooks",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"0748cc70-250f-46c8-b9c8-d9e52d661900"},{"name":"Retreive a webhook","id":"83146445-b649-4d7e-ae73-5beafbf4bd06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"url":"https://api.uniqode.com/api/2.0/organizationwebhooks/72/","description":"<p>Retrieves the details of the specified Webhook. You need only supply the unique Webhook identifier that was returned upon listing.</p>\n","urlObject":{"path":["2.0","organizationwebhooks","72",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"83146445-b649-4d7e-ae73-5beafbf4bd06"},{"name":"Update a Webhook","id":"c303d7c1-f34f-42be-a524-f3598810a452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"organization\": {{ORG_ID}},\n    \"webhook_authorization\": {},\n    \"qr_code_events\": {\n        \"create\": false,\n        \"update\": false,\n        \"view\": true\n    },\n    \"nfc_tag_events\": {\n        \"update\": true,\n        \"delete\": false,\n        \"view\": true\n    },\n    \"beacon_events\": {\n        \"update\": false,\n        \"view\": true,\n        \"notification_sent\": true\n    },\n    \"geofence_events\": {\n        \"update\": true\n    },\n    \"form_events\": {\n        \"form_response_submitted\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/organizationwebhooks/72/","urlObject":{"path":["2.0","organizationwebhooks","72",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c303d7c1-f34f-42be-a524-f3598810a452"}],"id":"7034f0c0-c38f-496c-8554-110fb007d841","description":"<p>A webhook (also called a web callback or HTTP push API) is a way for an app to provide other applications with real-time information. It can be used to connect different services with Uniqode and automate certain processes.</p>\n<p><code>Webhook</code> Attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>id</strong></em></td>\n<td><code>integer</code></td>\n<td>Unique identifier of the object</td>\n</tr>\n<tr>\n<td><em><strong>organization</strong></em></td>\n<td><code>string</code></td>\n<td>Organization to which the webhook belongs to</td>\n</tr>\n<tr>\n<td><em><strong>qr_code_events</strong></em></td>\n<td><code>Object</code></td>\n<td>Specify events to trigger based on QR Code objects in the account</td>\n</tr>\n<tr>\n<td><em><strong>nfc_tag_events</strong></em></td>\n<td><code>Object</code></td>\n<td>Specify events to trigger based on NFC Tag objects in the account</td>\n</tr>\n<tr>\n<td><em><strong>beacon_events</strong></em></td>\n<td><code>Object</code></td>\n<td>Specify events to trigger based on Beacon objects in the account</td>\n</tr>\n<tr>\n<td><em><strong>geofence_events</strong></em></td>\n<td><code>Object</code></td>\n<td>Specify events to trigger based on Geofence objects in the account</td>\n</tr>\n<tr>\n<td><em><strong>form_events</strong></em></td>\n<td><code>Object</code></td>\n<td>Specify events to trigger based on Form objects in the account</td>\n</tr>\n<tr>\n<td><em><strong>url</strong></em></td>\n<td><code>URL</code></td>\n<td>The URL destination the webhook connects to</td>\n</tr>\n<tr>\n<td><em><strong>maintainer</strong></em></td>\n<td><code>integer</code></td>\n<td>ID of the user the Webhook is maintained by</td>\n</tr>\n<tr>\n<td><em><strong>created</strong></em></td>\n<td><code>timestamp</code></td>\n<td>Creation timestamp</td>\n</tr>\n<tr>\n<td><em><strong>updated</strong></em></td>\n<td><code>timestamp</code></td>\n<td>Updation timestamp</td>\n</tr>\n</tbody>\n</table>\n</div><p>Events supported include:</p>\n<ol>\n<li>QR Code (<code>qr_code_events</code>) - <code>create</code>, <code>update</code>, <code>delete</code>, <code>view</code></li>\n<li>NFC Tag (<code>nfc_tag_events</code>) - <code>update</code>, <code>view</code></li>\n<li>Beacon (<code>beacon_events</code>) - <code>update</code>, <code>delete</code>, <code>view</code>, <code>notification_sent</code></li>\n<li>Geofence (<code>geofence_events</code>) - <code>create</code>, <code>update</code>, <code>view</code>, <code>notification_sent</code></li>\n<li>Feedback Form (<code>form_events</code>) - <code>form_response_submitted</code></li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"444d53df-0b90-429a-b6a2-6e3e4c49a026","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ec54557d-3041-4bc8-bd22-a6bdcc58046b","type":"text/javascript","exec":[""]}}],"_postman_id":"7034f0c0-c38f-496c-8554-110fb007d841"},{"name":"Place","item":[{"name":"List all Places in account","id":"c31cf451-cf4a-4613-9ef6-1ffe7b087628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/places","description":"<p>List all the Places in your account. You can filter and paginate your results using query params.</p>\n<p>Returns paginated response consising of:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>count</code></td>\n<td><code>integer</code></td>\n<td>Total number of Places</td>\n</tr>\n<tr>\n<td><code>next</code></td>\n<td><code>string</code></td>\n<td>URL to view Places in next page if the total count exceeds the specified page size</td>\n</tr>\n<tr>\n<td><code>previous</code></td>\n<td><code>string</code></td>\n<td>URL to view Places in the previous page when traversing through the paginated response</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><code>list</code></td>\n<td>List of Place objects</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","places"],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c31cf451-cf4a-4613-9ef6-1ffe7b087628"},{"name":"Create new Place","id":"3951fab0-9d67-4e84-a8aa-18d44ddca63f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Uniqode\",\n    \"latitude\": 40.7532635,\n    \"longitude\": -73.9776275,\n    \"place_id\": \"ChIJlTisbQJZwokRRDFLYZOmLC4\",\n    \"address\": \"450 Lexington Ave, New York, NY 10017, USA\",\n    \"business_cover_url\": \"https://static.uniqode.com/assets/img/uniqode-registered-blue.svg\",\n    \"business_icon_url\": \"https://digitalcommunicationsgroup.com/wp-content/uploads/2020/10/beaconstac-logo.png\",\n    \"business_color\": \"2595FF\",\n    \"organization\": {{ORG_ID}}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/places/","description":"<p>Creates a new Place based on the parameters passed in the request body.</p>\n","urlObject":{"path":["2.0","places",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3951fab0-9d67-4e84-a8aa-18d44ddca63f"},{"name":"Retreive a Place","id":"45140e06-067f-4c1b-a90a-35ce9db6b827","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"url":"https://api.uniqode.com/api/2.0/places/19855/","description":"<p>Retrieves the details of the specified Place. You need only supply the unique Place identifier that was returned upon listing.</p>\n","urlObject":{"path":["2.0","places","19855",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"45140e06-067f-4c1b-a90a-35ce9db6b827"},{"name":"Update an existing place","id":"4cf24bf4-7cc2-4a33-8d88-239cf596b7b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated name\",\n    \"organization\": {{ORG_ID}}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/places/39680/","description":"<p>Updates the Place specified based on the ID by setting the values of the parameters passed. Any parameters not provided will be left unchanged. However, the request should contain the required fields.</p>\n","urlObject":{"path":["2.0","places","39680",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cf24bf4-7cc2-4a33-8d88-239cf596b7b0"}],"id":"f14f9727-5c99-456d-ba04-147b544346d0","description":"<p>Place objects allow you to perform actions on Places in your account. You can create a new place, update an existing place, retreive a place or view all places in your account from the Place object.</p>\n<p>| Field | Type | Description |\n|---|---|---|---|\n| <code>id</code> | <code>integer</code> |  <code>false</code> | <code>read only</code>  | Unique identifier for the object |\n| <code>name</code> | <code>string</code> |  <code>required</code> | <code>false</code>  | The name of the place |\n| <code>organization</code> | <code>integer</code> |  <code>required</code> <code>read only</code>  </p><p>Organization id |\n| <code>latitude</code> | <code>float</code> | Latitude |\n| <code>longitude</code> | <code>float</code> | Longitude |\n| <code>place_id</code> | <code>string</code> |  Google Place ID |\n| <code>address</code> | <code>string</code> |  Address of the place |\n| <code>beacons</code> | <code>list[object]</code> |<code>read only</code> </p><p>Beacon data associated with place id. Only available in <code>List</code> |\n| <code>beacon_count</code> | <code>integer</code> |  Beacon count |\n| <code>default_place</code> | <code>boolean</code> | <code>read only</code>  </p><p>Indicated whether the place is a default place |\n| <code>business_icon_url</code> | <code>string</code> | Business Icon URL (Used in NearBee) |\n| <code>business_cover_url</code> | <code>string</code> |  Business Cover URL(Used in NearBee) |\n| <code>business_color</code> | <code>string</code> |  Business Color(Used in NearBee) |\n| <code>created</code> | <code>timestamp</code> | Created timestamp |\n| <code>updated</code> | <code>timestamp</code> |<code>read only</code> </p><p> Last updated timestamp |</p>\n","event":[{"listen":"prerequest","script":{"id":"592058bb-57c6-48ba-9133-5d4ccb43283f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ee8b66f8-dc3d-4375-8913-c02974cd646f","type":"text/javascript","exec":[""]}}],"_postman_id":"f14f9727-5c99-456d-ba04-147b544346d0"},{"name":"Bulk QR Codes [Deprecated]","item":[{"name":"List Bulk QR Code collections","id":"03125ace-aada-47c0-ab84-0ddc6c3b6a4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/bulkqrcodes/","description":"<p>List all the BulkQRCode objects in your account. You can filter and paginate your results using query params.</p>\n<p>Returns paginated response consising of:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>count</code></td>\n<td><code>integer</code></td>\n<td>Total number of BulkQRCode objects</td>\n</tr>\n<tr>\n<td><code>next</code></td>\n<td><code>string</code></td>\n<td>URL to view BulkQRCode objects if the total number exceeds the specified page size</td>\n</tr>\n<tr>\n<td><code>previous</code></td>\n<td><code>string</code></td>\n<td>URL to view BulkQRCode objects in the previous page when traversing through the paginated responses</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><code>list</code></td>\n<td>List of BulkQRCode objects</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","bulkqrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"03125ace-aada-47c0-ab84-0ddc6c3b6a4e"},{"name":"Create a Bulk QR Code collection","id":"2dd93d6c-c23f-4f66-bc2a-cc5ef622f5d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"organization","value":"{{ORG_ID}}","description":"<p>The organization ID for the Bulk QR Code collection</p>\n","type":"text"},{"key":"name","value":"Sample Bulk QR Code collection","description":"<p>Name of the collection</p>\n","type":"text"},{"key":"file","description":"<p>CSV file to create the QR Codes</p>\n","type":"file","value":null},{"key":"qr_type","value":"1","description":"<p>Static type</p>\n","type":"text"},{"key":"qr_data_type","value":"1","description":"<p>For website type Bulk QR Code collection</p>\n","type":"text"},{"key":"error_correction_level","value":"1","description":"<p>Error correction level for the QR Code images</p>\n","type":"text"},{"key":"size","value":"1024","description":"<p>Size of the QR Code images</p>\n","type":"text"}]},"url":"https://api.uniqode.com/api/2.0/bulkqrcodes/","description":"<p>Creates a Landing Page based on the parameters passed in the request body. Request body data needs to be passed in the multipart-form-data format. You also need to pass the data for size and error correction level for the QR Codes in the request data.</p>\n","urlObject":{"path":["2.0","bulkqrcodes",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2dd93d6c-c23f-4f66-bc2a-cc5ef622f5d6"},{"name":"Retreive a Bulk QR Code collection","id":"89e1a863-995f-4d8a-a939-6a7fad5f372d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/bulkqrcodes/763/","description":"<p>Retrieves the details of the specified BulkQRCode object. You need only supply the unique BulkQRCode identifier that was returned upon listing.</p>\n","urlObject":{"path":["2.0","bulkqrcodes","763",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"89e1a863-995f-4d8a-a939-6a7fad5f372d"},{"name":"Update a Bulk QR Code collection","id":"1edb13c5-cf22-4b16-91fd-6608e6b08b73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": 763,\n    \"attributes\": {\n        \"color\": \"#000000\",\n        \"margin\": 80\n    },\n    \"name\": \"Updated Bulk QR Code collection\",\n    \"organization\": 15406,\n    \"media\": 146510\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/bulkqrcodes/763/","description":"<p>Updates the BulkQRCode object specified based on the ID by setting the values of the parameters passed. Any parameters not provided will be left unchanged. However, the request should contain the required fields.</p>\n","urlObject":{"path":["2.0","bulkqrcodes","763",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"1edb13c5-cf22-4b16-91fd-6608e6b08b73"}],"id":"1b4ec32a-2339-4627-9630-1c84d9cc1a35","description":"<p><strong>This object has been deprecated. Please use Bulk QR codes V2 under the QR codes section to generate QR codes in bulk.</strong></p>\n<p>BulkQRCode objects allow you to perform actions on create a collection of QR Codes in a single request. You can create a QR Code collection, retrieve or update individual QR Code collections as well as a list of all your QR Code collections.</p>\n<p>The behaviour of BulkQRCode objects is currently restricted to static QR Codes only.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>id</strong></em></td>\n<td><code>integer</code></td>\n<td><code>read only</code>  <br />  <br />  <br /><br />Unique identifier of the BulkQRCode object</td>\n</tr>\n<tr>\n<td><em><strong>name</strong></em></td>\n<td><code>string</code></td>\n<td><code>required</code>The name of the Bulk QR Code collection</td>\n</tr>\n<tr>\n<td><em><strong>attributes</strong></em></td>\n<td><code>object</code></td>\n<td>Attributes (design) data for the individual QR Codes in the Bulk QR Code collection</td>\n</tr>\n<tr>\n<td><em><strong>qr_type</strong></em></td>\n<td><code>integer</code></td>\n<td><code>required</code>  <br />  <br />  <br /><br />QR type (<code>1</code> Static, <code>2</code> Dynamic)<br /><br />Defaault: <code>1</code></td>\n</tr>\n<tr>\n<td><em><strong>organization</strong></em></td>\n<td><code>integer</code></td>\n<td><code>required</code>  <br />  <br />  <br /><br />ID of the organization to which the Bulk QR Code collection belongs to</td>\n</tr>\n<tr>\n<td><em><strong>storage_url</strong></em></td>\n<td><code>string</code></td>\n<td><code>read only</code>  <br />  <br />  <br /><br />URL for downloading the Bulk QR Code collection</td>\n</tr>\n<tr>\n<td><em><strong>media</strong></em></td>\n<td><code>integer</code></td>\n<td><code>read only</code>  <br />  <br />  <br /><br />ID of the media object associated with the Bulk QR Code collection</td>\n</tr>\n<tr>\n<td><em><strong>media_data</strong></em></td>\n<td><code>object</code></td>\n<td><code>read only</code>  <br />  <br />  <br /><br />Contains the information about the CSV file used to create the Bulk QR Code collection</td>\n</tr>\n<tr>\n<td><em><strong>qr_data_type</strong></em></td>\n<td><code>integer</code></td>\n<td><code>required</code>  <br />  <br />  <br /><br />Specifies the type of individual QR Codes in the Bulk QR Code collection</td>\n</tr>\n<tr>\n<td><em><strong>maintainer</strong></em></td>\n<td><code>integer</code></td>\n<td>ID of the User responsible for maintaining the Bulk QR Code collection</td>\n</tr>\n<tr>\n<td><em><strong>created</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>read only</code>  <br />  <br />  <br /><br />Created timestamp of the Bulk QR Code collection</td>\n</tr>\n<tr>\n<td><em><strong>updated</strong></em></td>\n<td><code>timestamp</code></td>\n<td><code>read only</code>  <br />  <br />  <br /><br />Last updated timestamp of the Bulk QR Code collection</td>\n</tr>\n</tbody>\n</table>\n</div><p>BulkQRCode objects support all values for <code>attributes</code> supported by the QRCode object. You can also pass individual attribute data in the CSV file used to create the Bulk QR Code collection, this allows you to create QR Codes with different designs in a single collection.</p>\n<p>The supported data types for Bulk QR Code collections include:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>qr_data_type</th>\n<th>Type of QR Code</th>\n<th>Example for the CSV file</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Website</td>\n<td><a href=\"https://beaconstac.mobstac.com/static/bulkqrcode_examples/static-website.csv\">Download CSV file here</a></td>\n</tr>\n<tr>\n<td>2</td>\n<td>SMS</td>\n<td><a href=\"https://beaconstac.mobstac.com/static/bulkqrcode_examples/static-sms.csv\">Download CSV file here</a></td>\n</tr>\n<tr>\n<td>3</td>\n<td>Phone</td>\n<td><a href=\"https://beaconstac.mobstac.com/static/bulkqrcode_examples/static-phone.csv\">Download CSV file here</a></td>\n</tr>\n<tr>\n<td>4</td>\n<td>Email</td>\n<td><a href=\"https://beaconstac.mobstac.com/static/bulkqrcode_examples/static-email.csv\">Download CSV file here</a></td>\n</tr>\n<tr>\n<td>5</td>\n<td>vCard</td>\n<td><a href=\"https://beaconstac.mobstac.com/static/bulkqrcode_examples/static-vcard.csv\">Download CSV file here</a></td>\n</tr>\n<tr>\n<td>6</td>\n<td>Text</td>\n<td><a href=\"https://beaconstac.mobstac.com/static/bulkqrcode_examples/static-text.csv\">Download CSV file here</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>Opening the <code>storage_url</code> downloads the zipped Bulk QR Code collection. The collection consists of the QR Code images in JPEG, PDF, PNG and SVG formats.</p>\n","event":[{"listen":"prerequest","script":{"id":"430ab4c6-5daf-419f-a4d2-5d4814c258e0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6f5cc705-a8df-427a-964e-279237eb8769","type":"text/javascript","exec":[""]}}],"_postman_id":"1b4ec32a-2339-4627-9630-1c84d9cc1a35"},{"name":"Organization","item":[{"name":"List all Organizations associated to your account","id":"057865ac-cbf4-48c5-b50c-e26e9120ea6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/organizations/","description":"<p>List all the Organization objects in your account. You can filter and paginate your results using query params.</p>\n<p>Returns paginated response consising of:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>count</code></td>\n<td><code>integer</code></td>\n<td>Total number of Organizations</td>\n</tr>\n<tr>\n<td><code>next</code></td>\n<td><code>string</code></td>\n<td>URL to view Organizations if the total number exceeds the specified page size</td>\n</tr>\n<tr>\n<td><code>previous</code></td>\n<td><code>string</code></td>\n<td>URL to view Organizations in the previous page when traversing through the paginated responses</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><code>list</code></td>\n<td>List of Organization objects</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","organizations",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"057865ac-cbf4-48c5-b50c-e26e9120ea6a"},{"name":"Create Child Organization","id":"d6c4da74-886d-4843-8612-34b7cb65536e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Child Org\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/organizations/","description":"<p>Creates an Organization based on the parameters passed in the request body.</p>\n","urlObject":{"path":["2.0","organizations",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6c4da74-886d-4843-8612-34b7cb65536e"},{"name":"Retreive an Organization","id":"bf749742-528e-40b9-849e-b19be234251c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"url":"https://api.uniqode.com/api/2.0/organizations/15406/","description":"<p>Retrieves the details of the specified organization. You need only supply the unique organization identifier that was returned upon listing.</p>\n","urlObject":{"path":["2.0","organizations","15406",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf749742-528e-40b9-849e-b19be234251c"},{"name":"Update Organization","id":"f8c6b704-665b-4d58-a979-f07938875971","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated name\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/organizations/15406/","description":"<p>Updates the Organization specified based on the ID by setting the values of the parameters passed. Any parameters not provided will be left unchanged. However, the request should contain the required fields.</p>\n","urlObject":{"path":["2.0","organizations","15406",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8c6b704-665b-4d58-a979-f07938875971"},{"name":"Count of objects associated with the Organization","id":"3a6aae27-92b9-479c-b51a-381cd068aaff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/organizations/{{ORG_ID}}/counts/","description":"<p>Returns the counts of individual objects associated with the Organization.</p>\n","urlObject":{"path":["2.0","organizations","{{ORG_ID}}","counts",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a6aae27-92b9-479c-b51a-381cd068aaff"}],"id":"9bc86b82-6e43-49ae-b685-cf5e9120a719","description":"<p>Organization objects are the main reference to all other objects in your account. You can list all organizations associated with your account, retreive or update an organization. You will need to have an Enterprise account or Reseller access to be able to create Organizations.</p>\n<p><code>Organization</code> attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>id</strong></em></td>\n<td><code>integer</code></td>\n<td>Unique identifier of the object</td>\n</tr>\n<tr>\n<td><em><strong>name</strong></em></td>\n<td><code>string</code></td>\n<td>Name of the organization</td>\n</tr>\n<tr>\n<td><em><strong>parent</strong></em></td>\n<td><code>integer</code></td>\n<td>ID to the main organization(organization belonging to the owner of the account) that this Organization is attached to</td>\n</tr>\n<tr>\n<td><em><strong>reseller_access</strong></em></td>\n<td><code>boolean</code></td>\n<td>Indicates whether the users belonging to the organization have permission to create organizations</td>\n</tr>\n<tr>\n<td><em><strong>whitelabel_access</strong></em></td>\n<td><code>boolean</code></td>\n<td>Indicates whether the Organization supports whitelabeling</td>\n</tr>\n<tr>\n<td><em><strong>whitelabel_logo</strong></em></td>\n<td><code>string</code></td>\n<td>URL to the Whitelabel logo</td>\n</tr>\n<tr>\n<td><em><strong>whitelabel_logo_small</strong></em></td>\n<td><code>integer</code></td>\n<td>URL to the miniature version of the Whitelabel logo</td>\n</tr>\n<tr>\n<td><em><strong>feature_permissions</strong></em></td>\n<td><code>object</code></td>\n<td>Represents all permissions available to the account</td>\n</tr>\n<tr>\n<td><em><strong>custom_domain</strong></em></td>\n<td><code>string</code></td>\n<td>Every QR Code belonging to the Organization will use the domain specified here</td>\n</tr>\n<tr>\n<td><em><strong>ga_code</strong></em></td>\n<td><code>string</code></td>\n<td>This Google Analytics is added to every page rendered by any of the Products belonging to the organization</td>\n</tr>\n<tr>\n<td><em><strong>cname</strong></em></td>\n<td><code>string</code></td>\n<td>Access the dashboard with an alternate domain (available only if whitelabel_access is granted)</td>\n</tr>\n<tr>\n<td><em><strong>wallet_active</strong></em></td>\n<td><code>boolean</code></td>\n<td>Activates \"save to wallet\" option on the landing page when viewed by an apple device</td>\n</tr>\n<tr>\n<td><em><strong>physical_web_active</strong></em></td>\n<td><code>boolean</code></td>\n<td>Indicates physical_web_active for Beacons</td>\n</tr>\n<tr>\n<td><em><strong>fb_pixel_id</strong></em></td>\n<td><code>string</code></td>\n<td>Facebook Pixel ID to be added to all pages rendered by the products belonging to the organization</td>\n</tr>\n<tr>\n<td><em><strong>fb_pixel_event</strong></em></td>\n<td><code>string</code></td>\n<td>Facebook Pixel event to represent all pages rendered by the products belonging to the organization</td>\n</tr>\n<tr>\n<td><em><strong>google_conversion_id</strong></em></td>\n<td><code>string</code></td>\n<td>Google Tag manager ID to be added to all pages rendered by the products belonging to the organization</td>\n</tr>\n<tr>\n<td><em><strong>brand_logos</strong></em></td>\n<td><code>list</code></td>\n<td>Add URLs to your brand logos to easily facilitate access to them via the dashboard</td>\n</tr>\n<tr>\n<td><em><strong>domains</strong></em></td>\n<td><code>list</code></td>\n<td>Indicates all the custom domains that can be used by the QR Codes belonging to the Organization</td>\n</tr>\n<tr>\n<td><em><strong>created</strong></em></td>\n<td><code>timestamp</code></td>\n<td>Creation timestamp</td>\n</tr>\n<tr>\n<td><em><strong>updated</strong></em></td>\n<td><code>timestamp</code></td>\n<td>Updation timestamp</td>\n</tr>\n</tbody>\n</table>\n</div><p><code>Feature Permissions</code> attributes:</p>\n<p><code>Feature Permission</code> objects represent the permissions available to users belonging to the Organization. For enabling a feature, kindly contact <a href=\"https://mailto:support@uniqode.com\">support@uniqode.com</a>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>id</strong></em></td>\n<td><code>integer</code></td>\n<td>Unique identifier of the object</td>\n</tr>\n<tr>\n<td><em><strong>qr</strong></em></td>\n<td><code>boolean</code></td>\n<td>Permission to perform QR Code requests</td>\n</tr>\n<tr>\n<td><em><strong>nfc</strong></em></td>\n<td><code>boolean</code></td>\n<td>Permission to perform NFC Tag requests</td>\n</tr>\n<tr>\n<td><em><strong>beacon</strong></em></td>\n<td><code>boolean</code></td>\n<td>Permission to perform Beacon requests</td>\n</tr>\n<tr>\n<td><em><strong>geofence</strong></em></td>\n<td><code>boolean</code></td>\n<td>Permission to perform Geofence requests</td>\n</tr>\n<tr>\n<td><em><strong>retargeting</strong></em></td>\n<td><code>boolean</code></td>\n<td>Permission to enable (Google, Facebook) retargeting</td>\n</tr>\n<tr>\n<td><em><strong>multi_lang</strong></em></td>\n<td><code>boolean</code></td>\n<td>Permission to create Multi-language campaigns</td>\n</tr>\n<tr>\n<td><em><strong>location</strong></em></td>\n<td><code>boolean</code></td>\n<td>Permission to enable GPS analytics</td>\n</tr>\n<tr>\n<td><em><strong>multi_user</strong></em></td>\n<td><code>boolean</code></td>\n<td>Permission to add child users</td>\n</tr>\n<tr>\n<td><em><strong>sso</strong></em></td>\n<td><code>boolean</code></td>\n<td>Permission for SSO authentication</td>\n</tr>\n<tr>\n<td><em><strong>reseller_access</strong></em></td>\n<td><code>boolean</code></td>\n<td>Permission to add child organizations</td>\n</tr>\n<tr>\n<td><em><strong>whitelabel_access</strong></em></td>\n<td><code>boolean</code></td>\n<td>Permission use whitelabel branding</td>\n</tr>\n<tr>\n<td><em><strong>form_response_sms</strong></em></td>\n<td><code>boolean</code></td>\n<td>Permission to send out SMS notifications with Forms</td>\n</tr>\n<tr>\n<td><em><strong>webhook</strong></em></td>\n<td><code>boolean</code></td>\n<td>Permission to perform Webhook requests</td>\n</tr>\n<tr>\n<td><em><strong>ibeacon</strong></em></td>\n<td><code>boolean</code></td>\n<td>Permission for iBeacon campaigns</td>\n</tr>\n<tr>\n<td><em><strong>custom_slug</strong></em></td>\n<td><code>boolean</code></td>\n<td>Permission to create QR Codes with custom slugs</td>\n</tr>\n<tr>\n<td><em><strong>organization_id</strong></em></td>\n<td><code>integer</code></td>\n<td>ID of the Organization to which the permissions are associated to</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"651ee023-41c2-480e-8a9a-429d4e94ab15","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"11dbd9f2-6714-4418-976f-dbdd6baf908f","type":"text/javascript","exec":[""]}}],"_postman_id":"9bc86b82-6e43-49ae-b685-cf5e9120a719"},{"name":"User","item":[{"name":"List all Users","id":"eb7ecafb-a7b5-412b-8e8a-d7bf3b7efb73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/users/","description":"<p>List all the User objects associated with your account. You can filter and paginate your results using query params.</p>\n<p>Returns paginated response consising of:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>count</code></td>\n<td><code>integer</code></td>\n<td>Total number of Users</td>\n</tr>\n<tr>\n<td><code>next</code></td>\n<td><code>string</code></td>\n<td>URL to view Users if the total number exceeds the specified page size</td>\n</tr>\n<tr>\n<td><code>previous</code></td>\n<td><code>string</code></td>\n<td>URL to view Users in the previous page when traversing through the paginated responses</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><code>list</code></td>\n<td>List of User objects</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","users",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb7ecafb-a7b5-412b-8e8a-d7bf3b7efb73"},{"name":"Create a User","id":"1d300be9-ee22-41f3-91b8-8645d572d816","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"customer_plan\": \"EN\",\n    \"user_group\": \"AD\",\n    \"organization\": 1264,\n    \"username\": \"john@uniqode.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/users/add/","description":"<p>Creates a User based on the parameters passed in the request body.</p>\n","urlObject":{"path":["2.0","users","add",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d300be9-ee22-41f3-91b8-8645d572d816"},{"name":"Retreive a User","id":"fa00408e-615a-4b75-b13e-761a3d581f04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/users/15189/","description":"<p>Retrieves the details of the specified User. You need only supply the unique User identifier that was returned upon listing.</p>\n","urlObject":{"path":["2.0","users","15189",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa00408e-615a-4b75-b13e-761a3d581f04"},{"name":"Update a User","id":"b9780c1c-8ad9-460b-b353-fa6f744253c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Jane\",\n    \"last_name\": \"Doe\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/users/15189/","description":"<p>Updates the User specified based on the ID by setting the values of the parameters passed. Any parameters not provided will be left unchanged. However, the request should contain the required fields.</p>\n","urlObject":{"path":["2.0","users","15189",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9780c1c-8ad9-460b-b353-fa6f744253c9"}],"id":"787c2c4a-b808-452b-9d2d-956e0d3e77f9","description":"<p>User objects allow you to add multiple users who can interact with the objects in your account or modify your user credentials. You can list all users associated with your account, retreive or update a user. You will need to have an Enterprise account or Reseller access to be able to create Organizations.</p>\n<p><strong><code>User</code> attributes:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>id</strong></em></td>\n<td><code>integer</code></td>\n<td>Unique identifier of the object</td>\n</tr>\n<tr>\n<td><em><strong>first_name</strong></em></td>\n<td><code>string</code></td>\n<td>User's First Name</td>\n</tr>\n<tr>\n<td><em><strong>last_name</strong></em></td>\n<td><code>string</code></td>\n<td>User's Last Name</td>\n</tr>\n<tr>\n<td><em><strong>username</strong></em></td>\n<td><code>string</code></td>\n<td>Username for logging into the dashboard</td>\n</tr>\n<tr>\n<td><em><strong>user_group</strong></em></td>\n<td><code>string</code></td>\n<td>User Group</td>\n</tr>\n<tr>\n<td><em><strong>customer_plan</strong></em></td>\n<td><code>string</code></td>\n<td>Subscription Plan</td>\n</tr>\n<tr>\n<td><em><strong>subscription_state</strong></em></td>\n<td><code>string</code></td>\n<td>Subscription State</td>\n</tr>\n<tr>\n<td><em><strong>is_active</strong></em></td>\n<td><code>boolean</code></td>\n<td>Active status</td>\n</tr>\n<tr>\n<td><em><strong>stripe_id</strong></em></td>\n<td><code>string</code></td>\n<td>Stripe ID (used for subscription management)</td>\n</tr>\n<tr>\n<td><em><strong>timezone</strong></em></td>\n<td><code>string</code></td>\n<td>User's timezone</td>\n</tr>\n<tr>\n<td><em><strong>password</strong></em></td>\n<td><code>string</code></td>\n<td>User's encrypted password</td>\n</tr>\n<tr>\n<td><em><strong>weekly_analytics</strong></em></td>\n<td><code>string</code></td>\n<td>Subscribe for weekly analytics emails</td>\n</tr>\n<tr>\n<td><em><strong>monthly_analytics</strong></em></td>\n<td><code>string</code></td>\n<td>Subscribe for monthly analytics emails</td>\n</tr>\n<tr>\n<td><em><strong>customer_plan</strong></em></td>\n<td><code>string</code></td>\n<td>Name of the organization</td>\n</tr>\n<tr>\n<td><em><strong>organization</strong></em></td>\n<td><code>string</code></td>\n<td>URL to the Whitelabel logo</td>\n</tr>\n<tr>\n<td><em><strong>last_login</strong></em></td>\n<td><code>timestamp</code></td>\n<td>Creation timestamp</td>\n</tr>\n<tr>\n<td><em><strong>date_joined</strong></em></td>\n<td><code>timestamp</code></td>\n<td>Creation timestamp</td>\n</tr>\n<tr>\n<td><em><strong>created</strong></em></td>\n<td><code>timestamp</code></td>\n<td>Creation timestamp</td>\n</tr>\n<tr>\n<td><em><strong>updated</strong></em></td>\n<td><code>timestamp</code></td>\n<td>Updation timestamp</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"3b95ecc6-1681-4dec-b688-7869eedc4b15","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f0b36342-77aa-4229-9a57-517346781874","type":"text/javascript","exec":[""]}}],"_postman_id":"787c2c4a-b808-452b-9d2d-956e0d3e77f9"},{"name":"Media","item":[{"name":"List Media objects","id":"3d100b47-592a-46fe-89eb-2bc93f4beef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/media/","description":"<p>List all the Media objects in your account. You can filter and paginate your results using query params.</p>\n<p>Returns paginated response consising of:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>count</code></td>\n<td><code>integer</code></td>\n<td>Total number of Media objects</td>\n</tr>\n<tr>\n<td><code>next</code></td>\n<td><code>string</code></td>\n<td>URL to view Media objects in next page if the total count exceeds the specified page size</td>\n</tr>\n<tr>\n<td><code>previous</code></td>\n<td><code>string</code></td>\n<td>URL to view Media objects in the previous page when traversing through the paginated response</td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><code>list</code></td>\n<td>List of Media objects</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","media",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d100b47-592a-46fe-89eb-2bc93f4beef4"},{"name":"Create Media object","id":"e99800fe-3e53-456e-9545-2eda826ff063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"organization\": {{ORG_ID}},\n    \"public\": true,\n    \"name\": \"Sample Media object\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/media/","description":"<p>Creates a Media object which can be used to upload files in Uniqode and returns the appropriate policy details for you to upload your files to our system.</p>\n<p><strong>Response data</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>id</strong></em></td>\n<td><code>integer</code></td>\n<td>Total number of Media objects</td>\n</tr>\n<tr>\n<td><em><strong>media_url</strong></em></td>\n<td><code>string</code></td>\n<td>URL to access the media file</td>\n</tr>\n<tr>\n<td><em><strong>post_action_url</strong></em></td>\n<td><code>string</code></td>\n<td>Post Action URL</td>\n</tr>\n<tr>\n<td><em><strong>key</strong></em></td>\n<td><code>string</code></td>\n<td>S3 key</td>\n</tr>\n<tr>\n<td><em><strong>policy</strong></em></td>\n<td><code>string</code></td>\n<td>Policy information</td>\n</tr>\n<tr>\n<td><em><strong>x-amz-algorithm</strong></em></td>\n<td><code>string</code></td>\n<td>Signing algorithm (\"AWS4-HMAC-SHA256\")</td>\n</tr>\n<tr>\n<td><em><strong>x-amz-credential</strong></em></td>\n<td><code>string</code></td>\n<td>Signing credentials</td>\n</tr>\n<tr>\n<td><em><strong>x-amz-date</strong></em></td>\n<td><code>string</code></td>\n<td>Policy creation timestamp</td>\n</tr>\n<tr>\n<td><em><strong>x-amz-signature</strong></em></td>\n<td><code>string</code></td>\n<td>Policy signature</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["2.0","media",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e99800fe-3e53-456e-9545-2eda826ff063"},{"name":"Retreive Media object","id":"3c532a00-ae22-4a8f-b3c5-aa3582327608","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{TOKEN}}","type":"text"}],"url":"https://api.uniqode.com/api/2.0/media/153382/","description":"<p>Retrieves the details of the sprcified Media object. You need only supply the unique Media identifier that was returned upon listing.</p>\n","urlObject":{"path":["2.0","media","153382",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c532a00-ae22-4a8f-b3c5-aa3582327608"},{"name":"Update Media object","id":"0ccf1ff9-10ac-43ce-bc3b-86c400dd44c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","type":"text","value":"Token {{TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"PDF E-book\",\n    \"content_type\": \"application/pdf\",\n    \"visible\": true,\n    \"typeform_compatible\": false,\n    \"organization\": {{ORG_ID}}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.uniqode.com/api/2.0/media/153382/","description":"<p>Updates the Media specified based on the ID by setting the values of the parameters passed. Any parameters not provided will be left unchanged. However, the request should contain the required fields.</p>\n","urlObject":{"path":["2.0","media","153382",""],"host":["https://api.uniqode.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ccf1ff9-10ac-43ce-bc3b-86c400dd44c4"}],"id":"669fbea9-32ee-4510-b50d-56c4e67a590b","description":"<p>Media objects allow you to upload files such as images, documents into Uniqode and use them with campaigns through Beaconstac products. You can create a Media object, retrieve or update individual Media objects as well as a list of all the Media objects in your account.</p>\n<p><strong><code>Media</code></strong> <strong>object:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em><strong>id</strong></em></td>\n<td><code>integer</code></td>\n<td><code>read only</code><br /><br />Unique identifier of the Media</td>\n</tr>\n<tr>\n<td><em><strong>organization</strong></em></td>\n<td><code>integer</code></td>\n<td><code>required</code><br /><br />ID of the Organization the object belongs to</td>\n</tr>\n<tr>\n<td><em><strong>maintainer</strong></em></td>\n<td><code>integer</code></td>\n<td><code>required</code><br /><br />The ID of the user that created the Media object</td>\n</tr>\n<tr>\n<td><em><strong>name</strong></em></td>\n<td><code>string</code></td>\n<td>The name of the Media</td>\n</tr>\n<tr>\n<td><em><strong>url</strong></em></td>\n<td><code>string</code></td>\n<td>URL to view the file</td>\n</tr>\n<tr>\n<td><em><strong>typeform_compatible</strong></em></td>\n<td><code>boolean</code></td>\n<td>File compatibility with Typeform to be ussed in Feedback Forms</td>\n</tr>\n<tr>\n<td><em><strong>typeform_url</strong></em></td>\n<td><code>string</code></td>\n<td>URL to be used with Feedback Forms</td>\n</tr>\n<tr>\n<td><em><strong>status</strong></em></td>\n<td><code>string</code></td>\n<td>File upload status</td>\n</tr>\n<tr>\n<td><em><strong>visible</strong></em></td>\n<td><code>boolean</code></td>\n<td>File visibility status</td>\n</tr>\n<tr>\n<td><em><strong>s3_object_key</strong></em></td>\n<td><code>string</code></td>\n<td>AWS S3 object key</td>\n</tr>\n<tr>\n<td><em><strong>content_type</strong></em></td>\n<td><code>string</code></td>\n<td>Content Type of file associated with the Media object</td>\n</tr>\n<tr>\n<td><em><strong>created</strong></em></td>\n<td><code>timestamp</code></td>\n<td>Timestamp for object creation</td>\n</tr>\n<tr>\n<td><em><strong>modified</strong></em></td>\n<td><code>timestamp</code></td>\n<td>The name of the Media</td>\n</tr>\n</tbody>\n</table>\n</div><p>Uniqode uses the S3 service from Amazon Web Services to store files. In order to upload a file to Uniqode, use the Media API to first create a Media object, which returns the policy details and necessary information required to upload a file to Uniqode. Once upload is completed, update the Media object with the appropriate information so that you can reference the object to access the files in the future.</p>\n","event":[{"listen":"prerequest","script":{"id":"152fb502-d863-4f23-8451-0af6fa2f5b83","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b2e91f1e-7c79-4b86-b102-40ae0718e8ce","type":"text/javascript","exec":[""]}}],"_postman_id":"669fbea9-32ee-4510-b50d-56c4e67a590b"}],"event":[{"listen":"prerequest","script":{"id":"c386292a-c0c4-43d3-bc0d-b8201d9be5d4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cbe9d6bf-7067-44ac-9786-76b57120d2e0","type":"text/javascript","exec":[""]}}],"variable":[{"id":"2f4953e5-363c-4744-8e63-6b32036f43f5","key":"AUTH_TOKEN","value":""},{"id":"0c3e784a-38b9-4b41-a34b-a3cf54cb0e94","key":"API_BASE","value":"https://api.uniqode.com/api"},{"id":"0e9c1ae0-4c97-4e52-81bb-1d820bcdca85","key":"API_VERSION","value":"2.0"},{"id":"1cb9623c-50c5-45b8-a171-215951475d29","key":"REPORTING_BASE","value":"https://api.uniqode.com/reporting"},{"id":"45249e46-b97d-4a5b-8bf9-73873ddcfcbd","key":"REPORTING_VERSION","value":"2.0"}]}