{"info":{"_postman_id":"92941320-da38-4da9-bc7a-bfab045dfe3f","name":"Alertify API","description":"<html><head></head><body><p>Welcome to the Alertify API documentation! Here, you'll find everything you need to get started with the Alertify API — from setting up your first application to subscribing to events. We're excited to have you on board and look forward to supporting your development journey with us!</p>\n<p>Email: <a href=\"https://mailto:support@alertify.io\">support@alertify.io</a> / <a href=\"https://www.alertify.io/service-agreement-terms/\">Terms of Service</a></p>\n<h1 id=\"getting-started\">Getting started</h1>\n<p>To get started with the Alertify API, here are the two main steps:</p>\n<ol>\n<li><p>Alertify Account with API Access.<br> First, you’ll need an <a href=\"https://dashboard.alertify.io/authentication/login\">Alertify Dashboard account</a>. If you don’t have an account yet, <a href=\"https://dashboard.alertify.io/authentication/register\">sign up here</a>.</p>\n</li>\n<li><p>Generate an API Key.<br> API Key authentication is the secure way our API gives you permission to access information. You can create an API Key through the <a href=\"https://dashboard.alertify.io/account/openapi\">Open API page</a> on the Alertify Dashboard. <a href=\"https://support.alertify.io/portal/en/kb/articles/how-to-use-alertify-s-open-api\">Read more on the help centre guide</a>.</p>\n</li>\n</ol>\n<p>To make requests, you’ll first need an access token, which essentially unlocks access to the API. Each client can generate multiple API Keys in their Alertify Dashboard. Each of these API Keys serves as a <code>key</code> that unlocks access to different parts of the API.</p>\n<h1 id=\"how-it-works\">How it works</h1>\n<ol>\n<li><p><strong>Generate an API Key</strong>: You can create one or more API Keys in the Alertify dashboard. Think of each API Key as a unique access pass.</p>\n</li>\n<li><p><strong>Get an Authorization Token</strong>: Once you have an API Key, you can use it to get an authorization token. This allows you to securely access various API endpoints.</p>\n</li>\n</ol>\n<p>With these tokens, you can easily interact with different parts of the API, retrieve data, and customize features as needed. This flexibility lets you manage your access to different API functions — keeping everything organized and secure. Let us know if you need help with token setup or using any of the endpoints!</p>\n<h1 id=\"helpful-to-know\">Helpful to Know</h1>\n<ul>\n<li><p>All our endpoints are served securely over HTTPS.</p>\n</li>\n<li><p>Dates and times in the API are given in UTC, so you can expect consistency wherever you’re located.</p>\n</li>\n<li><p>We provide useful status codes and error messages to guide you along the way.</p>\n</li>\n<li><p>The API mainly works with JSON data, except for some authentication details.</p>\n</li>\n<li><p>We’re here to help, so reach out if you have questions as you get started!</p>\n</li>\n</ul>\n<h1 id=\"rate-limits\">Rate Limits</h1>\n<p>Soon™</p>\n<h1 id=\"changelog\">Changelog</h1>\n<p>Soon™</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting started","slug":"getting-started"},{"content":"How it works","slug":"how-it-works"},{"content":"Helpful to Know","slug":"helpful-to-know"},{"content":"Rate Limits","slug":"rate-limits"},{"content":"Changelog","slug":"changelog"}],"owner":"6409354","collectionId":"92941320-da38-4da9-bc7a-bfab045dfe3f","publishedId":"2sAYkKJHqr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-03-25T14:27:03.000Z"},"item":[{"name":"Authorization","item":[{"name":"Get API Token","event":[{"listen":"test","script":{"id":"38943983-3768-40c9-8681-e9d3b30573ac","exec":["pm.test(\"response is ok\", ()=> {\r","    pm.response.to.have.status(200)\r","})\r","\r","let responseBody = pm.response.json();\r","pm.globals.set('api_token', responseBody.Payload.api_token);\r",""],"type":"text/javascript","packages":{}}}],"id":"ce120b01-c5a2-4817-af61-8f22751ec4c3","protocolProfileBehavior":{"disableBodyPruning":true,"protocolVersion":"auto"},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"{{api_key}}","description":"<p>Generated API Key from Alertify Dashboard</p>\n","type":"text","uuid":"58b11bfa-bdb2-4df6-a71b-3ca21bcb712c"}]},"url":"https://api.alertify.io/v1.0/open/token","description":"<p>Returns usable API Token to consume API endpoints.</p>\n<p>Include the following required properties in the request body:</p>\n<ul>\n<li><code>api_key</code> — You can create one or more API Keys in the <a href=\"https://dashboard.alertify.io\">Alertify Dashboard</a>.</li>\n</ul>\n<hr />\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b6bc91bc-1507-4b48-bbc6-327a128ff501","id":"b6bc91bc-1507-4b48-bbc6-327a128ff501","name":"Authorization","type":"folder"}},"urlObject":{"path":["token"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"6dfcdfd9-163f-4e23-8b36-3c422f6054bd","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"{{api_key}}","type":"text","uuid":"911f5ef0-47e7-4c0f-a28f-6a010799ad31"}]},"url":"https://api.alertify.io/v1.0/open/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n        \"api_token\": \"\",\n        \"token_type\": \"Bearer\"\n    },\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"11b4a9f1-6531-4b10-bc31-7282bbdd467e","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"{{api_key}}","type":"text","uuid":"911f5ef0-47e7-4c0f-a28f-6a010799ad31"}]},"url":"https://api.alertify.io/v1.0/open/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"abbde7cf-72b3-4e4a-8ae0-f0b6650e12a0","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"{{api_key}}","type":"text","uuid":"911f5ef0-47e7-4c0f-a28f-6a010799ad31"}]},"url":"https://api.alertify.io/v1.0/open/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"ce120b01-c5a2-4817-af61-8f22751ec4c3"}],"id":"b6bc91bc-1507-4b48-bbc6-327a128ff501","description":"<p>Get API token</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"e1150593-8ca7-429d-bc29-e6238add94df","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"4ea62a08-8e4f-4f89-8ade-904d4325d1e6","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"b6bc91bc-1507-4b48-bbc6-327a128ff501"},{"name":"User","item":[{"name":"User information","event":[{"listen":"test","script":{"id":"d84c8004-dd4b-492b-9a77-c9b0c62a25c9","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4cac7d61-5b65-4eae-bbb3-60c920bd088a","request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/user","description":"<p>Returns User information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"3b5a9366-3f89-4b1b-b865-8723f3fdbd2c","id":"3b5a9366-3f89-4b1b-b865-8723f3fdbd2c","name":"User","type":"folder"}},"urlObject":{"path":["user"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"89364f61-105f-4649-9ab9-7f449898a4c4","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"},"type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n        \"id\": \"\",\n        \"email\": \"email@example.com\",\n        \"firstname\": \"Lorem\",\n        \"lastname\": \"Ipsumm\",\n        \"company\": \"Lorem Ipsum\",\n        \"country\": \"Ipsum\",\n        \"phone\": \"+44744890534\",\n        \"birthday\": \"2001-12-31\"\n    },\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"43b8d877-2d2e-4504-a00b-b74ab2895a65","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/user"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"634fa509-497a-4168-a942-b1a60c64a8fd","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/user"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"4cac7d61-5b65-4eae-bbb3-60c920bd088a"}],"id":"3b5a9366-3f89-4b1b-b865-8723f3fdbd2c","description":"<p>This endpoint allows clients to retrieve users information through the API. With it, you can access details about users in your account, such as profile data and contact information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"73e81c43-4192-4e2a-92a6-c92734c67e03","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"ef2006fe-0a9d-4d20-b6df-0d308efca92a","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"3b5a9366-3f89-4b1b-b865-8723f3fdbd2c"},{"name":"Accounts 💼","item":[{"name":"Create User","id":"50450fc4-578d-4f9b-9b21-320cde30c3da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"first_name","value":"","type":"text","description":"<p>Account first name</p>\n"},{"key":"last_name","value":"","type":"text","description":"<p>Account last name</p>\n"},{"key":"company","value":"","type":"text","description":"<p>Account company</p>\n"},{"key":"country","value":"","type":"text","description":"<p>Account country</p>\n"},{"key":"email","value":"","type":"text","description":"<p>Account email</p>\n"},{"key":"phone","value":"","type":"text","description":"<p>Account phone</p>\n"},{"key":"password","value":"","description":"<p>Account password</p>\n","type":"text","uuid":"f4dc0e26-8bfe-4496-aec9-d0044cd4ed35"},{"key":"password_confirmation","value":"","description":"<p>Account password repeat</p>\n","type":"text","uuid":"f7056dc9-a56f-4ad3-b58d-353851d155c0"},{"key":"redirect_url","value":"","description":"<p>Redirect URL</p>\n","type":"text","uuid":"5a487d26-cfd9-4c43-a26c-933a61a81110"}]},"url":"https://api.alertify.io/v1.0/open/user","description":"<p>Creates an Account</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<p><code>first_name</code> — Account first name <strong>*string</strong><br /><code>last_name</code> — Account last name <strong>*string</strong><br /><code>company</code> — Account company <strong>*string</strong><br /><code>country</code> — Account country <strong>*string</strong><br /><code>email</code> — Account e-mail <strong>*string</strong><br /><code>phone</code> — Account phone <strong>*string</strong><br /><code>password</code> — Account password <strong>*string</strong><br /><code>password_confirmation</code> — Account password repeat <strong>*string</strong><br /><code>redirect_url</code> — Redirect Url <strong>*string</strong></p>\n","urlObject":{"path":["user"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"5dfac401-d332-4c6c-ad48-45a670124378","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"first_name","value":"","type":"text"},{"key":"last_name","value":"","type":"text"},{"key":"company","value":"","type":"text"},{"key":"country","value":"","type":"text"},{"key":"email","value":"","type":"text"},{"key":"phone","value":"","type":"text"},{"key":"password","value":"","type":"text"},{"key":"password_confirmation","value":"","type":"text"},{"key":"redirect_url","value":"","type":"text"}]},"url":"https://api.alertify.io/v1.0/open/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n        \"email_validation_url\": \"Lorem\"\n    },\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"527b6683-fa56-40a5-bafb-7bb2e9aa8511","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/user"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"ecebfe24-5da0-413e-9e3a-1635437829c2","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/user"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"50450fc4-578d-4f9b-9b21-320cde30c3da"}],"id":"78efe754-55e1-4473-ae7f-dd6cef7de976","description":"<p>This endpoint allows clients to create Alertify accounts through the API, available only for <a href=\"https://www.alertify.io/integrations/\">Partners</a>.</p>\n","_postman_id":"78efe754-55e1-4473-ae7f-dd6cef7de976"},{"name":"Subaccounts","item":[{"name":"Accounts list","id":"b671dc2c-b2ae-4bba-9344-95d899248d13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/accounts","description":"<p>Returns list of accounts</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"431cf9b2-5162-4706-98ac-b1bf80a9aae1","id":"431cf9b2-5162-4706-98ac-b1bf80a9aae1","name":"Subaccounts","type":"folder"}},"urlObject":{"path":["accounts"],"host":["https://api.alertify.io/v1.0/open"],"query":[{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":null},{"disabled":true,"description":{"content":"<p>Limit number</p>\n","type":"text/plain"},"key":"limit","value":null}],"variable":[]}},"response":[{"id":"659fc153-7565-4d2b-a319-371d36ad22bd","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/accounts","host":["https://api.alertify.io/v1.0/open"],"path":["accounts"],"query":[{"key":"page","value":null,"description":"Page number","disabled":true},{"key":"limit","value":null,"description":"Limit number","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"account_id\": \"\",\n            \"first_name\": \"Lorem\",\n            \"last_name\": \"Ipsumm\",\n            \"email\": \"Lorem@Ipsum.Dolor\",\n            \"phone\": \"\",\n            \"role\": \"admin\",\n            \"date_added\": \"2025-03-23 12:58:15\"\n        }\n    ],\n    \"Paging\": {\n        \"page\": \"1\",\n        \"limit\": \"100\",\n        \"total_count\": \"1\"\n    },\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"067a660e-38b3-4467-91de-944228d28961","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/accounts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"bcb6ae80-3404-4871-b359-0f37f6e17a56","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/accounts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"b671dc2c-b2ae-4bba-9344-95d899248d13"},{"name":"Account information","id":"57f22446-f3f8-4ed5-9d3c-e0795a9e8cc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/accounts/:account_id","description":"<p>Returns account information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"431cf9b2-5162-4706-98ac-b1bf80a9aae1","id":"431cf9b2-5162-4706-98ac-b1bf80a9aae1","name":"Subaccounts","type":"folder"}},"urlObject":{"path":["accounts",":account_id"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"description":{"content":"<p>Account ID <strong>*string</strong></p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"}]}},"response":[{"id":"3c4b1acc-54f9-43db-a061-db1e847e7b74","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/accounts/:account_id","host":["https://api.alertify.io/v1.0/open"],"path":["accounts",":account_id"],"variable":[{"key":"account_id","value":"","description":"Account ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"account_id\": \"\",\n            \"first_name\": \"Lorem\",\n            \"last_name\": \"Ipsumm\",\n            \"email\": \"Lorem@Ipsum.Dolor\",\n            \"phone\": \"Lorem Ipsum\",\n            \"role\": \"admin\",\n            \"date_added\": \"2025-03-23 12:58:15\",\n            \"company\": \"Lorem\",\n            \"country\": \"Lorem\",\n            \"job_title\": \"Lorem\",\n            \"buildings\": {\n                \"building_id\": \"Lorem\",\n                \"name\": \"Lorem\"\n            },\n            \"units\": {\n                \"unit_id\": \"Lorem\",\n                \"name\": \"Lorem\"\n            },\n            \"channels\": {\n                \"sms\": \"1\",\n                \"email\": \"1\"\n            },\n            \"notification_settings\": {\n                \"noise_initial\": 1,\n                \"noise_all\": 1,\n                \"noise_followups\": 1,\n                \"smoke_all\": 1,\n                \"smoke_followups\": 1,\n                \"mold\": 1,\n                \"temperature\": 1,\n                \"connectivity\": 1,\n                \"battery\": 1,\n                \"portal_verification_status\": 1,\n                \"portal_completed\": 1,\n                \"portal_id_step\": 1,\n                \"portal_agreement_step\": 1,\n                \"portal_payment_step\": 1\n            },\n            \"valid_phone\": \"1\",\n            \"valid_email\": \"1\"\n        }\n    ],\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"ce6c9a24-6fc5-47c3-b82d-d9bb3ee98168","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/accounts/:account_id","host":["https://api.alertify.io/v1.0/open"],"path":["accounts",":account_id"],"variable":[{"key":"account_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"5ae725e9-7f6c-4a60-827a-8a60780f24ed","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/accounts/:account_id","host":["https://api.alertify.io/v1.0/open"],"path":["accounts",":account_id"],"variable":[{"key":"account_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"57f22446-f3f8-4ed5-9d3c-e0795a9e8cc8"},{"name":"Create Account","id":"92da050d-5cbb-4f61-95c4-460cfea2f1df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"first_name","value":"","type":"text","description":"<p>Account first name</p>\n"},{"key":"last_name","value":"","type":"text","description":"<p>Account last name</p>\n"},{"key":"company","value":"","type":"text","description":"<p>Account company</p>\n"},{"key":"country","value":"","type":"text","description":"<p>Account country</p>\n"},{"key":"job_title","value":"","type":"text","description":"<p>Account job title</p>\n"},{"key":"email","value":"","type":"text","description":"<p>Account email</p>\n"},{"key":"phone","value":"","type":"text","description":"<p>Account phone</p>\n"},{"key":"role","value":"","type":"text","description":"<p>Account role (Allowed: notification | view | edit | admin)</p>\n"},{"key":"units[]","value":"","description":"<p>Account assigned unit ids</p>\n","type":"text","uuid":"f4dc0e26-8bfe-4496-aec9-d0044cd4ed35"},{"key":"buildings[]","value":"","description":"<p>Account assigned building ids</p>\n","type":"text","uuid":"695058ca-dde7-4e4c-91fb-ee3a8765ec3c"},{"key":"channels[sms]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"channels[email]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"triggers[noise_initial]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"triggers[noise_all]","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"68fd074a-f03d-4b72-9ca6-763963490817"},{"key":"triggers[noise_followups]","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"121917de-41d9-4646-8ccf-a3345fb1054b"},{"key":"triggers[smoke_initial]","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"00a5b277-afe4-4d3e-817e-4f8de2f574b4"},{"key":"triggers[smoke_all]","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"0fbfd632-6f8d-4a21-9484-2a647f8a7a0c"},{"key":"triggers[smoke_followups]","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"74ddbaa0-67b6-4a11-9e41-e1e4b8bd2f1f"},{"key":"triggers[mold]","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"14f0f411-b19a-4b7f-abb2-2e40335b0fda"},{"key":"triggers[temperature]","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"543aef23-2e89-4cbe-8b21-a732971f7901"},{"key":"triggers[connectivity]","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"bf895ed1-5c92-49b3-9b0a-668210e4aef7"},{"key":"triggers[battery]","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"c823df12-5211-4ef2-b547-e4b61f4531f2"},{"key":"triggers[portal_verification_status]","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"ca6b87eb-3c38-47fc-b8a5-2eab82fee5a2"},{"key":"triggers[portal_agreement_step]","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"651f26b7-507c-4dfc-9918-2716bb0e7c3b"},{"key":"triggers[portal_id_step]","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"f4911bc7-96cf-4b67-9b4b-7573ee0136d3"},{"key":"triggers[portal_payment_step]","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"63b91ab1-21f3-4663-a7c8-c104e0a4bda4"},{"key":"triggers[portal_completed]","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"1d4a8d46-2857-4971-ba1f-5a9101edb3f0"}]},"url":"https://api.alertify.io/v1.0/open/accounts","description":"<p>Creates an Account</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<p><code>first_name</code> — Account first name <strong>*string</strong><br /><code>last_name</code> — Account last name <strong>*string</strong><br /><code>company</code> — Account company <strong>*string</strong><br /><code>country</code> — Account country <strong>*string</strong><br /><code>job_title</code> — Account job title <strong>*string</strong><br /><code>email</code> — Account e-mail <strong>*string</strong><br /><code>phone</code> — Account phone <strong>*string</strong><br /><code>role</code> — Account role <strong>*enum</strong> (<strong>Allowed</strong>: notification | view | edit | admin)<br /><code>units</code> — Account assigned unit ids <strong>*array</strong><br /><code>buildings</code> — Account assigned building ids <strong>*array</strong><br /><code>channels</code> — Account notification channels <strong>*array</strong><br /><code>triggers</code> — Account notification triggers <strong>*array</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"431cf9b2-5162-4706-98ac-b1bf80a9aae1","id":"431cf9b2-5162-4706-98ac-b1bf80a9aae1","name":"Subaccounts","type":"folder"}},"urlObject":{"path":["accounts"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"8471e4f5-b5cc-491d-9666-7b384eb6278b","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"first_name","value":"","type":"text"},{"key":"last_name","value":"","type":"text"},{"key":"company","value":"","type":"text"},{"key":"country","value":"","type":"text"},{"key":"job_title","value":"","type":"text"},{"key":"email","value":"","type":"text"},{"key":"phone","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"units[]","value":"","type":"text"},{"key":"buildings[]","value":"","type":"text"},{"key":"channels[sms]","value":"","type":"text"},{"key":"channels[email]","value":"","type":"text"},{"key":"triggers[noise_initial]","value":"","type":"text"},{"key":"triggers[noise_all]","value":"","type":"text"},{"key":"triggers[noise_followups]","value":"","type":"text"},{"key":"triggers[smoke_initial]","value":"","type":"text"},{"key":"triggers[smoke_all]","value":"","type":"text"},{"key":"triggers[smoke_followups]","value":"","type":"text"},{"key":"triggers[mold]","value":"","type":"text"},{"key":"triggers[temperature]","value":"","type":"text"},{"key":"triggers[connectivity]","value":"","type":"text"},{"key":"triggers[battery]","value":"","type":"text"},{"key":"triggers[portal_verification_status]","value":"","type":"text"},{"key":"triggers[portal_agreement_step]","value":"","type":"text"},{"key":"triggers[portal_id_step]","value":"","type":"text"},{"key":"triggers[portal_payment_step]","value":"","type":"text"},{"key":"triggers[portal_completed]","value":"","type":"text"}]},"url":"https://api.alertify.io/v1.0/open/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n        \"account_id\": \"\",\n        \"first_name\": \"Lorem\",\n        \"last_name\": \"Lorem\",\n        \"role\": \"admin\",\n        \"email\": \"Lorem@Lorem\",\n        \"phone\": \"Lorem\",\n        \"company\": \"Lorem\",\n        \"country\": \"Lorem\",\n        \"job_title\": \"Lorem\",\n        \"date_added\": null,\n        \"buildings\": [\n            {\n                \"building_id\": \"\",\n                \"name\": \"Lorem\"\n            }\n        ],\n        \"units\": [\n            {\n                \"unit_id\": \"\",\n                \"name\": \"Lorem\"\n            }\n        ],\n        \"channels\": {\n            \"sms\": \"1\",\n            \"email\": \"1\"\n        },\n        \"notification_settings\": {\n            \"noise_initial\": \"1\",\n            \"noise_all\": \"1\",\n            \"noise_followups\": \"1\",\n            \"smoke_initial\": \"1\",\n            \"smoke_all\": \"1\",\n            \"smoke_followups\": \"1\",\n            \"mold\": \"1\",\n            \"temperature\": \"1\",\n            \"connectivity\": \"1\",\n            \"battery\": \"1\",\n            \"portal_verification_status\": \"1\",\n            \"portal_agreement_step\": \"1\",\n            \"portal_id_step\": \"1\",\n            \"portal_payment_step\": \"1\",\n            \"portal_completed\": \"1\"\n        },\n        \"valid_phone\": 0,\n        \"valid_email\": 0\n    },\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"12fd82f5-3b0c-49df-8020-a2df4f5ee8bc","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/accounts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"2c7c0841-7ecc-40e5-a6ed-b11e906a9e88","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/accounts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"92da050d-5cbb-4f61-95c4-460cfea2f1df"},{"name":"Updates an Account","id":"ef976ddb-5ebc-453c-b6cb-0b3fc62bf540","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"account_id","value":"","description":"<p>Account ID</p>\n","type":"text","uuid":"ef526451-9c08-454e-95cc-4dc019217fd0"},{"key":"first_name","value":"","type":"text","description":"<p>Account first name</p>\n"},{"key":"last_name","value":"","type":"text","description":"<p>Account last name</p>\n"},{"key":"company","value":"","type":"text","description":"<p>Account company</p>\n"},{"key":"country","value":"","type":"text","description":"<p>Account country</p>\n"},{"key":"job_title","value":"","type":"text","description":"<p>Account job title</p>\n"},{"key":"email","value":"","type":"text","description":"<p>Account email</p>\n"},{"key":"phone","value":"","type":"text","description":"<p>Account phone</p>\n"},{"key":"role","value":"","type":"text","description":"<p>Account role (Allowed: notification | view | edit | admin)</p>\n"},{"key":"units[]","value":"","type":"text","description":"<p>Account assigned unit ids</p>\n","disabled":true},{"key":"buildings[]","value":"","type":"text","description":"<p>Account assigned building ids</p>\n","disabled":true},{"key":"channels[sms]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"channels[email]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"triggers[noise_initial]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"triggers[noise_all]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"triggers[noise_followups]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"triggers[smoke_initial]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"triggers[smoke_all]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"triggers[smoke_followups]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"triggers[mold]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"triggers[temperature]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"triggers[connectivity]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"triggers[battery]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"triggers[portal_verification_status]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"triggers[portal_agreement_step]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"triggers[portal_id_step]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"triggers[portal_payment_step]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"triggers[portal_completed]","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"}]},"url":"https://api.alertify.io/v1.0/open/accounts","description":"<p>Updates an Account</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<p><code>account_id</code> — Account ID <strong>*string</strong></p>\n<p><code>first_name</code> — Account first name <strong>string</strong><br /><code>last_name</code> — Account last name <strong>string</strong><br /><code>company</code> — Account company <strong>string</strong><br /><code>country</code> — Account country <strong>string</strong><br /><code>job_title</code> — Account job title <strong>string</strong><br /><code>email</code> — Account e-mail <strong>string</strong><br /><code>phone</code> — Account phone <strong>string</strong><br /><code>role</code> — Account role <strong>enum</strong> (<strong>Allowed</strong>: notification | view | edit | admin)<br /><code>units</code> — Account assigned unit ids <strong>array</strong><br /><code>buildings</code> — Account assigned building ids <strong>array</strong><br /><code>channels</code> — Account notification channels <strong>array</strong><br /><code>triggers</code> — Account notification triggers <strong>array</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"431cf9b2-5162-4706-98ac-b1bf80a9aae1","id":"431cf9b2-5162-4706-98ac-b1bf80a9aae1","name":"Subaccounts","type":"folder"}},"urlObject":{"path":["accounts"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"05cc9005-7954-41b3-b914-6500887d5b01","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"account_id","value":"","type":"text"},{"key":"first_name","value":"","type":"text"},{"key":"last_name","value":"","type":"text"},{"key":"company","value":"","type":"text"},{"key":"country","value":"","type":"text"},{"key":"job_title","value":"","type":"text"},{"key":"email","value":"","type":"text"},{"key":"phone","value":"","type":"text"},{"key":"role","value":"","type":"text"},{"key":"units[]","value":"","type":"text"},{"key":"buildings[]","value":"","type":"text"},{"key":"channels[sms]","value":"","type":"text"},{"key":"channels[email]","value":"","type":"text"},{"key":"triggers[noise_initial]","value":"","type":"text"},{"key":"triggers[noise_all]","value":"","type":"text"},{"key":"triggers[noise_followups]","value":"","type":"text"},{"key":"triggers[smoke_initial]","value":"","type":"text"},{"key":"triggers[smoke_all]","value":"","type":"text"},{"key":"triggers[smoke_followups]","value":"","type":"text"},{"key":"triggers[mold]","value":"","type":"text"},{"key":"triggers[temperature]","value":"","type":"text"},{"key":"triggers[connectivity]","value":"","type":"text"},{"key":"triggers[battery]","value":"","type":"text"},{"key":"triggers[portal_verification_status]","value":"","type":"text"},{"key":"triggers[portal_agreement_step]","value":"","type":"text"},{"key":"triggers[portal_id_step]","value":"","type":"text"},{"key":"triggers[portal_payment_step]","value":"","type":"text"},{"key":"triggers[portal_completed]","value":"","type":"text"}]},"url":"https://api.alertify.io/v1.0/open/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n        \"account_id\": \"\",\n        \"first_name\": \"Lorem\",\n        \"last_name\": \"Lorem\",\n        \"role\": \"admin\",\n        \"email\": \"Lorem@Lorem\",\n        \"phone\": \"Lorem\",\n        \"company\": \"Lorem\",\n        \"country\": \"Lorem\",\n        \"job_title\": \"Lorem\",\n        \"date_added\": null,\n        \"buildings\": [\n            {\n                \"building_id\": \"\",\n                \"name\": \"Lorem\"\n            }\n        ],\n        \"units\": [\n            {\n                \"unit_id\": \"\",\n                \"name\": \"Lorem\"\n            }\n        ],\n        \"channels\": {\n            \"sms\": \"1\",\n            \"email\": \"1\"\n        },\n        \"notification_settings\": {\n            \"noise_initial\": \"1\",\n            \"noise_all\": \"1\",\n            \"noise_followups\": \"1\",\n            \"smoke_initial\": \"1\",\n            \"smoke_all\": \"1\",\n            \"smoke_followups\": \"1\",\n            \"mold\": \"1\",\n            \"temperature\": \"1\",\n            \"connectivity\": \"1\",\n            \"battery\": \"1\",\n            \"portal_verification_status\": \"1\",\n            \"portal_agreement_step\": \"1\",\n            \"portal_id_step\": \"1\",\n            \"portal_payment_step\": \"1\",\n            \"portal_completed\": \"1\"\n        },\n        \"valid_phone\": 0,\n        \"valid_email\": 0\n    },\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"4bbe2806-bdaa-4745-bf84-0842ed55bdc9","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/accounts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"2f87ecce-b724-46e3-967e-3c0bf39ada74","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/accounts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"ef976ddb-5ebc-453c-b6cb-0b3fc62bf540"},{"name":"Delete Account","id":"c9501237-e2cc-4727-9a5a-e7aa23ad4a42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.alertify.io/v1.0/open/accounts/:account_id","description":"<p>Deletes an account</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"431cf9b2-5162-4706-98ac-b1bf80a9aae1","id":"431cf9b2-5162-4706-98ac-b1bf80a9aae1","name":"Subaccounts","type":"folder"}},"urlObject":{"path":["accounts",":account_id"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"description":{"content":"<p>Account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"account_id"}]}},"response":[{"id":"db956f92-fdb6-4051-971b-d55cd07cdfd5","name":"200 OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/accounts/:account_id","host":["https://api.alertify.io/v1.0/open"],"path":["accounts",":account_id"],"variable":[{"key":"account_id","value":"","description":"Account ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"32e53269-5ade-4a72-949f-b7acd2a7d8f6","name":"400 Bad Request","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/accounts/:account_id","host":["https://api.alertify.io/v1.0/open"],"path":["accounts",":account_id"],"variable":[{"key":"account_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"816ec9fc-560c-4939-8374-9e81cbbbcda9","name":"401 Unauthorized","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/accounts/:account_id","host":["https://api.alertify.io/v1.0/open"],"path":["accounts",":account_id"],"variable":[{"key":"account_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"c9501237-e2cc-4727-9a5a-e7aa23ad4a42"},{"name":"Validate Account Email","id":"b2bfc260-fe7f-47f9-8ad2-ef1a97fe64ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"account_id","value":"","description":"<p>Account ID</p>\n","type":"text","uuid":"0890a70e-5517-43e5-a1c2-bbf9d3ab9dd3"},{"key":"email","value":"","description":"<p>Account e-mail</p>\n","type":"text","uuid":"29152d3e-7914-49f3-8e04-64a627269104"},{"key":"password","value":"","description":"<p>Account password</p>\n","type":"text","uuid":"59c6dc15-cb84-4768-8f94-790c52e05bab"},{"key":"password_confirmation","value":"","description":"<p>Account password repeat</p>\n","type":"text","uuid":"82fe15ed-4ae6-47b7-8dc3-216b4a9a207c"}]},"url":"https://api.alertify.io/v1.0/open/accounts/validate-email","description":"<p>Validates an account e-mail</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<p>account_id — Account ID <strong>*string</strong><br />email — Account E-mail <strong>*string</strong><br />password — Account password <strong>*string</strong><br />password_confirmation — Account password repeat <strong>*string</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"431cf9b2-5162-4706-98ac-b1bf80a9aae1","id":"431cf9b2-5162-4706-98ac-b1bf80a9aae1","name":"Subaccounts","type":"folder"}},"urlObject":{"path":["accounts","validate-email"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"feb90456-fd5c-4d07-8399-63def83456f3","name":"200 OK","originalRequest":{"method":"POST","header":[],"url":"https://api.alertify.io/v1.0/open/accounts/validate-email"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"ce43b889-ea62-406a-a0b8-fd4a3b6cff47","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/accounts/validate-email"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"0fb03d77-e668-4192-b02d-26eac597f184","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/accounts/validate-email"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"b2bfc260-fe7f-47f9-8ad2-ef1a97fe64ec"},{"name":"Validate Account Phone","id":"3408fa6d-e50c-4313-9f89-b5e3e1281fc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"account_id","value":"","description":"<p>Account ID</p>\n","type":"text","uuid":"0890a70e-5517-43e5-a1c2-bbf9d3ab9dd3"},{"key":"phone","value":"","description":"<p>Account phone</p>\n","type":"text","uuid":"29152d3e-7914-49f3-8e04-64a627269104"},{"key":"code","value":"","description":"<p>Code</p>\n","type":"text","uuid":"59c6dc15-cb84-4768-8f94-790c52e05bab"}]},"url":"https://api.alertify.io/v1.0/open/accounts/validate-phone","description":"<p>Validates an account phone</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<p>account_id — Account ID <strong>*string</strong><br />phone — Account phone <strong>*string</strong><br />code — Code <strong>*string</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"431cf9b2-5162-4706-98ac-b1bf80a9aae1","id":"431cf9b2-5162-4706-98ac-b1bf80a9aae1","name":"Subaccounts","type":"folder"}},"urlObject":{"path":["accounts","validate-phone"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"91e62b9e-21eb-4464-b315-5bb6b6fb93ae","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/accounts/validate-phone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"5c5e2f38-05b4-4403-aab4-44525fc0ad14","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/accounts/validate-phone"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"ca4acdcd-3b4b-42a4-a9c6-97fbdcabc54e","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/accounts/validate-phone"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"3408fa6d-e50c-4313-9f89-b5e3e1281fc6"}],"id":"431cf9b2-5162-4706-98ac-b1bf80a9aae1","description":"<p>This endpoint allows clients to retrieve user associated accounts information through the API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"fcd136ac-5eec-4937-b389-e559f303eb90","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"e8e1cda0-e97d-41a1-bc25-2d3abee8b425","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"431cf9b2-5162-4706-98ac-b1bf80a9aae1"},{"name":"Buildings","item":[{"name":"Building list","id":"54dcb7fc-ab8b-4a59-b7f7-420cf429bbfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.alertify.io/v1.0/open/buildings","description":"<p>Returns list of Buildings</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"f46e84fc-d36a-4d0e-b0d3-bc5a1ab3157e","id":"f46e84fc-d36a-4d0e-b0d3-bc5a1ab3157e","name":"Buildings","type":"folder"}},"urlObject":{"path":["buildings"],"host":["https://api.alertify.io/v1.0/open"],"query":[{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":""},{"disabled":true,"description":{"content":"<p>Limit number. Default: 100.</p>\n","type":"text/plain"},"key":"limit","value":""}],"variable":[]}},"response":[{"id":"9c753715-200f-43d4-9e68-f1305c6119ff","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/buildings","host":["https://api.alertify.io/v1.0/open"],"path":["buildings"],"query":[{"key":"page","value":null,"description":"Page number","disabled":true},{"key":"limit","value":null,"description":"Limit number","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"building_id\": \"\",\n            \"name\": \"Lorem\",\n            \"city\": \"Bucharest\",\n            \"state\": \"Bucharest\",\n            \"address\": \"Lorem Ipsum\",\n            \"zipcode\": \"44744\",\n            \"country\": \"Romania\"\n        },\n\t\t\t\t{\n            \"building_id\": \"\",\n            \"name\": \"Lorem\",\n            \"city\": \"Bucharest\",\n            \"state\": \"Bucharest\",\n            \"address\": \"Lorem Ipsum\",\n            \"zipcode\": \"44744\",\n            \"country\": \"Romania\"\n        }\n    ],\n\t\t\"Paging\": {\n        \"page\": 2,\n        \"limit\": 100,\n        \"total_count\": 2\n    },\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"e7c88e29-7b02-45c6-8b14-5cc615ecc60f","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/buildings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"20d304c0-d95d-4f7c-9355-ac5da8a409d9","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/buildings"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"54dcb7fc-ab8b-4a59-b7f7-420cf429bbfc"},{"name":"Building information","id":"64e394f8-2438-4bca-b3fe-6fc827f62882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.alertify.io/v1.0/open/buildings/:building_id","description":"<p>Returns Building information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"f46e84fc-d36a-4d0e-b0d3-bc5a1ab3157e","id":"f46e84fc-d36a-4d0e-b0d3-bc5a1ab3157e","name":"Buildings","type":"folder"}},"urlObject":{"path":["buildings",":building_id"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"description":{"content":"<p>Building ID *<strong>string</strong></p>\n","type":"text/plain"},"type":"any","value":"","key":"building_id"}]}},"response":[{"id":"dae55a9f-c4d6-48ad-b5d0-40fbcedd09d8","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/buildings/:building_id","host":["https://api.alertify.io/v1.0/open"],"path":["buildings",":building_id"],"variable":[{"key":"building_id","value":"","description":"Building ID \\***string**"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n        \"building_id\": \"\",\n        \"name\": \"Lorem\",\n        \"city\": \"Bucharest\",\n        \"state\": \"Bucharest\",\n        \"address\": \"Lorem Ipsum\",\n        \"zipcode\": \"44744\",\n\t\t\"country\": \"Romania\",\n        \"assigned_units\": [\n            {\n                \"unit_id\": \"\",\n                \"nickname\": \"Lorem\"\n            }\n        ]\n    },\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"fed31d51-ed39-480c-9456-c9ce59120ce3","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/buildings/:building_id","host":["https://api.alertify.io/v1.0/open"],"path":["buildings",":building_id"],"variable":[{"key":"building_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"be13fe5d-0922-4588-8312-60f4f2741876","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/buildings/:building_id","host":["https://api.alertify.io/v1.0/open"],"path":["buildings",":building_id"],"variable":[{"key":"building_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"64e394f8-2438-4bca-b3fe-6fc827f62882"},{"name":"Create Building","id":"83a95fb1-a187-4199-bf21-76a4c73c8f89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"","type":"text","description":"<p>Building Name</p>\n"},{"key":"city","value":"","type":"text","description":"<p>City</p>\n"},{"key":"state","value":"","type":"text","description":"<p>State</p>\n"},{"key":"address","value":"","type":"text","description":"<p>Address</p>\n"},{"key":"zipcode","value":"","type":"text","description":"<p>Zipcode</p>\n"},{"key":"country","value":"","description":"<p>Country</p>\n","type":"text","uuid":"3a1ab5b0-2142-4073-9876-cd28040c6764"}]},"url":"https://api.alertify.io/v1.0/open/buildings","description":"<p>Creates a new Building</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<ul>\n<li><p><code>name</code> — Building name <strong>*string</strong></p>\n</li>\n<li><p><code>address</code> — Address <strong>*string</strong></p>\n</li>\n<li><p><code>city</code> — City <strong>*string</strong></p>\n</li>\n<li><p><code>state</code> — State <strong>*string</strong></p>\n</li>\n<li><p><code>zipcode</code> — Zipcode <strong>*string</strong></p>\n</li>\n<li><p><code>country</code> — Country <strong>*string</strong></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"f46e84fc-d36a-4d0e-b0d3-bc5a1ab3157e","id":"f46e84fc-d36a-4d0e-b0d3-bc5a1ab3157e","name":"Buildings","type":"folder"}},"urlObject":{"path":["buildings"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"025aec8e-4e9a-44dc-8eb3-3546cd724462","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"","type":"text","description":"Building Name"},{"key":"city","value":"","type":"text","description":"City"},{"key":"state","value":"","type":"text","description":"State"},{"key":"address","value":"","type":"text","description":"Address"},{"key":"zipcode","value":"","type":"text","description":"Zipcode"},{"key":"country","value":"","type":"text","description":"Country"}],"options":{"raw":{"language":"json"}}},"url":"https://api.alertify.io/v1.0/open/buildings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n        \"building_id\": \"\",\n        \"name\": \"Lorem\",\n        \"city\": \"Bucharest\",\n        \"state\": \"Bucharest\",\n        \"address\": \"Lorem Ipsum\",\n        \"zipcode\": \"44744\",\n        \"country\": \"Romania\"\n    },\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"e240f407-4e5e-4ded-a2f5-ceeda6aedbbf","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/buildings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"ccc9d0f1-c91f-4e34-8031-86f3a9d5a0c1","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/buildings"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"83a95fb1-a187-4199-bf21-76a4c73c8f89"},{"name":"Update Building","id":"0fe160bc-bf3b-4fed-a0d8-4fd815e667a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"building_id","value":"","type":"text","description":"<p>Building ID</p>\n"},{"key":"name","value":"","type":"text","description":"<p>Building Name</p>\n"},{"key":"city","value":"","type":"text","description":"<p>City</p>\n"},{"key":"state","value":"","type":"text","description":"<p>State</p>\n"},{"key":"address","value":"","type":"text","description":"<p>Address</p>\n"},{"key":"zipcode","value":"","type":"text","description":"<p>Zipcode</p>\n"},{"key":"country","value":"","type":"text","description":"<p>Country</p>\n"}]},"url":"https://api.alertify.io/v1.0/open/buildings","description":"<p>Updates a building</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<ul>\n<li><code>building_id</code> — Building ID <strong>*string</strong></li>\n</ul>\n<p>The following properties are optional. At least one is mandatory.</p>\n<ul>\n<li><p><code>name</code> — Building Name <strong>string</strong></p>\n</li>\n<li><p><code>address</code> — Address <strong>string</strong></p>\n</li>\n<li><p><code>city</code> — City <strong>string</strong></p>\n</li>\n<li><p><code>state</code> — State <strong>string</strong></p>\n</li>\n<li><p><code>zipcode</code> — Zipcode <strong>string</strong></p>\n</li>\n<li><p><code>country</code> — Country <strong>string</strong></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"f46e84fc-d36a-4d0e-b0d3-bc5a1ab3157e","id":"f46e84fc-d36a-4d0e-b0d3-bc5a1ab3157e","name":"Buildings","type":"folder"}},"urlObject":{"path":["buildings"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"07f3653f-f4f9-4ac0-b9fb-965729927d71","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"building_id","value":"","type":"text","description":"Building ID"},{"key":"name","value":"","type":"text","description":"Building Name"},{"key":"city","value":"","type":"text","description":"City"},{"key":"state","value":"","type":"text","description":"State"},{"key":"address","value":"","type":"text","description":"Address"},{"key":"zipcode","value":"","type":"text","description":"Zipcode"},{"key":"country","value":"","type":"text","description":"Country"}],"options":{"raw":{"language":"json"}}},"url":"https://api.alertify.io/v1.0/open/buildings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n        \"building_id\": \"\",\n        \"name\": \"Lorem\",\n        \"city\": \"Bucharest\",\n        \"state\": \"Bucharest\",\n        \"address\": \"Lorem Ipsum\",\n        \"zipcode\": \"44744\",\n        \"country\": \"Romania\",\n        \"assigned_units\": [\n            {\n                \"unit_id\": \"\",\n                \"nickname\": \"Lorem\"\n            }\n        ]\n    },\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"7513bc3b-686c-40cd-9869-270d737b8cae","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/buildings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"edc19500-db88-4042-99e6-6f3c1a17945c","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/buildings"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"0fe160bc-bf3b-4fed-a0d8-4fd815e667a1"},{"name":"Delete Building","id":"4eb3fb5f-fb18-4cea-b215-bebd28166e37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.alertify.io/v1.0/open/buildings/:building_id","description":"<p>Deletes a building</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"f46e84fc-d36a-4d0e-b0d3-bc5a1ab3157e","id":"f46e84fc-d36a-4d0e-b0d3-bc5a1ab3157e","name":"Buildings","type":"folder"}},"urlObject":{"path":["buildings",":building_id"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"description":{"content":"<p>Building ID *<strong>string</strong></p>\n","type":"text/plain"},"type":"any","value":"","key":"building_id"}]}},"response":[{"id":"3bd54ebf-78be-4d09-aec3-e29fd6545f31","name":"200 OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/buildings/:building_id","host":["https://api.alertify.io/v1.0/open"],"path":["buildings",":building_id"],"variable":[{"key":"building_id","value":"","description":"Building ID \\***string**"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"52716968-c688-421d-8c90-7bf0977b5e2d","name":"400 Bad Request","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/buildings/:building_id","host":["https://api.alertify.io/v1.0/open"],"path":["buildings",":building_id"],"variable":[{"key":"building_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"4c88442d-8753-498d-a7b5-88d78959b6ce","name":"401 Unauthorized","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/buildings/:building_id","host":["https://api.alertify.io/v1.0/open"],"path":["buildings",":building_id"],"variable":[{"key":"building_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"4eb3fb5f-fb18-4cea-b215-bebd28166e37"},{"name":"Assign Unit to Building","id":"77a75102-43bb-4e0a-9874-ee5dd50b233c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"building_id","value":"","type":"text","description":"<p>Building ID</p>\n"},{"key":"unit_id","value":"","type":"text","description":"<p>Unit ID</p>\n"}]},"url":"https://api.alertify.io/v1.0/open/buildings/assign-unit","description":"<p>Assign unit to building</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<ul>\n<li><p><code>building_id</code> — Building ID <strong>*string</strong></p>\n</li>\n<li><p><code>unit_id</code> — Unit ID <strong>*string</strong></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"f46e84fc-d36a-4d0e-b0d3-bc5a1ab3157e","id":"f46e84fc-d36a-4d0e-b0d3-bc5a1ab3157e","name":"Buildings","type":"folder"}},"urlObject":{"path":["buildings","assign-unit"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"2358c3ce-4eb0-43e7-add9-0685a12b26bc","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"unit_id","value":"","type":"text","description":"Unit ID"}]},"url":"https://api.alertify.io/v1.0/open/buildings/assign-unit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Payload\": [],\r\n    \"Error\": 0,\r\n    \"Message\": \"OK\"\r\n}"},{"id":"d9466e4f-7d66-451c-8357-c78b4426599e","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/buildings/assign-unit"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"6e48bbd5-ffe2-4599-8339-630b918fe10b","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/buildings/assign-unit"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"77a75102-43bb-4e0a-9874-ee5dd50b233c"},{"name":"Unassign Unit from Building","id":"e6af5dc2-451c-4fe2-9305-72ec74931b3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"building_id","value":"","type":"text","description":"<p>Building ID</p>\n"},{"key":"unit_id","value":"","type":"text","description":"<p>Unit ID</p>\n"}]},"url":"https://api.alertify.io/v1.0/open/buildings/unassign-unit","description":"<p>Unassign unit from building</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<ul>\n<li><p><code>building_id</code> — Building ID <strong>*string</strong></p>\n</li>\n<li><p><code>unit_id</code> — Unit ID <strong>*string</strong></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"f46e84fc-d36a-4d0e-b0d3-bc5a1ab3157e","id":"f46e84fc-d36a-4d0e-b0d3-bc5a1ab3157e","name":"Buildings","type":"folder"}},"urlObject":{"path":["buildings","unassign-unit"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"c512bf48-6ab0-488c-a344-573d93e8c1b2","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"building_id","value":"","type":"text","description":"Building ID"},{"key":"unit_id","value":"","type":"text","description":"Unit ID"}]},"url":"https://api.alertify.io/v1.0/open/buildings/unassign-unit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"f843ad4d-bc8b-42a6-898d-6ccd79fe66e0","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/buildings/unassign-unit"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"16051713-edb2-46ba-b1c3-9f5952866b5c","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/buildings/unassign-unit"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"e6af5dc2-451c-4fe2-9305-72ec74931b3c"}],"id":"f46e84fc-d36a-4d0e-b0d3-bc5a1ab3157e","description":"<p>This endpoint provides access to detailed building information, including lists of buildings, specific building data, and recent activities.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"3c0c2b12-3bac-4d9a-b301-d910e80a7ded","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"34a56251-f5c7-4a61-a452-d7e54648ce6d","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"f46e84fc-d36a-4d0e-b0d3-bc5a1ab3157e"},{"name":"Units","item":[{"name":"Monitoring Settings","item":[{"name":"Unit monitoring settings","id":"62bf3208-9ff5-4c5b-a260-7c92b09e2b7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/monitoring/units/:unit_id","description":"<p>Returns unit monitoring settings</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"b061771f-f1ad-4249-863f-360e904fc36f","id":"b061771f-f1ad-4249-863f-360e904fc36f","name":"Units","type":"folder"}},"urlObject":{"path":["monitoring","units",":unit_id"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"type":"any","value":"","key":"unit_id"}]}},"response":[{"id":"77ceda7a-df32-4d19-a392-177e3fbc31b7","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/monitoring/units/:unit_id","host":["https://api.alertify.io/v1.0/open"],"path":["monitoring","units",":unit_id"],"variable":[{"key":"unit_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n        \"general\": {\n            \"timezone\": \"Europe/London\",\n            \"temperature\": \"C\"\n        },\n        \"noise\": {\n            \"max_value\": \"68\",\n            \"duration\": \"0\",\n            \"enabled\": 1,\n            \"timeslots\": [],\n            \"followups\": [],\n            \"mobile\": 1,\n            \"email\": 1\n        },\n        \"smoke\": {\n            \"enabled\": 1,\n            \"timeslots\": [\n                {\n                    \"timeslot_id\": \"d5c14b34b694\",\n                    \"start_time\": \"13:00\",\n                    \"end_time\": \"17:00\",\n                    \"active\": 0\n                }\n            ],\n            \"followups\": [],\n            \"mobile\": 1,\n            \"email\": 1\n        },\n        \"occupancy\": {\n            \"max_value\": \"8\",\n            \"enabled\": 1,\n            \"timeslots\": [],\n            \"followups\": [],\n            \"mobile\": 1,\n            \"email\": 1\n        },\n        \"temperature\": {\n            \"min_value\": \"15\",\n            \"max_value\": \"35\",\n            \"enabled\": 1,\n            \"timeslots\": [],\n            \"followups\": [],\n            \"mobile\": 1,\n            \"email\": 1\n        },\n        \"tamper\": {\n            \"enabled\": 0,\n            \"mobile\": 0,\n            \"email\": 0\n        }\n    },\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"159bb46d-8937-49c9-9eac-7a3207ed4d87","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/monitoring/units/:unit_id","host":["https://api.alertify.io/v1.0/open"],"path":["monitoring","units",":unit_id"],"variable":[{"key":"unit_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"8074e642-5183-43c1-9555-5c98b53192f8","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/monitoring/units/:unit_id","host":["https://api.alertify.io/v1.0/open"],"path":["monitoring","units",":unit_id"],"variable":[{"key":"unit_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"62bf3208-9ff5-4c5b-a260-7c92b09e2b7c"},{"name":"Create Timeslot for Monitoring","id":"fa3d0f2c-5776-420a-b439-23c9f11de78c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"unit_id","value":"","description":"<p>Unit ID</p>\n","type":"text","uuid":"22e9ee81-a41a-4585-a11c-3601349e086b"},{"key":"type","value":"","description":"<p>Allowed: noise┃temperature | smoke | occupancy</p>\n","type":"text","uuid":"ca3148f0-0799-48e9-b9b9-a5b55d3a8e3b"},{"key":"active","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"a6881525-b077-4a48-9929-81ef2cc6e093"},{"key":"start_time","value":"","description":"<p>H:i format</p>\n","type":"text","uuid":"13d97436-7438-46cb-94df-adccdd44f27f"},{"key":"end_time","value":"","description":"<p>H:i format</p>\n","type":"text","uuid":"dcd50bf8-cc76-4a0f-b840-512ace25facc"},{"key":"min_value","value":"","type":"text","uuid":"17c66ef9-9949-4f4d-97a0-b4b37e02b394"},{"key":"max_value","value":"","type":"text","uuid":"c434c797-8b0f-49ec-a186-0ded93770527"}]},"url":"https://api.alertify.io/v1.0/open/monitoring/units/timeslots","description":"<p>Creates Timeslot for Monitoring</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<ul>\n<li><p><code>unit_id</code> — Unit ID <strong>*string</strong></p>\n</li>\n<li><p><code>type</code> — Type <strong>*enum (noise, temperature, smoke, occupancy)</strong></p>\n</li>\n<li><p><code>active</code> — Active Timeslot <strong>*enum (0, 1)</strong></p>\n</li>\n<li><p><code>start_time</code> — Start Timeslot Time <strong>*string (H:i format)</strong></p>\n</li>\n<li><p><code>end_time</code> — End Timeslot Time <strong>*string (H:i format)</strong></p>\n</li>\n<li><p><code>min_value</code> — Min value <strong>*string</strong></p>\n</li>\n<li><p><code>max_value</code> — Max value <strong>*string</strong></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"b061771f-f1ad-4249-863f-360e904fc36f","id":"b061771f-f1ad-4249-863f-360e904fc36f","name":"Units","type":"folder"}},"urlObject":{"path":["monitoring","units","timeslots"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"94bfaebb-59c0-418b-baef-f085ce22468a","name":"200 OK","originalRequest":{"method":"POST","header":[],"url":"https://api.alertify.io/v1.0/open/monitoring/units/timeslots"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n        \"timeslot_id\": \"fba7adc728bc\",\n        \"start_time\": \"10:00\",\n        \"end_time\": \"12:00\",\n        \"min_value\": \"22\",\n        \"max_value\": \"33\",\n        \"active\": \"1\"\n    },\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"b628533d-220e-4ba1-85d5-718fd6fb2aee","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/units/timeslots"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"8547e232-d0c0-466c-a050-043263b14425","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/units/timeslots"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"fa3d0f2c-5776-420a-b439-23c9f11de78c"},{"name":"Update Timeslot for Monitoring","id":"a6f50466-31c5-4345-918f-559d9cdbba54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"timeslot_id","value":"","description":"<p>Timeslot ID</p>\n","type":"text","uuid":"71f1e233-29f8-42ff-ad96-710fae26fa1e"},{"key":"active","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"a6881525-b077-4a48-9929-81ef2cc6e093"},{"key":"start_time","value":"","type":"text","uuid":"13d97436-7438-46cb-94df-adccdd44f27f","description":"<p>H:i format</p>\n"},{"key":"end_time","value":"","type":"text","uuid":"dcd50bf8-cc76-4a0f-b840-512ace25facc","description":"<p>H:i format</p>\n"},{"key":"min_value","value":"","type":"text","uuid":"17c66ef9-9949-4f4d-97a0-b4b37e02b394"},{"key":"max_value","value":"","type":"text","uuid":"c434c797-8b0f-49ec-a186-0ded93770527"}]},"url":"https://api.alertify.io/v1.0/open/monitoring/units/timeslots","description":"<p>Updates Timeslot for Monitoring</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<ul>\n<li><code>timeslot_id</code> — Timeslot ID <strong>*string</strong></li>\n</ul>\n<p>The following properties are optional. At least one is mandatory.</p>\n<ul>\n<li><p><code>active</code> — Active Timeslot <strong>enum (0, 1)</strong></p>\n</li>\n<li><p><code>start_time</code> — Start Timeslot Time <strong>string (H:i format)</strong></p>\n</li>\n<li><p><code>end_time</code> — End Timeslot Time <strong>string (H:i format)</strong></p>\n</li>\n<li><p><code>min_value</code> — Min value <strong>string</strong></p>\n</li>\n<li><p><code>max_value</code> — Max value <strong>string</strong></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"b061771f-f1ad-4249-863f-360e904fc36f","id":"b061771f-f1ad-4249-863f-360e904fc36f","name":"Units","type":"folder"}},"urlObject":{"path":["monitoring","units","timeslots"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"bee7e6ff-eab7-4c7f-81ad-48629e13d9fb","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/units/timeslots"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n        \"timeslot_id\": \"fba7adc728bc\",\n        \"start_time\": \"10:00\",\n        \"end_time\": \"12:00\",\n        \"min_value\": \"22\",\n        \"max_value\": \"33\",\n        \"active\": \"1\"\n    },\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"61902aed-1335-410d-bb15-08895b60114a","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/units/timeslots"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"64765c50-a76e-44a1-a4e0-0af07ffd7313","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/units/timeslots"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"a6f50466-31c5-4345-918f-559d9cdbba54"},{"name":"Delete Timeslot for Monitoring","id":"01ddca74-4ae9-4b50-b4bd-78ed60062b60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.alertify.io/v1.0/open/monitoring/units/timeslots/:timeslot_id","description":"<p>Deletes a Timeslot</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"b061771f-f1ad-4249-863f-360e904fc36f","id":"b061771f-f1ad-4249-863f-360e904fc36f","name":"Units","type":"folder"}},"urlObject":{"path":["monitoring","units","timeslots",":timeslot_id"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"type":"any","value":"","key":"timeslot_id"}]}},"response":[{"id":"cf26489c-e5df-419e-8750-7b4c85177a9f","name":"200 OK","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/monitoring/units/timeslots/:timeslot_id","host":["https://api.alertify.io/v1.0/open"],"path":["monitoring","units","timeslots",":timeslot_id"],"variable":[{"key":"timeslot_id","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"669075f9-7577-4da9-94b0-867005a45645","name":"400 Bad Request","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/monitoring/units/timeslots/:timeslot_id","host":["https://api.alertify.io/v1.0/open"],"path":["monitoring","units","timeslots",":timeslot_id"],"variable":[{"key":"timeslot_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"e9a0c58d-0874-4c79-b89d-4b58d575f20b","name":"401 Unauthorized","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/monitoring/units/timeslots/:timeslot_id","host":["https://api.alertify.io/v1.0/open"],"path":["monitoring","units","timeslots",":timeslot_id"],"variable":[{"key":"timeslot_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"01ddca74-4ae9-4b50-b4bd-78ed60062b60"},{"name":"Update Followup for Monitoring","id":"864f7e0f-8ee9-4bf3-a555-512503f193c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"unit_id","value":"","description":"<p>Unit ID</p>\n","type":"text","uuid":"71f1e233-29f8-42ff-ad96-710fae26fa1e"},{"key":"active","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"a6881525-b077-4a48-9929-81ef2cc6e093"},{"key":"time","value":"","type":"text","uuid":"13d97436-7438-46cb-94df-adccdd44f27f","description":"<p>Delay time in minutes</p>\n"},{"key":"type","value":"","type":"text","uuid":"17c66ef9-9949-4f4d-97a0-b4b37e02b394","description":"<p>Allowed: noise┃smoke┃occupancy</p>\n"},{"key":"followup_type","value":"","type":"text","uuid":"c434c797-8b0f-49ec-a186-0ded93770527","description":"<p>Allowed: first┃second</p>\n"}]},"url":"https://api.alertify.io/v1.0/open/monitoring/units/followups","description":"<p>Updates Followup for Monitoring</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<ul>\n<li><p><code>unit_id</code> — Unit ID <strong>*string</strong></p>\n</li>\n<li><p><code>active</code> — Active Timeslot <strong>*enum (0, 1)</strong></p>\n</li>\n<li><p><code>time</code> — Delay Time <strong>*string (in minutes)</strong></p>\n</li>\n<li><p><code>type</code> — Type <strong>enum (noise, smoke, occupancy)</strong></p>\n</li>\n<li><p><code>followup_type</code> — Followup Type <strong>*enum (first, second)</strong></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"b061771f-f1ad-4249-863f-360e904fc36f","id":"b061771f-f1ad-4249-863f-360e904fc36f","name":"Units","type":"folder"}},"urlObject":{"path":["monitoring","units","followups"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"3182837e-bc1e-4e0f-bc11-fdf75ce0b84a","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/units/followups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"17688de5-2214-4e1f-9d04-9eb09541ec58","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/units/followups"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"f87b1d43-d53f-4d45-8cde-0dd8b529071f","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/units/followups"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"864f7e0f-8ee9-4bf3-a555-512503f193c3"},{"name":"Update General Settings for Monitoring","id":"5c4f0ff5-a475-4be4-8d5c-0dee698c6575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"unit_id","value":"","description":"<p>Unit ID</p>\n","type":"text","uuid":"71f1e233-29f8-42ff-ad96-710fae26fa1e"},{"key":"type","value":"","type":"text","uuid":"17c66ef9-9949-4f4d-97a0-b4b37e02b394","description":"<p>Allowed: noise┃temperature┃smoke┃occupancy┃tamper</p>\n"},{"key":"enabled","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"a6881525-b077-4a48-9929-81ef2cc6e093"},{"key":"email","value":"","type":"text","uuid":"13d97436-7438-46cb-94df-adccdd44f27f","description":"<p>Allowed: 0┃1</p>\n"},{"key":"mobile","value":"","type":"text","uuid":"c434c797-8b0f-49ec-a186-0ded93770527","description":"<p>Allowed: 0┃1</p>\n"},{"key":"duration","value":"","description":"<p>Delay time in minutes</p>\n","type":"text","uuid":"132d1996-2302-4573-a836-316ae230b9cb"},{"key":"min_value","value":"","type":"text","uuid":"98d2eb30-2b15-4fa5-a01d-79fb9595c42b"},{"key":"max_value","value":"","type":"text","uuid":"ae6ba936-2e90-46e8-9f48-a6098f673d94"}]},"url":"https://api.alertify.io/v1.0/open/monitoring/units/general-settings","description":"<p>Updates General Settings for Monitoring</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<ul>\n<li><p><code>unit_id</code> — Unit ID <strong>*string</strong></p>\n</li>\n<li><p><code>type</code> — Type <strong>enum (noise, temperature, smoke, occupancy,tamper)</strong></p>\n</li>\n</ul>\n<p>The following properties are optional. At least one is mandatory.</p>\n<ul>\n<li><p><code>email</code> — E-mail enabled <strong>enum (0, 1)</strong></p>\n</li>\n<li><p><code>mobile</code> — Mobile enabled <strong>enum (0, 1)</strong></p>\n</li>\n<li><p><code>enabled</code> — Eanbled <strong>enum (0, 1)</strong></p>\n</li>\n<li><p><code>duration</code> — Duration <strong>string</strong></p>\n</li>\n<li><p><code>min_value</code> — Min Value <strong>string</strong></p>\n</li>\n<li><p><code>max_value</code> —Max Value <strong>string</strong></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"b061771f-f1ad-4249-863f-360e904fc36f","id":"b061771f-f1ad-4249-863f-360e904fc36f","name":"Units","type":"folder"}},"urlObject":{"path":["monitoring","units","general-settings"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"658e1483-918c-4adb-94f7-e74608cae465","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/units/general-settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"e898e478-ae0a-4dc9-8cad-e5a1f376c739","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/units/general-settings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"e9f9de5e-2abd-4193-bed2-60976b0ba9ff","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/units/general-settings"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"5c4f0ff5-a475-4be4-8d5c-0dee698c6575"},{"name":"Update Unit Monitoring Timezone","id":"07561838-784d-441d-ad82-708a137d90ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"unit_id","value":"","description":"<p>Unit ID</p>\n","type":"text","uuid":"71f1e233-29f8-42ff-ad96-710fae26fa1e"},{"key":"timezone","value":"","description":"<p>Timezone</p>\n","type":"text","uuid":"a6881525-b077-4a48-9929-81ef2cc6e093"},{"key":"temperature_metric","value":"","description":"<p>Allowed: C┃F</p>\n","type":"text","uuid":"2987a58e-2d14-401a-8cac-ea38716fbdc4"}]},"url":"https://api.alertify.io/v1.0/open/monitoring/units/timezone","description":"<p>Update Unit Monitoring Timezone</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<ul>\n<li><p><code>unit_id</code> — Unit ID <strong>*string</strong></p>\n</li>\n<li><p><code>timezone</code> — Timezone <strong>*string</strong></p>\n</li>\n<li><p><code>temperature_metric</code> — Temperature metric <strong>*enum (C, F)</strong></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"b061771f-f1ad-4249-863f-360e904fc36f","id":"b061771f-f1ad-4249-863f-360e904fc36f","name":"Units","type":"folder"}},"urlObject":{"path":["monitoring","units","timezone"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"a13bedcf-eb29-44dc-86d9-5ffbd0b37dd6","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/units/timezone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"6d5d5fe6-b822-4a77-bd9c-2a4187a1c0fe","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/units/timezone"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"22ca4b7a-c5c9-4d65-b536-03e6d12f70e7","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/units/timezone"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"07561838-784d-441d-ad82-708a137d90ca"}],"id":"9aeb0c4b-7e8c-41d6-a519-bfae5f1d0977","_postman_id":"9aeb0c4b-7e8c-41d6-a519-bfae5f1d0977","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"b061771f-f1ad-4249-863f-360e904fc36f","id":"b061771f-f1ad-4249-863f-360e904fc36f","name":"Units","type":"folder"}}},{"name":"Units list","id":"799d6212-44af-4ec1-afb7-62ff923c8380","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.alertify.io/v1.0/open/units","description":"<p>Returns list of Units</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"b061771f-f1ad-4249-863f-360e904fc36f","id":"b061771f-f1ad-4249-863f-360e904fc36f","name":"Units","type":"folder"}},"urlObject":{"path":["units"],"host":["https://api.alertify.io/v1.0/open"],"query":[{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":null},{"disabled":true,"description":{"content":"<p>Limit number</p>\n","type":"text/plain"},"key":"limit","value":null}],"variable":[]}},"response":[{"id":"b9ce1c52-39e1-4534-9426-6e597addde4f","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/units","host":["https://api.alertify.io/v1.0/open"],"path":["units"],"query":[{"key":"page","value":null,"disabled":true},{"key":"limit","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"unit_id\": \"\",\n            \"nickname\": \"Lorem\",\n            \"city\": \"Bucharest\",\n            \"state\": \"Bucharest\",\n            \"address\": \"Lorem Ipsum\",\n            \"country\": \"Romania\",\n            \"property_type\": null,\n            \"maximum_occupancy\": null,\n            \"square_footage\": null,\n            \"has_kitchen\": \"no\",\n            \"building_id\": null,\n            \"building_name\": null\n        }\n    ],\n    \"Paging\": {\n        \"page\": 1,\n        \"limit\": \"100\",\n        \"total_count\": 1\n    },\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"45c53c5a-f26c-4dc6-91df-3d422f526b97","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/units"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"acff643b-f56d-4458-acfb-bcc57d8fe336","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/units"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"799d6212-44af-4ec1-afb7-62ff923c8380"},{"name":"Unit information","id":"c61dc5b5-2010-4ea3-b1b3-ee108919e134","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/units/:unit_id","description":"<p>Returns Unit information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"b061771f-f1ad-4249-863f-360e904fc36f","id":"b061771f-f1ad-4249-863f-360e904fc36f","name":"Units","type":"folder"}},"urlObject":{"path":["units",":unit_id"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"description":{"content":"<p>Unit ID *<strong>string</strong></p>\n","type":"text/plain"},"type":"any","value":"","key":"unit_id"}]}},"response":[{"id":"c05b1ce2-62b6-4e41-ae84-cae8e21de4bb","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/units/:unit_id","host":["https://api.alertify.io/v1.0/open"],"path":["units",":unit_id"],"variable":[{"key":"unit_id","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n        \"unit_id\": \"\",\n        \"nickname\": \"Lorem\",\n        \"city\": \"Ipsumm\",\n        \"state\": \"LoremIpsum\",\n        \"address\": \"Lorem Ipsum\",\n        \"property_type\": null,\n        \"maximum_occupancy\": null,\n        \"square_footage\": null,\n        \"has_kitchen\": \"no\",\n        \"building_id\": null,\n        \"building_name\": null,\n        \"guest_alert_enabled\": \"yes\",\n        \"temperature_metric\": \"F\",\n        \"devices\": [\n            {\n                \"sensor_id\": \"\",\n                \"name\": \"Lorem\"\n            }\n        ],\n        \"current_status\": [\n            {\n                \"noise\": null,\n                \"temperature\": null,\n                \"co2_average\": null,\n                \"air_average\": null,\n                \"mold_risk\": null,\n                \"humidity\": null,\n                \"last_online\": null,\n                \"device_online\": null\n            }\n        ]\n    },\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"25ecd1d7-be0a-44dd-a862-d7cee9cd2a46","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/units/:unit_id","host":["https://api.alertify.io/v1.0/open"],"path":["units",":unit_id"],"variable":[{"key":"unit_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"495a44fb-83b0-46d4-8afa-9771c0a50f1e","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/units/:unit_id","host":["https://api.alertify.io/v1.0/open"],"path":["units",":unit_id"],"variable":[{"key":"unit_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"c61dc5b5-2010-4ea3-b1b3-ee108919e134"},{"name":"Create Unit","id":"8f167e72-9ef1-4323-94de-e104241a521d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"nickname","value":"","type":"text","description":"<p>Unit name</p>\n"},{"key":"city","value":"","type":"text","description":"<p>Unit city</p>\n"},{"key":"state","value":"","type":"text","description":"<p>Unit state</p>\n"},{"key":"country","value":"","type":"text","description":"<p>Unit country</p>\n"},{"key":"address","value":"","type":"text","description":"<p>Unit address</p>\n"},{"key":"zipcode","value":"","type":"text","description":"<p>Unit zipcode</p>\n"},{"key":"property_type","value":"","type":"text","description":"<p>Unit property type</p>\n"},{"key":"maximum_occupancy","value":"","type":"text","description":"<p>Unit maximum occupancy</p>\n"},{"key":"square_footage","value":"","type":"text","description":"<p>Unit square footage</p>\n"},{"key":"timezone","value":"","type":"text","description":"<p>Unit timezone</p>\n"},{"key":"has_kitchen","value":"","type":"text","description":"<p>Unit kitchen</p>\n"},{"key":"temperature_metric","value":"","description":"<p>Unit temperature metric</p>\n","type":"text","uuid":"68fd074a-f03d-4b72-9ca6-763963490817"},{"key":"guest_alert_enabled","value":"","description":"<p>Unit guest alert enabled</p>\n","type":"text","uuid":"121917de-41d9-4646-8ccf-a3345fb1054b"}]},"url":"https://api.alertify.io/v1.0/open/units","description":"<p>Creates an Unit</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<ul>\n<li><p><code>name</code> — Unit name <strong>*string</strong></p>\n</li>\n<li><p><code>address</code> — Address <strong>*string</strong></p>\n</li>\n<li><p><code>city</code> — City <strong>*string</strong></p>\n</li>\n<li><p><code>state</code> — State <strong>*string</strong></p>\n</li>\n<li><p><code>zipcode</code> — Zipcode <strong>*string</strong></p>\n</li>\n<li><p><code>country</code> — Country <strong>*string</strong></p>\n</li>\n<li><p><code>property_type</code> — Unit Type <strong>*enum</strong> (<strong>Allowed</strong>: studio┃apartment┃villa)</p>\n</li>\n<li><p><code>maximum_occupancy</code> — Unit maximum occupancy <strong>*number</strong></p>\n</li>\n<li><p><code>square_footage</code> — Unit square footage <strong>*string</strong></p>\n</li>\n<li><p><code>timezone</code> — Unit timezone <strong>*string</strong> (<strong>America/Los_Angeles</strong> format)</p>\n</li>\n<li><p><code>has_kitchen</code> — Unit kitchen <strong>*enum</strong> (<strong>Allowed</strong>: yes┃no)</p>\n</li>\n<li><p><code>guest_alert_enabled</code> — Unit guest alert setting <strong>*enum</strong> (<strong>Allowed</strong>: yes┃no)</p>\n</li>\n<li><p><code>temperature_metric</code> — Unit temperature metric <strong>*enum</strong> (<strong>Allowed</strong>: F┃C)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"b061771f-f1ad-4249-863f-360e904fc36f","id":"b061771f-f1ad-4249-863f-360e904fc36f","name":"Units","type":"folder"}},"urlObject":{"path":["units"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"a3f3ea2f-2a04-477b-8058-77d2a875e0d7","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"nickname","value":"","type":"text","description":"Unit name"},{"key":"city","value":"","type":"text","description":"Unit city"},{"key":"state","value":"","type":"text","description":"Unit state"},{"key":"country","value":"","type":"text","description":"Unit country"},{"key":"address","value":"","type":"text","description":"Unit address"},{"key":"zipcode","value":"","type":"text","description":"Unit zipcode"},{"key":"property_type","value":"","type":"text","description":"Unit property type\n\nAllowed: studio┃apartment┃villa"},{"key":"maximum_occupancy","value":"","type":"text","description":"Unit maximum occupancy"},{"key":"square_footage","value":"","type":"text","description":"Unit square footage"},{"key":"timezone","value":"","type":"text","description":"Unit timezone\n\nEx. America/Los_Angeles format"},{"key":"has_kitchen","value":"","type":"text","description":"Unit kitchen\n\nAllowed: yes┃no\n"},{"key":"temperature_metric","value":"","type":"text"},{"key":"guest_alert_enabled","value":"","type":"text"}]},"url":"https://api.alertify.io/v1.0/open/units"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"unit_id\": \"\",\n            \"nickname\": \"Lorem\",\n            \"city\": \"Ipsum\",\n            \"state\": \"Lorem Ipsum\",\n            \"address\": \"Lorem Ipsum\",\n            \"property_type\": null,\n            \"maximum_occupancy\": null,\n            \"square_footage\": null,\n            \"has_kitchen\": \"no\",\n            \"building_id\": null,\n            \"building_name\": null\n        }\n    ],\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"106b6269-694a-47d0-a91f-6698291776e8","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/units"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"afde5971-9e72-4dc3-9835-6e6e70e798dc","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/units"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"8f167e72-9ef1-4323-94de-e104241a521d"},{"name":"Updates a unit","id":"e310d464-80f8-48da-8e9d-51bf2b46a3fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"unit_id","value":"","type":"text","description":"<p>Unit ID</p>\n"},{"key":"nickname","value":"","type":"text","description":"<p>Unit name</p>\n"},{"key":"city","value":"","type":"text","description":"<p>Unit city</p>\n"},{"key":"state","value":"","type":"text","description":"<p>Unit state</p>\n"},{"key":"country","value":"","type":"text","description":"<p>Unit country</p>\n"},{"key":"address","value":"","type":"text","description":"<p>Unit address</p>\n"},{"key":"zipcode","value":"","type":"text","description":"<p>Unit zipcode</p>\n"},{"key":"property_type","value":"","type":"text","description":"<p>Unit property type</p>\n<p>Allowed: studio┃apartment┃villa</p>\n"},{"key":"maximum_occupancy","value":"","type":"text","description":"<p>Unit maximum occupancy</p>\n"},{"key":"square_footage","value":"","type":"text","description":"<p>Unit square footage</p>\n"},{"key":"timezone","value":"","type":"text","description":"<p>Unit timezone</p>\n<p>Ex. America/Los_Angeles format</p>\n"},{"key":"has_kitchen","value":"","type":"text","description":"<p>Unit kitchen</p>\n<p>Allowed: yes┃no</p>\n"},{"key":"temperature_metric","value":"","description":"<p>Unit temperature metric</p>\n","type":"text","uuid":"827c8bf9-d500-4254-908d-3209148d12c9"},{"key":"guest_alert_enabled","value":"","description":"<p>Unit guest alert enabled</p>\n","type":"text","uuid":"55b29bea-4eba-48a9-a656-6432a3d79839"}]},"url":"https://api.alertify.io/v1.0/open/units","description":"<p>Updates an unit</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"b061771f-f1ad-4249-863f-360e904fc36f","id":"b061771f-f1ad-4249-863f-360e904fc36f","name":"Units","type":"folder"}},"urlObject":{"path":["units"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"5e600378-92b4-41c0-9653-461574922296","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"unit_id","value":"","type":"text","description":"Unit ID"},{"key":"nickname","value":"","type":"text","description":"Unit name"},{"key":"city","value":"","type":"text","description":"Unit city"},{"key":"state","value":"","type":"text","description":"Unit state"},{"key":"country","value":"","type":"text","description":"Unit country"},{"key":"address","value":"","type":"text","description":"Unit address"},{"key":"zipcode","value":"","type":"text","description":"Unit zipcode"},{"key":"property_type","value":"","type":"text","description":"Unit property type\n\nAllowed: studio┃apartment┃villa"},{"key":"maximum_occupancy","value":"","type":"text","description":"Unit maximum occupancy"},{"key":"square_footage","value":"","type":"text","description":"Unit square footage"},{"key":"timezone","value":"","type":"text","description":"Unit timezone\n\nEx. America/Los_Angeles format"},{"key":"has_kitchen","value":"","type":"text","description":"Unit kitchen\n\nAllowed: yes┃no\n"}]},"url":"https://api.alertify.io/v1.0/open/units"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"unit_id\": \"\",\n            \"nickname\": \"Lorem\",\n            \"city\": \"Ipsum\",\n            \"state\": \"Lorem Ipsum\",\n            \"address\": \"Lorem Ipsum\",\n            \"property_type\": null,\n            \"maximum_occupancy\": null,\n            \"square_footage\": null,\n            \"has_kitchen\": \"no\",\n            \"building_id\": null,\n            \"building_name\": null,\n            \"guest_alert_enabled\": \"yes\",\n            \"temperature_metric\": \"F\"\n        }\n    ],\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"02ccf52a-fcfa-4337-83a1-d3d856b766c8","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/units"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"873118ad-b095-49e3-b9c5-1f947f44ce54","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/units"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"e310d464-80f8-48da-8e9d-51bf2b46a3fc"},{"name":"Deletes a unit","id":"191fe7be-749c-40e6-ace0-cf3204faf769","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.alertify.io/v1.0/open/units/:unit_id","description":"<p>Deletes an unit</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"b061771f-f1ad-4249-863f-360e904fc36f","id":"b061771f-f1ad-4249-863f-360e904fc36f","name":"Units","type":"folder"}},"urlObject":{"path":["units",":unit_id"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"type":"any","value":"","key":"unit_id"}]}},"response":[{"id":"a24562d0-dea6-4260-9f35-e0ef2436ce60","name":"200 OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/units/:unit_id","host":["https://api.alertify.io/v1.0/open"],"path":["units",":unit_id"],"variable":[{"key":"unit_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"d2691a90-409b-470a-811b-0df87f20ba58","name":"400 Bad Request","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/units/:unit_id","host":["https://api.alertify.io/v1.0/open"],"path":["units",":unit_id"],"variable":[{"key":"unit_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"ed3e562f-45f9-4446-94a4-e7001a29d5b6","name":"401 Unauthorized","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/units/:unit_id","host":["https://api.alertify.io/v1.0/open"],"path":["units",":unit_id"],"variable":[{"key":"unit_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"191fe7be-749c-40e6-ace0-cf3204faf769"}],"id":"b061771f-f1ad-4249-863f-360e904fc36f","description":"<p>This endpoint grants access to comprehensive unit information, including lists of units, specific unit details, recent activities, and unit monitoring settings.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"99274497-019c-49b9-8189-2f22af2fd01f","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"2541c805-9b53-4f72-b56e-68c0b9c0c16b","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"b061771f-f1ad-4249-863f-360e904fc36f"},{"name":"Guests","item":[{"name":"Reservations list","id":"dd9ce740-f6ed-43cd-9b63-81c5e5ddbf5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/reservations/:unit_id","description":"<p>Returns list of guests</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ab229b52-e0b2-4488-9b07-260d516f4a04","id":"ab229b52-e0b2-4488-9b07-260d516f4a04","name":"Guests","type":"folder"}},"urlObject":{"path":["reservations",":unit_id"],"host":["https://api.alertify.io/v1.0/open"],"query":[{"disabled":true,"key":"page","value":null},{"disabled":true,"key":"limit","value":null},{"disabled":true,"key":"check_in","value":null},{"disabled":true,"key":"check_in","value":null},{"disabled":true,"key":"guests","value":null}],"variable":[{"description":{"content":"<p>Unit ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"unit_id"}]}},"response":[{"id":"5ff6dfc1-b0e8-43ea-bb57-c1aec805596c","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/monitoring/units/:unit_id","host":["https://api.alertify.io/v1.0/open"],"path":["monitoring","units",":unit_id"],"variable":[{"key":"unit_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"first_name\": \"Lorem\",\n            \"last_name\": \"Ipsum\",\n            \"check_in\": \"2025-04-13 21:00:00\",\n            \"check_out\": \"2025-04-20 15:00:00\",\n            \"guest_details\": {\n                \"email\": \"lorem@ipsum\",\n                \"phone\": \"lorem\"\n            },\n            \"reservation_details\": {\n                \"booking_platform\": \"manual\",\n                \"lead_time\": \"2025-02-27 04:32:56\",\n                \"revenue\": \"1\",\n                \"currency\": \"USD\",\n                \"nights_count\": \"1\",\n                \"guest_count\": \"13\"\n            },\n            \"status\": \"active\",\n            \"unit_id\": \"b4b84c03-eda7\",\n            \"unit_name\": \"lorem\"\n        }\n    ],\n    \"Paging\": {\n        \"page\": 1,\n        \"limit\": 100,\n        \"total_count\": 1\n    },\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"191addb7-7c27-49cc-861a-650bba37affd","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"{{api_key}}","type":"text","uuid":"911f5ef0-47e7-4c0f-a28f-6a010799ad31"}]},"url":"https://api.alertify.io/v1.0/open/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"cbd1d87b-de0a-4c02-9058-4294c1921af5","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"api_key","value":"{{api_key}}","type":"text","uuid":"911f5ef0-47e7-4c0f-a28f-6a010799ad31"}]},"url":"https://api.alertify.io/v1.0/open/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"dd9ce740-f6ed-43cd-9b63-81c5e5ddbf5b"}],"id":"ab229b52-e0b2-4488-9b07-260d516f4a04","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"c212c4a7-da6e-4f78-b96e-05eef398bc31","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"a3a4e41d-d33e-456e-b94e-490fb0810c4d","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"ab229b52-e0b2-4488-9b07-260d516f4a04","description":""},{"name":"Devices","item":[{"name":"Monitoring Settings","item":[{"name":"Device monitoring settings","id":"d504d421-c0ad-477d-ba5f-0ae988c13f3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/monitoring/devices/:device_id","description":"<p>Returns device monitoring settings</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}},"urlObject":{"path":["monitoring","devices",":device_id"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"description":{"content":"<p>Device ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"device_id"}]}},"response":[{"id":"e38c40c3-4f4e-4b3d-a413-793dc68fdaf6","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/monitoring/devices/:device_id","host":["https://api.alertify.io/v1.0/open"],"path":["monitoring","devices",":device_id"],"variable":[{"key":"device_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n        \"general\": {\n            \"overwrite_unit\": 0\n        },\n        \"noise\": {\n            \"max_value\": \"22\",\n            \"duration\": \"5\",\n            \"enabled\": 0,\n            \"timeslots\": [],\n            \"followups\": [],\n            \"mobile\": 1,\n            \"email\": 1\n        },\n        \"smoke\": {\n            \"enabled\": 0,\n            \"timeslots\": [],\n            \"followups\": [\n                {\n                    \"notification1_time\": \"33\",\n                    \"notification1_active\": 1\n                }\n            ],\n            \"mobile\": 1,\n            \"email\": 1\n        },\n        \"occupancy\": {\n            \"max_value\": \"8\",\n            \"enabled\": 1,\n            \"timeslots\": [],\n            \"followups\": [],\n            \"mobile\": 0,\n            \"email\": 0\n        },\n        \"temperature\": {\n            \"min_value\": \"22\",\n            \"max_value\": \"40\",\n            \"enabled\": 1,\n            \"timeslots\": [\n                {\n                    \"timeslot_id\": \"859294da-6f87-4a40-a725-fba7adc728bc\",\n                    \"min_value\": \"22\",\n                    \"max_value\": \"33\",\n                    \"start_time\": \"09:00\",\n                    \"end_time\": \"11:00\",\n                    \"active\": 1\n                }\n            ],\n            \"followups\": [],\n            \"mobile\": 1,\n            \"email\": 1\n        },\n        \"tamper\": {\n            \"enabled\": 0,\n            \"mobile\": 0,\n            \"email\": 0\n        }\n    },\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"69a315a5-59b3-4a86-aa5e-9de9bcc26b34","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/monitoring/devices/:device_id","host":["https://api.alertify.io/v1.0/open"],"path":["monitoring","devices",":device_id"],"variable":[{"key":"device_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"11a8032e-ebce-44e0-8383-59d2e6513e3f","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/monitoring/devices/:device_id","host":["https://api.alertify.io/v1.0/open"],"path":["monitoring","devices",":device_id"],"variable":[{"key":"device_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"d504d421-c0ad-477d-ba5f-0ae988c13f3b"},{"name":"Create Timeslot for Monitoring","id":"283bcec4-2d09-4e84-b84c-8c03b4695837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"device_id","value":"","description":"<p>Device ID</p>\n","type":"text","uuid":"22e9ee81-a41a-4585-a11c-3601349e086b"},{"key":"type","value":"","description":"<p>Allowed: noise┃temperature | smoke | occupancy</p>\n","type":"text","uuid":"ca3148f0-0799-48e9-b9b9-a5b55d3a8e3b"},{"key":"active","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"a6881525-b077-4a48-9929-81ef2cc6e093"},{"key":"start_time","value":"","description":"<p>H:i format</p>\n","type":"text","uuid":"13d97436-7438-46cb-94df-adccdd44f27f"},{"key":"end_time","value":"","description":"<p>H:i format</p>\n","type":"text","uuid":"dcd50bf8-cc76-4a0f-b840-512ace25facc"},{"key":"min_value","value":"","type":"text","uuid":"17c66ef9-9949-4f4d-97a0-b4b37e02b394"},{"key":"max_value","value":"","type":"text","uuid":"c434c797-8b0f-49ec-a186-0ded93770527"}]},"url":"https://api.alertify.io/v1.0/open/monitoring/devices/timeslots","description":"<p>Creates Timeslot for Monitoring</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<ul>\n<li><p><code>device_id</code> — Device ID <strong>*string</strong></p>\n</li>\n<li><p><code>type</code> — Type <strong>*enum (noise, temperature, smoke, occupancy)</strong></p>\n</li>\n<li><p><code>active</code> — Active Timeslot <strong>*enum (0, 1)</strong></p>\n</li>\n<li><p><code>start_time</code> — Start Timeslot Time <strong>*string (H:i format)</strong></p>\n</li>\n<li><p><code>end_time</code> — End Timeslot Time <strong>*string (H:i format)</strong></p>\n</li>\n<li><p><code>min_value</code> — Min value <strong>*string</strong></p>\n</li>\n<li><p><code>max_value</code> — Max value <strong>*string</strong></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}},"urlObject":{"path":["monitoring","devices","timeslots"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"64378b4d-7b67-4f75-b692-3004747acd9b","name":"200 OK","originalRequest":{"method":"POST","header":[],"url":"https://api.alertify.io/v1.0/open/monitoring/devices/timeslots"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n        \"timeslot_id\": \"fba7adc728bc\",\n        \"start_time\": \"10:00\",\n        \"end_time\": \"12:00\",\n        \"min_value\": \"22\",\n        \"max_value\": \"33\",\n        \"active\": \"1\"\n    },\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"a60a7c6f-e895-4112-9602-4425aa0db8b9","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/devices/timeslots"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"08e28468-30f6-4e84-9199-9ce7964c2c6d","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/devices/timeslots"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"283bcec4-2d09-4e84-b84c-8c03b4695837"},{"name":"Update Timeslot for Monitoring","id":"abd8e186-c69d-450b-8ba9-5162fea7efab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"timeslot_id","value":"","description":"<p>Timeslot ID</p>\n","type":"text","uuid":"71f1e233-29f8-42ff-ad96-710fae26fa1e"},{"key":"active","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"a6881525-b077-4a48-9929-81ef2cc6e093"},{"key":"start_time","value":"","type":"text","uuid":"13d97436-7438-46cb-94df-adccdd44f27f","description":"<p>H:i format</p>\n"},{"key":"end_time","value":"","type":"text","uuid":"dcd50bf8-cc76-4a0f-b840-512ace25facc","description":"<p>H:i format</p>\n"},{"key":"min_value","value":"","type":"text","uuid":"17c66ef9-9949-4f4d-97a0-b4b37e02b394"},{"key":"max_value","value":"","type":"text","uuid":"c434c797-8b0f-49ec-a186-0ded93770527"}]},"url":"https://api.alertify.io/v1.0/open/monitoring/devices/timeslots","description":"<p>Updates Timeslot for Monitoring</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<ul>\n<li><code>timeslot_id</code> — Timeslot ID <strong>*string</strong></li>\n</ul>\n<p>The following properties are optional. At least one is mandatory.</p>\n<ul>\n<li><p><code>active</code> — Active Timeslot <strong>enum (0, 1)</strong></p>\n</li>\n<li><p><code>start_time</code> — Start Timeslot Time <strong>string (H:i format)</strong></p>\n</li>\n<li><p><code>end_time</code> — End Timeslot Time <strong>string (H:i format)</strong></p>\n</li>\n<li><p><code>min_value</code> — Min value <strong>string</strong></p>\n</li>\n<li><p><code>max_value</code> — Max value <strong>string</strong></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}},"urlObject":{"path":["monitoring","devices","timeslots"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"35a045af-94ba-4d45-9a52-a1569359c420","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/devices/timeslots"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n        \"timeslot_id\": \"fba7adc728bc\",\n        \"start_time\": \"10:00\",\n        \"end_time\": \"12:00\",\n        \"min_value\": \"22\",\n        \"max_value\": \"33\",\n        \"active\": \"1\"\n    },\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"06d4f11d-7d01-4176-88ad-68dc53f14517","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/devices/timeslots"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"07735ac0-c701-42a7-8c69-1eb4ee4adf19","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/devices/timeslots"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"abd8e186-c69d-450b-8ba9-5162fea7efab"},{"name":"Delete Timeslot for Monitoring","id":"f15ba8f0-a0d8-44c9-8b01-93c8e9ec33db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.alertify.io/v1.0/open/monitoring/devices/timeslots/:timeslot_id","description":"<p>Deletes a Timeslot</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}},"urlObject":{"path":["monitoring","devices","timeslots",":timeslot_id"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"type":"any","value":"","key":"timeslot_id"}]}},"response":[{"id":"3e608a88-d485-47a4-a3b7-dc7a14efea22","name":"200 OK","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/monitoring/devices/timeslots/:timeslot_id","host":["https://api.alertify.io/v1.0/open"],"path":["monitoring","devices","timeslots",":timeslot_id"],"variable":[{"key":"timeslot_id","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"ff2a88f2-baa9-42a9-bb83-cce55045990b","name":"400 Bad Request","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/monitoring/devices/timeslots/:timeslot_id","host":["https://api.alertify.io/v1.0/open"],"path":["monitoring","devices","timeslots",":timeslot_id"],"variable":[{"key":"timeslot_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"e714dc63-fd24-4c61-9e63-1a918057207f","name":"401 Unauthorized","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/monitoring/devices/timeslots/:timeslot_id","host":["https://api.alertify.io/v1.0/open"],"path":["monitoring","devices","timeslots",":timeslot_id"],"variable":[{"key":"timeslot_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"f15ba8f0-a0d8-44c9-8b01-93c8e9ec33db"},{"name":"Update Followup for Monitoring","id":"956c5f00-29e4-4c1a-916c-538931cd944f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"device_id","value":"","description":"<p>Device ID</p>\n","type":"text","uuid":"71f1e233-29f8-42ff-ad96-710fae26fa1e"},{"key":"active","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"a6881525-b077-4a48-9929-81ef2cc6e093"},{"key":"time","value":"","type":"text","uuid":"13d97436-7438-46cb-94df-adccdd44f27f","description":"<p>Delay time in minutes</p>\n"},{"key":"type","value":"","type":"text","uuid":"17c66ef9-9949-4f4d-97a0-b4b37e02b394","description":"<p>Allowed: noise┃smoke┃occupancy</p>\n"},{"key":"followup_type","value":"","type":"text","uuid":"c434c797-8b0f-49ec-a186-0ded93770527","description":"<p>Allowed: first┃second</p>\n"}]},"url":"https://api.alertify.io/v1.0/open/monitoring/devices/followups","description":"<p>Updates Followup for Monitoring</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<ul>\n<li><p><code>device_id</code> — Device ID <strong>*string</strong></p>\n</li>\n<li><p><code>active</code> — Active Timeslot <strong>*enum (0, 1)</strong></p>\n</li>\n<li><p><code>time</code> — Delay Time <strong>*string (in minutes)</strong></p>\n</li>\n<li><p><code>type</code> — Type <strong>enum (noise, smoke, occupancy)</strong></p>\n</li>\n<li><p><code>followup_type</code> — Followup Type <strong>*enum (first, second)</strong></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}},"urlObject":{"path":["monitoring","devices","followups"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"ed3f217a-1126-441f-954f-f6c924c1bae5","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/devices/followups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"32d0b5a1-ecba-41b2-a8fc-815e70f8c6ed","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/devices/followups"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"74a25e12-99ff-4286-a6aa-6f71d1b4f6ce","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/devices/followups"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"956c5f00-29e4-4c1a-916c-538931cd944f"},{"name":"Update General Settings for Monitoring","id":"3ba29e57-28cb-47e0-9bee-aeb0cce9c75c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"device_id","value":"","description":"<p>Device ID</p>\n","type":"text","uuid":"71f1e233-29f8-42ff-ad96-710fae26fa1e"},{"key":"type","value":"","type":"text","uuid":"17c66ef9-9949-4f4d-97a0-b4b37e02b394","description":"<p>Allowed: noise┃temperature┃smoke┃occupancy┃tamper</p>\n"},{"key":"enabled","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"a6881525-b077-4a48-9929-81ef2cc6e093"},{"key":"email","value":"","type":"text","uuid":"13d97436-7438-46cb-94df-adccdd44f27f","description":"<p>Allowed: 0┃1</p>\n"},{"key":"mobile","value":"","type":"text","uuid":"c434c797-8b0f-49ec-a186-0ded93770527","description":"<p>Allowed: 0┃1</p>\n"},{"key":"duration","value":"","description":"<p>Delay time in minutes</p>\n","type":"text","uuid":"132d1996-2302-4573-a836-316ae230b9cb"},{"key":"min_value","value":"","type":"text","uuid":"98d2eb30-2b15-4fa5-a01d-79fb9595c42b"},{"key":"max_value","value":"","type":"text","uuid":"ae6ba936-2e90-46e8-9f48-a6098f673d94"}]},"url":"https://api.alertify.io/v1.0/open/monitoring/devices/general-settings","description":"<p>Updates General Settings for Monitoring</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<ul>\n<li><p><code>device_id</code> — Device ID <strong>*string</strong></p>\n</li>\n<li><p><code>type</code> — Type <strong>enum (noise, temperature, smoke, occupancy,tamper)</strong></p>\n</li>\n</ul>\n<p>The following properties are optional. At least one is mandatory.</p>\n<ul>\n<li><p><code>email</code> — E-mail enabled <strong>enum (0, 1)</strong></p>\n</li>\n<li><p><code>mobile</code> — Mobile enabled <strong>enum (0, 1)</strong></p>\n</li>\n<li><p><code>enabled</code> — Eanbled <strong>enum (0, 1)</strong></p>\n</li>\n<li><p><code>duration</code> — Duration <strong>string</strong></p>\n</li>\n<li><p><code>min_value</code> — Min Value <strong>string</strong></p>\n</li>\n<li><p><code>max_value</code> —Max Value <strong>string</strong></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}},"urlObject":{"path":["monitoring","devices","general-settings"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"c98fc537-5e51-4e9a-9c80-f9b050a55376","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/devices/general-settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"7c236ebc-96f6-4bfa-8b6a-b9e17bbe156b","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/devices/general-settings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"f7ef84a3-b9b3-446a-9e61-2a7674aaf620","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/devices/general-settings"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"3ba29e57-28cb-47e0-9bee-aeb0cce9c75c"},{"name":"Update Overwrite Unit Monitoring Settings","id":"df669b3a-fe82-43df-91d1-692651478acb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"device_id","value":"","description":"<p>Device ID</p>\n","type":"text","uuid":"71f1e233-29f8-42ff-ad96-710fae26fa1e"},{"key":"overwrite","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"a6881525-b077-4a48-9929-81ef2cc6e093"}]},"url":"https://api.alertify.io/v1.0/open/monitoring/devices/overwrite-unit","description":"<p>Update Overwrite Unit Monitoring Settings</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<ul>\n<li><p><code>device_id</code> — Device ID <strong>*string</strong></p>\n</li>\n<li><p><code>overwrite</code> — Overwrite setting <strong>*enum (0, 1)</strong></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}},"urlObject":{"path":["monitoring","devices","overwrite-unit"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"f42a10fd-c9ab-43fc-9452-723296e38094","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/devices/overwrite-unit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"902d7709-3527-4949-bae9-b8a428ee76e7","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/devices/overwrite-unit"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"5930e776-072a-4d28-aa5d-b217a1f1bde2","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/monitoring/devices/overwrite-unit"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"df669b3a-fe82-43df-91d1-692651478acb"}],"id":"4a6e71b2-cd54-4d78-9b6e-e516ecd50160","_postman_id":"4a6e71b2-cd54-4d78-9b6e-e516ecd50160","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}}},{"name":"Device list","id":"981e0cf6-f898-421e-9807-a02395bae5ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/devices?page&limit","description":"<p>Returns list of devices</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}},"urlObject":{"path":["devices"],"host":["https://api.alertify.io/v1.0/open"],"query":[{"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":null},{"description":{"content":"<p>Limit number</p>\n","type":"text/plain"},"key":"limit","value":null}],"variable":[]}},"response":[{"id":"68757cf6-dc54-4989-b20b-cc2ea1889f85","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/devices?page&limit","host":["https://api.alertify.io/v1.0/open"],"path":["devices"],"query":[{"key":"page","value":null},{"key":"limit","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"device_id\": \"\",\n            \"name\": \"Lorem\",\n            \"device_online\": \"no\",\n            \"unit_id\": \"\",\n            \"unit_name\": null,\n            \"building_name\": null\n        }\n    ],\n    \"Paging\": {\n        \"page\": 1,\n        \"limit\": 100,\n        \"total_count\": 1\n    },\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"336dcacd-b87d-4dc7-a8c2-b787e75f342e","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/devices"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"438ddac7-7bd3-498b-bbc7-efe22ad52fd4","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/devices"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"981e0cf6-f898-421e-9807-a02395bae5ab"},{"name":"Device information","id":"27d16622-6edc-47b1-8c29-2e89299a69ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/devices/:device_id","description":"<p>Returns device information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}},"urlObject":{"path":["devices",":device_id"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"description":{"content":"<p>Device ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"device_id"}]}},"response":[{"id":"6a42906c-c5cd-4cb9-89fa-fc194147343f","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/devices/:device_id","host":["https://api.alertify.io/v1.0/open"],"path":["devices",":device_id"],"variable":[{"key":"device_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n        \"device_id\": \"\",\n        \"name\": \"Lorem\",\n        \"device_online\": \"no\",\n        \"unit_id\": \"\",\n        \"unit_name\": null,\n        \"building_name\": null\n    },\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"3ffa7ca8-d397-48d5-8567-1699acab203d","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/devices/:device_id","host":["https://api.alertify.io/v1.0/open"],"path":["devices",":device_id"],"variable":[{"key":"device_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"7c02f9aa-6c1e-4abd-ae80-5ce247017812","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/devices/:device_id","host":["https://api.alertify.io/v1.0/open"],"path":["devices",":device_id"],"variable":[{"key":"device_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"27d16622-6edc-47b1-8c29-2e89299a69ee"},{"name":"Device data report","id":"01f90ad6-5c17-4132-8802-6df74b4cd07e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/reports/:device_id/:type/:period","description":"<p>Returns device data information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}},"urlObject":{"path":["reports",":device_id",":type",":period"],"host":["https://api.alertify.io/v1.0/open"],"query":[{"disabled":true,"description":{"content":"<p>Y-m-d H:i:s</p>\n","type":"text/plain"},"key":"start_date","value":""},{"disabled":true,"description":{"content":"<p>Y-m-d H:i:s</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[{"description":{"content":"<p>Device ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"device_id"},{"description":{"content":"<p>Allowed: noise┃ temperature ┃ humidity ┃ smoke ┃ co ┃ co2 | mould</p>\n","type":"text/plain"},"type":"any","value":"","key":"type"},{"description":{"content":"<p>Allowed: now | hour ┃ day ┃ month ┃ year</p>\n","type":"text/plain"},"type":"any","value":"","key":"period"}]}},"response":[{"id":"5a907f71-c813-48f3-b6ef-9ef58078e4b6","name":"200 OK Copy","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/:type/:period?start_date&end_date&date","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id",":type",":period"],"query":[{"key":"start_date","value":null},{"key":"end_date","value":null},{"key":"date","value":null}],"variable":[{"key":"device_id","value":""},{"key":"type","value":""},{"key":"period","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"value\": 39,\n            \"event_date\": \"2025-04-16 12:49\",\n            \"min\": \"37.3\",\n            \"max\": \"40.3\"\n        }\n    ],\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"781215cc-bafa-45e9-8d8a-77c871c6528d","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/:type/:period","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id",":type",":period"],"variable":[{"key":"device_id","value":""},{"key":"type","value":""},{"key":"period","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"0dbf4be7-32a6-4239-9e43-da78d8906daf","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/:type/:period","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id",":type",":period"],"variable":[{"key":"device_id","value":""},{"key":"type","value":""},{"key":"period","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"01f90ad6-5c17-4132-8802-6df74b4cd07e"},{"name":"Get noise level readings","id":"bde1486e-c294-4f97-a989-c8d80b95d962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/reports/:device_id/noise/now","description":"<p>Get noise level readings</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}},"urlObject":{"path":["reports",":device_id","noise","now"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"description":{"content":"<p>Device ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"device_id"}]}},"response":[{"id":"5fa1338c-d5ba-42a1-96cf-ca1e71803a3b","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/noise/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","noise","now"],"variable":[{"key":"device_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"value\": 39,\n            \"event_date\": \"2025-04-16 12:49\",\n            \"min\": \"37.3\",\n            \"max\": \"40.3\"\n        }\n    ],\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"fdcc567f-67f1-4315-9325-49b98fdb969e","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/noise/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","noise","now"],"variable":[{"key":"device_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"026d7c4e-7e66-48d4-90bd-8d9f803d2d69","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/noise/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","noise","now"],"variable":[{"key":"device_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"bde1486e-c294-4f97-a989-c8d80b95d962"},{"name":"Get humidity readings","id":"8e133b81-93af-466b-9630-4a3783fbae7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/reports/:device_id/humidity/now","description":"<p>Get humidity readings</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}},"urlObject":{"path":["reports",":device_id","humidity","now"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"description":{"content":"<p>Device ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"device_id"}]}},"response":[{"id":"59b3d2b6-abaf-44de-9037-7e95fb52ecc4","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/humidity/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","humidity","now"],"variable":[{"key":"device_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"value\": 39,\n            \"event_date\": \"2025-04-16 12:49\",\n            \"min\": \"37.3\",\n            \"max\": \"40.3\"\n        }\n    ],\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"a28d1c38-e168-41af-a636-8df3f0a728a6","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/humidity/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","humidity","now"],"variable":[{"key":"device_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"8752d0b2-3609-43cd-93d3-c3dda62c67db","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/humidity/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","humidity","now"],"variable":[{"key":"device_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"8e133b81-93af-466b-9630-4a3783fbae7b"},{"name":"Get temperature readings","id":"9611b7e8-1462-479d-9a2e-f193125f5551","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/reports/:device_id/temperature/now","description":"<p>Get temperature readings</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}},"urlObject":{"path":["reports",":device_id","temperature","now"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"description":{"content":"<p>Device ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"device_id"}]}},"response":[{"id":"b86717b0-3fbf-4aea-8463-7caa3e963b74","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/temperature/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","temperature","now"],"variable":[{"key":"device_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"value\": 39,\n            \"event_date\": \"2025-04-16 12:49\",\n            \"min\": \"37.3\",\n            \"max\": \"40.3\"\n        }\n    ],\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"10244104-c47d-4ce5-8935-4dbc303b5c40","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/temperature/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","temperature","now"],"variable":[{"key":"device_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"813c2b0e-8f94-4ca8-92a4-e9bf6bd39b12","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/temperature/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","temperature","now"],"variable":[{"key":"device_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"9611b7e8-1462-479d-9a2e-f193125f5551"},{"name":"Get smoke readings","id":"ee91b24a-6283-49b3-8bc2-c141f07f1081","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/reports/:device_id/smoke/now","description":"<p>Get smoke readings</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}},"urlObject":{"path":["reports",":device_id","smoke","now"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"description":{"content":"<p>Device ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"device_id"}]}},"response":[{"id":"e01cf7fc-5e23-426f-9864-ac1eb55fe13a","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/smoke/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","smoke","now"],"variable":[{"key":"device_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"value\": 39,\n            \"event_date\": \"2025-04-16 12:49\",\n            \"min\": \"37.3\",\n            \"max\": \"40.3\"\n        }\n    ],\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"da030698-982f-4b54-ac66-65bdc73d765e","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/smoke/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","smoke","now"],"variable":[{"key":"device_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"69cb357b-704b-4e2a-a12e-28685e740a1e","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/smoke/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","smoke","now"],"variable":[{"key":"device_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"ee91b24a-6283-49b3-8bc2-c141f07f1081"},{"name":"Get CO readings","id":"66d50a86-f6ce-405f-843b-944fc9b87894","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/reports/:device_id/co/now","description":"<p>Get CO readings</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}},"urlObject":{"path":["reports",":device_id","co","now"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"description":{"content":"<p>Device ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"device_id"}]}},"response":[{"id":"61c6b045-f3e1-4eea-aa8d-7a7052548b2d","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/co/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","co","now"],"variable":[{"key":"device_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"value\": 39,\n            \"event_date\": \"2025-04-16 12:49\",\n            \"min\": \"37.3\",\n            \"max\": \"40.3\"\n        }\n    ],\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"ce9366a5-4245-44f1-9973-58faf5f54759","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/co/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","co","now"],"variable":[{"key":"device_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"29c22fcd-4f9a-4168-b160-1a7ff3383cd1","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/co/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","co","now"],"variable":[{"key":"device_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"66d50a86-f6ce-405f-843b-944fc9b87894"},{"name":"Get CO2 readings","id":"c3582010-5810-403b-83a3-f8ef3bed316f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/reports/:device_id/co2/now","description":"<p>Get CO readings</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}},"urlObject":{"path":["reports",":device_id","co2","now"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"description":{"content":"<p>Device ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"device_id"}]}},"response":[{"id":"f5f607b2-bb8d-451e-985b-a449113cd0e0","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/co2/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","co2","now"],"variable":[{"key":"device_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"value\": 39,\n            \"event_date\": \"2025-04-16 12:49\",\n            \"min\": \"37.3\",\n            \"max\": \"40.3\"\n        }\n    ],\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"01ce46b7-3c11-4b2c-9c0f-344e2b708bfd","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/co2/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","co2","now"],"variable":[{"key":"device_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"3b60b469-b1ce-4fc7-b602-d93af299b3be","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/co2/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","co2","now"],"variable":[{"key":"device_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"c3582010-5810-403b-83a3-f8ef3bed316f"},{"name":"Get mould risk readings","id":"dff54188-3342-48b8-96d5-9dbf5cc738be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/reports/:device_id/mould/now","description":"<p>Get mould risk readings</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}},"urlObject":{"path":["reports",":device_id","mould","now"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"description":{"content":"<p>Device ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"device_id"}]}},"response":[{"id":"039cf017-8464-495e-85f7-6de488517206","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/mould/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","mould","now"],"variable":[{"key":"device_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"value\": 39,\n            \"event_date\": \"2025-04-16 12:49\",\n            \"min\": \"37.3\",\n            \"max\": \"40.3\"\n        }\n    ],\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"5a0122e8-f09a-4a4a-a2ac-13d37ad15f00","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/mould/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","mould","now"],"variable":[{"key":"device_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"3dcf04dc-ee36-4c7b-b325-4b3e6dc44c8a","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/reports/:device_id/mould/now","host":["https://api.alertify.io/v1.0/open"],"path":["reports",":device_id","mould","now"],"variable":[{"key":"device_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"dff54188-3342-48b8-96d5-9dbf5cc738be"},{"name":"Assign Device to Unit","id":"20b1465a-b7ea-416c-ba38-b890dff205fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"device_id","value":"","description":"<p>Device ID</p>\n","type":"text","uuid":"22e9ee81-a41a-4585-a11c-3601349e086b"},{"key":"unit_id","value":"","description":"<p>Unit ID</p>\n","type":"text","uuid":"ca3148f0-0799-48e9-b9b9-a5b55d3a8e3b"}]},"url":"https://api.alertify.io/v1.0/open/devices/assign-unit","description":"<p>Assign device to unit</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}},"urlObject":{"path":["devices","assign-unit"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"60b723b5-fb09-4f03-8a92-0d6d8041a45b","name":"200 OK","originalRequest":{"method":"POST","header":[],"url":"https://api.alertify.io/v1.0/open/devices/assign-unit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"20b5328e-7a5a-4f94-8d56-7b28e20f1cac","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/devices/assign-unit"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"bc84f491-8f55-4d1e-9699-43ad82f57006","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/devices/assign-unit"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"20b1465a-b7ea-416c-ba38-b890dff205fb"},{"name":"Unassign Device from Unit","id":"93b1e59d-87e5-4c9b-91d3-e9a71142dc7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"device_id","value":"","description":"<p>Device ID</p>\n","type":"text","uuid":"22e9ee81-a41a-4585-a11c-3601349e086b"},{"key":"unit_id","value":"","description":"<p>Unit ID</p>\n","type":"text","uuid":"ca3148f0-0799-48e9-b9b9-a5b55d3a8e3b"}]},"url":"https://api.alertify.io/v1.0/open/devices/unassign-unit","description":"<p>Unassign device from unit</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","name":"Devices","type":"folder"}},"urlObject":{"path":["devices","unassign-unit"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"3783a55e-1d9d-405f-aca0-bb95b4244be9","name":"200 OK","originalRequest":{"method":"POST","header":[],"url":"https://api.alertify.io/v1.0/open/devices/unassign-unit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"7e203d3f-5720-4d1c-b2d3-e717de269d7c","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/devices/unassign-unit"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"154dd9fe-8b1c-4d0c-a17e-095920681a68","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/devices/unassign-unit"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"93b1e59d-87e5-4c9b-91d3-e9a71142dc7a"}],"id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd","description":"<p>This endpoint offers access to detailed device information, including lists of devices, their current online/offline status, and recent violation reports.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"bf489b97-0547-4a65-876b-7b89b51f7a95","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"ecc8213f-d23b-4e69-ac2f-34f34342e5db","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"7843b7af-60dc-4782-b12c-20e4dc2c9dfd"},{"name":"Alerts","item":[{"name":"Alerts list","id":"493aece2-72a0-4d7d-a9cb-a5706cadb3be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/alerts?page&limit&unit_id","description":"<p>Returns list of alerts</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Event</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>noise_high</strong></td>\n<td>Device has detected loud noise values</td>\n</tr>\n<tr>\n<td><strong>temperature_high</strong></td>\n<td>Device has detected hightemperature values</td>\n</tr>\n<tr>\n<td><strong>temperature_low</strong></td>\n<td>Device has detected low temperature values</td>\n</tr>\n<tr>\n<td><strong>almost_freezing</strong></td>\n<td>Device has detected very low temperature values</td>\n</tr>\n<tr>\n<td><strong>humidity_high</strong></td>\n<td>Device has detected high humidity values</td>\n</tr>\n<tr>\n<td><strong>humidity_low</strong></td>\n<td>Device has detected high humidity values</td>\n</tr>\n<tr>\n<td><strong>smoke_high</strong></td>\n<td>Device has detected high smoke values</td>\n</tr>\n<tr>\n<td><strong>co_high</strong></td>\n<td>Device has detected high CO values</td>\n</tr>\n<tr>\n<td><strong>co2_high</strong></td>\n<td>Device has detected high CO2 values</td>\n</tr>\n<tr>\n<td><strong>risk_of_mould</strong></td>\n<td>Device has detected air has risk of mould</td>\n</tr>\n<tr>\n<td><strong>occupancy_high</strong></td>\n<td>Device has detected high occupancy values</td>\n</tr>\n<tr>\n<td><strong>device_is_on_battery</strong></td>\n<td>Device is on battery power</td>\n</tr>\n<tr>\n<td><strong>device_is_plugged_in</strong></td>\n<td>Device is on AC power</td>\n</tr>\n<tr>\n<td><strong>device_online</strong></td>\n<td>Device is online</td>\n</tr>\n<tr>\n<td><strong>device_offline</strong></td>\n<td>Device is offline</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ecb62eb9-6cb5-4f77-a424-1ed6a0d18e21","id":"ecb62eb9-6cb5-4f77-a424-1ed6a0d18e21","name":"Alerts","type":"folder"}},"urlObject":{"path":["alerts"],"host":["https://api.alertify.io/v1.0/open"],"query":[{"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":null},{"description":{"content":"<p>Limit number</p>\n","type":"text/plain"},"key":"limit","value":null},{"description":{"content":"<p>Unit ID</p>\n","type":"text/plain"},"key":"unit_id","value":null}],"variable":[]}},"response":[{"id":"4e517462-8cdc-4a6c-963e-801ba4f0c71c","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/alerts","host":["https://api.alertify.io/v1.0/open"],"path":["alerts"],"query":[{"key":"page","value":null,"description":"Page number","type":"text","disabled":true},{"key":"limit","value":null,"description":"Limit number","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"type\": \"Device is online\",\n            \"event_id\": \"lorem\",\n            \"registered_at\": \"2025-04-17 12:18:58\",\n            \"device_id\": \"lorem\",\n            \"device_name\": \"ipsum\",\n            \"unit_id\": \"lorem\",\n            \"unit_name\": \"ipsum\"\n        }\n    ],\n    \"Paging\": {\n        \"page\": 1,\n        \"limit\": 100,\n        \"total_count\": 1\n    },\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"91ede3f6-8a13-4fdd-ad72-86f372f9c876","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/alerts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"08983e6b-97ef-4677-b12e-ed5981510002","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/alerts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"493aece2-72a0-4d7d-a9cb-a5706cadb3be"},{"name":"Returns Alert information","id":"c13bf309-2558-40a1-bb5d-3d3b42db0070","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/alert/:event_id","description":"<p>Returns alert information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"ecb62eb9-6cb5-4f77-a424-1ed6a0d18e21","id":"ecb62eb9-6cb5-4f77-a424-1ed6a0d18e21","name":"Alerts","type":"folder"}},"urlObject":{"path":["alert",":event_id"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"type":"any","value":"","key":"event_id"}]}},"response":[{"id":"a2d97cc4-ca54-4ef9-ab1c-88a9897ad417","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/alert/:event_id","host":["https://api.alertify.io/v1.0/open"],"path":["alert",":event_id"],"query":[{"key":"page","value":null,"description":"Page number","type":"text","disabled":true},{"key":"limit","value":null,"description":"Limit number","type":"text","disabled":true}],"variable":[{"key":"event_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n        \"guest\": {\n            \"first_name\": null,\n            \"last_name\": null,\n            \"phone\": null,\n            \"email\": null,\n            \"checkout\": null,\n            \"checkin\": null\n        },\n        \"event\": {\n            \"start\": \"2025-04-17 02:05:43\",\n            \"followup1\": null,\n            \"followup2\": null,\n            \"end\": \"2025-04-17 02:11:00\",\n            \"type\": \"Noise\",\n            \"value\": 72.6,\n            \"treshold\": 72\n        },\n        \"property\": {\n            \"name\": \"Lorem\",\n            \"address\": \"ipsum\",\n            \"city\": \"Kansas City\",\n            \"state\": \"MO\",\n            \"country\": \"UNITED STATES\",\n            \"zipcode\": \"11111\",\n            \"contact\": \"lorem@ipsum\",\n            \"company\": null,\n            \"guest_alert_enabled\": \"yes\"\n        },\n        \"event_data\": [\n            {\n                \"value\": 62.5,\n                \"event_date\": \"2025-04-17 01:36:00\",\n                \"min\": 59.8,\n                \"max\": 66\n            }\n        ]\n    },\n    \"Error\": 0,\n    \"Message\": \"OK\"\n}"},{"id":"dd0916eb-3e67-4c2f-a69c-9cb63c6d1b89","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/alerts/:event_id","host":["https://api.alertify.io/v1.0/open"],"path":["alerts",":event_id"],"variable":[{"key":"event_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"705aacd1-b245-43e2-bbea-0542304df165","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/alerts/:event_id","host":["https://api.alertify.io/v1.0/open"],"path":["alerts",":event_id"],"variable":[{"key":"event_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"c13bf309-2558-40a1-bb5d-3d3b42db0070"}],"id":"ecb62eb9-6cb5-4f77-a424-1ed6a0d18e21","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"0b8f28e2-f5fc-49bb-b3fb-d98f21d64a29","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"4cdce02a-7f7a-44f7-8dfb-3f035e6b0bc9","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"ecb62eb9-6cb5-4f77-a424-1ed6a0d18e21","description":""},{"name":"WelcomeLink","item":[{"name":"Guest list","id":"dcdf9cc2-c103-440c-92cc-0d79ff62ee93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/guests","description":"<p>Returns list of Guests</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"9cb5d612-9c4c-4ca6-9cdc-7e6452b895f2","id":"9cb5d612-9c4c-4ca6-9cdc-7e6452b895f2","name":"WelcomeLink","type":"folder"}},"urlObject":{"path":["guests"],"host":["https://api.alertify.io/v1.0/open"],"query":[{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":""},{"disabled":true,"description":{"content":"<p>Limit number</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Check-in date</p>\n<p>Format: 2025-03-25</p>\n","type":"text/plain"},"key":"check_in","value":""},{"disabled":true,"description":{"content":"<p>Check-out date</p>\n<p>Format: 2025-03-25</p>\n","type":"text/plain"},"key":"check_out","value":""},{"disabled":true,"description":{"content":"<p>Guest list type (default: current)</p>\n<p>current ┃ all ┃ old</p>\n","type":"text/plain"},"key":"guests","value":"all"}],"variable":[]}},"response":[{"id":"ee360370-4eaa-49e3-9930-1f698c894286","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/guests","host":["https://api.alertify.io/v1.0/open"],"path":["guests"],"query":[{"key":"page","value":null,"description":"Page number","type":"text","disabled":true},{"key":"limit","value":null,"description":"Limit number","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"first_name\": \"Lorem\",\n            \"last_name\": \"Lorem\",\n            \"check_in\": \"Lorem\",\n            \"check_out\": \"Lorem\",\n            \"guest_details\": {\n                \"email\": \"Lorem\",\n                \"phone\": \"Lorem\",\n                \"ip_location\": \"Lorem\",\n                \"line_type\": \"Lorem\"\n            },\n            \"reservation_details\": {\n                \"booking_platform\": \"Lorem\",\n                \"lead_time\": \"Lorem\",\n                \"revenue\": \"Lorem\",\n                \"currency\": \"Lorem\",\n                \"nights_count\": \"Lorem\",\n                \"guests_count\": \"Lorem\"\n            },\n            \"additional_guests\": {\n                \"first_name\": \"Lorem\",\n                \"last_name\": \"Lorem\",\n                \"email\": \"Lorem\",\n                \"phone\": \"Lorem\"\n            },\n            \"guest_link_sent\": \"yes\",\n            \"status\": \"declined\",\n            \"agreement_signed\": \"yes\",\n            \"collected_identity_card\": \"Lorem\",\n            \"id_verification\": \"Lorem\",\n            \"payment_verified\": \"yes\",\n            \"portal_completed\": \"yes\",\n            \"report_url\": \"https://lorem\",\n            \"unit_id\": \"Lorem\",\n            \"unit_name\": \"Lorem\"\n        }\n    ],\n    \"Paging\": {\n        \"page\": 1,\n        \"limit\": \"100\",\n        \"total_count\": 1\n    },\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"b56515f9-ffd5-4028-99d5-87486ea2e1c8","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/guests"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"82e0219d-dcd6-4984-a3d4-730deedad480","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/guests"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"dcdf9cc2-c103-440c-92cc-0d79ff62ee93"},{"name":"Unit Guest list","id":"1cf249ff-3eaa-4f13-8105-ffa02d89b4ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/guests/:unit_id","description":"<p>Returns list of Guests from Unit</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"9cb5d612-9c4c-4ca6-9cdc-7e6452b895f2","id":"9cb5d612-9c4c-4ca6-9cdc-7e6452b895f2","name":"WelcomeLink","type":"folder"}},"urlObject":{"path":["guests",":unit_id"],"host":["https://api.alertify.io/v1.0/open"],"query":[{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":""},{"disabled":true,"description":{"content":"<p>Limit number</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Check-in date\nFormat: 2025-03-25</p>\n","type":"text/plain"},"key":"check_in","value":""},{"disabled":true,"description":{"content":"<p>Check-out date\nFormat: 2025-03-25</p>\n","type":"text/plain"},"key":"check_out","value":""},{"disabled":true,"description":{"content":"<p>Guest list type (default: current)</p>\n<p>current ┃ all ┃ old</p>\n","type":"text/plain"},"key":"guests","value":""}],"variable":[{"description":{"content":"<p>Unit ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"unit_id"}]}},"response":[{"id":"d1f8662e-013e-4bf8-85e9-f6f1ab91041d","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/guests/:unit_id","host":["https://api.alertify.io/v1.0/open"],"path":["guests",":unit_id"],"query":[{"key":"page","value":null,"description":"Page number","type":"text","disabled":true},{"key":"limit","value":null,"description":"Limit number","type":"text","disabled":true}],"variable":[{"key":"unit_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"first_name\": \"Lorem\",\n            \"last_name\": \"Lorem\",\n            \"check_in\": \"Lorem\",\n            \"check_out\": \"Lorem\",\n            \"guest_details\": {\n                \"email\": \"Lorem\",\n                \"phone\": \"Lorem\",\n                \"ip_location\": \"Lorem\",\n                \"line_type\": \"Lorem\"\n            },\n            \"reservation_details\": {\n                \"booking_platform\": \"Lorem\",\n                \"lead_time\": \"Lorem\",\n                \"revenue\": \"Lorem\",\n                \"currency\": \"Lorem\",\n                \"nights_count\": \"Lorem\",\n                \"guests_count\": \"Lorem\"\n            },\n            \"additional_guests\": {\n                \"first_name\": \"Lorem\",\n                \"last_name\": \"Lorem\",\n                \"email\": \"Lorem\",\n                \"phone\": \"Lorem\"\n            },\n            \"guest_link_sent\": \"yes\",\n            \"status\": \"declined\",\n            \"agreement_signed\": \"yes\",\n            \"collected_identity_card\": \"Lorem\",\n            \"id_verification\": \"Lorem\",\n            \"payment_verified\": \"yes\",\n            \"portal_completed\": \"yes\",\n            \"report_url\": \"https://lorem\",\n            \"unit_id\": \"Lorem\",\n            \"unit_name\": \"Lorem\"\n        }\n    ],\n    \"Paging\": {\n        \"page\": 1,\n        \"limit\": \"100\",\n        \"total_count\": 1\n    },\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"ebb90b80-7b1c-4e9c-95bf-5129dd532247","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/guests/:unit_id","host":["https://api.alertify.io/v1.0/open"],"path":["guests",":unit_id"],"variable":[{"key":"unit_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"f7e219bc-3bb4-4259-9811-385e805f822c","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/guests/:unit_id","host":["https://api.alertify.io/v1.0/open"],"path":["guests",":unit_id"],"variable":[{"key":"unit_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"1cf249ff-3eaa-4f13-8105-ffa02d89b4ac"},{"name":"Guest notifications list","id":"3c9accb9-4787-4e07-99f6-775a77c91d26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/guest-notifications","description":"<p>Returns list of guest notifications</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"9cb5d612-9c4c-4ca6-9cdc-7e6452b895f2","id":"9cb5d612-9c4c-4ca6-9cdc-7e6452b895f2","name":"WelcomeLink","type":"folder"}},"urlObject":{"path":["guest-notifications"],"host":["https://api.alertify.io/v1.0/open"],"query":[{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":null},{"disabled":true,"description":{"content":"<p>Limit number</p>\n","type":"text/plain"},"key":"limit","value":null}],"variable":[]}},"response":[{"id":"b3d120a9-2f4e-4314-9b06-656bc7425ca5","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/guest-notifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"first_name\": \"Lorem\",\n            \"last_name\": \"Lorem\",\n            \"check_in\": \"Lorem\",\n            \"check_out\": \"Lorem\",\n            \"type\": \"smoke\",\n            \"notification_type\": \"initial\",\n            \"registered_at\": \"2025-03-23\",\n            \"unit_id\": \"Lorem\",\n            \"unit_name\": \"Lorem\"\n        }\n    ],\n    \"Paging\": {\n        \"page\": \"0\",\n        \"limit\": \"100\",\n        \"total_count\": \"100\"\n    },\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"ba7c73ae-6495-4907-a6f2-3f8cecfde8a4","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/guest-notifications"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"5adf91f8-1375-413a-93de-83326a0b06ed","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/guest-notifications"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"3c9accb9-4787-4e07-99f6-775a77c91d26"}],"id":"9cb5d612-9c4c-4ca6-9cdc-7e6452b895f2","description":"<p>This endpoint provides a list of guests, detailing each guest information about his portal completion. Learn more about WelcomeLink <a href=\"https://www.alertify.io/welcomelink/\">here</a>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"c4cebaf1-67da-4307-9a09-037000f7abef","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"497df4b9-d15a-4569-a9d1-66dd40889a13","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"9cb5d612-9c4c-4ca6-9cdc-7e6452b895f2"},{"name":"Integrations","item":[{"name":"Integrations list","id":"d565bfb6-2494-404e-9095-92fb0fef90c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/integrations?page&limit","description":"<p>Returns list of integrations.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"e58eb62c-e4fd-4dfb-afcb-b482c0de5341","id":"e58eb62c-e4fd-4dfb-afcb-b482c0de5341","name":"Integrations","type":"folder"}},"urlObject":{"path":["integrations"],"host":["https://api.alertify.io/v1.0/open"],"query":[{"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":null},{"description":{"content":"<p>Limit number</p>\n","type":"text/plain"},"key":"limit","value":null}],"variable":[]}},"response":[{"id":"d5fcc836-c0cf-4a65-b3a3-0ede6036ce79","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/integrations?page&limit","host":["https://api.alertify.io/v1.0/open"],"path":["integrations"],"query":[{"key":"page","value":null},{"key":"limit","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"integration_id\": \"\",\n            \"type\": \"Lorem\",\n            \"status\": \"connected\"\n        }\n    ],\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"95e2559a-ce6c-45bf-9676-50a404a1e9d4","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/integrations?page&limit","host":["https://api.alertify.io/v1.0/open"],"path":["integrations"],"query":[{"key":"page","value":null},{"key":"limit","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"a2dc8e34-fe18-4dce-9143-5a93cb90ec29","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/integrations?page&limit","host":["https://api.alertify.io/v1.0/open"],"path":["integrations"],"query":[{"key":"page","value":null},{"key":"limit","value":null}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"d565bfb6-2494-404e-9095-92fb0fef90c4"},{"name":"Integration information","id":"0029bf0e-f9c1-47c0-b5a5-bd1b47dc17b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/integrations/:integration_id","description":"<p>Returns integration information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"e58eb62c-e4fd-4dfb-afcb-b482c0de5341","id":"e58eb62c-e4fd-4dfb-afcb-b482c0de5341","name":"Integrations","type":"folder"}},"urlObject":{"path":["integrations",":integration_id"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"type":"any","value":"","key":"integration_id"}]}},"response":[{"id":"ae91be7b-8a14-4f2a-bb6e-66ff87cfe620","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/integrations/:integration_id","host":["https://api.alertify.io/v1.0/open"],"path":["integrations",":integration_id"],"variable":[{"key":"integration_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n        \"integration_id\": \"\",\n        \"type\": \"Lorem\",\n        \"status\": \"connected\",\n        \"units\": [\n            {\n                \"unit_id\": \"\",\n                \"name\": \"Lorem\",\n                \"nickname\": \"Lorem\",\n                \"address\": \"Ipsum\",\n                \"is_linked\": \"no\"\n            }\n        ]\n    },\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"b10fe88d-8bd5-475a-85f6-17a1a698febd","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/integrations/:integration_id","host":["https://api.alertify.io/v1.0/open"],"path":["integrations",":integration_id"],"variable":[{"key":"integration_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"965097e4-d115-4918-9551-ed23b4b54def","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/integrations/:integration_id","host":["https://api.alertify.io/v1.0/open"],"path":["integrations",":integration_id"],"variable":[{"key":"integration_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"0029bf0e-f9c1-47c0-b5a5-bd1b47dc17b3"}],"id":"e58eb62c-e4fd-4dfb-afcb-b482c0de5341","description":"<p>This endpoint provides details on your connected PMS (Property Management System) integrations within the Alertify Dashboard, including the status of each connection.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"20e44e55-314b-4413-a1a9-25512c34ea7f","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"4ae5d86e-b058-434d-b26a-c2d8b5f32ff7","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"e58eb62c-e4fd-4dfb-afcb-b482c0de5341"},{"name":"Webhooks","item":[{"name":"Webhooks list","id":"a696d0df-4615-483d-a3da-431fa24f8e0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.alertify.io/v1.0/open/webhooks","description":"<p>Returns list of Webhooks</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"38cf8903-1123-4ff6-8295-dbad6101a804","id":"38cf8903-1123-4ff6-8295-dbad6101a804","name":"Webhooks","type":"folder"}},"urlObject":{"path":["webhooks"],"host":["https://api.alertify.io/v1.0/open"],"query":[{"disabled":true,"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":null},{"disabled":true,"description":{"content":"<p>Limit number</p>\n","type":"text/plain"},"key":"limit","value":null}],"variable":[]}},"response":[{"id":"676d7c75-82e0-471e-b8c3-03cd63bb9b36","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.alertify.io/v1.0/open/webhooks","host":["https://api.alertify.io/v1.0/open"],"path":["webhooks"],"query":[{"key":"page","value":null,"description":"Page number","disabled":true},{"key":"limit","value":null,"description":"Limit number","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [\n        {\n            \"webhook_id\": \"\",\n            \"url\": \"Lorem\",\n            \"settings\": {\n                \"noise_initial\": 1,\n                \"noise_all\": 1,\n                \"noise_followups\": 1,\n                \"smoke_all\": 1,\n                \"smoke_followups\": 1,\n                \"mold\": 1,\n                \"temperature\": 1,\n                \"connectivity\": 1,\n                \"battery\": 1,\n                \"portal_verification_status\": 1,\n                \"portal_completed\": 1,\n                \"portal_id_step\": 1,\n                \"portal_agreement_step\": 1,\n                \"portal_payment_step\": 1\n            }\n        }\n    ],\n    \"Paging\": {\n        \"page\": 1,\n        \"limit\": \"100\",\n        \"total_count\": 1\n    },\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"382087af-b7aa-4194-a7e1-a14dd39a8b1f","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/webhooks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"b40d18e8-1d88-42f8-bca2-5a61641e5944","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/webhooks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"a696d0df-4615-483d-a3da-431fa24f8e0c"},{"name":"Create Webhook","id":"337fcf8a-6129-4f42-abe9-da04a8d8ae7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"url","value":"","description":"<p>Webhook URL</p>\n","type":"text","uuid":"0890a70e-5517-43e5-a1c2-bbf9d3ab9dd3"},{"key":"noise_initial","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"a7fb9b61-eb9f-42b2-b2b6-9d6f952734d2"},{"key":"noise_all","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"29152d3e-7914-49f3-8e04-64a627269104"},{"key":"noise_followups","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"59c6dc15-cb84-4768-8f94-790c52e05bab"},{"key":"smoke_all","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"82fe15ed-4ae6-47b7-8dc3-216b4a9a207c"},{"key":"smoke_followups","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"cde16527-f294-43c4-8e85-085b42a9cb84"},{"key":"mold","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"00520973-74b7-44e3-a268-f766e1ed8755"},{"key":"temperature","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"cdd82f3b-2051-4e11-a2c6-8b8e8f8ecacd"},{"key":"connectivity","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"c5fe288b-4d06-4080-b0ee-19f11c43688a"},{"key":"battery","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"569e01f7-b61e-4966-862b-88510c228066"},{"key":"portal_verification_status","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"0b4b6ae3-e930-4fc7-b59b-c7201094bafa"},{"key":"portal_completed","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"d9b11d59-4bfe-43b9-a045-9c40ec692d66"},{"key":"portal_id_step","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"a5f58faa-1115-40fc-95c4-b66aff8251ba"},{"key":"portal_agreement_step","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"d4ec0ca7-907f-410a-b9ff-458de27e5ed6"},{"key":"portal_payment_step","value":"","description":"<p>Allowed: 0┃1</p>\n","type":"text","uuid":"8d5ee0b6-5efb-4da6-a7d3-94b88d4d1352"}]},"url":"https://api.alertify.io/v1.0/open/webhooks","description":"<p>Creates a Webhook</p>\n<hr />\n<p>Include the following required properties in the request body:</p>\n<p><code>url</code> — Webhook URL <strong>*string</strong><br /><code>noise_initial</code> — Noise initial alert <strong>*bool</strong><br /><code>noise_all</code> — Noise all alerts <strong>*bool</strong><br /><code>noise_followups</code> — Noise followup alert <strong>*bool</strong><br /><code>smoke_all</code> — Smoke all alerts <strong>*bool</strong><br /><code>smoke_followups</code> — Smoke followup alert <strong>*bool</strong><br /><code>mold</code> — Mold alert <strong>*bool</strong><br /><code>temperature</code> — Temperature alert <strong>*bool</strong><br /><code>connectivity</code> — Device connectivity status <strong>*bool</strong><br /><code>battery</code> — Device battery status <strong>*bool</strong><br /><code>portal_verification_status</code> — Portal verification status <strong>*bool</strong><br /><code>portal_completed</code> — Portal completed <strong>*bool</strong><br /><code>portal_id_step</code> — Portal identification step <strong>*bool</strong><br /><code>portal_agreement_step</code> — Portal agreement step <strong>*bool</strong><br /><code>portal_payment_step</code> — Portal payment step <strong>*bool</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"38cf8903-1123-4ff6-8295-dbad6101a804","id":"38cf8903-1123-4ff6-8295-dbad6101a804","name":"Webhooks","type":"folder"}},"urlObject":{"path":["webhooks"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"1fd14190-3697-4ada-b211-164d7859048a","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"url","value":"","type":"text"},{"key":"noise_initial","value":"","type":"text"},{"key":"noise_all","value":"","type":"text"},{"key":"noise_followups","value":"","type":"text"},{"key":"smoke_all","value":"","type":"text"},{"key":"smoke_followups","value":"","type":"text"},{"key":"mold","value":"","type":"text"},{"key":"temperature","value":"","type":"text"},{"key":"connectivity","value":"","type":"text"},{"key":"battery","value":"","type":"text"},{"key":"portal_verification_status","value":"","type":"text"},{"key":"portal_completed","value":"","type":"text"},{"key":"portal_id_step","value":"","type":"text"},{"key":"portal_agreement_step","value":"","type":"text"},{"key":"portal_payment_step","value":"","type":"text"}]},"url":"https://api.alertify.io/v1.0/open/webhooks"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n            \"webhook_id\": \"\",\n            \"url\": \"Lorem\",\n            \"settings\": {\n                \"noise_initial\": 1,\n                \"noise_all\": 1,\n                \"noise_followups\": 1,\n                \"smoke_all\": 1,\n                \"smoke_followups\": 1,\n                \"mold\": 1,\n                \"temperature\": 1,\n                \"connectivity\": 1,\n                \"battery\": 1,\n                \"portal_verification_status\": 1,\n                \"portal_completed\": 1,\n                \"portal_id_step\": 1,\n                \"portal_agreement_step\": 1,\n                \"portal_payment_step\": 1\n            }\n        }\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"92cc0932-0c49-4151-9eb4-4457d39fee44","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/webhooks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"103f0bf4-1948-4b35-a77c-86814d5bf0a6","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/webhooks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"337fcf8a-6129-4f42-abe9-da04a8d8ae7a"},{"name":"Update Webhook","id":"da1553dd-0b53-4060-b113-e3538936020c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"webhook_id","value":"","type":"text","description":"<p>Webhook ID</p>\n"},{"key":"url","value":"","type":"text","description":"<p>Webhook URL</p>\n"},{"key":"noise_initial","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"noise_all","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"noise_followups","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"smoke_all","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"smoke_followups","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"mold","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"temperature","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"connectivity","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"battery","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"portal_verification_status","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"portal_completed","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"portal_id_step","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"portal_agreement_step","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"},{"key":"portal_payment_step","value":"","type":"text","description":"<p>Allowed: 0┃1</p>\n"}]},"url":"https://api.alertify.io/v1.0/open/webhooks","description":"<p>Updates a webhook</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"38cf8903-1123-4ff6-8295-dbad6101a804","id":"38cf8903-1123-4ff6-8295-dbad6101a804","name":"Webhooks","type":"folder"}},"urlObject":{"path":["webhooks"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[]}},"response":[{"id":"551ae2e0-e37c-4528-9fdb-5f93efa8fc5e","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"webhook_id","value":"","type":"text"},{"key":"url","value":"","type":"text"},{"key":"noise_initial","value":"","type":"text"},{"key":"noise_all","value":"","type":"text"},{"key":"noise_followups","value":"","type":"text"},{"key":"smoke_all","value":"","type":"text"},{"key":"smoke_followups","value":"","type":"text"},{"key":"mold","value":"","type":"text"},{"key":"temperature","value":"","type":"text"},{"key":"connectivity","value":"","type":"text"},{"key":"battery","value":"","type":"text"},{"key":"portal_verification_status","value":"","type":"text"},{"key":"portal_completed","value":"","type":"text"},{"key":"portal_id_step","value":"","type":"text"},{"key":"portal_agreement_step","value":"","type":"text"},{"key":"portal_payment_step","value":"","type":"text"}]},"url":"https://api.alertify.io/v1.0/open/webhooks"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": {\n            \"webhook_id\": \"\",\n            \"url\": \"Lorem\",\n            \"settings\": {\n                \"noise_initial\": 1,\n                \"noise_all\": 1,\n                \"noise_followups\": 1,\n                \"smoke_all\": 1,\n                \"smoke_followups\": 1,\n                \"mold\": 1,\n                \"temperature\": 1,\n                \"connectivity\": 1,\n                \"battery\": 1,\n                \"portal_verification_status\": 1,\n                \"portal_completed\": 1,\n                \"portal_id_step\": 1,\n                \"portal_agreement_step\": 1,\n                \"portal_payment_step\": 1\n            }\n        }\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"721b2f19-bede-465d-aec9-ae2aca3fc7ce","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/webhooks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"adc8ebe4-9f9b-4a28-aeb7-d211a1b359ab","name":"401 Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.alertify.io/v1.0/open/webhooks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"da1553dd-0b53-4060-b113-e3538936020c"},{"name":"Delete Webhook","id":"099fb2af-c142-4c17-9699-0a6991fe518a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.alertify.io/v1.0/open/webhooks/:webhook_id","description":"<p>Deletes a Webhook</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"38cf8903-1123-4ff6-8295-dbad6101a804","id":"38cf8903-1123-4ff6-8295-dbad6101a804","name":"Webhooks","type":"folder"}},"urlObject":{"path":["webhooks",":webhook_id"],"host":["https://api.alertify.io/v1.0/open"],"query":[],"variable":[{"type":"any","value":"","key":"webhook_id"}]}},"response":[{"id":"03c4ca3e-098a-4919-a4c3-339f90c88141","name":"200 OK","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/webhooks/:webhook_id","host":["https://api.alertify.io/v1.0/open"],"path":["webhooks",":webhook_id"],"variable":[{"key":"webhook_id","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"0\",\n    \"Message\": \"OK\"\n}"},{"id":"ade9084f-4229-4bca-81f0-d6a6183fcf93","name":"400 Bad Request","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/webhooks/:webhook_id","host":["https://api.alertify.io/v1.0/open"],"path":["webhooks",":webhook_id"],"variable":[{"key":"webhook_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"400\",\n    \"Message\": \"Resource not found\"\n}"},{"id":"9b28361c-edc7-47fc-82f3-c8f3586f9674","name":"401 Unauthorized","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://api.alertify.io/v1.0/open/webhooks/:webhook_id","host":["https://api.alertify.io/v1.0/open"],"path":["webhooks",":webhook_id"],"variable":[{"key":"webhook_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Payload\": [],\n    \"Error\": \"401\",\n    \"Message\": \"Unauthenticated\"\n}"}],"_postman_id":"099fb2af-c142-4c17-9699-0a6991fe518a"}],"id":"38cf8903-1123-4ff6-8295-dbad6101a804","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"6e8df9c6-4549-4af2-a5d7-53b38631ac5f","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"3edc7cc7-0414-4bc7-9fc4-a47ea506d5de","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"38cf8903-1123-4ff6-8295-dbad6101a804","description":""}],"event":[{"listen":"prerequest","script":{"id":"4f96da03-2b7a-4e7b-8460-650cfaf73963","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a98facca-434e-4eb4-a8ed-6c24ae3dafbc","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_url","value":"https://api.alertify.io/v1.0/open","type":"string"}]}