{"info":{"_postman_id":"8ea31931-cb18-7228-9c54-bab2a82c6bd6","name":"Swiftium License Public API","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>Manage your account's SwiftLeads mobile apps from the comfort of an outside system.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>To send license emails to recipients through the API, your event must have an SMTP sender account configured. This can be done in the Event Management section under the SwiftLeads license tab. An email template is also required to send emails and can be configured in the same portal.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>A Swiftium manager account is required to access the API. Pass your Swiftium account credentials in the authorization header using Basic authorization standard.</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>-1 = Unauthorized--Invalid credentials\n-2 = Exceeded maximum API calls in a single period\n-3 = Parameter error ex. Page must be a positive, non-zero number\n-4 = License not found\n-5 = Event not found\n-6 = License SMTP settings not configured\n-7 = Specified Event ID does not belong to user\n-8 = No Licenses found\n-9 = Unknown Error Occurred\n-10 = License Creation Error\n-11 = Event license email sending error\n-12 = No License devices found\n\n</code></pre><h1 id=\"rate-limit\">Rate limit</h1>\n<p>This API collection allows up to 10,000 requests within a 24-hour period, running from 12:00 AM EST to 11:59 PM EST. Most endpoints consume 1 request per call. Endpoints with “bulk” in their title will indicate a different request cost.</p>\n<p>The request limit is account-wide rather than endpoint-specific, meaning requests to any API will reduce the total number of remaining calls available to the account within a 24-hour period.</p>\n<p>Maximum 180 calls per 60 seconds, measured as a rolling window.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"884960","collectionId":"8ea31931-cb18-7228-9c54-bab2a82c6bd6","publishedId":"RW8AmnyZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-05-24T12:28:56.000Z"},"item":[{"name":"Send email to all event licenses","id":"d1c4cb74-792b-449f-b300-1555bb402c85","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://www.swiftium.co/v3/api/license/sendEmails/11186","description":"<p>/api/license/sendEmails/{SETUP FILE ID}</p>\n","urlObject":{"protocol":"https","path":["v3","api","license","sendEmails","11186"],"host":["www","swiftium","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1c4cb74-792b-449f-b300-1555bb402c85"},{"name":"Send email to license","id":"0ba2d18c-fa07-f4d0-c951-5871bff4ca30","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://www.swiftium.co/v3/api/license/sendEmail/10416","description":"<p>/api/license/sendEmail/{LICENSE ID}</p>\n","urlObject":{"protocol":"https","path":["v3","api","license","sendEmail","10416"],"host":["www","swiftium","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ba2d18c-fa07-f4d0-c951-5871bff4ca30"},{"name":"Get event licenses paged","id":"32bcaed7-d956-6810-b1eb-bb2e8c938a00","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://www.swiftium.co/v3/api/license/event/11186?page=1","description":"<p>/api/license/event/{SETUP FILE ID}?page={PAGE NUMBER 1-INIFINITY}</p>\n","urlObject":{"protocol":"https","path":["v3","api","license","event","11186"],"host":["www","swiftium","co"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"32bcaed7-d956-6810-b1eb-bb2e8c938a00"},{"name":"Get account licenses paged","id":"4b20a5bc-02c8-b078-6694-eb304314c5d5","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://www.swiftium.co/v3/api/license/account?page=1","urlObject":{"protocol":"https","path":["v3","api","license","account"],"host":["www","swiftium","co"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"4b20a5bc-02c8-b078-6694-eb304314c5d5"},{"name":"Delete a license","id":"afb1d12c-71e5-00d1-122c-ec7ea6ee2b1c","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://www.swiftium.co/v3/api/license/delete/10508","description":"<p>/api/license/delete/{LICENSE ID}</p>\n","urlObject":{"protocol":"https","path":["v3","api","license","delete","10508"],"host":["www","swiftium","co"],"query":[],"variable":[]}},"response":[{"id":"59400e38-9fb3-b026-3e19-c90c51dc2eeb","name":"Delete a license","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","warning":"","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:25049/api/license/delete/10508"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Close","name":"Connection","description":""},{"key":"Content-Length","value":"35","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 24 May 2018 12:17:00 GMT","name":"Date","description":""},{"key":"Expires","value":"-1","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"ASP.NET Development Server/11.0.0.0","name":"Server","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":""}],"cookie":[],"responseTime":"225","body":"{\"Message\":\"Success\",\"Result\":true}"}],"_postman_id":"afb1d12c-71e5-00d1-122c-ec7ea6ee2b1c"},{"name":"Create Event License","id":"9ae1f966-90da-626f-635c-c158fa24cb47","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":" {\n            \"Email\": \"andrew@swiftium.com\",\n            \"Licences\": 2,\n            \"LicencesActivated\": 3,\n            \"ActivationCode\": \"MZJA7K9V\",\n            \"AccountId\": 162365,\n            \"QualifierCategory_ID\": -1,\n            \"EmailBlast_ID\": -1,\n            \"SetupIndex\": 0,\n            \"QualifierEnabled\": true,\n            \"EmailBlastEnabled\": false,\n            \"CompanyName\": \"swiftdev\",\n            \"SetupFilePackageId\": 0,\n            \"_QualifierVersion\": 1,\n            \"_EmailTemplateEnum\": 0\n        }"},"url":"https://www.swiftium.co/v3/api/license/create/11186","description":"<p>/api/license/create/{SETUP FILE ID}</p>\n","urlObject":{"protocol":"https","path":["v3","api","license","create","11186"],"host":["www","swiftium","co"],"query":[],"variable":[]}},"response":[{"id":"6bb2bf84-110a-a843-e96c-8f8a86072da1","name":"Create Event License","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","warning":"","disabled":false}],"body":{"mode":"raw","raw":" {\n            \"Email\": \"andrew@swiftium.com\",\n            \"Licences\": 2,\n            \"LicencesActivated\": 3,\n            \"ActivationCode\": \"MZJA7K9V\",\n            \"AccountId\": 162365,\n            \"QualifierCategory_ID\": -1,\n            \"EmailBlast_ID\": -1,\n            \"SetupIndex\": 0,\n            \"QualifierEnabled\": true,\n            \"EmailBlastEnabled\": false,\n            \"CompanyName\": \"swiftdev\",\n            \"SetupFilePackageId\": 0,\n            \"_QualifierVersion\": 1,\n            \"_EmailTemplateEnum\": 0\n        }"},"url":"http://localhost:25049/api/license/create/11186"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Close","name":"Connection","description":""},{"key":"Content-Length","value":"483","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 24 May 2018 12:18:24 GMT","name":"Date","description":""},{"key":"Expires","value":"-1","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"ASP.NET Development Server/11.0.0.0","name":"Server","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":""}],"cookie":[],"responseTime":"416","body":"{\"Message\":\"Successfully Created License\",\"Result\":{\"ID\":10510,\"SetupFileId\":11186,\"Email\":\"andrew@swiftium.com\",\"Licences\":2,\"LicencesActivated\":0,\"ActivationCode\":\"MZJAUCDS\",\"AccountId\":162365,\"QualifierCategory_ID\":-1,\"EmailBlast_ID\":-1,\"SetupIndex\":1,\"EmailSent\":\"2018-05-24T12:13:03\",\"QualifierEnabled\":true,\"EmailBlastEnabled\":false,\"CompanyName\":\"swiftdev\",\"BCSetup\":\"%162365=10904\",\"SetupFilePackageId\":0,\"UserId\":-1,\"_QualifierVersion\":1,\"GUID\":null,\"_EmailTemplateEnum\":0}}"}],"_postman_id":"9ae1f966-90da-626f-635c-c158fa24cb47"},{"name":"Update Event License","id":"d2f4dab9-cb4a-7d78-e136-1dab1c72c30e","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n            \"ID\": 65,\n            \"SetupFileId\": 8975,\n            \"Email\": \"andrew@swiftium.com\",\n            \"Licences\": 100000,\n            \"LicencesActivated\": 0,\n            \"ActivationCode\": \"LEYCRNVGXBPS\",\n            \"AccountId\": 162365,\n            \"QualifierCategory_ID\": -1,\n            \"EmailBlast_ID\": -1,\n            \"SetupIndex\": 0,\n            \"EmailSent\": null,\n            \"QualifierEnabled\": false,\n            \"EmailBlastEnabled\": false,\n            \"CompanyName\": \"\",\n            \"BCSetup\": \"%162365=8698\",\n            \"SetupFilePackageId\": 0,\n            \"UserId\": -1,\n            \"_QualifierVersion\": 1,\n            \"GUID\": \"1d1ee449-7c28-4869-8629-29ee68e8ef87\",\n            \"_EmailTemplateEnum\": 0\n        }"},"url":"https://www.swiftium.co/v3/api/license/update","urlObject":{"protocol":"https","path":["v3","api","license","update"],"host":["www","swiftium","co"],"query":[],"variable":[]}},"response":[{"id":"edb4d7ad-43da-9a1a-be55-9e7e1f57974e","name":"Update Event License","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n            \"ID\": 65,\n            \"SetupFileId\": 8975,\n            \"Email\": \"andrew@swiftium.com\",\n            \"Licences\": 100000,\n            \"LicencesActivated\": 0,\n            \"ActivationCode\": \"LEYCRNVGXBPS\",\n            \"AccountId\": 162365,\n            \"QualifierCategory_ID\": -1,\n            \"EmailBlast_ID\": -1,\n            \"SetupIndex\": 0,\n            \"EmailSent\": null,\n            \"QualifierEnabled\": false,\n            \"EmailBlastEnabled\": false,\n            \"CompanyName\": \"\",\n            \"BCSetup\": \"%162365=8698\",\n            \"SetupFilePackageId\": 0,\n            \"UserId\": -1,\n            \"_QualifierVersion\": 1,\n            \"GUID\": \"1d1ee449-7c28-4869-8629-29ee68e8ef87\",\n            \"_EmailTemplateEnum\": 0\n        }"},"url":"http://localhost:25049/api/license/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Close","name":"Connection","description":""},{"key":"Content-Length","value":"35","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 24 May 2018 12:24:42 GMT","name":"Date","description":""},{"key":"Expires","value":"-1","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"ASP.NET Development Server/11.0.0.0","name":"Server","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":""}],"cookie":[],"responseTime":"213","body":"{\"Message\":\"Success\",\"Result\":true}"}],"_postman_id":"d2f4dab9-cb4a-7d78-e136-1dab1c72c30e"},{"name":"Get License by Activation Code","id":"5462a7d3-953c-2297-164a-8e3170bfe144","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://www.swiftium.co/v3/api/license/code/MZJA7K9V","description":"<p>/api/license/code/{ACTIVATION CODE}</p>\n","urlObject":{"protocol":"https","path":["v3","api","license","code","MZJA7K9V"],"host":["www","swiftium","co"],"query":[],"variable":[]}},"response":[{"id":"9ff52d84-d747-4394-0df3-b69ad4dcd73e","name":"Get License by Activation Code","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","warning":"","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:25049/api/license/code/MZJA7K9V"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Close","name":"Connection","description":""},{"key":"Content-Length","value":"483","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 24 May 2018 12:09:30 GMT","name":"Date","description":""},{"key":"Expires","value":"-1","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"ASP.NET Development Server/11.0.0.0","name":"Server","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":""}],"cookie":[],"responseTime":"264","body":"{\"Message\":\"Success\",\"Result\":{\"ID\":10416,\"SetupFileId\":11186,\"Email\":\"andrew@swiftium.com\",\"Licences\":2,\"LicencesActivated\":3,\"ActivationCode\":\"MZJA7K9V\",\"AccountId\":162365,\"QualifierCategory_ID\":-1,\"EmailBlast_ID\":-1,\"SetupIndex\":0,\"EmailSent\":null,\"QualifierEnabled\":true,\"EmailBlastEnabled\":false,\"CompanyName\":\"swiftdev\",\"BCSetup\":\"%162365=10904\",\"SetupFilePackageId\":0,\"UserId\":241369,\"_QualifierVersion\":1,\"GUID\":\"96a80cce-038e-4c3c-871c-b16a081771f3\",\"_EmailTemplateEnum\":0}}"}],"_postman_id":"5462a7d3-953c-2297-164a-8e3170bfe144"},{"name":"Get License by ID","id":"371dd487-5d47-4a9c-8e11-3aecc92fb5d3","request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n        \"ID\": 10416,\n        \"SetupFileId\": 11186,\n        \"Email\": \"andrew@swiftium.com\",\n        \"Licences\": 2,\n        \"LicencesActivated\": 3,\n        \"ActivationCode\": \"MZJA7K9V\",\n        \"AccountId\": 162365,\n        \"QualifierCategory_ID\": -1,\n        \"EmailBlast_ID\": -1,\n        \"SetupIndex\": 0,\n        \"EmailSent\": null,\n        \"QualifierEnabled\": true,\n        \"EmailBlastEnabled\": false,\n        \"CompanyName\": \"swiftdev\",\n        \"BCSetup\": \"%162365=10904\",\n        \"SetupFilePackageId\": 0,\n        \"UserId\": 241379999,\n        \"_QualifierVersion\": 1,\n        \"GUID\": \"96a80cce-038e-4c3c-871c-b16a081771f3\",\n        \"_EmailTemplateEnum\": 0\n    }"},"url":"https://www.swiftium.co/v3/api/license/id/65","description":"<p>/api/license/id/{LICENSE ID}</p>\n","urlObject":{"protocol":"https","path":["v3","api","license","id","65"],"host":["www","swiftium","co"],"query":[],"variable":[]}},"response":[{"id":"5e5423a1-997f-7ed7-406d-8979387c22d2","name":"Get License by ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n        \"ID\": 10416,\n        \"SetupFileId\": 11186,\n        \"Email\": \"andrew@swiftium.com\",\n        \"Licences\": 2,\n        \"LicencesActivated\": 3,\n        \"ActivationCode\": \"MZJA7K9V\",\n        \"AccountId\": 162365,\n        \"QualifierCategory_ID\": -1,\n        \"EmailBlast_ID\": -1,\n        \"SetupIndex\": 0,\n        \"EmailSent\": null,\n        \"QualifierEnabled\": true,\n        \"EmailBlastEnabled\": false,\n        \"CompanyName\": \"swiftdev\",\n        \"BCSetup\": \"%162365=10904\",\n        \"SetupFilePackageId\": 0,\n        \"UserId\": 241379999,\n        \"_QualifierVersion\": 1,\n        \"GUID\": \"96a80cce-038e-4c3c-871c-b16a081771f3\",\n        \"_EmailTemplateEnum\": 0\n    }"},"url":"http://localhost:25049/api/license/id/65"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Close","name":"Connection","description":""},{"key":"Content-Length","value":"476","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 24 May 2018 12:24:48 GMT","name":"Date","description":""},{"key":"Expires","value":"-1","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"ASP.NET Development Server/11.0.0.0","name":"Server","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":""}],"cookie":[],"responseTime":"184","body":"{\"Message\":\"Success\",\"Result\":{\"ID\":65,\"SetupFileId\":8975,\"Email\":\"andrew@swiftium.com\",\"Licences\":100000,\"LicencesActivated\":0,\"ActivationCode\":\"LEYCRNVGXBPS\",\"AccountId\":162365,\"QualifierCategory_ID\":-1,\"EmailBlast_ID\":-1,\"SetupIndex\":0,\"EmailSent\":null,\"QualifierEnabled\":false,\"EmailBlastEnabled\":false,\"CompanyName\":\"\",\"BCSetup\":\"%162365=8698\",\"SetupFilePackageId\":0,\"UserId\":-1,\"_QualifierVersion\":1,\"GUID\":\"1d1ee449-7c28-4869-8629-29ee68e8ef87\",\"_EmailTemplateEnum\":0}}"}],"_postman_id":"371dd487-5d47-4a9c-8e11-3aecc92fb5d3"},{"name":"Get event licenses devices","id":"cae83e53-82a7-448a-a9d7-5584e264e9fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://www.swiftium.co/v3/api/license/event/devices/12778","urlObject":{"protocol":"https","path":["v3","api","license","event","devices","12778"],"host":["www","swiftium","co"],"query":[],"variable":[]}},"response":[{"id":"93cd3e1f-5e73-4a17-af66-6076e9b2c2c8","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://www.swiftium.co/v3/api/license/event/devices/12778"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/7.5"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 06 Mar 2020 08:10:25 GMT"},{"key":"Content-Length","value":"473"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"Success\",\n    \"Result\": [\n        {\n            \"_ID\": 38132,\n            \"_SetupFileId\": 12778,\n            \"_DeviceId\": \"5642\",\n            \"_LicenseId\": 20608,\n            \"_State\": 1,\n            \"_SetupTimeStamp\": \"2020-03-05T03:18:27.11\",\n            \"_AppStoreApp\": true\n        },\n        {\n            \"_ID\": 38293,\n            \"_SetupFileId\": 12778,\n            \"_DeviceId\": \"6193\",\n            \"_LicenseId\": 20609,\n            \"_State\": 1,\n            \"_SetupTimeStamp\": \"2020-03-06T01:25:48.16\",\n            \"_AppStoreApp\": true\n        },\n        {\n            \"_ID\": 38295,\n            \"_SetupFileId\": 12778,\n            \"_DeviceId\": \"6195\",\n            \"_LicenseId\": 20609,\n            \"_State\": 1,\n            \"_SetupTimeStamp\": \"2020-03-06T01:42:17.61\",\n            \"_AppStoreApp\": true\n        }\n    ]\n}"}],"_postman_id":"cae83e53-82a7-448a-a9d7-5584e264e9fa"}]}