{"info":{"_postman_id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","name":"Altair","description":"<html><head></head><body><p>Open source API gateway written in Go. Created to be lightweight, fast, cross platform and programming language agnostic.</p>\n<p>This document used to documented all plugin utility available in Altair.</p>\n<p>The plugins feature used basic auth for it's authentication.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3666028","collectionId":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","publishedId":"SzmcZJ79","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-05-05T16:58:02.000Z"},"item":[{"name":"Plugin","item":[{"name":"Oauth","item":[{"name":"Applications","item":[{"name":"List","id":"32030688-446b-4a18-8b23-3b8ec57001d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{schema}}://{{host}}/_plugins/oauth/applications","description":"<p>Return list of oauth applications registered in Altair.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basic_auth_username}}"},{"key":"password","value":"{{basic_auth_password}}"}]},"isInherited":true,"source":{"_postman_id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","name":"Altair","type":"collection"}},"urlObject":{"protocol":"{{schema}}","path":["_plugins","oauth","applications"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"32030688-446b-4a18-8b23-3b8ec57001d0"},{"name":"Create","id":"b6d7a687-0b7d-48e6-acfb-fad9cebd4a64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"owner_type\": \"confidential\",\n    \"scopes\": \"users\"\n}","options":{"raw":{"language":"json"}}},"url":"{{schema}}://{{host}}/_plugins/oauth/applications","description":"<p>Create new oauth applications</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basic_auth_username}}"},{"key":"password","value":"{{basic_auth_password}}"}]},"isInherited":true,"source":{"_postman_id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","name":"Altair","type":"collection"}},"urlObject":{"protocol":"{{schema}}","path":["_plugins","oauth","applications"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5059f823-8b4d-44a6-bdf9-583696ff51f0","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"owner_type\": \"confidential\"\n}","options":{"raw":{"language":"json"}}},"url":"{{schema}}://{{host}}/_plugins/oauth/applications"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 05 May 2020 16:38:24 GMT"},{"key":"Content-Length","value":"417"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"owner_id\": null,\n        \"owner_type\": \"confidential\",\n        \"description\": null,\n        \"scopes\": null,\n        \"client_uid\": \"ca4f1e5aa0263810c766ee14b698d998e2ae8e88\",\n        \"client_secret\": \"AURELIA_c27e6a7e45da3382ca284beaea227b6e9ff905ca.173a7ab20c94d267405fee7620b9e82cffb60c3f.UC_a59de78f3660033ed489fd598e905c8d0588055f0a3513c994a26444b7599d73\",\n        \"revoked_at\": null,\n        \"created_at\": \"2020-05-05T16:38:24Z\",\n        \"updated_at\": \"2020-05-05T16:38:24Z\"\n    }\n}"}],"_postman_id":"b6d7a687-0b7d-48e6-acfb-fad9cebd4a64"},{"name":"Update","id":"0ae6a976-d3a6-49ab-9cea-c820499de314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Some usefull description about your applications\",\n    \"scopes\": \"users admin public\"\n}","options":{"raw":{"language":"json"}}},"url":"{{schema}}://{{host}}/_plugins/oauth/applications/:id","description":"<p>Update oauth applications</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basic_auth_username}}"},{"key":"password","value":"{{basic_auth_password}}"}]},"isInherited":true,"source":{"_postman_id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","name":"Altair","type":"collection"}},"urlObject":{"protocol":"{{schema}}","path":["_plugins","oauth","applications",":id"],"host":["{{host}}"],"query":[],"variable":[{"type":"string","value":"1","key":"id"}]}},"response":[{"id":"302a9120-f4b0-4430-bca6-d1ff0b96bb0f","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"owner_type\": \"confidential\"\n}","options":{"raw":{"language":"json"}}},"url":"{{schema}}://{{host}}/_plugins/oauth/applications"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 05 May 2020 16:38:24 GMT"},{"key":"Content-Length","value":"417"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"owner_id\": null,\n        \"owner_type\": \"confidential\",\n        \"description\": null,\n        \"scopes\": null,\n        \"client_uid\": \"ca4f1e5aa0263810c766ee14b698d998e2ae8e88\",\n        \"client_secret\": \"AURELIA_c27e6a7e45da3382ca284beaea227b6e9ff905ca.173a7ab20c94d267405fee7620b9e82cffb60c3f.UC_a59de78f3660033ed489fd598e905c8d0588055f0a3513c994a26444b7599d73\",\n        \"revoked_at\": null,\n        \"created_at\": \"2020-05-05T16:38:24Z\",\n        \"updated_at\": \"2020-05-05T16:38:24Z\"\n    }\n}"}],"_postman_id":"0ae6a976-d3a6-49ab-9cea-c820499de314"},{"name":"Detail","id":"d3a2104b-57ae-45ff-9eaf-00b07190d151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{schema}}://{{host}}/_plugins/oauth/applications/:id","description":"<p>Get one of altair application detail</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basic_auth_username}}"},{"key":"password","value":"{{basic_auth_password}}"}]},"isInherited":true,"source":{"_postman_id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","name":"Altair","type":"collection"}},"urlObject":{"protocol":"{{schema}}","path":["_plugins","oauth","applications",":id"],"host":["{{host}}"],"query":[],"variable":[{"description":{"content":"<p>Id of oauth application</p>\n","type":"text/plain"},"type":"string","value":"1","key":"id"}]}},"response":[{"id":"19026a7a-491b-49c0-8513-4ef0b379a7fb","name":"Detail","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{schema}}://{{host}}/_plugins/oauth/applications/:id","protocol":"{{schema}}","host":["{{host}}"],"path":["_plugins","oauth","applications",":id"],"variable":[{"key":"id","value":"1","description":"Id of oauth application"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 05 May 2020 16:40:07 GMT"},{"key":"Content-Length","value":"417"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"owner_id\": null,\n        \"owner_type\": \"confidential\",\n        \"description\": null,\n        \"scopes\": null,\n        \"client_uid\": \"ca4f1e5aa0263810c766ee14b698d998e2ae8e88\",\n        \"client_secret\": \"AURELIA_c27e6a7e45da3382ca284beaea227b6e9ff905ca.173a7ab20c94d267405fee7620b9e82cffb60c3f.UC_a59de78f3660033ed489fd598e905c8d0588055f0a3513c994a26444b7599d73\",\n        \"revoked_at\": null,\n        \"created_at\": \"2020-05-05T16:38:24Z\",\n        \"updated_at\": \"2020-05-05T16:38:24Z\"\n    }\n}"}],"_postman_id":"d3a2104b-57ae-45ff-9eaf-00b07190d151"}],"id":"9e0d89dd-5e20-41a9-a5a4-8ffcfe718d4a","_postman_id":"9e0d89dd-5e20-41a9-a5a4-8ffcfe718d4a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basic_auth_username}}"},{"key":"password","value":"{{basic_auth_password}}"}]},"isInherited":true,"source":{"_postman_id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","name":"Altair","type":"collection"}}},{"name":"Authorization","item":[{"name":"Grant Access Token","id":"3f47c350-6b28-4cba-950e-ae77a8e67d8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"response_type\": \"token\",\n    \"client_uid\": \"{{client_uid}}\",\n    \"client_secret\": \"{{client_secret}}\",\n    \"resource_owner_id\": 1,\n    \"scopes\": \"users\",\n    \"redirect_uri\": \"http://localhost:8000\"\n}","options":{"raw":{"language":"json"}}},"url":"{{schema}}://{{host}}/_plugins/oauth/authorizations","description":"<p>Grant access token.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basic_auth_username}}"},{"key":"password","value":"{{basic_auth_password}}"}]},"isInherited":true,"source":{"_postman_id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","name":"Altair","type":"collection"}},"urlObject":{"protocol":"{{schema}}","path":["_plugins","oauth","authorizations"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"08289397-1e0d-4249-bf89-7a59530e7798","name":"Grant Access Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"response_type\": \"token\",\n    \"client_uid\": \"ca4f1e5aa0263810c766ee14b698d998e2ae8e88\",\n    \"client_secret\": \"AURELIA_c27e6a7e45da3382ca284beaea227b6e9ff905ca.173a7ab20c94d267405fee7620b9e82cffb60c3f.UC_a59de78f3660033ed489fd598e905c8d0588055f0a3513c994a26444b7599d73\",\n    \"resource_owner_id\": 1,\n    \"redirect_uri\": \"http://localhost:8000\"\n}","options":{"raw":{"language":"json"}}},"url":"{{schema}}://{{host}}/_plugins/oauth/authorizations"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 05 May 2020 16:44:17 GMT"},{"key":"Content-Length","value":"357"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"oauth_application_id\": 1,\n        \"resource_owner_id\": 1,\n        \"token\": \"AURELIA_3be92d6523de505b387ecb089b096cf8ed0b916f.6617868ea808f1bca04d9d1c81000d8193ed4cbd.UC_30a430f37b7215309b758b963f336e6207ee0e5e36e0a1f9b8ee4c1b469c5eed\",\n        \"scopes\": \"\",\n        \"expires_in\": 86400,\n        \"redirect_uri\": \"http://localhost:8000\",\n        \"created_at\": \"2020-05-05T16:44:17Z\",\n        \"revoked_at\": null\n    }\n}"}],"_postman_id":"3f47c350-6b28-4cba-950e-ae77a8e67d8d"},{"name":"Revoke Access Token","id":"f37ebf4c-b596-441e-8a2b-2767bdc69480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"AURELIA_922b976e869ec51adbe2ac171f2f9d1155baa511.3fc21eeec370efc3d6306f4ed0ad27d24a9f34f7.UC_bfc0f76fe91131c9e7dd578c6780b437f58ca3f02861f6bbc0a4f2df9554a621\"\n}","options":{"raw":{"language":"json"}}},"url":"{{schema}}://{{host}}/_plugins/oauth/authorizations/revoke","description":"<p>Grant access token.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basic_auth_username}}"},{"key":"password","value":"{{basic_auth_password}}"}]},"isInherited":true,"source":{"_postman_id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","name":"Altair","type":"collection"}},"urlObject":{"protocol":"{{schema}}","path":["_plugins","oauth","authorizations","revoke"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"346deae4-553e-412e-bb06-4facb3d26ed2","name":"Revoke Access Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"AURELIA_3be92d6523de505b387ecb089b096cf8ed0b916f.6617868ea808f1bca04d9d1c81000d8193ed4cbd.UC_30a430f37b7215309b758b963f336e6207ee0e5e36e0a1f9b8ee4c1b469c5eed\"\n}","options":{"raw":{"language":"json"}}},"url":"{{schema}}://{{host}}/_plugins/oauth/authorizations/revoke"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 05 May 2020 16:45:54 GMT"},{"key":"Content-Length","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Access token has been successfully revoked.\"\n}"}],"_postman_id":"f37ebf4c-b596-441e-8a2b-2767bdc69480"},{"name":"Grant Authorization Code","id":"f441411c-30fc-4f71-ae3f-1d8140e4a64c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"response_type\": \"code\",\n    \"client_uid\": \"{{client_uid}}\",\n    \"client_secret\": \"{{client_secret}}\",\n    \"resource_owner_id\": 1,\n    \"redirect_uri\": \"http://localhost:8000\"\n}","options":{"raw":{"language":"json"}}},"url":"{{schema}}://{{host}}/_plugins/oauth/authorizations","description":"<p>Grant authorization code.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basic_auth_username}}"},{"key":"password","value":"{{basic_auth_password}}"}]},"isInherited":true,"source":{"_postman_id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","name":"Altair","type":"collection"}},"urlObject":{"protocol":"{{schema}}","path":["_plugins","oauth","authorizations"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"3b8e51e6-1f10-4148-a59a-61061acf5d61","name":"Grant Authorization Code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"response_type\": \"code\",\n    \"client_uid\": \"ca4f1e5aa0263810c766ee14b698d998e2ae8e88\",\n    \"client_secret\": \"AURELIA_c27e6a7e45da3382ca284beaea227b6e9ff905ca.173a7ab20c94d267405fee7620b9e82cffb60c3f.UC_a59de78f3660033ed489fd598e905c8d0588055f0a3513c994a26444b7599d73\",\n    \"resource_owner_id\": 1,\n    \"redirect_uri\": \"http://localhost:8000\"\n}","options":{"raw":{"language":"json"}}},"url":"{{schema}}://{{host}}/_plugins/oauth/authorizations"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 05 May 2020 16:44:48 GMT"},{"key":"Content-Length","value":"238"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 4,\n        \"oauth_application_id\": 1,\n        \"resource_owner_id\": 1,\n        \"code\": \"c75a8ac1e76d3a7576a9b51e638e937111d03f7b\",\n        \"redirect_uri\": \"http://localhost:8000\",\n        \"scopes\": \"\",\n        \"expires_in\": 7200,\n        \"created_at\": \"2020-05-05T16:44:48Z\",\n        \"revoked_at\": null\n    }\n}"}],"_postman_id":"f441411c-30fc-4f71-ae3f-1d8140e4a64c"},{"name":"Grant Token From Authorization Code","id":"3e9426b1-3aab-40a3-995f-27832e9ae3c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"grant_type\": \"authorization_code\",\n    \"client_uid\": \"{{client_uid}}\",\n    \"client_secret\": \"{{client_secret}}\",\n    \"code\": \"feb5ee3a14eb630aa075fe87780f14c511a85034\",\n    \"redirect_uri\": \"http://localhost:8000\"\n}","options":{"raw":{"language":"json"}}},"url":"{{schema}}://{{host}}/_plugins/oauth/authorizations/token","description":"<p>Grant authorization code.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basic_auth_username}}"},{"key":"password","value":"{{basic_auth_password}}"}]},"isInherited":true,"source":{"_postman_id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","name":"Altair","type":"collection"}},"urlObject":{"protocol":"{{schema}}","path":["_plugins","oauth","authorizations","token"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8dde6e4f-1df9-42ce-9331-fea7202f0153","name":"Grant Authorization Code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"response_type\": \"code\",\n    \"client_uid\": \"ca4f1e5aa0263810c766ee14b698d998e2ae8e88\",\n    \"client_secret\": \"AURELIA_c27e6a7e45da3382ca284beaea227b6e9ff905ca.173a7ab20c94d267405fee7620b9e82cffb60c3f.UC_a59de78f3660033ed489fd598e905c8d0588055f0a3513c994a26444b7599d73\",\n    \"resource_owner_id\": 1,\n    \"redirect_uri\": \"http://localhost:8000\"\n}","options":{"raw":{"language":"json"}}},"url":"{{schema}}://{{host}}/_plugins/oauth/authorizations"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 05 May 2020 16:44:48 GMT"},{"key":"Content-Length","value":"238"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 4,\n        \"oauth_application_id\": 1,\n        \"resource_owner_id\": 1,\n        \"code\": \"c75a8ac1e76d3a7576a9b51e638e937111d03f7b\",\n        \"redirect_uri\": \"http://localhost:8000\",\n        \"scopes\": \"\",\n        \"expires_in\": 7200,\n        \"created_at\": \"2020-05-05T16:44:48Z\",\n        \"revoked_at\": null\n    }\n}"},{"id":"d8571720-e981-40f4-ad6f-3e82ce35ed7c","name":"Grant Token From Authorization Code Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"grant_type\": \"authorization_code\",\n    \"client_uid\": \"a1789dfc693607d4439e9d1db417cbbb37c30d0f\",\n    \"client_secret\": \"AURELIA_856b33d6cdff6cf4656aeb830b70653b0f3b18f0.86c1b748927570842e835e016678d7e3a8cf2d80.UC_a6ac5dc71bf5a19de1d26aa27f44e18201a8158cf2f502325d1690b3fd920b5f\",\n    \"code\": \"99a8c998c1aeea682f102099a76af2e2c448070a\",\n    \"redirect_uri\": \"http://localhost:8000\"\n}","options":{"raw":{"language":"json"}}},"url":"{{schema}}://{{host}}/_plugins/oauth/authorizations/token"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 28 Jul 2020 16:59:54 GMT"},{"key":"Content-Length","value":"358"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 17,\n        \"oauth_application_id\": 1,\n        \"resource_owner_id\": 1,\n        \"token\": \"AURELIA_a7a0364fe8073f55f02532f7b33626195e3edc80.f5abe27b372c7cc9aad7e2a4222fb0760cc6516e.UC_0857ad1ed47c7f1cbbbea4167a5f657dc62f46644130784ae58c86368f29b6c1\",\n        \"scopes\": \"\",\n        \"expires_in\": 86400,\n        \"redirect_uri\": \"http://localhost:8000\",\n        \"created_at\": \"2020-07-28T16:59:54Z\",\n        \"revoked_at\": null\n    }\n}"}],"_postman_id":"3e9426b1-3aab-40a3-995f-27832e9ae3c6"},{"name":"Grant Token From Refresh Token","id":"b6d81393-2330-4a67-8308-5e789836fe26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"grant_type\": \"refresh_token\",\n    \"client_uid\": \"{{client_uid}}\",\n    \"client_secret\": \"{{client_secret}}\",\n    \"refresh_token\": \"AURELIA_b3d057b49c4574a78c30a74acb9936f364f7c13d.2c85c56406f455efc46506300e4fd498aacae80d.UC_46590248ad7f5649d7aa56e115111808e6d7fd6ef27c88a1d0ab9067bab2bcf1\",\n    \"redirect_uri\": \"http://localhost:8000\"\n}","options":{"raw":{"language":"json"}}},"url":"{{schema}}://{{host}}/_plugins/oauth/authorizations/token","description":"<p>Grant access token from refresh token</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basic_auth_username}}"},{"key":"password","value":"{{basic_auth_password}}"}]},"isInherited":true,"source":{"_postman_id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","name":"Altair","type":"collection"}},"urlObject":{"protocol":"{{schema}}","path":["_plugins","oauth","authorizations","token"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6d81393-2330-4a67-8308-5e789836fe26"}],"id":"fb50f2ad-baf0-4699-86ca-071a07633055","_postman_id":"fb50f2ad-baf0-4699-86ca-071a07633055","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basic_auth_username}}"},{"key":"password","value":"{{basic_auth_password}}"}]},"isInherited":true,"source":{"_postman_id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","name":"Altair","type":"collection"}}}],"id":"b870ae5a-b305-4016-8155-4899af1f26b1","event":[{"listen":"prerequest","script":{"id":"e2d1410c-b5be-43b7-a33b-85add2b6ad8a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8c32cc30-01ab-4b0b-b9f2-4f69fe72f4de","type":"text/javascript","exec":[""]}}],"_postman_id":"b870ae5a-b305-4016-8155-4899af1f26b1","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basic_auth_username}}"},{"key":"password","value":"{{basic_auth_password}}"}]},"isInherited":true,"source":{"_postman_id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","name":"Altair","type":"collection"}}},{"name":"Metric","item":[{"name":"Metrics","id":"8681ae86-1559-4f17-b54b-135da8c7574a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{schema}}://{{host}}/_plugins/metrics","description":"<p>Grant authorization code.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basic_auth_username}}"},{"key":"password","value":"{{basic_auth_password}}"}]},"isInherited":true,"source":{"_postman_id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","name":"Altair","type":"collection"}},"urlObject":{"protocol":"{{schema}}","path":["_plugins","metrics"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8681ae86-1559-4f17-b54b-135da8c7574a"}],"id":"fabf4830-c48a-4904-bfae-d79649d0df12","_postman_id":"fabf4830-c48a-4904-bfae-d79649d0df12","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basic_auth_username}}"},{"key":"password","value":"{{basic_auth_password}}"}]},"isInherited":true,"source":{"_postman_id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","name":"Altair","type":"collection"}}}],"id":"a7a6940e-4011-4457-9ed5-e27de43753ff","_postman_id":"a7a6940e-4011-4457-9ed5-e27de43753ff","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basic_auth_username}}"},{"key":"password","value":"{{basic_auth_password}}"}]},"isInherited":true,"source":{"_postman_id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","name":"Altair","type":"collection"}}},{"name":"Health","id":"6007068e-ada3-46db-a321-2e90c8c6ad5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{schema}}://{{host}}/health","description":"<p>Check health of Altair applications.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basic_auth_username}}"},{"key":"password","value":"{{basic_auth_password}}"}]},"isInherited":true,"source":{"_postman_id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","id":"2a829c52-77bc-4c14-a62e-4a375a6ffbfc","name":"Altair","type":"collection"}},"urlObject":{"protocol":"{{schema}}","path":["health"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5b5d766a-d39a-4dfc-9367-f4bdabf7c380","name":"Health","originalRequest":{"method":"GET","header":[],"url":"{{schema}}://{{host}}/health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 05 May 2020 17:10:48 GMT"},{"key":"Content-Length","value":"17"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"OK\"\n}"}],"_postman_id":"6007068e-ada3-46db-a321-2e90c8c6ad5b"}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basic_auth_username}}"},{"key":"password","value":"{{basic_auth_password}}"}]}},"event":[{"listen":"prerequest","script":{"id":"b61de260-a839-4b3e-b5c7-5d12c61981b9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"567c8e53-39ab-4b38-92f7-1247047bcc09","type":"text/javascript","exec":[""]}}]}