{"info":{"_postman_id":"f251d573-8fd0-4960-bf20-7769dd7d6cda","name":"Dynamics QR API","description":"<html><head></head><body><p>This is the API docs for the v1.0 of uQR.me Dynamic QR codes. In order to access to all the features provided by this API, you should request an API key at <a href=\"mailto:info@uqr.me\">info@uqr.me</a>.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>All the API calls require an Authorization header with the content <code>Token &lt;YOUR-API-KEY&gt;</code> to ensure you are correctly authenticated.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"}],"owner":"1982532","collectionId":"f251d573-8fd0-4960-bf20-7769dd7d6cda","publishedId":"SzmcaeZm","public":true,"customColor":{"top-bar":"000000","right-sidebar":"777","highlight":"000000"},"publishDate":"2020-05-07T10:48:00.000Z"},"item":[{"name":"QR Codes","item":[{"name":"Create QR Code","event":[{"listen":"prerequest","script":{"id":"6c37db94-3812-4f7c-9bee-b3f2cfb3edcc","exec":["pm.environment.set(\"projectId\", 1);"],"type":"text/javascript"}}],"id":"1f3f0afb-3f6e-4e76-b683-016c540f663f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"url\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"url\": \"https://uqr.me\",\n\t\t\"title\": \"My QR Title\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://app.uqr.me/bundles/app/qrfront/images/logo-uqrme.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/","description":"<p>After create a QR code, you must check the <code>Location</code> header of the response in order to get your new QR code URL.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"ac76f407-af3c-42bf-8e47-44a1937b52a8","id":"ac76f407-af3c-42bf-8e47-44a1937b52a8","name":"QR Codes","type":"folder"}},"urlObject":{"protocol":"{{schema}}","path":["api","1.0","dynamicsqr","{{projectId}}","qrcode",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"07e8f64d-530f-455c-b1ad-f80c8f86f7e8","name":"Invalid QR code type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"wossom\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"url\": \"https://wossom.com\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 00:44:44 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"e809ce"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/e809ce"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_request\",\n    \"reason\": {\n        \"fields\": {\n            \"qr_type\": {\n                \"error\": \"invalid_type\",\n                \"valid_types\": [\n                    \"url\",\n                    \"vcard\",\n                    \"uqrme\",\n                    \"file\",\n                    \"googlemap\",\n                    \"googleReview\",\n                    \"coupon\",\n                    \"socialLinks\",\n                    \"youtube\",\n                    \"whatsapp\",\n                    \"paypal\",\n                    \"appstore\",\n                    \"multiurlnested\"\n                ]\n            }\n        }\n    }\n}"},{"id":"0b682eb5-f854-4e2b-8b4c-ea615eb6f780","name":"QR Type not specified","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"url\": \"https://wossom.com\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 00:44:15 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"84210d"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/84210d"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"72"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_request\",\n    \"reason\": {\n        \"fields\": {\n            \"qr_type\": \"is_missing\"\n        }\n    }\n}"},{"id":"6ed3a302-04af-44e0-8490-61143c262f8f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"url\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"url\": \"https://wossom.com\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/"},"status":"Created","code":201,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 05 May 2020 00:43:34 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Location","value":"https://uqr.to/28"},{"key":"X-Debug-Token","value":"d1195c"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/d1195c"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"0"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":null},{"id":"8bde100d-75fa-4f19-bb0a-bd1be3b0cd18","name":"Authentication Required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Token {{apiKey}}","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"url\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"url\": \"https://wossom.com\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 08:03:49 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"25e0eb"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/25e0eb"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"35"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Authentication Required\"\n}"},{"id":"9b104ff4-27cd-49a4-ae57-2c7575e7d13b","name":"Project not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"url\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"url\": \"https://wossom.com\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 00:56:53 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"2e7dae"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/2e7dae"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"29"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"project_not_found\"\n}"},{"id":"a9e6a477-a5de-4eb1-a503-d312e2132fa4","name":"Bad Request (several errors)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"paypal\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 00:45:17 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"c3ba76"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/c3ba76"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"358"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_form\",\n    \"required_fields\": {\n        \"fields_data\": [\n            \"paypal_type\",\n            \"paypal_id\",\n            \"donate_paypal_id\",\n            \"item_name\",\n            \"item_description\",\n            \"quantity\",\n            \"amount\",\n            \"donate_description\",\n            \"currency_code\",\n            \"donate_currency_code\",\n            \"title\"\n        ]\n    },\n    \"invalid_fields\": {\n        \"fields_data\": {\n            \"paypal_id\": \"ERROR: Insert a Paypal email.\\n\",\n            \"donate_paypal_id\": \"ERROR: Insert a Paypal email.\\n\"\n        }\n    }\n}"}],"_postman_id":"1f3f0afb-3f6e-4e76-b683-016c540f663f"},{"name":"Update QR Code","event":[{"listen":"prerequest","script":{"id":"1ba851ff-ab43-467a-b803-7e7c77a7dfaf","exec":["pm.environment.set(\"projectId\", 1);","pm.environment.set(\"qrCodeId\", 60);"],"type":"text/javascript"}}],"id":"6b6871f9-f068-4131-b96e-6320fd200f31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"youtube\",\n\t\"name\": \"QR Name updated\",\n\t\"fields_data\": {\n\t\t\"profile_url\": \"http://www.youtube.com/user/greenpeaceusa\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#CCCCCC\",\n\t\t\"background_color\": \"#DDDDDD\",\n\t\t\"logo_image\": \"https://app.uqr.me/bundles/app/qrfront/images/logo-uqrme.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/{{qrCodeId}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"ac76f407-af3c-42bf-8e47-44a1937b52a8","id":"ac76f407-af3c-42bf-8e47-44a1937b52a8","name":"QR Codes","type":"folder"}},"urlObject":{"protocol":"{{schema}}","path":["api","1.0","dynamicsqr","{{projectId}}","qrcode","{{qrCodeId}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"14e606ae-cbb5-43b7-9128-d00ee5a14ec4","name":"Bad Request (several errors)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"paypal\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 00:45:17 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"c3ba76"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/c3ba76"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"358"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_form\",\n    \"required_fields\": {\n        \"fields_data\": [\n            \"paypal_type\",\n            \"paypal_id\",\n            \"donate_paypal_id\",\n            \"item_name\",\n            \"item_description\",\n            \"quantity\",\n            \"amount\",\n            \"donate_description\",\n            \"currency_code\",\n            \"donate_currency_code\",\n            \"title\"\n        ]\n    },\n    \"invalid_fields\": {\n        \"fields_data\": {\n            \"paypal_id\": \"ERROR: Insert a Paypal email.\\n\",\n            \"donate_paypal_id\": \"ERROR: Insert a Paypal email.\\n\"\n        }\n    }\n}"},{"id":"216253c9-44e6-4656-a8e8-bbcf6b9e65bf","name":"Invalid QR code type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"wossom\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"url\": \"https://wossom.com\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 00:44:44 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"e809ce"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/e809ce"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_request\",\n    \"reason\": {\n        \"fields\": {\n            \"qr_type\": {\n                \"error\": \"invalid_type\",\n                \"valid_types\": [\n                    \"url\",\n                    \"vcard\",\n                    \"uqrme\",\n                    \"file\",\n                    \"googlemap\",\n                    \"googleReview\",\n                    \"coupon\",\n                    \"socialLinks\",\n                    \"youtube\",\n                    \"whatsapp\",\n                    \"paypal\",\n                    \"appstore\",\n                    \"multiurlnested\"\n                ]\n            }\n        }\n    }\n}"},{"id":"54b227f9-7cf8-47f3-bcbf-3ca255c615bc","name":"QR Code not found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"url\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"url\": \"https://wossom.com\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/{{qrCodeId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 00:58:16 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"bd6cc0"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/bd6cc0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"29"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"qr_code_not_found\"\n}"},{"id":"6a6025cc-1969-4681-87d6-95d823c2e13a","name":"Project not found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"url\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"url\": \"https://wossom.com\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/{{qrCodeId}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 00:57:53 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"d65f3d"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/d65f3d"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"29"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"project_not_found\"\n}"},{"id":"b45bec53-a6a9-4964-8908-7a49efc61159","name":"QR Type not specified","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"url\": \"https://wossom.com\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 00:44:15 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"84210d"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/84210d"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"72"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_request\",\n    \"reason\": {\n        \"fields\": {\n            \"qr_type\": \"is_missing\"\n        }\n    }\n}"},{"id":"cfb8d67a-567b-49f0-aae2-8be9a62746b7","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"url\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"url\": \"https://wossom.com\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/"},"status":"Created","code":201,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 05 May 2020 00:43:34 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Location","value":"https://uqr.to/28"},{"key":"X-Debug-Token","value":"d1195c"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/d1195c"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"0"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":null},{"id":"da647e7d-91f3-4051-9fb0-02cbae559db2","name":"Authentication Required","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Token {{apiKey}}","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"youtube\",\n\t\"name\": \"QR Name updated\",\n\t\"fields_data\": {\n\t\t\"profile_url\": \"http://www.youtube.com/user/greenpeaceusa\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#CCCCCC\",\n\t\t\"background_color\": \"#DDDDDD\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/{{qrCodeId}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 08:04:34 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"628a37"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/628a37"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"35"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Authentication Required\"\n}"}],"_postman_id":"6b6871f9-f068-4131-b96e-6320fd200f31"},{"name":"Delete QR Code","event":[{"listen":"prerequest","script":{"id":"a9ead460-ac02-41de-b7fa-29647f9586c0","exec":["pm.environment.set(\"projectId\", 1);","pm.environment.set(\"qrCodeId\", 110);"],"type":"text/javascript"}}],"id":"a9bd0bd6-75a2-4673-8bad-011b38bb014c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/{{qrCodeId}}","description":"<p>Delete a QR code is an irreversible operation, execute it under your own responsability.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"ac76f407-af3c-42bf-8e47-44a1937b52a8","id":"ac76f407-af3c-42bf-8e47-44a1937b52a8","name":"QR Codes","type":"folder"}},"urlObject":{"protocol":"{{schema}}","path":["api","1.0","dynamicsqr","{{projectId}}","qrcode","{{qrCodeId}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"0a95b644-337d-4208-9598-2fe8718876b9","name":"Authentication Required","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Token 61333988-ec37-43c4-a9a1-71e17a6849e2","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"youtube\",\n\t\"name\": \"QR Name updated\",\n\t\"fields_data\": {\n\t\t\"profile_url\": \"http://www.youtube.com/user/greenpeaceusa\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#CCCCCC\",\n\t\t\"background_color\": \"#DDDDDD\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/{{qrCodeId}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 08:02:05 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"557de7"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/557de7"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"35"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Authentication Required\"\n}"},{"id":"2c13bde0-a326-47bf-a1ac-685e26e3fe38","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"youtube\",\n\t\"name\": \"QR Name updated\",\n\t\"fields_data\": {\n\t\t\"profile_url\": \"http://www.youtube.com/user/greenpeaceusa\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#CCCCCC\",\n\t\t\"background_color\": \"#DDDDDD\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/{{qrCodeId}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 01:29:16 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"918cc0"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/918cc0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"25"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"access_denied\"\n}"},{"id":"65521f8e-ba60-4312-8798-6278be61e4ca","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Token {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"youtube\",\n\t\"name\": \"QR Name updated\",\n\t\"fields_data\": {\n\t\t\"profile_url\": \"http://www.youtube.com/user/greenpeaceusa\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#CCCCCC\",\n\t\t\"background_color\": \"#DDDDDD\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/{{qrCodeId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 05 May 2020 07:23:32 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"a4b715"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/a4b715"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":null},{"id":"d5146640-45ed-4a27-9c37-0ceae83c1e7f","name":"QR Code not found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"url\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"url\": \"https://wossom.com\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/{{qrCodeId}}"},"code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 00:58:16 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"bd6cc0"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/bd6cc0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"29"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"qr_code_not_found\"\n}"}],"_postman_id":"a9bd0bd6-75a2-4673-8bad-011b38bb014c"},{"name":"Archive QR Code","event":[{"listen":"prerequest","script":{"id":"a2de399c-5596-40f7-99ef-29b8af1b5b7e","exec":["pm.environment.set(\"projectId\", 1);","pm.environment.set(\"qrCodeId\", 111);"],"type":"text/javascript"}}],"id":"cef36e19-71c9-4fe0-8f1c-5a692a909177","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/{{qrCodeId}}/archive","description":"<p>Archiving a QR code makes it unavailable for it's public use. You can active it again later.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"ac76f407-af3c-42bf-8e47-44a1937b52a8","id":"ac76f407-af3c-42bf-8e47-44a1937b52a8","name":"QR Codes","type":"folder"}},"urlObject":{"protocol":"{{schema}}","path":["api","1.0","dynamicsqr","{{projectId}}","qrcode","{{qrCodeId}}","archive"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"60161ed0-568a-4fe9-9896-c6890a0f7788","name":"QR Code not found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"url\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"url\": \"https://wossom.com\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/{{qrCodeId}}"},"code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 00:58:16 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"bd6cc0"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/bd6cc0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"29"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"qr_code_not_found\"\n}"},{"id":"602f7817-7f36-41e5-a863-8b7a0fec9928","name":"Authentication Required","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Token 61333988-ec37-43c4-a9a1-71e17a6849e2","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"youtube\",\n\t\"name\": \"QR Name updated\",\n\t\"fields_data\": {\n\t\t\"profile_url\": \"http://www.youtube.com/user/greenpeaceusa\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#CCCCCC\",\n\t\t\"background_color\": \"#DDDDDD\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/{{qrCodeId}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 08:02:05 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"557de7"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/557de7"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"35"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Authentication Required\"\n}"},{"id":"8fbd6061-21bb-4a09-bce7-9db468666209","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Token {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"youtube\",\n\t\"name\": \"QR Name updated\",\n\t\"fields_data\": {\n\t\t\"profile_url\": \"http://www.youtube.com/user/greenpeaceusa\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#CCCCCC\",\n\t\t\"background_color\": \"#DDDDDD\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/{{qrCodeId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 05 May 2020 07:23:32 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"a4b715"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/a4b715"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":null},{"id":"e6653ec3-7066-4840-a0dc-94f508ecc47c","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"youtube\",\n\t\"name\": \"QR Name updated\",\n\t\"fields_data\": {\n\t\t\"profile_url\": \"http://www.youtube.com/user/greenpeaceusa\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#CCCCCC\",\n\t\t\"background_color\": \"#DDDDDD\",\n\t\t\"logo_image\": \"https://wossom.com/images/logo_largo.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/{{qrCodeId}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 May 2020 01:29:16 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) PHP/7.1.33"},{"key":"X-Powered-By","value":"PHP/7.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Debug-Token","value":"918cc0"},{"key":"X-Debug-Token-Link","value":"http://dashboard.local/app_dev.php/_profiler/918cc0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"25"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"access_denied\"\n}"}],"_postman_id":"cef36e19-71c9-4fe0-8f1c-5a692a909177"}],"id":"ac76f407-af3c-42bf-8e47-44a1937b52a8","description":"<p>Here you will find the basic CRUD operations to perform with QR codes, including creating, editing and deleting it.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"37bed8f7-7e72-42be-a5e6-4ccc17249316","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2038d19f-e0b2-4d8c-b2a7-948f45ac4a03","type":"text/javascript","exec":[""]}}],"_postman_id":"ac76f407-af3c-42bf-8e47-44a1937b52a8"},{"name":"Examples to create different QR code types","item":[{"name":"URL QR Code","event":[{"listen":"prerequest","script":{"id":"007e5973-13d8-4326-aa78-870a246fc91a","exec":["pm.environment.set(\"projectId\", 1);"],"type":"text/javascript"}}],"id":"90da0982-509c-48b9-b4fd-e7e41bd58aa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"url\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"url\": \"https://uqr.me\",\n\t\t\"title\": \"My QR Title\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://app.uqr.me/bundles/app/qrfront/images/logo-uqrme.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","name":"Examples to create different QR code types","type":"folder"}},"urlObject":{"protocol":"{{schema}}","path":["api","1.0","dynamicsqr","{{projectId}}","qrcode",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"90da0982-509c-48b9-b4fd-e7e41bd58aa0"},{"name":"VCard QR Code","event":[{"listen":"prerequest","script":{"id":"30ed3de7-ab69-41e8-9f84-816b02435fe6","exec":["pm.environment.set(\"projectId\", 1);"],"type":"text/javascript"}}],"id":"5f1e4fd8-3be9-4235-99ce-3d7d0b053123","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"vcard\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"name\": \"John\",\n\t\t\"surname\": \"Doe\",\n\t\t\"mobile\": \"+34666777888\",\n\t\t\"home_phone\": \"+34912345678\",\n\t\t\"email\": \"john@uqr.me\",\n\t\t\"company\": \"uqr.me\",\n\t\t\"title\": \"CEO\",\n\t\t\"address\": \"Fake Steeet, 123\",\n\t\t\"city\": \"The world\",\n\t\t\"zipcode\": \"1\",\n\t\t\"state\": \"The world\",\n\t\t\"country\": \"Everywhere\",\n\t\t\"website\": \"https://uqr.me\",\n\t\t\"facebook\": \"https://www.facebook.com/uqrme/\",\n\t\t\"twitter\": \"https://twitter.com/uqrme\",\n\t\t\"googleplus\": \"Ha ha, sure...\",\n\t\t\"linkedin\": \"https://es.linkedin.com/company/uqr.me\",\n\t\t\"youtube\": \"Someday...\",\n\t\t\"instagram\": \"Someday...\",\n\t\t\"googlebusiness\": \"Someday...\",\n\t\t\"yelp\": \"Someday...\",\n\t\t\"tripadvisor\": \"Someday...\",\n\t\t\"public_title\": \"Mr. uqr.me\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://app.uqr.me/bundles/app/qrfront/images/logo-uqrme.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","name":"Examples to create different QR code types","type":"folder"}},"urlObject":{"protocol":"{{schema}}","path":["api","1.0","dynamicsqr","{{projectId}}","qrcode",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f1e4fd8-3be9-4235-99ce-3d7d0b053123"},{"name":"uQRme QR Code","event":[{"listen":"prerequest","script":{"id":"6a523c62-6ad2-4ee2-b732-46c06625fd5a","exec":["pm.environment.set(\"projectId\", 1);"],"type":"text/javascript"}}],"id":"3737eed6-515d-4594-b8f4-1c0605566dca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"uqrme\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"title\": \"My uQRme code\",\n\t\t\"content\": \"This is my uQRme QR code!\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://app.uqr.me/bundles/app/qrfront/images/logo-uqrme.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","name":"Examples to create different QR code types","type":"folder"}},"urlObject":{"protocol":"{{schema}}","path":["api","1.0","dynamicsqr","{{projectId}}","qrcode",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3737eed6-515d-4594-b8f4-1c0605566dca"},{"name":"File QR Code","event":[{"listen":"prerequest","script":{"id":"bad01004-4945-4ef1-bbe2-a7d1292ea20d","exec":["pm.environment.set(\"projectId\", 1);"],"type":"text/javascript"}}],"id":"e00d11e9-2f35-46ba-9907-c7a6d7be776f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"file\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"title\": \"My uQRme code\",\n\t\t\"newfile\": \"my_file\",\n\t\t\"original_file_name\": \"original_file\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://app.uqr.me/bundles/app/qrfront/images/logo-uqrme.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","name":"Examples to create different QR code types","type":"folder"}},"urlObject":{"protocol":"{{schema}}","path":["api","1.0","dynamicsqr","{{projectId}}","qrcode",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e00d11e9-2f35-46ba-9907-c7a6d7be776f"},{"name":"Google Maps QR Code","event":[{"listen":"prerequest","script":{"id":"aa47c2c8-db1f-4cdc-afb3-92c979ac131d","exec":["pm.environment.set(\"projectId\", 1);"],"type":"text/javascript"}}],"id":"eb821752-76b0-4fc1-9b26-b1e95b478f2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"googlemap\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"title\": \"Area 51\",\n\t\t\"address\": \"Fake Street, 123, Neverland, United States of Happiness\",\n\t\t\"address_coords\": \"37.235000, 115.811111\",\n\t\t\"address_zoom\": 8\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://app.uqr.me/bundles/app/qrfront/images/logo-uqrme.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","name":"Examples to create different QR code types","type":"folder"}},"urlObject":{"protocol":"{{schema}}","path":["api","1.0","dynamicsqr","{{projectId}}","qrcode",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb821752-76b0-4fc1-9b26-b1e95b478f2e"},{"name":"Google Review QR Code","event":[{"listen":"prerequest","script":{"id":"b07c0ae7-73a6-4d91-bfa2-c882b372b07b","exec":["pm.environment.set(\"projectId\", 1);"],"type":"text/javascript"}}],"id":"1b3f0d8d-3b02-487b-8080-0ac0f94f789e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"googleReview\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"place_id\": \"112233\",\n\t\t\"place_name\": \"uQR.me HeadQuarters\",\n\t\t\"place_address\": \"Fake Street, 123.\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://app.uqr.me/bundles/app/qrfront/images/logo-uqrme.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","name":"Examples to create different QR code types","type":"folder"}},"urlObject":{"protocol":"{{schema}}","path":["api","1.0","dynamicsqr","{{projectId}}","qrcode",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b3f0d8d-3b02-487b-8080-0ac0f94f789e"},{"name":"Coupon QR Code","event":[{"listen":"prerequest","script":{"id":"22488eb7-5289-4b71-8098-51d43a74393a","exec":["pm.environment.set(\"projectId\", 1);"],"type":"text/javascript"}}],"id":"c67783ef-3be4-4fcc-9c6a-79ca90788aa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"coupon\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"company\": \"112233\",\n\t\t\"headline\": \"uQR.me HeadQuarters\",\n\t\t\"description\": \"Fake Street, 123.\",\n\t\t\"sale_type\": \"50%\",\n\t\t\"coupon_name\": \"50% discount coupon\",\n\t\t\"coupon_date\": \"2020-12-31\",\n\t\t\"coupon_terms\": \"Explain your terms\",\n\t\t\"coupon_web_type\": \"Shop now\",\n\t\t\"coupon_web_type_url\": \"https://uqr.me\",\n\t\t\"address\": \"Fake Street, 123\",\n\t\t\"address_coords\": \"112233, 445566\",\n\t\t\"address_zoom\": \"8\",\n\t\t\"file\": \"file_name\",\n\t\t\"original_file_name\": \"original_file_name\",\n\t\t\"file_barcode\": \"123456789012\",\n\t\t\"original_file_name_barcode\": \"original_file_name_barcode\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://app.uqr.me/bundles/app/qrfront/images/logo-uqrme.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/","description":"<p>Valid values for <code>sale_type</code>:</p>\n<ul>\n<li><code>10%</code></li>\n<li><code>30%</code></li>\n<li><code>50%</code></li>\n<li><code>2 FOR 1</code></li>\n<li><code>SALE</code></li>\n</ul>\n<p>Valid values for <code>coupon_web_type</code> are:</p>\n<ul>\n<li><code>Shop now</code></li>\n<li><code>Redeem now</code></li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","name":"Examples to create different QR code types","type":"folder"}},"urlObject":{"protocol":"{{schema}}","path":["api","1.0","dynamicsqr","{{projectId}}","qrcode",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c67783ef-3be4-4fcc-9c6a-79ca90788aa5"},{"name":"Social Links QR Code","event":[{"listen":"prerequest","script":{"id":"a59d2ddf-6429-4c20-821f-06bdd38eac51","exec":["pm.environment.set(\"projectId\", 1);"],"type":"text/javascript"}}],"id":"ec10f72b-eff8-402f-823a-d0e2ed8588a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"socialLinks\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"fields\": [\n\t        {\n\t            \"target\": \"link\",\n\t            \"label\": \"Simply URL\",\n\t            \"url\": \"https://wossom.com\",\n\t            \"order\": 1\n\t        },\n\t        {\n\t            \"target\": \"twitter\",\n\t            \"label\": \"twitter\",\n\t            \"url\": \"https://twitter.com/wossom_com\",\n\t            \"order\": 2\n\t        },\n\t        {\n\t            \"target\": \"linkedin\",\n\t            \"label\": \"linkedin\",\n\t            \"url\": \"https://linkedin.com/company/wossom\",\n\t            \"order\": 3\n\t        },\n\t        {\n\t            \"target\": \"github\",\n\t            \"label\": \"github\",\n\t            \"url\": \"https://github.com/wossom\",\n\t            \"order\": 4\n\t        }\n\t    ],\n\t\t\"title\": \"My Social Links QR\",\n\t\t\"description\": \"Just a social links QR\",\n\t\t\"new_file\": \"file_name\",\n\t\t\"original_file_name\": \"original_file_name\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://app.uqr.me/bundles/app/qrfront/images/logo-uqrme.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/","description":"<h3 id=\"about-fields\">About fields</h3>\n<p>The <code>fields</code> value must be a JSON array of objects with the attributes: <code>target</code>, <code>label</code>, <code>url</code> and <code>order</code></p>\n<p>A full version of all the supported social links JSON is something like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\n    \"fields\": [\n        {\n            \"target\": \"link\",\n            \"label\": \"Simply URL\",\n            \"url\": \"https://wossom.com\",\n            \"order\": 1\n        },\n        {\n            \"target\": \"facebook\",\n            \"label\": \"Facebook\",\n            \"url\": \"https://wossom.com\",\n            \"order\": 2\n        },\n        {\n            \"target\": \"twitter\",\n            \"label\": \"twitter\",\n            \"url\": \"https://wossom.com\",\n            \"order\": 3\n        },\n        {\n            \"target\": \"instagram\",\n            \"label\": \"instagram\",\n            \"url\": \"https://wossom.com\",\n            \"order\": 4\n        },\n        {\n            \"target\": \"youtube\",\n            \"label\": \"youtube\",\n            \"url\": \"https://wossom.com\",\n            \"order\": 5\n        },\n        {\n            \"target\": \"pinterest\",\n            \"label\": \"pinterest\",\n            \"url\": \"https://wossom.com\",\n            \"order\": 6\n        },\n        {\n            \"target\": \"google-plus\",\n            \"label\": \"google\",\n            \"url\": \"https://wossom.com\",\n            \"order\": 7\n        },\n        {\n            \"target\": \"linkedin\",\n            \"label\": \"linkedin\",\n            \"url\": \"https://wossom.com\",\n            \"order\": 8\n        },\n        {\n            \"target\": \"xing\",\n            \"label\": \"xing\",\n            \"url\": \"https://wossom.com\",\n            \"order\": 9\n        },\n        {\n            \"target\": \"flickr\",\n            \"label\": \"flickr\",\n            \"url\": \"https://wossom.com\",\n            \"order\": 10\n        },\n        {\n            \"target\": \"dribbble\",\n            \"label\": \"dribbble\",\n            \"url\": \"https://wossom.com\",\n            \"order\": 11\n        },\n        {\n            \"target\": \"wechat\",\n            \"label\": \"wechat\",\n            \"url\": \"https://wossom.com\",\n            \"order\": 12\n        },\n        {\n            \"target\": \"reddit\",\n            \"label\": \"reddit\",\n            \"url\": \"https://wossom.com\",\n            \"order\": 13\n        },\n        {\n            \"target\": \"tumblr\",\n            \"label\": \"tumblr\",\n            \"url\": \"https://wossom.com\",\n            \"order\": 14\n        },\n        {\n            \"target\": \"github\",\n            \"label\": \"github\",\n            \"url\": \"https://wossom.com\",\n            \"order\": 15\n        },\n        {\n            \"target\": \"skype\",\n            \"label\": \"skype\",\n            \"url\": \"https://wossom.com\",\n            \"order\": 16\n        }\n    ]\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","name":"Examples to create different QR code types","type":"folder"}},"urlObject":{"protocol":"{{schema}}","path":["api","1.0","dynamicsqr","{{projectId}}","qrcode",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec10f72b-eff8-402f-823a-d0e2ed8588a1"},{"name":"Youtube QR Code","event":[{"listen":"prerequest","script":{"id":"409c85e0-a1cd-4510-80bc-eef3149c5077","exec":["pm.environment.set(\"projectId\", 1);"],"type":"text/javascript"}}],"id":"b6535eeb-5da8-488b-b934-c5dabf40b741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"youtube\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"redirect_type\": 0,\n\t\t\"profile_url\": \"https://youtu.be/channel\",\n\t\t\"embed_video_url\": \"Just a social links QR\",\n\t\t\"embed_video_code\": null,\n\t\t\"title\": null\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://app.uqr.me/bundles/app/qrfront/images/logo-uqrme.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/","description":"<p>You can create the QR in three different ways:</p>\n<ul>\n<li>A redirection to your channel</li>\n<li>A redirection to the video URL</li>\n<li>A redirection to an embedded player</li>\n</ul>\n<p>Valid values for <code>redirect_type</code> are:</p>\n<ul>\n<li><code>0</code> (channel)</li>\n<li><code>1</code> (Video URL)</li>\n<li><code>2</code> (Video Embed Code)</li>\n</ul>\n<p>This makes that:</p>\n<ul>\n<li>With type 0, <code>profile_url</code> is required.</li>\n<li>With type 1: <code>embed_video_url</code> is required.</li>\n<li>With type 2: <code>embed_video_code</code> is required.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","name":"Examples to create different QR code types","type":"folder"}},"urlObject":{"protocol":"{{schema}}","path":["api","1.0","dynamicsqr","{{projectId}}","qrcode",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6535eeb-5da8-488b-b934-c5dabf40b741"},{"name":"Whatsapp QR Code","event":[{"listen":"prerequest","script":{"id":"940fba94-f000-4fd1-b23a-c05cbe155520","exec":["pm.environment.set(\"projectId\", 1);"],"type":"text/javascript"}}],"id":"86188ec2-a465-4e97-9485-87f540b42066","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"whatsapp\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"phoneNumber\": \"34666777888\",\n\t\t\"title\": \"Text me!\",\n\t\t\"message\": \"Com'on! send me texty text!\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://app.uqr.me/bundles/app/qrfront/images/logo-uqrme.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/","description":"<p><code>phoneNumber</code> must not include plus character <code>+</code>, spaces or another not numerical characters.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","name":"Examples to create different QR code types","type":"folder"}},"urlObject":{"protocol":"{{schema}}","path":["api","1.0","dynamicsqr","{{projectId}}","qrcode",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"86188ec2-a465-4e97-9485-87f540b42066"},{"name":"Paypal QR Code","event":[{"listen":"prerequest","script":{"id":"c6b4422b-36f7-4789-a793-284a457c53db","exec":["pm.environment.set(\"projectId\", 1);"],"type":"text/javascript"}}],"id":"f50a55e0-0208-4073-a0e4-dae0e118e36b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"paypal\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"paypal_type\": 0,\n\t\t\"paypal_id\": \"1234456\",\n\t\t\"donate_paypal_id\": null,\n\t\t\"item_name\": \"My item\",\n\t\t\"item_description\": \"A nice item\",\n\t\t\"quantity\": 1,\n\t\t\"amount\": \"100\",\n\t\t\"donate_description\": null,\n\t\t\"currency_code\": \"EUR\",\n\t\t\"donate_currency_code\": null,\n\t\t\"title\": \"Get a payment\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://app.uqr.me/bundles/app/qrfront/images/logo-uqrme.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/","description":"<p>You can perform a payment or a donation. Here you can see the options to configure for each case.</p>\n<p><strong>Valid <code>paypal_type</code> values:</strong></p>\n<ul>\n<li><code>0</code> (Get payment)</li>\n<li><code>1</code> (Donation)</li>\n</ul>\n<p>(*) If you choose <code>0</code>, then <code>paypal_id</code> and <code>currency_code</code> are required, in case you choose <code>1</code>, then <code>donate_paypal_id</code> and <code>donate_currency_code</code> are required.</p>\n<p><strong>Valid currency codes for <code>currency_code</code> and <code>donate_currency_code</code>:</strong></p>\n<ul>\n<li><code>USD</code></li>\n<li><code>EUR</code></li>\n<li><code>GBP</code></li>\n<li><code>NOK</code></li>\n<li><code>CAD</code></li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","name":"Examples to create different QR code types","type":"folder"}},"urlObject":{"protocol":"{{schema}}","path":["api","1.0","dynamicsqr","{{projectId}}","qrcode",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f50a55e0-0208-4073-a0e4-dae0e118e36b"},{"name":"App Store QR Code","event":[{"listen":"prerequest","script":{"id":"b08e783d-c61b-4758-95b4-2ed52ec41aee","exec":["pm.environment.set(\"projectId\", 1);"],"type":"text/javascript"}}],"id":"02c6bfa3-40bf-4c9c-b8b1-153d475ade05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"appstore\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"ch_iphone_url\": true,\n\t\t\"ch_ipad_url\": false,\n\t\t\"ch_android_url\": true,\n\t\t\"ch_blackberry_url\": false,\n\t\t\"ch_blackberry10_url\": false,\n\t\t\"ch_windows_url\": false,\n\t\t\"iphone_url\": \"https://appstore.com/my-app\",\n\t\t\"ipad_url\": null,\n\t\t\"android_url\": \"https://playstore.com/my-app\",\n\t\t\"blackberry_url\": null,\n\t\t\"blackberry10_url\": null,\n\t\t\"windows_url\": null,\n\t\t\"url_type\": null,\n\t\t\"title\": \"App QR Code\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://app.uqr.me/bundles/app/qrfront/images/logo-uqrme.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/","description":"<p>Create a QR with links to several app platforms.</p>\n<p>Notice thant there are <code>ch_platform_url</code> and <code>platform_url</code> fields (replace \"platform\" for the desired platform), so, for each <code>ch_platform_url</code> you set as <code>true</code>, you should fill the related <code>platform_url</code> field.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","name":"Examples to create different QR code types","type":"folder"}},"urlObject":{"protocol":"{{schema}}","path":["api","1.0","dynamicsqr","{{projectId}}","qrcode",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"02c6bfa3-40bf-4c9c-b8b1-153d475ade05"},{"name":"Multi URL Nested QR Code","event":[{"listen":"prerequest","script":{"id":"0f9a076c-9c3d-4aa0-81b7-3760d6bb8101","exec":["pm.environment.set(\"projectId\", 1);"],"type":"text/javascript"}}],"id":"eeb9c1c0-82cf-4418-8442-8ed239aff1c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"qr_type\": \"multiurlnested\",\n\t\"name\": \"QR Name\",\n\t\"fields_data\": {\n\t\t\"fields\": [\n\t\t    {\n\t\t        \"country_code\": \"ES\",\n\t\t        \"links\": [\n\t\t            {\n\t\t                \"label\": \"wossom sitio web\",\n\t\t                \"url\": \"https://wossom.es\"\n\t\t            }\n\t\t        ]\n\t\t    },\n\t\t    {\n\t\t        \"country_code\": \"US\",\n\t\t        \"links\": [\n\t\t            {\n\t\t                \"label\": \"wossom website\",\n\t\t                \"url\": \"https://wossom.com\"\n\t\t            }\n\t\t        ]\n\t\t    }\n\t\t],\n\t\t\"title\": \"Just a social links QR\",\n\t\t\"fallback\": \"https://fallback-url.com\"\n\t},\n\t\"attributes\": {\n\t\t\"color\": \"#000000\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"logo_image\": \"https://app.uqr.me/bundles/app/qrfront/images/logo-uqrme.png\"\n\t}\n}"},"url":"{{schema}}://{{domain}}/api/1.0/dynamicsqr/{{projectId}}/qrcode/","description":"<h3 id=\"important-note\">Important Note</h3>\n<p>The <code>fields</code> value must be a JSON composed itself of two attributes: <code>country_code</code> and <code>links</code>. At the same time, <code>links</code> must be an array of objects composed of two attributes: <code>label</code> and <code>url</code>. </p>\n<p>A good example is the next JSON:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>“fields”: [\n    {\n        “country_code”: “ES”,\n        “links”: [\n            {\n                “label”: “wossom sitio web”,\n                “url”: “https://wossom.es”\n            }\n        ]\n    },\n    {\n        “country_code”: “US”,\n        “links”: [\n            {\n                “label”: “wossom website”,\n                “url”: “https://wossom.com”\n            }\n        ]\n    }\n]\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","name":"Examples to create different QR code types","type":"folder"}},"urlObject":{"protocol":"{{schema}}","path":["api","1.0","dynamicsqr","{{projectId}}","qrcode",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eeb9c1c0-82cf-4418-8442-8ed239aff1c1"}],"id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207","description":"<p><strong>How to get my QR code URL?</strong></p>\n<p>After create a QR code, you must check the <code>Location</code> header of the response in order to get your new QR code URL.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4d24fab0-e0b3-4664-9ea7-1136579284df","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b49157a3-c660-4882-8d1b-423a5849f20b","type":"text/javascript","exec":[""]}}],"_postman_id":"0cb8c1ba-e911-436e-b19f-25a21e3b3207"}],"event":[{"listen":"prerequest","script":{"id":"7cd0bb25-1ebd-4100-ad02-9b32bdee49d0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3e1fe20f-6857-48d6-b598-6d23f69ee397","type":"text/javascript","exec":[""]}}]}