{"info":{"_postman_id":"6ab52bdc-0ea7-400d-ae18-8caa600e2565","name":"Chronos 1.1.0","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3167351","collectionId":"6ab52bdc-0ea7-400d-ae18-8caa600e2565","publishedId":"2s946e9YiX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-16T11:28:49.000Z"},"item":[{"name":"User Management","item":[{"name":"Create User","event":[{"listen":"test","script":{"id":"183028e1-e7a3-49f6-be00-2d2644c929f8","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.test(\"Content-Type is present\", function () {","    pm.response.to.have.header(\"Content-Type\");","});","","pm.test(\"Response time is less than 600ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(600);","});","","var jsonData = pm.response.json();","","","pm.test(\"AppID is present\", function () {","    pm.expect(jsonData.appid).to.eql(pm.environment.get(\"appid\"));","});","","pm.globals.set(\"id\", jsonData.id);","pm.globals.set(\"auth_token\", jsonData.auth_token);"],"type":"text/javascript"}}],"id":"896fd27e-b75d-4833-8a7d-6a7203e473c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"gender\": \"male\",\r\n    \"dob\": \"1961-05-27T00:00:00\",\r\n    \"doa\": \"2019-07-01T00:00:00\",\r\n    \"edu\": 16,\r\n    \"maritalstatus\": \"Married\",\r\n    \"income\": 87000,\r\n    \"use_metric\": false,\r\n    \"height\": 70,\r\n    \"weight\": 177,\r\n    \"systolic\": 100,\r\n    \"relativeage\": \"Same\",\r\n    \"cholesterol\": {\r\n        \"total\": 100,\r\n        \"hdl\": 50\r\n    },\r\n    \"physact\": \"none\",\r\n    \"sleep\": 6,\r\n    \"tobacco\": 40,\r\n    \"bloodsugar\": 150,\r\n    \"longevity\": {\r\n        \"85\": 2,\r\n        \"86\": 0,\r\n        \"87\": 0,\r\n        \"88\": 0,\r\n        \"89\": 0,\r\n        \"90\": 0\r\n    },\r\n    \"hle\": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]\r\n}"},"url":"https://chronos.{{domain}}/{{version}}/o/{{orgid}}/a/{{appid}}/users","description":"<p>A user represents a single life attached to an application in your organization. After creating the user, you will supply answers to the Chronos Questionaire and/or selfies for analysis.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authorization"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"6ab52bdc-0ea7-400d-ae18-8caa600e2565","id":"6ab52bdc-0ea7-400d-ae18-8caa600e2565","name":"Chronos 1.1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["{{version}}","o","{{orgid}}","a","{{appid}}","users"],"host":["chronos","{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"66e22667-c170-40f6-b758-0a86b89678a9","name":"Create a complex user","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"John Doe\",\n    \"email\": \"jd@example.com\",\n    \"gender\": \"male\",\n    \"postcode\": \"88888\",\n    \"dob\": \"1961/05/27\",\n    \"doa\": \"2019/07/01\",\n    \"edu\": 16,\n    \"maritalstatus\": \"Married\",\n    \"income\": 87000,\n    \"use_metric\": false,\n    \"height\": 70,\n    \"weight\": 177,\n    \"systolic\": 100,\n    \"relativeage\": \"Same\",\n    \"cholesterol\": {\n        \"total\": 100,\n        \"hdl\": 50\n    },\n    \"physact\": \"none\",\n    \"sleep\": 6,\n    \"tobacco\": 40,\n    \"bloodsugar\": 150,\n    \"longevity\": {\n        \"85\": 2,\n        \"86\": 0,\n        \"87\": 0,\n        \"88\": 0,\n        \"89\": 0,\n        \"90\": 0\n    },\n    \"hle\": [\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://chronos.{{domain}}/{{version}}/o/{{orgid}}/a/{{appid}}/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Nov 2019 16:54:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"593"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"16ea8a25ff36d6c61f405d5a\",\n    \"orgid\": \"example\",\n    \"appid\": \"postman\",\n    \"href\": \"https://chronos.lapetussolutions.com/v1/o/example/a/postman/u/16ea8a25ff36d6c61f405d5a\",\n    \"images_href\": \"https://chronos.lapetussolutions.com/v1/o/example/a/postman/u/16ea8a25ff36d6c61f405d5a/images\",\n    \"meta_href\": \"https://chronos.lapetussolutions.com/v1/o/example/a/postman/u/16ea8a25ff36d6c61f405d5a/meta\",\n    \"lifespan_href\": \"https://chronos.lapetussolutions.com/v1/o/example/a/postman/u/16ea8a25ff36d6c61f405d5a/lifespan\",\n    \"loc\": \"us\",\n    \"gender\": \"male\",\n    \"age\": 58.09,\n    \"postcode\": \"88888\",\n    \"email\": \"jd@example.com\",\n    \"name\": \"John Doe\",\n    \"dob\": \"1961-05-27T00:00:00+0000\",\n    \"doa\": \"2019-07-01T00:00:00+0000\",\n    \"edu\": 16,\n    \"maritalstatus\": \"Married\",\n    \"income\": 87000.0,\n    \"bmi\": 25.39,\n    \"height\": 70.0,\n    \"weight\": 177.0,\n    \"relativeage\": \"Same\",\n    \"systolic\": 100.0,\n    \"bloodsugar\": 150.0,\n    \"cholesterol\": {\n        \"total\": 100.0,\n        \"hdl\": 50.0\n    },\n    \"tobacco\": 40.0,\n    \"smoker_status\": \"Former\",\n    \"physact\": \"none\",\n    \"longevity\": {\n        \"85\": 2,\n        \"86\": 0,\n        \"87\": 0,\n        \"88\": 0,\n        \"89\": 0,\n        \"90\": 0\n    },\n    \"sleep\": 6.0,\n    \"hle\": [\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0\n    ],\n    \"auth_token\": \"002bdb3d-2b64-4f44-aabf-87e04b767634\",\n    \"created\": \"2019-11-26T17:01:08+0000\",\n    \"last_updated\": \"2019-11-26T17:01:08+0000\"\n}"},{"id":"581ede36-e6c4-4939-a184-dcd93ecfbc16","name":"Create a simple empty user","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://chronos.{{domain}}/{{version}}/o/{{orgid}}/a/{{appid}}/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Nov 2019 16:03:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"885"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"16ea8a25ff36d6c61f405d5a\",\n    \"orgid\": \"example\",\n    \"appid\": \"postman\",\n    \"href\": \"https://chronos.{{domain}}/v1/o/example/a/postman/u/16ea8a25ff36d6c61f405d5a\",\n    \"images_href\": \"https://chronos.lapetussolutions.com/v1/o/example/a/postman/u/16ea8a25ff36d6c61f405d5a/images\",\n    \"meta_href\": \"https://chronos.lapetussolutions.com/v1/o/example/a/postman/u/16ea8a25ff36d6c61f405d5a/meta\",\n    \"doa\": \"2019-11-26T16:54:04+0000\",\n    \"smoker_status\": \"Never\",\n    \"auth_token\": \"1d93deb0-3c9c-41e4-a04c-436debdd37e3\",\n    \"created\": \"2019-11-26T16:54:04+0000\",\n    \"last_updated\": \"2019-11-26T16:54:04+0000\"\n}"},{"id":"715d5cec-ce09-4876-b9e7-a267ceb46d80","name":"403 Not Authorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"https://chronos.{{domain}}/{{version}}/o/{{orgid}}/a/{{appid}}/users"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Nov 2019 17:55:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 403,\n    \"code\": 403,\n    \"message\": \"Forbidden\",\n    \"developerMessage\": \"You are not authorized to access this resource or the resource does not exist. Verify your organization ID and API Key.\",\n    \"details\": null\n}"}],"_postman_id":"896fd27e-b75d-4833-8a7d-6a7203e473c8"},{"name":"Update User","id":"4912132d-06f0-4845-9cd2-97dad65e62e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authorization"},{"key":"value","value":"{{auth_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"name\": \"Test User\",\r\n\t\"email\": \"test@example.com\",\r\n\t\"gender\": \"male\",\r\n\t\"postcode\": \"11111\",\r\n\t\"age\": 41,\r\n\t\"dob\": \"1981/05/27\",\r\n\t\"doa\": \"2019/07/01\",\r\n\t\"edu\": 12,\r\n\t\"maritalstatus\": \"Married\",\r\n\t\"income\": 200000,\r\n\t\"use_metric\": false,\r\n\t\"height\": 70,\r\n\t\"weight\": 177,\r\n\t\"systolic\": 100,\r\n\t\"relativeage\": \"Same\",\r\n\t\"cholesterol\": {\r\n\t\t\"total\": 100,\r\n\t\t\"hdl\": 50\r\n\t},\r\n\t\"physact\": \"none\",\r\n\t\"sleep\": 6,\r\n\t\"tobacco\": 40,\r\n\t\"bloodsugar\": 150,\r\n\t\"longevity\": {\r\n\t\t\"85\": 2,\r\n\t\t\"86\": 0,\r\n\t\t\"87\": 0,\r\n\t\t\"88\": 0,\r\n\t\t\"89\": 0,\r\n\t\t\"90\": 0\r\n\t},\r\n\t\"hle\": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n}"},"url":"https://chronos.{{domain}}/{{version}}/o/{{orgid}}/a/{{appid}}/u/{{id}}","urlObject":{"protocol":"https","path":["{{version}}","o","{{orgid}}","a","{{appid}}","u","{{id}}"],"host":["chronos","{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4912132d-06f0-4845-9cd2-97dad65e62e1"},{"name":"Get User","id":"a6127003-91a9-4f37-ad4c-3b3ce551f4a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authorization"},{"key":"value","value":"{{auth_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://chronos.{{domain}}/{{version}}/o/{{orgid}}/a/{{appid}}/u/{{id}}","urlObject":{"protocol":"https","path":["{{version}}","o","{{orgid}}","a","{{appid}}","u","{{id}}"],"host":["chronos","{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6127003-91a9-4f37-ad4c-3b3ce551f4a0"},{"name":"Update Meta","id":"f5bc60b0-17c0-49d0-bcc2-d77dbc9f231c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authorization"},{"key":"value","value":"{{auth_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"a_string_object\": \"string value\",\r\n\t\"an_int_object\": 1,\r\n\t\"a_true_boolean_object\": true,\r\n\t\"a_false_boolean_object\": false,\r\n\t\"an_array_of_ints\": [ 0, 1, 2, 3, 4 ],\r\n\t\"an_array_of_strings\": [ \"a\", \"b\", \"c\", \"d\", \"e\" ]\r\n}"},"url":"https://chronos.{{domain}}/{{version}}/o/{{orgid}}/a/{{appid}}/u/{{id}}/meta","urlObject":{"protocol":"https","path":["{{version}}","o","{{orgid}}","a","{{appid}}","u","{{id}}","meta"],"host":["chronos","{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5bc60b0-17c0-49d0-bcc2-d77dbc9f231c"},{"name":"Get Meta","id":"0ecaba7a-1a6c-417b-b58f-3b0e8f15a4cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authorization"},{"key":"value","value":"{{auth_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://chronos.{{domain}}/{{version}}/o/{{orgid}}/a/{{appid}}/u/{{id}}/meta","urlObject":{"protocol":"https","path":["{{version}}","o","{{orgid}}","a","{{appid}}","u","{{id}}","meta"],"host":["chronos","{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ecaba7a-1a6c-417b-b58f-3b0e8f15a4cf"}],"id":"077a2ad3-c194-4845-b5a7-3694e602dfdb","description":"<p>The following endpoints allow you to interact with a user in Chronos. A user represents a single life attached to an application in your organization. After creating the user, you will supply answers to the Chronos Questionaire and/or attach selfies for analysis.</p>\n","event":[{"listen":"prerequest","script":{"id":"b3be98c7-8499-4c82-afe7-e9291c37424f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eae283ee-0f13-4faa-99c3-e6ed0e32e29f","type":"text/javascript","exec":[""]}}],"_postman_id":"077a2ad3-c194-4845-b5a7-3694e602dfdb","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authorization"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"6ab52bdc-0ea7-400d-ae18-8caa600e2565","id":"6ab52bdc-0ea7-400d-ae18-8caa600e2565","name":"Chronos 1.1.0","type":"collection"}}},{"name":"Facial Analytics","item":[{"name":"PostImage","event":[{"listen":"test","script":{"id":"e9e883be-4d5a-46f9-8a84-5dc9b2d83ed1","exec":["var jsonData = pm.response.json();","pm.globals.set(\"last_image_id\", jsonData.id);"],"type":"text/javascript"}}],"id":"9c4953f4-feca-4e43-a201-166267cfe733","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authorization"},{"key":"value","value":"{{auth_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"image/jpeg","type":"text"}],"body":{"mode":"file","file":{"src":""}},"url":"https://chronos.{{domain}}/{{version}}/o/{{orgid}}/a/{{appid}}/u/{{id}}/images","urlObject":{"protocol":"https","path":["{{version}}","o","{{orgid}}","a","{{appid}}","u","{{id}}","images"],"host":["chronos","{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c4953f4-feca-4e43-a201-166267cfe733"},{"name":"PostImage (Blocking)","event":[{"listen":"test","script":{"id":"b2e7407a-5d34-42cc-9a22-090cad64f908","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","var jsonData = pm.response.json();\r","\r","pm.globals.set(\"last_image_id\", jsonData.id);\r","pm.globals.set(\"gender\", jsonData.details.estimates.gender.value);\r","pm.globals.set(\"bmi\", jsonData.details.estimates.bmi.value);\r","pm.globals.set(\"age\", jsonData.details.estimates.age.value);\r","//pm.globals.set(\"smoking\", jsonData.details.estimates.gender.value);"],"type":"text/javascript"}}],"id":"23044461-a17d-43ae-a4bb-8656af0319f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"content-type","value":"image/jpeg","type":"text"},{"key":"accept","value":"application/json","type":"text"}],"body":{"mode":"file","file":{"src":""}},"url":"https://chronos.{{domain}}/{{version}}/o/{{orgid}}/selfie","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authorization"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"6ab52bdc-0ea7-400d-ae18-8caa600e2565","id":"6ab52bdc-0ea7-400d-ae18-8caa600e2565","name":"Chronos 1.1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["{{version}}","o","{{orgid}}","selfie"],"host":["chronos","{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"23044461-a17d-43ae-a4bb-8656af0319f7"}],"id":"66189a3a-e5d1-43fe-ad3a-6d3f24eac47d","_postman_id":"66189a3a-e5d1-43fe-ad3a-6d3f24eac47d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authorization"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"6ab52bdc-0ea7-400d-ae18-8caa600e2565","id":"6ab52bdc-0ea7-400d-ae18-8caa600e2565","name":"Chronos 1.1.0","type":"collection"}}},{"name":"Biodemography","item":[{"name":"Get Lifespan","id":"286ab77d-b5fe-4ef0-9b43-65775ab8cd49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authorization"},{"key":"value","value":"{{auth_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://chronos.{{domain}}/{{version}}/o/{{orgid}}/a/{{appid}}/u/{{id}}/lifespan","urlObject":{"protocol":"https","path":["{{version}}","o","{{orgid}}","a","{{appid}}","u","{{id}}","lifespan"],"host":["chronos","{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"286ab77d-b5fe-4ef0-9b43-65775ab8cd49"},{"name":"Get Healthy Life Expectancy","id":"e3c711f3-9fd9-4057-b4d9-df867e667a3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authorization"},{"key":"value","value":"{{auth_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://chronos.{{domain}}/{{version}}/o/{{orgid}}/a/{{appid}}/u/{{id}}/lifespan/hle","urlObject":{"protocol":"https","path":["{{version}}","o","{{orgid}}","a","{{appid}}","u","{{id}}","lifespan","hle"],"host":["chronos","{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3c711f3-9fd9-4057-b4d9-df867e667a3b"},{"name":"Get Lifespan Comparison","id":"e54b8445-ab6d-40ab-af23-40ea06ab5407","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authorization"},{"key":"value","value":"{{auth_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"tobacco\": null\n}"},"url":"https://chronos.{{domain}}/{{version}}/o/{{orgid}}/a/{{appid}}/u/{{id}}/lifespan/compare","urlObject":{"protocol":"https","path":["{{version}}","o","{{orgid}}","a","{{appid}}","u","{{id}}","lifespan","compare"],"host":["chronos","{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e54b8445-ab6d-40ab-af23-40ea06ab5407"},{"name":"Post LE","id":"d55e98ab-d3c4-49ee-bdcd-d66e305043f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"age\": 81,\r\n    \"gender\": \"f\",\r\n    \"bmi\": 27,\r\n    \"bs\": 80,\r\n    \"maritalstatus\": \"divorced\",\r\n    \"edu\": 8,\r\n    \"bp\": 135,\r\n    \"income\": 96752,\r\n    \"physact\": \"v\",\r\n    \"relativeage\": \"y\",\r\n    \"sleep\": 5,\r\n    \"tobacco\": 120\r\n}","options":{"raw":{"language":"json"}}},"url":"https://chronos.{{domain}}/{{version}}/o/{{orgid}}/le","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authorization"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"6ab52bdc-0ea7-400d-ae18-8caa600e2565","id":"6ab52bdc-0ea7-400d-ae18-8caa600e2565","name":"Chronos 1.1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["{{version}}","o","{{orgid}}","le"],"host":["chronos","{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d55e98ab-d3c4-49ee-bdcd-d66e305043f5"},{"name":"Genome Analysis","id":"59b97fd5-e1a4-4c65-ad7c-be17ded1f888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"file","file":{"src":""}},"url":"https://chronos.{{domain}}/{{version}}/o/{{orgid}}/genetic","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authorization"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"6ab52bdc-0ea7-400d-ae18-8caa600e2565","id":"6ab52bdc-0ea7-400d-ae18-8caa600e2565","name":"Chronos 1.1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["{{version}}","o","{{orgid}}","genetic"],"host":["chronos","{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59b97fd5-e1a4-4c65-ad7c-be17ded1f888"}],"id":"b1cc7e56-7fa9-497d-af8a-fb5a3282c96f","_postman_id":"b1cc7e56-7fa9-497d-af8a-fb5a3282c96f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authorization"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"6ab52bdc-0ea7-400d-ae18-8caa600e2565","id":"6ab52bdc-0ea7-400d-ae18-8caa600e2565","name":"Chronos 1.1.0","type":"collection"}}},{"name":"Get Organization","id":"894b2904-b82a-4d4b-96f9-4086a0cf0105","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"apikey {{apikey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://chronos.{{domain}}/{{version}}/o/{{orgid}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authorization"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"6ab52bdc-0ea7-400d-ae18-8caa600e2565","id":"6ab52bdc-0ea7-400d-ae18-8caa600e2565","name":"Chronos 1.1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["{{version}}","o","{{orgid}}"],"host":["chronos","{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"894b2904-b82a-4d4b-96f9-4086a0cf0105"},{"name":"Healthcheck","id":"71c2365c-4f9e-4a1e-9bb5-25a248144ede","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://chronos.{{domain}}/{{version}}/healthcheck","urlObject":{"protocol":"https","path":["{{version}}","healthcheck"],"host":["chronos","{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"71c2365c-4f9e-4a1e-9bb5-25a248144ede"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"authorization"},{"key":"value","value":"{{apikey}}"}]}},"event":[{"listen":"prerequest","script":{"id":"ba80f6a5-8eed-4882-8978-e4b1e95b2203","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"063d91fd-a790-4194-a877-f6b9825c1765","type":"text/javascript","exec":[""]}}]}