{"info":{"_postman_id":"b0d080b7-3870-4aa8-a68b-a675f93a0533","name":"Vital API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Link","item":[{"name":"Generate Vital Link Token","id":"097b62e4-7dbe-4c22-8655-9ca20b9156c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"user_id\": \"user_id\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/link/token","description":"Endpoint to generate a user link token, to be used throughout the vital\nlink process. The vital link token is a one time use token, that\nexpires after 10 minutes. If you would like vital-link widget to launch\nwith a specific provider, pass in a provider in the body. If you would\nlike to redirect to a custom url after successful or error connection,\npass in your own custom redirect_url parameter."},"response":[{"id":"9bb15fb2-b075-4b84-a028-cb9bb8253b78","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"user_id\": \"user_id\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/link/token","description":"Endpoint to generate a user link token, to be used throughout the vital\nlink process. The vital link token is a one time use token, that\nexpires after 10 minutes. If you would like vital-link widget to launch\nwith a specific provider, pass in a provider in the body. If you would\nlike to redirect to a custom url after successful or error connection,\npass in your own custom redirect_url parameter."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"link_token\": \"dGVzdCB0ZXN0IHRlc3Q=\"\n}"}]},{"name":"Check Token Valid","id":"9b18aa8d-3ef4-429f-811f-432d3984f6ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"token\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/link/token/isValid"},"response":[{"id":"54fa6179-f7c9-4851-8e83-66db198f5ea1","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"token\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/link/token/isValid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"string\": {\n        \"key\": \"value\"\n    }\n}"}]},{"name":"Create Token","id":"e4c4f31d-8097-4507-a3ce-9cc87d81af83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/link/code/create?user_id=user_id","host":["{{baseUrl}}"],"path":["v2","link","code","create"],"query":[{"key":"user_id","value":"user_id"}]},"description":"Generate a token to invite a user of Vital mobile app to your team"},"response":[{"id":"3ebe2f8e-d6cf-4a5c-8984-c51bb7418aef","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/link/code/create?user_id=user_id","host":["{{baseUrl}}"],"path":["v2","link","code","create"],"query":[{"key":"user_id","value":"user_id"}]},"description":"Generate a token to invite a user of Vital mobile app to your team"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"code\",\n    \"exchange_url\": \"exchange_url\"\n}"}]},{"name":"Start Connect Process","id":"2e64df9f-bd48-49ae-980f-4473ec780401","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"link_token\": \"link_token\",\n    \"provider\": \"oura\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/link/start","description":"REQUEST_SOURCE: VITAL-LINK\nStart link token process"},"response":[{"id":"58dfc841-ccb1-490a-a3af-095765b0a9d0","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"link_token\": \"link_token\",\n    \"provider\": \"oura\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/link/start","description":"REQUEST_SOURCE: VITAL-LINK\nStart link token process"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"string\": {\n        \"key\": \"value\"\n    }\n}"}]},{"name":"Check Link Token State","id":"14d4381e-7b10-41ad-b5b3-f7bea5752733","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/link/state","description":"REQUEST_SOURCE: VITAL-LINK\nCheck link token state - can be hit continuously used as heartbeat"},"response":[{"id":"2938ac97-393f-4dd0-832b-ba004117c554","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/link/state","description":"REQUEST_SOURCE: VITAL-LINK\nCheck link token state - can be hit continuously used as heartbeat"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"string\": {\n        \"key\": \"value\"\n    }\n}"}]},{"name":"Legacy Connect Email Auth","id":"e259621f-0a9a-4b93-ace4-2c3a5a802a00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"email\",\n    \"provider\": \"oura\",\n    \"auth_type\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/link/auth/email","description":"Deprecated. Use `POST /v2/link/provider/email/{provider}` instead."},"response":[{"id":"fa63653a-4f83-4fee-8e48-2d59dbead02d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"email\",\n    \"provider\": \"oura\",\n    \"auth_type\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/link/auth/email","description":"Deprecated. Use `POST /v2/link/provider/email/{provider}` instead."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"state\": \"success\",\n    \"redirect_url\": \"redirect_url\",\n    \"error_type\": \"error_type\",\n    \"error\": \"error\",\n    \"provider_mfa\": {\n        \"method\": \"sms\",\n        \"hint\": \"hint\"\n    },\n    \"success\": true\n}"}]},{"name":"Legacy Connect Password Auth","id":"63872ec4-f110-4ccb-b530-09b4801eba30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"username\",\n    \"password\": \"password\",\n    \"provider\": \"oura\",\n    \"auth_type\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/link/auth","description":"Deprecated. Use `POST /v2/link/provider/password/{provider}` instead."},"response":[{"id":"13b7eeb5-574b-434c-b516-b5948a96c639","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"username\",\n    \"password\": \"password\",\n    \"provider\": \"oura\",\n    \"auth_type\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/link/auth","description":"Deprecated. Use `POST /v2/link/provider/password/{provider}` instead."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"state\": \"success\",\n    \"redirect_url\": \"redirect_url\",\n    \"error_type\": \"error_type\",\n    \"error\": \"error\",\n    \"provider_mfa\": {\n        \"method\": \"sms\",\n        \"hint\": \"hint\"\n    },\n    \"success\": true\n}"}]},{"name":"Generate Oauth Link Endpoint","id":"52f7b027-4cbd-4607-8cb6-993712c3b930","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/link/provider/oauth/:oauth_provider","host":["{{baseUrl}}"],"path":["v2","link","provider","oauth",":oauth_provider"],"variable":[{"id":"f113114d-68a6-4751-b62e-3e8cdbe7f6ac","key":"oauth_provider","value":"oura"}]},"description":"This endpoint generates an OAuth link for oauth provider"},"response":[{"id":"792a7789-5e7e-42d9-b392-700eb772b9c2","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/link/provider/oauth/:oauth_provider","host":["{{baseUrl}}"],"path":["v2","link","provider","oauth",":oauth_provider"],"variable":[{"key":"oauth_provider","value":"oura"}]},"description":"This endpoint generates an OAuth link for oauth provider"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Garmin\",\n    \"slug\": \"garmin\",\n    \"description\": \"Garmin Watches\",\n    \"logo\": \"https://garmin.com\",\n    \"group\": \"group\",\n    \"oauth_url\": \"https://garmin_aouth_url.com\",\n    \"auth_type\": \"oauth\",\n    \"source_type\": \"app\",\n    \"is_active\": true,\n    \"backfill_num_days\": 1,\n    \"id\": 1\n}"}]},{"name":"Connect Password Provider","id":"326509ad-6dc5-4b0d-b44b-7b23fd7f8e6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"username\",\n    \"password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v2/link/provider/password/:provider","host":["{{baseUrl}}"],"path":["v2","link","provider","password",":provider"],"variable":[{"id":"8f08d6f7-5067-49f9-b912-beec2f6ccca0","key":"provider","value":"whoop"}]},"description":"This connects auth providers that are password based."},"response":[{"id":"d10b145e-049e-4cba-8069-1ebfc53234d3","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"username\",\n    \"password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v2/link/provider/password/:provider","host":["{{baseUrl}}"],"path":["v2","link","provider","password",":provider"],"variable":[{"key":"provider","value":"whoop"}]},"description":"This connects auth providers that are password based."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"state\": \"success\",\n    \"redirect_url\": \"redirect_url\",\n    \"error_type\": \"error_type\",\n    \"error\": \"error\",\n    \"provider_mfa\": {\n        \"method\": \"sms\",\n        \"hint\": \"hint\"\n    },\n    \"provider\": \"whoop\",\n    \"connected\": true,\n    \"provider_id\": \"provider_id\"\n}"}]},{"name":"Complete Password Provider Mfa","id":"28864fb6-a21a-4b3e-a694-c112dd123c3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"mfa_code\": \"mfa_code\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v2/link/provider/password/:provider/complete_mfa","host":["{{baseUrl}}"],"path":["v2","link","provider","password",":provider","complete_mfa"],"variable":[{"id":"7dffcbd5-6760-490b-bc47-dd34248f4f14","key":"provider","value":"whoop"}]},"description":"This connects auth providers that are password based."},"response":[{"id":"b7364a91-edc1-4710-bd19-80594d13fd70","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"mfa_code\": \"mfa_code\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v2/link/provider/password/:provider/complete_mfa","host":["{{baseUrl}}"],"path":["v2","link","provider","password",":provider","complete_mfa"],"variable":[{"key":"provider","value":"whoop"}]},"description":"This connects auth providers that are password based."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"state\": \"success\",\n    \"redirect_url\": \"redirect_url\",\n    \"error_type\": \"error_type\",\n    \"error\": \"error\",\n    \"provider_mfa\": {\n        \"method\": \"sms\",\n        \"hint\": \"hint\"\n    },\n    \"provider\": \"whoop\",\n    \"connected\": true,\n    \"provider_id\": \"provider_id\"\n}"}]},{"name":"Connect Email Auth Provider","id":"e430fe87-1d63-49f2-8d91-9518d3cbb410","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"email\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v2/link/provider/email/:provider","host":["{{baseUrl}}"],"path":["v2","link","provider","email",":provider"],"variable":[{"id":"d9c226c6-8c3e-442d-adac-54fac8523d5c","key":"provider","value":"freestyle_libre"}]},"description":"This connects auth providers that are email based."},"response":[{"id":"f585cd52-66a1-4655-ae65-d4f35293711d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"email\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v2/link/provider/email/:provider","host":["{{baseUrl}}"],"path":["v2","link","provider","email",":provider"],"variable":[{"key":"provider","value":"freestyle_libre"}]},"description":"This connects auth providers that are email based."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"state\": \"success\",\n    \"redirect_url\": \"redirect_url\",\n    \"error_type\": \"error_type\",\n    \"error\": \"error\",\n    \"provider_mfa\": {\n        \"method\": \"sms\",\n        \"hint\": \"hint\"\n    },\n    \"success\": true\n}"}]},{"name":"Get Providers","id":"6ccade00-2dc9-4f76-9ea9-f71cd1b419f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/link/providers","description":"GET List of all available providers given the generated link token."},"response":[{"id":"cec5d441-a987-4242-bdf6-010652d9037a","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/link/providers","description":"GET List of all available providers given the generated link token."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"name\",\n        \"slug\": \"slug\",\n        \"description\": \"description\",\n        \"logo\": \"logo\",\n        \"oauth_url\": \"oauth_url\",\n        \"auth_type\": \"oauth\",\n        \"form_components\": {\n            \"form_components\": {\n                \"key\": \"value\"\n            }\n        }\n    }\n]"}]},{"name":"Create Manual Connected Source","id":"74b052f6-68a9-4e25-8af8-c940193c56ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"user_id\": \"user_id\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v2/link/provider/manual/:provider","host":["{{baseUrl}}"],"path":["v2","link","provider","manual",":provider"],"variable":[{"id":"35110207-011f-4b14-93e8-fe5299b5b842","key":"provider","value":"beurer_ble"}]}},"response":[{"id":"9240cb8c-63d8-4daf-985b-7c6bdee2511e","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"user_id\": \"user_id\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v2/link/provider/manual/:provider","host":["{{baseUrl}}"],"path":["v2","link","provider","manual",":provider"],"variable":[{"key":"provider","value":"beurer_ble"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"string\": true\n}"}]},{"name":"Create Demo Connection","id":"d3c6627e-a81a-48b1-8c7f-1803fa4012a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"user_id\": \"user_id\",\n    \"provider\": \"apple_health_kit\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/link/connect/demo","description":"POST Connect the given Vital user to a demo provider."},"response":[{"id":"08f1d9a8-afc3-4a37-9876-365ac7d7201f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"user_id\": \"user_id\",\n    \"provider\": \"apple_health_kit\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/link/connect/demo","description":"POST Connect the given Vital user to a demo provider."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"detail\": \"Connected user 37c9c3fa-49e8-4d60-8cc8-328cba420f30 to provider fitbit\"\n}"}]}],"id":"4ce73444-e202-4977-8921-32bcdacb7d1c"},{"name":"Profile","item":[{"name":"Get User Profile","id":"71cf5b5f-159d-42b0-9d5d-bda33decf01d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/profile/:user_id","host":["{{baseUrl}}"],"path":["v2","summary","profile",":user_id"],"variable":[{"id":"6b1a9298-c8c1-499a-a0b5-b42056b519a5","key":"user_id","value":"user_id"}]},"description":"Get Daily profile for user_id"},"response":[{"id":"bde3562b-c9c0-4a32-ab9a-33b6863e25c1","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/profile/:user_id","host":["{{baseUrl}}"],"path":["v2","summary","profile",":user_id"],"variable":[{"key":"user_id","value":"user_id"}]},"description":"Get Daily profile for user_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": \"51f22739-e99a-4f6d-af46-98a1c96f690e\",\n    \"id\": \"aacc4d96-beea-4c90-ba5f-5febb8a99e12\",\n    \"height\": 183,\n    \"source\": {\n        \"provider\": \"provider\",\n        \"type\": \"type\",\n        \"app_id\": \"app_id\",\n        \"name\": \"Oura\",\n        \"slug\": \"oura\",\n        \"logo\": \"https://logo_url.com\"\n    }\n}"}]},{"name":"Get User Profile Raw","id":"8597f55f-23e4-47e3-a258-b9ae0add3167","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/profile/:user_id/raw","host":["{{baseUrl}}"],"path":["v2","summary","profile",":user_id","raw"],"variable":[{"id":"647f0d70-52ef-4810-8830-55027e992049","key":"user_id","value":"user_id"}]},"description":"Get Daily profile for user_id"},"response":[{"id":"62c3089b-deb0-49fa-a9f5-19517500fbd0","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/profile/:user_id/raw","host":["{{baseUrl}}"],"path":["v2","summary","profile",":user_id","raw"],"variable":[{"key":"user_id","value":"user_id"}]},"description":"Get Daily profile for user_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"profile\": {\n        \"data\": {\n            \"key\": \"value\"\n        },\n        \"user_id\": \"user_id\",\n        \"source_id\": 1,\n        \"priority_id\": 1,\n        \"id\": \"id\",\n        \"source\": {\n            \"name\": \"Oura\",\n            \"slug\": \"oura\",\n            \"logo\": \"https://logo_url.com\"\n        },\n        \"updated_at\": \"2024-01-15T09:30:00Z\"\n    }\n}"}]}],"id":"aa3a4b17-36e7-4fe1-8589-152e416aa54f"},{"name":"Devices","item":[{"name":"Get User Devices Raw","id":"a9e61cd4-80d7-424a-9d0f-f47e1a592bce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/devices/:user_id/raw","host":["{{baseUrl}}"],"path":["v2","summary","devices",":user_id","raw"],"variable":[{"id":"9a602c23-2618-44d6-9d5a-a6620055abca","key":"user_id","value":"user_id"}]},"description":"Get Devices for user_id"},"response":[{"id":"7fe01d8b-bcb0-48ea-9685-a52424a645bd","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/devices/:user_id/raw","host":["{{baseUrl}}"],"path":["v2","summary","devices",":user_id","raw"],"variable":[{"key":"user_id","value":"user_id"}]},"description":"Get Devices for user_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"devices\": [\n        {\n            \"data\": {\n                \"data\": \"...provider_specific_data\"\n            },\n            \"provider_id\": \"a0311886-8215-4f90-b103-1c6b6bd9eca8\",\n            \"user_id\": \"57b560b3-527f-4f3c-b32d-a93ad3c99eaf\",\n            \"source_id\": 1,\n            \"id\": \"id\",\n            \"source\": {\n                \"name\": \"Oura\",\n                \"slug\": \"oura\",\n                \"logo\": \"https://logo_url.com\"\n            }\n        }\n    ]\n}"}]}],"id":"7096ff8a-b39c-4cd4-823a-c13a142ce5f9"},{"name":"Activity","item":[{"name":"Get User Activity","id":"f14f223b-ce05-485e-bd81-14d6eae3384b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/activity/:user_id?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","activity",":user_id"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"4a91991b-4a2b-4309-a487-d4ac2dab2e8b","key":"user_id","value":"user_id"}]},"description":"Get Daily Activity for user_id"},"response":[{"id":"534965ed-9bb9-4acc-b238-db5a51c4b982","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/activity/:user_id?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","activity",":user_id"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]},"description":"Get Daily Activity for user_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"activity\": [\n        {\n            \"user_id\": \"2b97152d-8698-4858-aabc-b4deb5ff2f60\",\n            \"id\": \"id\",\n            \"date\": \"2024-05-28T09:12:22Z\",\n            \"calendar_date\": \"2024-05-28\",\n            \"calories_total\": 100,\n            \"calories_active\": 2000,\n            \"steps\": 10000,\n            \"daily_movement\": 200,\n            \"distance\": 1.1,\n            \"low\": 6400,\n            \"medium\": 6400,\n            \"high\": 6000,\n            \"source\": {\n                \"provider\": \"provider\",\n                \"name\": \"Oura\",\n                \"slug\": \"oura\",\n                \"logo\": \"https://logo_url.com\"\n            },\n            \"floors_climbed\": 10,\n            \"time_zone\": \"Europe/London\",\n            \"timezone_offset\": 3600,\n            \"heart_rate\": {\n                \"avg_bpm\": 80,\n                \"min_bpm\": 60,\n                \"max_bpm\": 100,\n                \"resting_bpm\": 60\n            }\n        }\n    ]\n}"}]},{"name":"Get User Activity Raw","id":"992f836f-10ed-4483-96f6-68a3a0ac5b6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/activity/:user_id/raw?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","activity",":user_id","raw"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"de70c33d-6386-4eaa-947a-3ff200949e9f","key":"user_id","value":"user_id"}]},"description":"Get Daily Activity for user_id"},"response":[{"id":"eb34437e-57bf-4190-bf56-558c0ba2fc30","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/activity/:user_id/raw?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","activity",":user_id","raw"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]},"description":"Get Daily Activity for user_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"activity\": [\n        {\n            \"timestamp\": \"2024-05-28T09:12:14Z\",\n            \"data\": {\n                \"data\": \"...provider_specific_data\"\n            },\n            \"provider_id\": \"5fce39f1-66eb-4a1a-95c2-23f9c7bb8714\",\n            \"user_id\": \"b3ed80b5-721e-496f-8702-a3865e4d7f0d\",\n            \"source_id\": 1,\n            \"priority_id\": 1,\n            \"id\": \"id\",\n            \"source\": {\n                \"name\": \"Oura\",\n                \"slug\": \"oura\",\n                \"logo\": \"https://logo_url.com\"\n            }\n        }\n    ]\n}"}]}],"id":"2c06e2c8-9019-41b9-b391-71401a267aee"},{"name":"Workouts","item":[{"name":"Get User Workouts","id":"cda7b2e2-7505-4d4a-a3a0-6c734f497120","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/workouts/:user_id?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","workouts",":user_id"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"6c643104-6a18-4562-90e0-c6b91c110737","key":"user_id","value":"user_id"}]},"description":"Get Daily workout for user_id"},"response":[{"id":"a7471e1d-156e-4dac-8914-03bd35dbca2d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/workouts/:user_id?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","workouts",":user_id"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]},"description":"Get Daily workout for user_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workouts\": [\n        {\n            \"user_id\": \"c520f68f-a0f8-4050-81a2-7ceec9a08087\",\n            \"id\": \"ecfc328b-996f-4d27-9a24-780a3d63f294\",\n            \"title\": \"title\",\n            \"timezone_offset\": 1,\n            \"average_hr\": 100,\n            \"max_hr\": 190,\n            \"distance\": 1700,\n            \"calendar_date\": \"2024-12-\",\n            \"time_start\": \"2024-05-28T08:12:22Z\",\n            \"time_end\": \"2024-05-28T09:12:22Z\",\n            \"calories\": 300,\n            \"sport\": {\n                \"id\": 1,\n                \"name\": \"football\",\n                \"slug\": \"slug\"\n            },\n            \"hr_zones\": [\n                100,\n                90,\n                10,\n                10,\n                200\n            ],\n            \"moving_time\": 100,\n            \"total_elevation_gain\": 10,\n            \"elev_high\": 20.2,\n            \"elev_low\": -10.2,\n            \"average_speed\": 4.2,\n            \"max_speed\": 7.8,\n            \"average_watts\": 100,\n            \"device_watts\": 80,\n            \"max_watts\": 200,\n            \"weighted_average_watts\": 250,\n            \"map\": {\n                \"summary_polyline\": \"agn~Ftb{uOvr@daBunBjdBkHwiD????~Ngn@ha@_N~Ql`@\"\n            },\n            \"provider_id\": \"provider_id\",\n            \"source\": {\n                \"provider\": \"strava\",\n                \"type\": \"unknown\",\n                \"name\": \"name\",\n                \"slug\": \"slug\",\n                \"logo\": \"logo\"\n            }\n        }\n    ]\n}"}]},{"name":"Get User Workouts Raw","id":"7176a7d9-ab58-4932-9f6f-861be438d403","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/workouts/:user_id/raw?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","workouts",":user_id","raw"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"ab34b86a-5fc0-486c-9fad-534d044662dc","key":"user_id","value":"user_id"}]},"description":"Get Daily workout for user_id"},"response":[{"id":"094a9dea-a0bf-4f1c-b9c9-451cbb784d7e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/workouts/:user_id/raw?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","workouts",":user_id","raw"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]},"description":"Get Daily workout for user_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"workouts\": [\n        {\n            \"timestamp\": \"2024-05-28T09:12:14Z\",\n            \"data\": {\n                \"provider_specific\": \"..._data\"\n            },\n            \"provider_id\": \"8bf395f2-a7be-4305-a4f2-755bd57668a6\",\n            \"user_id\": \"9a30e282-9fb0-47d5-92d5-75a5274ba1ff\",\n            \"source_id\": 1,\n            \"priority_id\": 1,\n            \"id\": \"id\",\n            \"sport_id\": 3,\n            \"source\": {\n                \"name\": \"Oura\",\n                \"slug\": \"oura\",\n                \"logo\": \"https://logo_url.com\"\n            },\n            \"sport\": {\n                \"id\": 1,\n                \"name\": \"name\",\n                \"slug\": \"slug\"\n            }\n        }\n    ]\n}"}]},{"name":"Get User Workouts","id":"b606984c-5b61-41c0-b975-92af7ca10611","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/workouts/:workout_id/stream","host":["{{baseUrl}}"],"path":["v2","timeseries","workouts",":workout_id","stream"],"variable":[{"id":"da5618f3-72f9-49c2-8a2d-000f6d79ea8a","key":"workout_id","value":"workout_id","description":"The Vital ID for the workout"}]}},"response":[{"id":"345f734f-eaca-4113-805f-ae265cca70cd","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/workouts/:workout_id/stream","host":["{{baseUrl}}"],"path":["v2","timeseries","workouts",":workout_id","stream"],"variable":[{"key":"workout_id","value":"workout_id","description":"The Vital ID for the workout"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"cadence\": [\n        10,\n        12,\n        12,\n        11,\n        10\n    ],\n    \"time\": [\n        1626625123,\n        1626625140,\n        1626625145,\n        1626625150,\n        162662560\n    ],\n    \"altitude\": [\n        10,\n        20,\n        30,\n        40,\n        50\n    ],\n    \"velocity_smooth\": [\n        10,\n        20,\n        30,\n        40,\n        50\n    ],\n    \"heartrate\": [\n        120,\n        125,\n        125,\n        130,\n        135\n    ],\n    \"lat\": [\n        10,\n        20,\n        30,\n        40,\n        50\n    ],\n    \"lng\": [\n        10,\n        20,\n        30,\n        40,\n        50\n    ],\n    \"distance\": [\n        12,\n        15,\n        18,\n        20,\n        25\n    ],\n    \"power\": [\n        100,\n        100,\n        100,\n        100,\n        100\n    ],\n    \"resistance\": [\n        10,\n        20,\n        30,\n        40,\n        50\n    ]\n}"}]}],"id":"bdf3aacc-b9ab-4c33-86f0-c2b1d7497c80"},{"name":"Sleep","item":[{"name":"Get User Sleep","id":"944e81e8-e1ad-4efc-a0b7-c7a4a9c85021","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/sleep/:user_id?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","sleep",":user_id"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"1ce6f0b6-1d36-4249-873f-f46a33b1c2f8","key":"user_id","value":"user_id"}]},"description":"Get Daily sleep for user_id"},"response":[{"id":"20a9061f-dc0d-475c-8690-28b1599d1a1b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/sleep/:user_id?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","sleep",":user_id"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]},"description":"Get Daily sleep for user_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"sleep\": [\n        {\n            \"user_id\": \"8d562d79-b845-4e18-a90b-41b5659f575e\",\n            \"id\": \"bfbb800e-c4de-4fe8-b4a6-af677cb6a996\",\n            \"date\": \"2024-05-28T09:12:22Z\",\n            \"calendar_date\": \"2024-05-28\",\n            \"bedtime_start\": \"2024-05-28T09:12:22Z\",\n            \"bedtime_stop\": \"2024-05-28T09:12:22Z\",\n            \"timezone_offset\": 2400,\n            \"duration\": 28800,\n            \"total\": 28800,\n            \"awake\": 2400,\n            \"light\": 2400,\n            \"rem\": 2400,\n            \"deep\": 2400,\n            \"score\": 1,\n            \"hr_lowest\": 43,\n            \"hr_average\": 50,\n            \"efficiency\": 0.97,\n            \"latency\": 1000,\n            \"temperature_delta\": -0.2,\n            \"skin_temperature\": 36.5,\n            \"hr_dip\": 1.1,\n            \"average_hrv\": 78,\n            \"respiratory_rate\": 14,\n            \"source\": {\n                \"provider\": \"oura\",\n                \"type\": \"unknown\",\n                \"name\": \"name\",\n                \"slug\": \"slug\",\n                \"logo\": \"logo\"\n            },\n            \"sleep_stream\": {\n                \"hrv\": [\n                    {\n                        \"id\": 0,\n                        \"unit\": \"rmssd\",\n                        \"timestamp\": \"2024-05-28T09:12:22Z\",\n                        \"value\": 93\n                    },\n                    {\n                        \"id\": 1,\n                        \"unit\": \"rmssd\",\n                        \"timestamp\": \"2024-05-28T09:12:52Z\",\n                        \"value\": 49\n                    },\n                    {\n                        \"id\": 2,\n                        \"unit\": \"rmssd\",\n                        \"timestamp\": \"2024-05-28T09:13:22Z\",\n                        \"value\": 73\n                    },\n                    {\n                        \"id\": 3,\n                        \"unit\": \"rmssd\",\n                        \"timestamp\": \"2024-05-28T09:13:52Z\",\n                        \"value\": 50\n                    },\n                    {\n                        \"id\": 4,\n                        \"unit\": \"rmssd\",\n                        \"timestamp\": \"2024-05-28T09:14:22Z\",\n                        \"value\": 58\n                    }\n                ],\n                \"heartrate\": [\n                    {\n                        \"id\": 0,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:12:22Z\",\n                        \"value\": 123\n                    },\n                    {\n                        \"id\": 1,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:12:52Z\",\n                        \"value\": 33\n                    },\n                    {\n                        \"id\": 2,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:13:22Z\",\n                        \"value\": 36\n                    },\n                    {\n                        \"id\": 3,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:13:52Z\",\n                        \"value\": 72\n                    },\n                    {\n                        \"id\": 4,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:14:22Z\",\n                        \"value\": 109\n                    }\n                ],\n                \"hypnogram\": [\n                    {\n                        \"id\": 0,\n                        \"unit\": \"stage\",\n                        \"timestamp\": \"2024-05-28T09:12:22Z\",\n                        \"start\": \"2024-01-15T09:30:00Z\",\n                        \"end\": \"2024-01-15T09:30:00Z\",\n                        \"value\": 4\n                    },\n                    {\n                        \"id\": 1,\n                        \"unit\": \"stage\",\n                        \"timestamp\": \"2024-05-28T09:12:52Z\",\n                        \"start\": \"2024-01-15T09:30:00Z\",\n                        \"end\": \"2024-01-15T09:30:00Z\",\n                        \"value\": -1\n                    },\n                    {\n                        \"id\": 2,\n                        \"unit\": \"stage\",\n                        \"timestamp\": \"2024-05-28T09:13:22Z\",\n                        \"start\": \"2024-01-15T09:30:00Z\",\n                        \"end\": \"2024-01-15T09:30:00Z\",\n                        \"value\": 4\n                    },\n                    {\n                        \"id\": 3,\n                        \"unit\": \"stage\",\n                        \"timestamp\": \"2024-05-28T09:13:52Z\",\n                        \"start\": \"2024-01-15T09:30:00Z\",\n                        \"end\": \"2024-01-15T09:30:00Z\",\n                        \"value\": 1\n                    },\n                    {\n                        \"id\": 4,\n                        \"unit\": \"stage\",\n                        \"timestamp\": \"2024-05-28T09:14:22Z\",\n                        \"start\": \"2024-01-15T09:30:00Z\",\n                        \"end\": \"2024-01-15T09:30:00Z\",\n                        \"value\": -1\n                    }\n                ],\n                \"respiratory_rate\": [\n                    {\n                        \"id\": 0,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:12:22Z\",\n                        \"value\": 21\n                    },\n                    {\n                        \"id\": 1,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:12:52Z\",\n                        \"value\": 26\n                    },\n                    {\n                        \"id\": 2,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:13:22Z\",\n                        \"value\": 15\n                    },\n                    {\n                        \"id\": 3,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:13:52Z\",\n                        \"value\": 8\n                    },\n                    {\n                        \"id\": 4,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:14:22Z\",\n                        \"value\": 12\n                    }\n                ]\n            }\n        }\n    ]\n}"}]},{"name":"Get User Sleep Stream","id":"ee1c73b9-7d78-4cee-a003-925ed0f982e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/sleep/:user_id/stream?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","sleep",":user_id","stream"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"a2119a33-bbaa-4643-b528-48c9eaaab3b9","key":"user_id","value":"user_id"}]},"description":"Get Daily sleep stream for user_id"},"response":[{"id":"3858f71e-9357-4aa2-9934-3c6abd36dc24","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/sleep/:user_id/stream?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","sleep",":user_id","stream"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]},"description":"Get Daily sleep stream for user_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"sleep\": [\n        {\n            \"user_id\": \"8d562d79-b845-4e18-a90b-41b5659f575e\",\n            \"id\": \"bfbb800e-c4de-4fe8-b4a6-af677cb6a996\",\n            \"date\": \"2024-05-28T09:12:22Z\",\n            \"calendar_date\": \"2024-05-28\",\n            \"bedtime_start\": \"2024-05-28T09:12:22Z\",\n            \"bedtime_stop\": \"2024-05-28T09:12:22Z\",\n            \"timezone_offset\": 2400,\n            \"duration\": 28800,\n            \"total\": 28800,\n            \"awake\": 2400,\n            \"light\": 2400,\n            \"rem\": 2400,\n            \"deep\": 2400,\n            \"score\": 1,\n            \"hr_lowest\": 43,\n            \"hr_average\": 50,\n            \"efficiency\": 0.97,\n            \"latency\": 1000,\n            \"temperature_delta\": -0.2,\n            \"skin_temperature\": 36.5,\n            \"hr_dip\": 1.1,\n            \"average_hrv\": 78,\n            \"respiratory_rate\": 14,\n            \"source\": {\n                \"provider\": \"oura\",\n                \"type\": \"unknown\",\n                \"name\": \"name\",\n                \"slug\": \"slug\",\n                \"logo\": \"logo\"\n            },\n            \"sleep_stream\": {\n                \"hrv\": [\n                    {\n                        \"id\": 0,\n                        \"unit\": \"rmssd\",\n                        \"timestamp\": \"2024-05-28T09:12:22Z\",\n                        \"value\": 93\n                    },\n                    {\n                        \"id\": 1,\n                        \"unit\": \"rmssd\",\n                        \"timestamp\": \"2024-05-28T09:12:52Z\",\n                        \"value\": 49\n                    },\n                    {\n                        \"id\": 2,\n                        \"unit\": \"rmssd\",\n                        \"timestamp\": \"2024-05-28T09:13:22Z\",\n                        \"value\": 73\n                    },\n                    {\n                        \"id\": 3,\n                        \"unit\": \"rmssd\",\n                        \"timestamp\": \"2024-05-28T09:13:52Z\",\n                        \"value\": 50\n                    },\n                    {\n                        \"id\": 4,\n                        \"unit\": \"rmssd\",\n                        \"timestamp\": \"2024-05-28T09:14:22Z\",\n                        \"value\": 58\n                    }\n                ],\n                \"heartrate\": [\n                    {\n                        \"id\": 0,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:12:22Z\",\n                        \"value\": 123\n                    },\n                    {\n                        \"id\": 1,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:12:52Z\",\n                        \"value\": 33\n                    },\n                    {\n                        \"id\": 2,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:13:22Z\",\n                        \"value\": 36\n                    },\n                    {\n                        \"id\": 3,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:13:52Z\",\n                        \"value\": 72\n                    },\n                    {\n                        \"id\": 4,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:14:22Z\",\n                        \"value\": 109\n                    }\n                ],\n                \"hypnogram\": [\n                    {\n                        \"id\": 0,\n                        \"unit\": \"stage\",\n                        \"timestamp\": \"2024-05-28T09:12:22Z\",\n                        \"start\": \"2024-01-15T09:30:00Z\",\n                        \"end\": \"2024-01-15T09:30:00Z\",\n                        \"value\": 4\n                    },\n                    {\n                        \"id\": 1,\n                        \"unit\": \"stage\",\n                        \"timestamp\": \"2024-05-28T09:12:52Z\",\n                        \"start\": \"2024-01-15T09:30:00Z\",\n                        \"end\": \"2024-01-15T09:30:00Z\",\n                        \"value\": -1\n                    },\n                    {\n                        \"id\": 2,\n                        \"unit\": \"stage\",\n                        \"timestamp\": \"2024-05-28T09:13:22Z\",\n                        \"start\": \"2024-01-15T09:30:00Z\",\n                        \"end\": \"2024-01-15T09:30:00Z\",\n                        \"value\": 4\n                    },\n                    {\n                        \"id\": 3,\n                        \"unit\": \"stage\",\n                        \"timestamp\": \"2024-05-28T09:13:52Z\",\n                        \"start\": \"2024-01-15T09:30:00Z\",\n                        \"end\": \"2024-01-15T09:30:00Z\",\n                        \"value\": 1\n                    },\n                    {\n                        \"id\": 4,\n                        \"unit\": \"stage\",\n                        \"timestamp\": \"2024-05-28T09:14:22Z\",\n                        \"start\": \"2024-01-15T09:30:00Z\",\n                        \"end\": \"2024-01-15T09:30:00Z\",\n                        \"value\": -1\n                    }\n                ],\n                \"respiratory_rate\": [\n                    {\n                        \"id\": 0,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:12:22Z\",\n                        \"value\": 21\n                    },\n                    {\n                        \"id\": 1,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:12:52Z\",\n                        \"value\": 26\n                    },\n                    {\n                        \"id\": 2,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:13:22Z\",\n                        \"value\": 15\n                    },\n                    {\n                        \"id\": 3,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:13:52Z\",\n                        \"value\": 8\n                    },\n                    {\n                        \"id\": 4,\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-05-28T09:14:22Z\",\n                        \"value\": 12\n                    }\n                ]\n            }\n        }\n    ]\n}"}]},{"name":"Get User Sleep Raw","id":"f6d30c56-7fca-4d9b-b689-c6005c796546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/sleep/:user_id/raw?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","sleep",":user_id","raw"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"5764d91e-df6a-4962-9cbf-7ef3e73e3366","key":"user_id","value":"user_id"}]},"description":"Get Daily sleep for user_id"},"response":[{"id":"cf5ea2d4-65de-4e9b-908a-67c855407957","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/sleep/:user_id/raw?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","sleep",":user_id","raw"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]},"description":"Get Daily sleep for user_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"sleep\": [\n        {\n            \"timestamp\": \"2024-05-28T09:12:14Z\",\n            \"data\": {\n                \"data\": \"...provider_specific_data\"\n            },\n            \"provider_id\": \"41c333c2-a85e-49a7-89ad-1d2c1b452575\",\n            \"user_id\": \"ec5b8f4f-db2f-4b75-bc26-d58f4968e72f\",\n            \"source_id\": 1,\n            \"priority_id\": 1,\n            \"id\": \"id\",\n            \"source\": {\n                \"name\": \"Oura\",\n                \"slug\": \"oura\",\n                \"logo\": \"https://logo_url.com\"\n            },\n            \"priority\": 1\n        }\n    ]\n}"}]},{"name":"Get User Sleep Stream","id":"b4c4e97d-8073-4fd5-9ca3-5e1884f0db50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/sleep/:sleep_id/stream","host":["{{baseUrl}}"],"path":["v2","timeseries","sleep",":sleep_id","stream"],"variable":[{"id":"a64f80e2-9630-4c86-a78d-b8d5bb761fd0","key":"sleep_id","value":"sleep_id","description":"The Vital Sleep ID"}]},"description":"Get Sleep stream for a user_id"},"response":[{"id":"52b8154b-d6a7-4215-93f4-94d3002f923f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/sleep/:sleep_id/stream","host":["{{baseUrl}}"],"path":["v2","timeseries","sleep",":sleep_id","stream"],"variable":[{"key":"sleep_id","value":"sleep_id","description":"The Vital Sleep ID"}]},"description":"Get Sleep stream for a user_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"hrv\": [\n        {\n            \"id\": 0,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"rmssd\",\n            \"timestamp\": \"2024-05-28T09:12:22Z\",\n            \"value\": 93\n        },\n        {\n            \"id\": 1,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"rmssd\",\n            \"timestamp\": \"2024-05-28T09:12:52Z\",\n            \"value\": 49\n        },\n        {\n            \"id\": 2,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"rmssd\",\n            \"timestamp\": \"2024-05-28T09:13:22Z\",\n            \"value\": 73\n        },\n        {\n            \"id\": 3,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"rmssd\",\n            \"timestamp\": \"2024-05-28T09:13:52Z\",\n            \"value\": 50\n        },\n        {\n            \"id\": 4,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"rmssd\",\n            \"timestamp\": \"2024-05-28T09:14:22Z\",\n            \"value\": 58\n        }\n    ],\n    \"heartrate\": [\n        {\n            \"id\": 0,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"bpm\",\n            \"timestamp\": \"2024-05-28T09:12:22Z\",\n            \"value\": 123\n        },\n        {\n            \"id\": 1,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"bpm\",\n            \"timestamp\": \"2024-05-28T09:12:52Z\",\n            \"value\": 33\n        },\n        {\n            \"id\": 2,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"bpm\",\n            \"timestamp\": \"2024-05-28T09:13:22Z\",\n            \"value\": 36\n        },\n        {\n            \"id\": 3,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"bpm\",\n            \"timestamp\": \"2024-05-28T09:13:52Z\",\n            \"value\": 72\n        },\n        {\n            \"id\": 4,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"bpm\",\n            \"timestamp\": \"2024-05-28T09:14:22Z\",\n            \"value\": 109\n        }\n    ],\n    \"hypnogram\": [\n        {\n            \"id\": 0,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"stage\",\n            \"timestamp\": \"2024-05-28T09:12:22Z\",\n            \"start\": \"2024-01-15T09:30:00Z\",\n            \"end\": \"2024-01-15T09:30:00Z\",\n            \"value\": 4\n        },\n        {\n            \"id\": 1,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"stage\",\n            \"timestamp\": \"2024-05-28T09:12:52Z\",\n            \"start\": \"2024-01-15T09:30:00Z\",\n            \"end\": \"2024-01-15T09:30:00Z\",\n            \"value\": -1\n        },\n        {\n            \"id\": 2,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"stage\",\n            \"timestamp\": \"2024-05-28T09:13:22Z\",\n            \"start\": \"2024-01-15T09:30:00Z\",\n            \"end\": \"2024-01-15T09:30:00Z\",\n            \"value\": 4\n        },\n        {\n            \"id\": 3,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"stage\",\n            \"timestamp\": \"2024-05-28T09:13:52Z\",\n            \"start\": \"2024-01-15T09:30:00Z\",\n            \"end\": \"2024-01-15T09:30:00Z\",\n            \"value\": 1\n        },\n        {\n            \"id\": 4,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"stage\",\n            \"timestamp\": \"2024-05-28T09:14:22Z\",\n            \"start\": \"2024-01-15T09:30:00Z\",\n            \"end\": \"2024-01-15T09:30:00Z\",\n            \"value\": -1\n        }\n    ],\n    \"respiratory_rate\": [\n        {\n            \"id\": 0,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"bpm\",\n            \"timestamp\": \"2024-05-28T09:12:22Z\",\n            \"value\": 21\n        },\n        {\n            \"id\": 1,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"bpm\",\n            \"timestamp\": \"2024-05-28T09:12:52Z\",\n            \"value\": 26\n        },\n        {\n            \"id\": 2,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"bpm\",\n            \"timestamp\": \"2024-05-28T09:13:22Z\",\n            \"value\": 15\n        },\n        {\n            \"id\": 3,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"bpm\",\n            \"timestamp\": \"2024-05-28T09:13:52Z\",\n            \"value\": 8\n        },\n        {\n            \"id\": 4,\n            \"timezone_offset\": 1,\n            \"type\": \"type\",\n            \"unit\": \"bpm\",\n            \"timestamp\": \"2024-05-28T09:14:22Z\",\n            \"value\": 12\n        }\n    ]\n}"}]}],"id":"a8c37a97-3264-45d1-b40d-5c434a38deb9"},{"name":"Body","item":[{"name":"Get User Body","id":"8215a4c2-dd68-4c34-b10c-98fbbac10f75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/body/:user_id?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","body",":user_id"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"db2ff9a2-967c-4d9d-8cbc-9f7210b7a139","key":"user_id","value":"user_id"}]},"description":"Get Daily Body data for user_id"},"response":[{"id":"786fa52c-07e9-4808-9bd2-4f9483b7f141","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/body/:user_id?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","body",":user_id"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]},"description":"Get Daily Body data for user_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"body\": [\n        {\n            \"user_id\": \"b93c07d7-f2d0-440b-b2a1-03540a436d90\",\n            \"id\": \"2b12d4a3-77fa-4ab8-b9f4-668990a00884\",\n            \"date\": \"2024-05-28T09:12:22Z\",\n            \"calendar_date\": \"2024-12-\",\n            \"weight\": 80,\n            \"fat\": 30,\n            \"source\": {\n                \"provider\": \"provider\",\n                \"name\": \"Oura\",\n                \"slug\": \"oura\",\n                \"logo\": \"https://logo_url.com\"\n            }\n        }\n    ]\n}"}]},{"name":"Get User Body Raw","id":"270b87e0-87b9-4826-8385-c9b3a560fd9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/body/:user_id/raw?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","body",":user_id","raw"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"620ebcbe-bab0-4675-868c-9a7271eafad4","key":"user_id","value":"user_id"}]},"description":"Get Daily Body data for user_id"},"response":[{"id":"8376a72d-e9a2-4385-b44d-692c8746f919","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/body/:user_id/raw?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","body",":user_id","raw"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]},"description":"Get Daily Body data for user_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"body\": [\n        {\n            \"timestamp\": \"2024-05-28T09:12:14Z\",\n            \"data\": {\n                \"data\": \"...provider_specific_data\"\n            },\n            \"provider_id\": \"a490007f-36e6-433c-ba5b-bc7d4bc9d03e\",\n            \"user_id\": \"7b3a8ec4-01b9-4dc8-a0ad-f4f102cb2cdc\",\n            \"source_id\": 1,\n            \"priority_id\": 1,\n            \"id\": \"id\",\n            \"source\": {\n                \"name\": \"Oura\",\n                \"slug\": \"oura\",\n                \"logo\": \"https://logo_url.com\"\n            },\n            \"priority\": 1\n        }\n    ]\n}"}]}],"id":"d75f7d14-1429-4d4c-8ae7-a93695030551"},{"name":"Meal","item":[{"name":"Get Meals","id":"7de83b56-db72-4d12-8d16-3c45bb377e3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/meal/:user_id?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","meal",":user_id"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"4aabaa05-63ae-4945-ae2a-ff48a1e5490d","key":"user_id","value":"user_id"}]},"description":"Get user's meals"},"response":[{"id":"15d2b207-0ea0-4228-b3d0-f37b4e69c121","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/summary/meal/:user_id?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","summary","meal",":user_id"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]},"description":"Get user's meals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"meals\": [\n        {\n            \"id\": \"497f6eca-6276-4993-bfeb-53cbbbba6f08\",\n            \"user_id\": \"a169451c-8525-4352-b8ca-070dd449a1a5\",\n            \"priority_id\": 42,\n            \"source_id\": 10,\n            \"provider_id\": \"123456\",\n            \"timestamp\": \"2019-08-24T14:15:22Z\",\n            \"name\": \"Dinner\",\n            \"energy\": {\n                \"unit\": \"kcal\",\n                \"value\": 1.1\n            },\n            \"data\": {\n                \"Chiken coquet starter\": {\n                    \"energy\": {\n                        \"unit\": \"kcal\",\n                        \"value\": 400\n                    },\n                    \"macros\": {\n                        \"carbs\": 75,\n                        \"protein\": 10,\n                        \"fats\": {\n                            \"saturated\": 98,\n                            \"monounsaturated\": 1,\n                            \"polyunsaturated\": 1,\n                            \"omega3\": 0,\n                            \"omega6\": 0,\n                            \"total\": 100\n                        },\n                        \"sugar\": 25\n                    },\n                    \"micros\": {\n                        \"minerals\": {\n                            \"sodium\": 500\n                        }\n                    }\n                },\n                \"Coffee, black, 1 tbsp(s)\": {\n                    \"energy\": {\n                        \"unit\": \"kcal\",\n                        \"value\": 0\n                    },\n                    \"macros\": {\n                        \"carbs\": 0,\n                        \"protein\": 0,\n                        \"fats\": {\n                            \"total\": 0\n                        },\n                        \"sugar\": 0\n                    },\n                    \"micros\": {\n                        \"minerals\": {\n                            \"sodium\": 0\n                        }\n                    }\n                }\n            },\n            \"source\": {\n                \"provider\": \"provider\",\n                \"name\": \"MyFitnessPal\",\n                \"slug\": \"my_fitness_pal\",\n                \"logo\": \"https://logo_url.com\"\n            },\n            \"created_at\": \"2019-08-24T14:15:22Z\",\n            \"updated_at\": \"2019-08-24T14:15:22Z\"\n        }\n    ]\n}"}]}],"id":"23671ef1-579f-4b4f-aeb7-b874ce5cfab7"},{"name":"Vitals","item":[{"name":"Vo2 Max","id":"c54b9aa4-64a4-4237-a405-9685843f9293","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/vo2_max/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","vo2_max","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"1beea6f3-c52f-482d-9bc8-9f3ee7c940d1","key":"user_id","value":"user_id"}]}},"response":[{"id":"aa8d239c-4fb6-4780-a84d-1b462bc30e9c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/vo2_max/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","vo2_max","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"unit\": \"mL/kg/min\",\n                        \"timestamp\": \"2024-01-15T09:30:00Z\",\n                        \"start\": \"2023-02-13T14:30:52Z\",\n                        \"end\": \"2023-02-13T14:57:24Z\",\n                        \"value\": 48\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Stress Level","id":"2a965c26-3592-4362-bf65-f1d8a1b2416f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/stress_level/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","stress_level","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"f3ce7873-f8bc-4aeb-a70a-9239f6c48b03","key":"user_id","value":"user_id"}]}},"response":[{"id":"79046d12-a0cf-4e14-9fee-61ec18b69dc1","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/stress_level/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","stress_level","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"unit\": \"%\",\n                        \"timestamp\": \"2023-02-13T14:30:52Z\",\n                        \"value\": 35\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Mindfulness Minutes","id":"6144a18d-7090-4ff2-8cd8-7a63034a03f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/mindfulness_minutes/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","mindfulness_minutes","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"6f685d1a-7886-4c89-ac6e-357e7bc6850c","key":"user_id","value":"user_id"}]}},"response":[{"id":"864f6b70-148a-4b90-9f66-e00bf1a80616","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/mindfulness_minutes/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","mindfulness_minutes","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"unit\": \"min\",\n                        \"timestamp\": \"2024-01-15T09:30:00Z\",\n                        \"start\": \"2023-02-13T14:57:24Z\",\n                        \"end\": \"2024-05-28T09:17:21Z\",\n                        \"value\": 42\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Caffeine","id":"f8a5292a-5713-401b-9f5e-e5692132fd5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/caffeine/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","caffeine","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"bba1a30e-0056-49c3-97be-192349f8b274","key":"user_id","value":"user_id"}]}},"response":[{"id":"b0b19202-45b8-4356-ad1a-f5e7add367b8","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/caffeine/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","caffeine","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"unit\": \"g\",\n                        \"timestamp\": \"2024-01-15T09:30:00Z\",\n                        \"start\": \"2023-02-13T14:30:52Z\",\n                        \"end\": \"2023-02-13T14:57:24Z\",\n                        \"value\": 42\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Water","id":"24d5db32-52fb-4467-99b5-072a3d62cf2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/water/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","water","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"8de8b10e-2a3d-4b2e-b03b-3151054b81a2","key":"user_id","value":"user_id"}]}},"response":[{"id":"15cf9a5a-3a08-4816-ada9-ecda6b39f4dd","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/water/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","water","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"unit\": \"ml\",\n                        \"timestamp\": \"2024-01-15T09:30:00Z\",\n                        \"value\": 400\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Steps","id":"d1f83af2-bc0d-47c8-afa4-453844a135b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/steps/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","steps","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"fa98658c-6064-4be5-9e99-ce41aff7cc44","key":"user_id","value":"user_id"}]}},"response":[{"id":"4133aea8-561f-4db5-ae6b-c224b8311dfa","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/steps/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","steps","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"unit\": \"count\",\n                        \"timestamp\": \"2024-01-15T09:30:00Z\",\n                        \"start\": \"2023-02-13T14:30:52Z\",\n                        \"end\": \"2023-02-13T14:57:24Z\",\n                        \"value\": 123\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Floors Climbed","id":"ccd2cd05-05ba-46e7-99fa-4aa3f1fbcf06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/floors_climbed/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","floors_climbed","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"4e3610e2-967a-45ab-bb6e-a003e69c972c","key":"user_id","value":"user_id"}]}},"response":[{"id":"14900d1b-d1af-4ccd-ba96-326a4392ef65","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/floors_climbed/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","floors_climbed","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"unit\": \"count\",\n                        \"timestamp\": \"2024-01-15T09:30:00Z\",\n                        \"value\": 2\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Distance","id":"0e366b57-ea9b-497d-91b4-0de5dfa70ed8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/distance/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","distance","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"3547aa7e-011a-43ea-8fc5-7acb80cab392","key":"user_id","value":"user_id"}]}},"response":[{"id":"65ce2148-62d7-4531-b5a8-4e8327d1b4ae","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/distance/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","distance","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"unit\": \"m\",\n                        \"timestamp\": \"2024-01-15T09:30:00Z\",\n                        \"start\": \"2023-02-13T14:30:52Z\",\n                        \"end\": \"2023-02-13T14:57:24Z\",\n                        \"value\": 5.6\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Calories Basal","id":"23c5d3b4-b6b5-4afd-8e25-fc4250516483","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/calories_basal/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","calories_basal","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"aca3443a-430a-4526-8113-0c2513e33ef3","key":"user_id","value":"user_id"}]}},"response":[{"id":"f0b9e140-26dd-4e19-8fbc-975307d2999f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/calories_basal/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","calories_basal","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"unit\": \"kcal\",\n                        \"timestamp\": \"2024-01-15T09:30:00Z\",\n                        \"value\": 22.8\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Calories Active","id":"ac01ac40-21c5-42ac-a7bd-2e33dd335487","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/calories_active/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","calories_active","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"e7809785-fd55-4598-a0ca-8bb9517758c9","key":"user_id","value":"user_id"}]}},"response":[{"id":"cb82dfca-c546-4876-9ce3-558e9b083660","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/calories_active/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","calories_active","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"unit\": \"kcal\",\n                        \"timestamp\": \"2024-01-15T09:30:00Z\",\n                        \"start\": \"2023-02-13T14:30:52Z\",\n                        \"end\": \"2023-02-13T14:57:24Z\",\n                        \"value\": 184\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Respiratory Rate","id":"9d3688a3-c2b8-4e24-8477-e760697d933a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/respiratory_rate/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","respiratory_rate","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"a9c34777-a6b2-4ccb-8956-a4f18bd3538a","key":"user_id","value":"user_id"}]}},"response":[{"id":"055e5d5d-41a1-43bf-8562-5ecae7b56acb","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/respiratory_rate/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","respiratory_rate","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2024-01-15T09:30:00Z\",\n                        \"value\": 15.5\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Ige","id":"85a18326-69a3-4512-a3ec-32c6c2cafa47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/ige/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","ige","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"068705b8-6dac-441a-a205-38061e6dedde","key":"user_id","value":"user_id"}]}},"response":[{"id":"5564358c-fa86-4a38-8926-4b0368e42059","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/ige/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","ige","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"type\": \"baha_grass\",\n                        \"unit\": \"FSU\",\n                        \"timestamp\": \"2023-02-13T14:30:52Z\",\n                        \"value\": 70\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Igg","id":"0d760e47-fd33-4fff-b0af-4f9a04227958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/igg/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","igg","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"a0a56d40-fc81-4293-a937-28d2830211d1","key":"user_id","value":"user_id"}]}},"response":[{"id":"0a6ae97f-f5ea-4970-94a1-01b12e282a8d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/igg/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","igg","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"type\": \"dairy\",\n                        \"unit\": \"FSU\",\n                        \"timestamp\": \"2023-02-13T14:30:52Z\",\n                        \"value\": 12\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Hypnogram","id":"8930d814-3d18-4038-99ca-c3eb393852ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/hypnogram/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","hypnogram","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"9efa6182-9a46-40bd-b97c-b3128938c0d9","key":"user_id","value":"user_id"}]}},"response":[{"id":"288d90b1-351b-4ff4-980d-16283879da1b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/hypnogram/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","hypnogram","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"unit\": \"stage\",\n                        \"timestamp\": \"2024-01-15T09:30:00Z\",\n                        \"start\": \"2023-02-13T14:30:52Z\",\n                        \"end\": \"2023-02-13T14:57:24Z\",\n                        \"value\": 1\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Heart Rate Variability","id":"1b4cea9e-98d6-459a-9260-aa3267c0cfb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/hrv/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","hrv","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"ab157072-d034-4415-bfc8-aaabb7d9f764","key":"user_id","value":"user_id"}]}},"response":[{"id":"6ee5009f-13d6-4341-888d-1d867b525274","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/hrv/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","hrv","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"unit\": \"rmssd\",\n                        \"timestamp\": \"2023-02-13T14:30:52Z\",\n                        \"value\": 48\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Heart Rate","id":"4dc899b7-f283-4bbe-84da-bc6984afb103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/heartrate/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","heartrate","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"42b7a015-38ac-4556-97f3-f1d91dc6622c","key":"user_id","value":"user_id"}]}},"response":[{"id":"b787e471-8d71-4b47-9a48-001740e61c00","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/heartrate/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","heartrate","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"unit\": \"bpm\",\n                        \"timestamp\": \"2023-02-13T14:30:52Z\",\n                        \"value\": 70\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Glucose","id":"36926468-a611-493d-b68c-880d6a1faa07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/glucose/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","glucose","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"d2482553-d023-4709-ae1f-30f0e22d1154","key":"user_id","value":"user_id"}]}},"response":[{"id":"ccb56d8b-646c-4c6d-9a01-730352b03b49","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/glucose/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","glucose","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"type\": \"automatic | manual_scan\",\n                        \"unit\": \"mmol/L\",\n                        \"timestamp\": \"2023-02-13T14:30:52Z\",\n                        \"value\": 0.5\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Cholesterol","id":"c8586a4b-5b39-407a-b43a-a731915fdd7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/cholesterol/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","cholesterol","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"2709b96a-d80a-4ad3-805f-2574b1702f13","key":"user_id","value":"user_id"}]}},"response":[{"id":"5bcd9e1c-4beb-464c-8f6f-cbd4efd533dc","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/cholesterol/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","cholesterol","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"unit\": \"unit\",\n                        \"timestamp\": \"2024-01-15T09:30:00Z\",\n                        \"value\": 1.1\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Body Weight","id":"119deca2-8141-40fb-8f78-dc87b9218f42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/body_weight/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","body_weight","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"15c6e91e-2dc3-4969-8f5e-d369da3df81b","key":"user_id","value":"user_id"}]}},"response":[{"id":"72efd93b-4fe9-4b7e-8834-c11c4aa4864d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/body_weight/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","body_weight","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"unit\": \"kg\",\n                        \"timestamp\": \"2023-02-13T14:30:52Z\",\n                        \"value\": 65\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Body Fat","id":"733af0f5-c25a-4225-8fdf-1c4d88bab492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/body_fat/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","body_fat","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"1d500e34-135a-4a92-a284-23141df98c49","key":"user_id","value":"user_id"}]}},"response":[{"id":"fc611d09-846c-4c1f-abe4-ccaa70a66e87","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/body_fat/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","body_fat","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"unit\": \"%\",\n                        \"timestamp\": \"2023-02-13T14:30:52Z\",\n                        \"value\": 50\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Blood Oxygen","id":"ff5f4447-b2eb-4eb6-80cc-1520a97d6bcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/blood_oxygen/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","blood_oxygen","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"35ad89e2-4f5c-4ffa-8dea-e18b665016cc","key":"user_id","value":"user_id"}]}},"response":[{"id":"4b543037-e9ab-4537-84ba-fb155d373c9e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/blood_oxygen/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","blood_oxygen","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"unit\": \"%\",\n                        \"timestamp\": \"2023-02-13T14:30:52Z\",\n                        \"value\": 98\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Electrocardiogram Voltage","id":"78e61b64-9aca-4dbf-b8c5-d990d36fef64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/electrocardiogram_voltage/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","electrocardiogram_voltage","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"3d321076-f5e5-4346-a7b3-c465d92420ed","key":"user_id","value":"user_id"}]}},"response":[{"id":"f7a5a18a-5726-4e64-81f3-cd1d46f32344","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/electrocardiogram_voltage/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","electrocardiogram_voltage","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"type\": \"lead_1\",\n                        \"unit\": \"mV\",\n                        \"timestamp\": \"2023-02-13T14:30:52Z\",\n                        \"value\": -373\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Blood Pressure","id":"53944d5a-5360-461b-834a-1142f23b849e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/blood_pressure/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","blood_pressure","grouped"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"bbf2163c-7401-409d-83bd-b25faf5fcb79","key":"user_id","value":"user_id"}]}},"response":[{"id":"b2c37f0a-83e1-4860-b374-4349a2825083","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/blood_pressure/grouped?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","blood_pressure","grouped"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"groups\": {\n        \"oura\": [\n            {\n                \"source\": {\n                    \"provider\": \"oura\",\n                    \"type\": \"ring\",\n                    \"name\": \"name\",\n                    \"slug\": \"slug\",\n                    \"logo\": \"logo\"\n                },\n                \"data\": [\n                    {\n                        \"unit\": \"mmHg\",\n                        \"timestamp\": \"2024-05-28T09:12:21Z\",\n                        \"systolic\": 125,\n                        \"diastolic\": 75\n                    }\n                ]\n            }\n        ]\n    },\n    \"next\": \"next\"\n}"}]},{"name":"Vo2 Max","id":"397d21ef-56ff-4b21-80ac-1819db6dd870","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/vo2_max?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","vo2_max"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"c91cbef3-b5a3-4ba2-8979-918909679e2f","key":"user_id","value":"user_id"}]}},"response":[{"id":"47fac000-cffd-49f1-a62b-f46194ec6559","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/vo2_max?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","vo2_max"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"mL/kg/min\",\n        \"timestamp\": \"2024-01-15T09:30:00Z\",\n        \"start\": \"2023-02-13T14:30:52Z\",\n        \"end\": \"2023-02-13T14:57:24Z\",\n        \"value\": 48\n    }\n]"}]},{"name":"Stress Level","id":"77a389ec-b91b-497d-9be4-12aa86869f67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/stress_level?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","stress_level"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"fdc2d555-031a-41f5-a3b4-ee5096bb4bd1","key":"user_id","value":"user_id"}]}},"response":[{"id":"3ba302ce-436b-413b-8a52-3bff5cf6f0c1","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/stress_level?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","stress_level"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"%\",\n        \"timestamp\": \"2023-02-13T14:30:52Z\",\n        \"value\": 35\n    }\n]"}]},{"name":"Mindfulness Minutes","id":"34f9965e-76ac-4e5e-b275-e3915d354956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/mindfulness_minutes?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","mindfulness_minutes"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"9f5ce79b-d972-480c-8d7c-a9ff60d46399","key":"user_id","value":"user_id"}]}},"response":[{"id":"f6610bcf-a201-4ec1-a6eb-202be528911b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/mindfulness_minutes?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","mindfulness_minutes"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"min\",\n        \"timestamp\": \"2024-01-15T09:30:00Z\",\n        \"start\": \"2023-02-13T14:57:24Z\",\n        \"end\": \"2024-05-28T09:17:21Z\",\n        \"value\": 42\n    }\n]"}]},{"name":"Caffeine","id":"d57d15a6-6645-482c-b7e9-91fc2272c70c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/caffeine?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","caffeine"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"d1a9607e-b35a-487b-a11c-65cb6a921bc4","key":"user_id","value":"user_id"}]}},"response":[{"id":"ede03430-9664-4728-9237-b41f1d0bf16d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/caffeine?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","caffeine"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"g\",\n        \"timestamp\": \"2024-01-15T09:30:00Z\",\n        \"start\": \"2023-02-13T14:30:52Z\",\n        \"end\": \"2023-02-13T14:57:24Z\",\n        \"value\": 42\n    }\n]"}]},{"name":"Water","id":"0a7ce47f-6a34-4b26-906f-ed3d325a1844","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/water?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","water"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"e9370e4a-df3c-41d7-a176-01936a936d6d","key":"user_id","value":"user_id"}]}},"response":[{"id":"5d6ad576-aeb1-4fd0-8a79-5ccd48ffc374","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/water?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","water"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"ml\",\n        \"timestamp\": \"2024-01-15T09:30:00Z\",\n        \"value\": 400\n    }\n]"}]},{"name":"Steps","id":"a9030cad-2752-4977-bf72-3c07673b4ae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/steps?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","steps"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"798d6da0-ce46-45ea-8dfe-4b26189981bc","key":"user_id","value":"user_id"}]}},"response":[{"id":"a63b55a4-f5a4-4244-9909-cab4defabcf6","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/steps?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","steps"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"count\",\n        \"timestamp\": \"2024-01-15T09:30:00Z\",\n        \"start\": \"2023-02-13T14:30:52Z\",\n        \"end\": \"2023-02-13T14:57:24Z\",\n        \"value\": 123\n    }\n]"}]},{"name":"Floors Climbed","id":"5b546b72-8db5-4250-a0eb-a973e83855c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/floors_climbed?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","floors_climbed"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"d7a22f60-2ee6-45ce-82a7-1fab4ea70ec8","key":"user_id","value":"user_id"}]}},"response":[{"id":"992427fb-df6d-4801-9d8c-5f1667ecbad6","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/floors_climbed?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","floors_climbed"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"count\",\n        \"timestamp\": \"2024-01-15T09:30:00Z\",\n        \"value\": 2\n    }\n]"}]},{"name":"Distance","id":"36be95c1-64c1-4f80-843b-5d006cba660d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/distance?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","distance"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"b7bf8690-0aea-4c51-b6d2-460b34aea228","key":"user_id","value":"user_id"}]}},"response":[{"id":"f1e95059-2d17-46b0-bc7d-bdc545b7aa31","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/distance?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","distance"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"m\",\n        \"timestamp\": \"2024-01-15T09:30:00Z\",\n        \"start\": \"2023-02-13T14:30:52Z\",\n        \"end\": \"2023-02-13T14:57:24Z\",\n        \"value\": 5.6\n    }\n]"}]},{"name":"Calories Basal","id":"e9c34421-2373-4a54-9b20-e3ced4a4b50e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/calories_basal?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","calories_basal"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"6a385248-655c-46d1-a8af-d04633b3d6fe","key":"user_id","value":"user_id"}]}},"response":[{"id":"bb3b7725-5885-499e-abe5-a65008fcc0a4","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/calories_basal?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","calories_basal"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"kcal\",\n        \"timestamp\": \"2024-01-15T09:30:00Z\",\n        \"value\": 22.8\n    }\n]"}]},{"name":"Calories Active","id":"03a4c036-ac48-4fad-8af4-e14a62d25389","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/calories_active?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","calories_active"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"f5d5bdc2-831c-4099-befd-6d31bd415cb3","key":"user_id","value":"user_id"}]}},"response":[{"id":"2df20d52-c574-467e-8f3e-2056578d1ea4","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/calories_active?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","calories_active"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"kcal\",\n        \"timestamp\": \"2024-01-15T09:30:00Z\",\n        \"start\": \"2023-02-13T14:30:52Z\",\n        \"end\": \"2023-02-13T14:57:24Z\",\n        \"value\": 184\n    }\n]"}]},{"name":"Respiratory Rate","id":"c1363595-2d85-48b9-b4b1-387b929fb60d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/respiratory_rate?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","respiratory_rate"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"f9cbe564-da7c-4f96-9ec4-8c8df6b9a2ae","key":"user_id","value":"user_id"}]}},"response":[{"id":"1124758a-c4e7-4106-8076-81114dfd296c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/respiratory_rate?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","respiratory_rate"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"bpm\",\n        \"timestamp\": \"2024-01-15T09:30:00Z\",\n        \"value\": 15.5\n    }\n]"}]},{"name":"Ige","id":"2dd84fbd-f7db-4ca3-993a-20f7474e26bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/ige?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","ige"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"48a91c80-6a6c-448e-b746-491db1f6637b","key":"user_id","value":"user_id"}]}},"response":[{"id":"da7f91de-a3ec-4d63-9d33-aea6d31592a0","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/ige?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","ige"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"baha_grass\",\n        \"unit\": \"FSU\",\n        \"timestamp\": \"2023-02-13T14:30:52Z\",\n        \"value\": 70\n    }\n]"}]},{"name":"Igg","id":"3377e62e-3fb5-41c7-8724-f5c67fb31daf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/igg?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","igg"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"856561cb-7cf6-4160-9c0b-320cca574542","key":"user_id","value":"user_id"}]}},"response":[{"id":"e3b1e41e-e023-4bbf-af2e-d626111a2a74","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/igg?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","igg"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"dairy\",\n        \"unit\": \"FSU\",\n        \"timestamp\": \"2023-02-13T14:30:52Z\",\n        \"value\": 12\n    }\n]"}]},{"name":"Hypnogram","id":"1f27d1d1-0ccc-415e-a843-d2b677466715","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/hypnogram?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","hypnogram"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"bd078412-1f6d-44bf-9551-b8798122f095","key":"user_id","value":"user_id"}]}},"response":[{"id":"41e23b21-c611-4ca1-9124-3fb0e3884b93","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/hypnogram?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","hypnogram"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"stage\",\n        \"timestamp\": \"2024-01-15T09:30:00Z\",\n        \"start\": \"2023-02-13T14:30:52Z\",\n        \"end\": \"2023-02-13T14:57:24Z\",\n        \"value\": 1\n    }\n]"}]},{"name":"Heart Rate Variability","id":"a9148c50-fc90-452c-9914-5b8c8559885f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/hrv?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","hrv"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"30e6caa7-dc46-4f22-8742-f0fdd4a771b1","key":"user_id","value":"user_id"}]}},"response":[{"id":"e8eed46e-4a6f-4a1d-ac40-15f23731ec75","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/hrv?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","hrv"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"rmssd\",\n        \"timestamp\": \"2023-02-13T14:30:52Z\",\n        \"value\": 48\n    }\n]"}]},{"name":"Heart Rate","id":"64e17fa5-8751-4762-a4bd-218eb3df0521","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/heartrate?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","heartrate"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"3c745d2a-b829-4ea2-aee7-32d62b9dee8c","key":"user_id","value":"user_id"}]}},"response":[{"id":"0e79a63c-30b0-4f40-967b-3336f674b022","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/heartrate?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","heartrate"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"bpm\",\n        \"timestamp\": \"2023-02-13T14:30:52Z\",\n        \"value\": 70\n    }\n]"}]},{"name":"Glucose","id":"9481c3e0-98c3-488f-b00f-7ad183cfaff7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/glucose?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","glucose"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"a6b5791e-164e-4207-a150-360503cc0698","key":"user_id","value":"user_id"}]}},"response":[{"id":"85cf68da-5fba-4443-a52b-997c6dd3cda1","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/glucose?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","glucose"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"automatic | manual_scan\",\n        \"unit\": \"mmol/L\",\n        \"timestamp\": \"2023-02-13T14:30:52Z\",\n        \"value\": 0.5\n    }\n]"}]},{"name":"Cholesterol/Triglycerides","id":"79514c98-2f9d-46bc-be71-e3902828f12b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/cholesterol/triglycerides?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","cholesterol","triglycerides"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"7194fab8-4034-4562-a85d-5ba1bbd99644","key":"user_id","value":"user_id"}]}},"response":[{"id":"a696b0b6-4dad-48d2-895d-7a6d86d7ab60","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/cholesterol/triglycerides?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","cholesterol","triglycerides"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"unit\",\n        \"timestamp\": \"2024-01-15T09:30:00Z\",\n        \"value\": 1.1\n    }\n]"}]},{"name":"Cholesterol/Total","id":"721560f0-b153-4209-ae51-938064b4126e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/cholesterol/total?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","cholesterol","total"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"304e2c8a-5e6d-43d6-baac-83460fbd5c20","key":"user_id","value":"user_id"}]}},"response":[{"id":"093cd625-c723-443d-9b29-07d0dfb24b72","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/cholesterol/total?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","cholesterol","total"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"unit\",\n        \"timestamp\": \"2024-01-15T09:30:00Z\",\n        \"value\": 1.1\n    }\n]"}]},{"name":"Cholesterol/Ldl","id":"f6cf47b5-13e3-4780-b8c1-b7c68f7bedc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/cholesterol/ldl?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","cholesterol","ldl"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"d25165a8-836e-4f6f-bc5c-7eef49f0b6f7","key":"user_id","value":"user_id"}]}},"response":[{"id":"9203339c-d127-4193-bd53-609778e9ae15","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/cholesterol/ldl?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","cholesterol","ldl"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"unit\",\n        \"timestamp\": \"2024-01-15T09:30:00Z\",\n        \"value\": 1.1\n    }\n]"}]},{"name":"Cholesterol/Hdl","id":"3c21fe1d-568a-4bfb-91e8-2af87d25b800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/cholesterol/hdl?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","cholesterol","hdl"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"0e742192-cdda-4f30-90af-a8fc7b333aa7","key":"user_id","value":"user_id"}]}},"response":[{"id":"09304bd1-fa84-4c5a-a4d5-a28517b6a536","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/cholesterol/hdl?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","cholesterol","hdl"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"unit\",\n        \"timestamp\": \"2024-01-15T09:30:00Z\",\n        \"value\": 1.1\n    }\n]"}]},{"name":"Cholesterol","id":"ef212576-e5db-4425-9674-ee51f1adf99d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/cholesterol?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","cholesterol"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"bbd02cdc-916f-456f-a29b-fca1c28cb8ed","key":"user_id","value":"user_id"}]}},"response":[{"id":"cd592531-866a-4cfd-bcbd-6836ff5f215c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/cholesterol?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","cholesterol"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"unit\",\n        \"timestamp\": \"2024-01-15T09:30:00Z\",\n        \"value\": 1.1\n    }\n]"}]},{"name":"Body Weight","id":"9a371e3f-6612-49ae-96b7-9d34c63326e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/body_weight?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","body_weight"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"d065e8bf-204e-445f-bebb-8734d2986e22","key":"user_id","value":"user_id"}]}},"response":[{"id":"5ae33d6c-1a57-46ef-97ff-7b269b86cfa1","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/body_weight?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","body_weight"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"kg\",\n        \"timestamp\": \"2023-02-13T14:30:52Z\",\n        \"value\": 65\n    }\n]"}]},{"name":"Body Fat","id":"c3627b2d-6dde-4c6c-b02d-810544f21d5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/body_fat?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","body_fat"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"2416ed2d-a78e-4d94-bb31-07c7069983f1","key":"user_id","value":"user_id"}]}},"response":[{"id":"86e39342-71e1-4121-a14a-480514d02d25","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/body_fat?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","body_fat"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"%\",\n        \"timestamp\": \"2023-02-13T14:30:52Z\",\n        \"value\": 50\n    }\n]"}]},{"name":"Blood Oxygen","id":"c9c6d759-cc05-4b9c-b234-6deafbc8c145","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/blood_oxygen?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","blood_oxygen"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"39de574f-ba16-4810-af13-b7c3f9aae578","key":"user_id","value":"user_id"}]}},"response":[{"id":"aec05b14-bb61-4d76-b19f-78177a1334ee","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/blood_oxygen?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","blood_oxygen"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"%\",\n        \"timestamp\": \"2023-02-13T14:30:52Z\",\n        \"value\": 98\n    }\n]"}]},{"name":"Electrocardiogram Voltage","id":"f8ca7011-1144-4dbe-aaab-2b9104e32d90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/electrocardiogram_voltage?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","electrocardiogram_voltage"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"7f573666-a7c0-4647-a45d-e328eaac1e11","key":"user_id","value":"user_id"}]}},"response":[{"id":"5dfcda43-2d5d-4931-9c16-3a4c4ada84e7","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/electrocardiogram_voltage?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","electrocardiogram_voltage"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"lead_1\",\n        \"unit\": \"mV\",\n        \"timestamp\": \"2023-02-13T14:30:52Z\",\n        \"value\": -373\n    }\n]"}]},{"name":"Blood Pressure","id":"c58c069c-00ce-4096-b65a-e99b34dc8841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/blood_pressure?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","blood_pressure"],"query":[{"key":"start_date","value":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00"}],"variable":[{"id":"c5b3e553-8712-4e95-af06-3de0f3deee62","key":"user_id","value":"user_id"}]}},"response":[{"id":"ad53b5db-3e0d-4834-a30d-b423ed608214","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/timeseries/:user_id/blood_pressure?start_date=start_date","host":["{{baseUrl}}"],"path":["v2","timeseries",":user_id","blood_pressure"],"query":[{"key":"start_date","description":"Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00","value":"start_date"}],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"timezone_offset\": 1,\n        \"type\": \"type\",\n        \"unit\": \"mmHg\",\n        \"timestamp\": \"2024-05-28T09:12:21Z\",\n        \"systolic\": 125,\n        \"diastolic\": 75\n    }\n]"}]}],"id":"8d859718-c2d3-4734-954c-89dea4311df2"},{"name":"User","item":[{"name":"Get Teams Users","id":"0674092a-d685-4a4d-9ff2-62a9b7ff0209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/user","description":"GET All users for team."},"response":[{"id":"522a5e8d-c30b-4065-9504-bdba76732098","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/user","description":"GET All users for team."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"user_id\": \"9204dbea-0fff-47ab-8990-0d93767b81f7\",\n            \"team_id\": \"837ba1fb-264d-4316-839e-ef4e8843b705\",\n            \"client_user_id\": \"85e62d59-302c-433f-818e-5803d600d25a\",\n            \"created_on\": \"2024-05-28T09:12:21Z\",\n            \"connected_sources\": [\n                {\n                    \"provider\": {\n                        \"name\": \"Oura\",\n                        \"slug\": \"oura\",\n                        \"logo\": \"https://logo_url.com\"\n                    },\n                    \"created_on\": \"2024-05-28T09:12:21Z\",\n                    \"source\": {\n                        \"name\": \"Oura\",\n                        \"slug\": \"oura\",\n                        \"logo\": \"logo_url\"\n                    }\n                }\n            ],\n            \"fallback_time_zone\": {\n                \"id\": \"Europe/London\",\n                \"source_slug\": \"manual\",\n                \"updated_at\": \"2024-05-28T09:12:21Z\"\n            },\n            \"fallback_birth_date\": {\n                \"value\": \"1989-09-12\",\n                \"source_slug\": \"manual\",\n                \"updated_at\": \"2024-05-28T09:12:21Z\"\n            },\n            \"ingestion_start\": \"ingestion_start\",\n            \"ingestion_end\": \"ingestion_end\"\n        }\n    ],\n    \"total\": 1,\n    \"offset\": 1,\n    \"limit\": 1\n}"}]},{"name":"Create User","id":"12bd1c17-d23a-467d-852d-b104fcffa7e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"client_user_id\": \"client_user_id\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/user","description":"POST Create a Vital user given a client_user_id and returns the user_id."},"response":[{"id":"8a527f6c-7420-432d-a5b7-bd469b70e820","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"client_user_id\": \"client_user_id\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/user","description":"POST Create a Vital user given a client_user_id and returns the user_id."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": \"eb9feee7-5be6-4667-9f96-e68aeffa316f\",\n    \"client_user_id\": \"e245fe69-9aa6-4216-8afe-24a6053e0a10\"\n}"}]},{"name":"Get Teams Metrics","id":"565797db-6f16-4e76-9a6d-43fcaca22a18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/user/metrics","description":"GET metrics for team."},"response":[{"id":"a963b97f-5b55-49bb-b1f2-c146755c8063","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/user/metrics","description":"GET metrics for team."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"team_id\": \"team_id\",\n    \"number_of_connected_sources\": 1,\n    \"number_of_users\": 1,\n    \"number_of_errored_connected_sources\": 1,\n    \"number_of_connected_sources_by_week\": [\n        {\n            \"date\": \"2024-01-15T09:30:00Z\",\n            \"value\": 1.1\n        }\n    ],\n    \"number_of_ordered_tests\": 1\n}"}]},{"name":"Get User Sign In Token","id":"b4029849-049a-4129-938e-19a55d2676d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/user/:user_id/sign_in_token","host":["{{baseUrl}}"],"path":["v2","user",":user_id","sign_in_token"],"variable":[{"id":"adc66dc1-4922-4be0-afe7-d058cca0a328","key":"user_id","value":"user_id"}]}},"response":[{"id":"2451824c-3bc0-4b23-94df-7b0c009d010c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/user/:user_id/sign_in_token","host":["{{baseUrl}}"],"path":["v2","user",":user_id","sign_in_token"],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": \"user_id\",\n    \"sign_in_token\": \"sign_in_token\"\n}"}]},{"name":"Get Connected Providers","id":"42852697-2aa8-4637-a0be-6c764ed39972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/user/providers/:user_id","host":["{{baseUrl}}"],"path":["v2","user","providers",":user_id"],"variable":[{"id":"cbb19faa-dd2b-4e65-b491-6a8da8d776fd","key":"user_id","value":"user_id"}]},"description":"GET Users connected providers"},"response":[{"id":"d8efd219-a3f1-4830-9195-582a3df21103","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/user/providers/:user_id","host":["{{baseUrl}}"],"path":["v2","user","providers",":user_id"],"variable":[{"key":"user_id","value":"user_id"}]},"description":"GET Users connected providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"string\": [\n        {\n            \"name\": \"Oura\",\n            \"slug\": \"oura\",\n            \"logo\": \"https://logo_url.com\",\n            \"status\": \"error\",\n            \"resource_availability\": {\n                \"sleep\": {\n                    \"status\": \"available\",\n                    \"scope_requirements\": {\n                        \"user_granted\": {\n                            \"required\": [\n                                \"daily\"\n                            ],\n                            \"optional\": [\n                                \"optional\"\n                            ]\n                        },\n                        \"user_denied\": {\n                            \"required\": [\n                                \"required\"\n                            ],\n                            \"optional\": [\n                                \"spo2Daily\"\n                            ]\n                        }\n                    }\n                }\n            }\n        }\n    ]\n}"}]},{"name":"Get User","id":"07ff5ca1-d6fe-4074-9615-df20de90ba24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/user/:user_id","host":["{{baseUrl}}"],"path":["v2","user",":user_id"],"variable":[{"id":"ebebc71e-5aa9-42a7-84e5-24ba2c1d8833","key":"user_id","value":"user_id"}]},"description":"GET User details given the user_id."},"response":[{"id":"cd1fad5b-8aaf-4651-aa3b-46ebfa157208","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/user/:user_id","host":["{{baseUrl}}"],"path":["v2","user",":user_id"],"variable":[{"key":"user_id","value":"user_id"}]},"description":"GET User details given the user_id."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": \"9204dbea-0fff-47ab-8990-0d93767b81f7\",\n    \"team_id\": \"837ba1fb-264d-4316-839e-ef4e8843b705\",\n    \"client_user_id\": \"85e62d59-302c-433f-818e-5803d600d25a\",\n    \"created_on\": \"2024-05-28T09:12:21Z\",\n    \"connected_sources\": [\n        {\n            \"provider\": {\n                \"name\": \"Oura\",\n                \"slug\": \"oura\",\n                \"logo\": \"https://logo_url.com\"\n            },\n            \"created_on\": \"2024-05-28T09:12:21Z\",\n            \"source\": {\n                \"name\": \"Oura\",\n                \"slug\": \"oura\",\n                \"logo\": \"logo_url\"\n            }\n        }\n    ],\n    \"fallback_time_zone\": {\n        \"id\": \"Europe/London\",\n        \"source_slug\": \"manual\",\n        \"updated_at\": \"2024-05-28T09:12:21Z\"\n    },\n    \"fallback_birth_date\": {\n        \"value\": \"1989-09-12\",\n        \"source_slug\": \"manual\",\n        \"updated_at\": \"2024-05-28T09:12:21Z\"\n    },\n    \"ingestion_start\": \"ingestion_start\",\n    \"ingestion_end\": \"ingestion_end\"\n}"}]},{"name":"Delete User","id":"58d604d8-fae7-4b4d-8d23-a83d0bc31c2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/user/:user_id","host":["{{baseUrl}}"],"path":["v2","user",":user_id"],"variable":[{"id":"400abe31-fc67-4483-b1d3-f4d4f658dae0","key":"user_id","value":"user_id"}]}},"response":[{"id":"82bd2a14-68e5-4e79-88f1-b29f27f0d015","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/user/:user_id","host":["{{baseUrl}}"],"path":["v2","user",":user_id"],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}]},{"name":"Patch User","id":"fa32ca51-a610-40cd-a8df-0c81be96adf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v2/user/:user_id","host":["{{baseUrl}}"],"path":["v2","user",":user_id"],"variable":[{"id":"cac35e6f-d5a7-4e7f-83da-a47d2f28df38","key":"user_id","value":"user_id"}]}},"response":[{"id":"bdd1ac9f-a680-4f1e-8dfd-5eaaee1dd928","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v2/user/:user_id","host":["{{baseUrl}}"],"path":["v2","user",":user_id"],"variable":[{"key":"user_id","value":"user_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""}]},{"name":"Get User By Client User Id","id":"2fe16a8d-5063-42bb-aa85-b6f3b2970b39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/user/resolve/:client_user_id","host":["{{baseUrl}}"],"path":["v2","user","resolve",":client_user_id"],"variable":[{"id":"d8c4afce-720d-4e85-b87f-3be16ccb936a","key":"client_user_id","value":"client_user_id","description":"A unique ID representing the end user. Typically this will be a user ID number from your application. Personally identifiable information, such as an email address or phone number, should not be used in the client_user_id."}]},"description":"GET user_id from client_user_id."},"response":[{"id":"8f83feca-2006-41e4-a89c-7728ae247228","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/user/resolve/:client_user_id","host":["{{baseUrl}}"],"path":["v2","user","resolve",":client_user_id"],"variable":[{"key":"client_user_id","value":"client_user_id","description":"A unique ID representing the end user. Typically this will be a user ID number from your application. Personally identifiable information, such as an email address or phone number, should not be used in the client_user_id."}]},"description":"GET user_id from client_user_id."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": \"9204dbea-0fff-47ab-8990-0d93767b81f7\",\n    \"team_id\": \"837ba1fb-264d-4316-839e-ef4e8843b705\",\n    \"client_user_id\": \"85e62d59-302c-433f-818e-5803d600d25a\",\n    \"created_on\": \"2024-05-28T09:12:21Z\",\n    \"connected_sources\": [\n        {\n            \"provider\": {\n                \"name\": \"Oura\",\n                \"slug\": \"oura\",\n                \"logo\": \"https://logo_url.com\"\n            },\n            \"created_on\": \"2024-05-28T09:12:21Z\",\n            \"source\": {\n                \"name\": \"Oura\",\n                \"slug\": \"oura\",\n                \"logo\": \"logo_url\"\n            }\n        }\n    ],\n    \"fallback_time_zone\": {\n        \"id\": \"Europe/London\",\n        \"source_slug\": \"manual\",\n        \"updated_at\": \"2024-05-28T09:12:21Z\"\n    },\n    \"fallback_birth_date\": {\n        \"value\": \"1989-09-12\",\n        \"source_slug\": \"manual\",\n        \"updated_at\": \"2024-05-28T09:12:21Z\"\n    },\n    \"ingestion_start\": \"ingestion_start\",\n    \"ingestion_end\": \"ingestion_end\"\n}"}]},{"name":"Deregister Provider","id":"d633da69-3f3b-4a12-97db-e5dccc3e3f22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/user/:user_id/:provider","host":["{{baseUrl}}"],"path":["v2","user",":user_id",":provider"],"variable":[{"id":"13f5205c-6132-49fc-8438-1b377fe4c7c4","key":"user_id","value":"user_id"},{"id":"17a1fd71-4db0-4e28-a9a1-412a233d3b56","key":"provider","value":"oura","description":"Provider slug. e.g., `oura`, `fitbit`, `garmin`."}]}},"response":[{"id":"9370854c-f9a2-42ea-9e4a-3e9c69476e8b","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/user/:user_id/:provider","host":["{{baseUrl}}"],"path":["v2","user",":user_id",":provider"],"variable":[{"key":"user_id","value":"user_id"},{"key":"provider","value":"oura","description":"Provider slug. e.g., `oura`, `fitbit`, `garmin`."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}]},{"name":"Undo User Delete","id":"c38a13b1-9760-4b57-b308-b344d585dd76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/user/undo_delete"},"response":[{"id":"5d4c26e9-f804-4494-b1f9-04dafb549bc5","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/user/undo_delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}]},{"name":"Refresh User Id","id":"997581db-df36-41bf-9920-fcadc9091973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/user/refresh/:user_id","host":["{{baseUrl}}"],"path":["v2","user","refresh",":user_id"],"variable":[{"id":"97e527ae-8830-4fcc-a02c-d2cccb2dc056","key":"user_id","value":"user_id"}]},"description":"Trigger a manual refresh for a specific user"},"response":[{"id":"1b5f3d75-6f18-455d-9219-39a5ba343eb3","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/user/refresh/:user_id","host":["{{baseUrl}}"],"path":["v2","user","refresh",":user_id"],"variable":[{"key":"user_id","value":"user_id"}]},"description":"Trigger a manual refresh for a specific user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"user_id\": \"d7260115-0c19-437c-aec3-55aebaa8e21a\",\n    \"refreshed_sources\": [\n        \"withings/workouts\",\n        \"withings/sleep\",\n        \"withings/body\",\n        \"withings/vitals/blood_pressure\",\n        \"withings/activity\"\n    ],\n    \"in_progress_sources\": [\n        \"in_progress_sources\"\n    ],\n    \"failed_sources\": [\n        \"oura/sleep\"\n    ]\n}"}]}],"id":"474aed15-04d8-42e7-a5be-7d163a405e72"},{"name":"Team","item":[{"name":"Get Team Config","id":"165a24ff-7e56-4867-83ba-0e7ac27bea60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/team/link/config","description":"Post teams."},"response":[{"id":"aa45960c-9c68-492a-b167-1d1d73b08bd7","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/team/link/config","description":"Post teams."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"string\": {\n        \"key\": \"value\"\n    }\n}"}]},{"name":"Get Team","id":"91b4fbc1-4c49-4303-9959-1a9c7bc002a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/team/:team_id","host":["{{baseUrl}}"],"path":["v2","team",":team_id"],"variable":[{"id":"4aea15a2-aa37-4bcb-a736-6cdbc4531dbc","key":"team_id","value":"team_id"}]},"description":"Get team."},"response":[{"id":"2da88375-13f5-4514-b56c-569e52ae8361","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/team/:team_id","host":["{{baseUrl}}"],"path":["v2","team",":team_id"],"variable":[{"key":"team_id","value":"team_id"}]},"description":"Get team."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"id\",\n    \"org_id\": \"org_id\",\n    \"name\": \"name\",\n    \"svix_app_id\": \"svix_app_id\",\n    \"client_id\": \"client_id\",\n    \"client_secret\": \"client_secret\",\n    \"airtable_api_key\": \"airtable_api_key\",\n    \"airtable_base_id\": \"airtable_base_id\",\n    \"webhook_secret\": \"webhook_secret\",\n    \"api_key\": \"api_key\",\n    \"api_keys\": [\n        {\n            \"label\": \"label\",\n            \"value\": \"value\",\n            \"team_id\": \"team_id\",\n            \"id\": \"id\",\n            \"created_at\": \"2024-01-15T09:30:00Z\",\n            \"deleted_at\": \"2024-01-15T09:30:00Z\"\n        }\n    ],\n    \"configuration\": {\n        \"libreview\": {\n            \"practice_id\": {},\n            \"strip_tz\": true\n        },\n        \"texts_enabled\": true,\n        \"push_historical_data\": true,\n        \"provider_raw_data\": true,\n        \"reject_duplicate_connection\": true,\n        \"eds_preferences\": {\n            \"preferred\": \"cloud_pubsub\",\n            \"enabled\": [\n                \"cloud_pubsub\"\n            ]\n        },\n        \"event_type_prefixes\": [\n            \"event_type_prefixes\"\n        ]\n    },\n    \"testkits_texts_enabled\": true,\n    \"lab_tests_patient_communication_enabled\": true,\n    \"lab_tests_patient_sms_communication_enabled\": true,\n    \"lab_tests_patient_email_communication_enabled\": true,\n    \"logo_url\": \"logo_url\",\n    \"delegated_flow\": \"order_and_results_with_customer_physician_network\"\n}"}]},{"name":"Search Team Users By Uuid Or Client User Id","id":"aabc4fff-d35e-4a99-964e-507b04e0483e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/team/users/search","description":"Search team users by user_id"},"response":[{"id":"d72a6b64-7874-4834-9077-5be0a7e177a6","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/team/users/search","description":"Search team users by user_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"user_id\": \"9204dbea-0fff-47ab-8990-0d93767b81f7\",\n        \"team_id\": \"837ba1fb-264d-4316-839e-ef4e8843b705\",\n        \"client_user_id\": \"85e62d59-302c-433f-818e-5803d600d25a\",\n        \"created_on\": \"2024-05-28T09:12:21Z\",\n        \"connected_sources\": [\n            {\n                \"provider\": {\n                    \"name\": \"Oura\",\n                    \"slug\": \"oura\",\n                    \"logo\": \"https://logo_url.com\"\n                },\n                \"created_on\": \"2024-05-28T09:12:21Z\",\n                \"source\": {\n                    \"name\": \"Oura\",\n                    \"slug\": \"oura\",\n                    \"logo\": \"logo_url\"\n                }\n            }\n        ],\n        \"fallback_time_zone\": {\n            \"id\": \"Europe/London\",\n            \"source_slug\": \"manual\",\n            \"updated_at\": \"2024-05-28T09:12:21Z\"\n        },\n        \"fallback_birth_date\": {\n            \"value\": \"1989-09-12\",\n            \"source_slug\": \"manual\",\n            \"updated_at\": \"2024-05-28T09:12:21Z\"\n        },\n        \"ingestion_start\": \"ingestion_start\",\n        \"ingestion_end\": \"ingestion_end\"\n    }\n]"}]},{"name":"Get Svix Webhook Url","id":"864e989c-8296-4dbd-bb7d-638cce584d21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/team/svix/url"},"response":[{"id":"73a14b86-3cee-42ae-be23-3760650ee9eb","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/team/svix/url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"string\": {\n        \"key\": \"value\"\n    }\n}"}]},{"name":"Get Source Priorities","id":"63580723-9e43-4511-aac1-662860427b30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/team/source/priorities","description":"GET source priorities."},"response":[{"id":"0e813782-812b-4e5f-8cf5-0b40ca63056e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/team/source/priorities","description":"GET source priorities."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"string\": {\n            \"key\": \"value\"\n        }\n    }\n]"}]},{"name":"Update Source Priorities","id":"9e4a4f43-2226-4b52-a227-5bddfac46872","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/team/source/priorities?team_id=team_id","host":["{{baseUrl}}"],"path":["v2","team","source","priorities"],"query":[{"key":"team_id","value":"team_id"}]},"description":"Patch source priorities."},"response":[{"id":"dcf548b1-d60c-44af-b0aa-7f6288cf6e45","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/team/source/priorities?team_id=team_id","host":["{{baseUrl}}"],"path":["v2","team","source","priorities"],"query":[{"key":"team_id","value":"team_id"}]},"description":"Patch source priorities."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"string\": {\n            \"key\": \"value\"\n        }\n    }\n]"}]},{"name":"Get Team Physicians","id":"4dc1b0ce-dfcf-4532-a1e0-4658706b87ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/team/:team_id/physicians","host":["{{baseUrl}}"],"path":["v2","team",":team_id","physicians"],"variable":[{"id":"81fad969-0ce7-4ad0-8127-ed3df5fa482a","key":"team_id","value":"team_id"}]}},"response":[{"id":"d531e935-7f68-4ccd-a30d-53928182e7fe","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v2/team/:team_id/physicians","host":["{{baseUrl}}"],"path":["v2","team",":team_id","physicians"],"variable":[{"key":"team_id","value":"team_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"first_name\": \"first_name\",\n        \"last_name\": \"last_name\",\n        \"npi\": \"npi\"\n    }\n]"}]}],"id":"8f02468f-ee11-468d-bbcb-2750388507af"},{"name":"Providers","item":[{"name":"Get List Of Providers","id":"2709d6ad-7a98-4eed-8798-dad0cad614ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/providers","description":"Get Provider list"},"response":[{"id":"516ad14f-ad12-4bc7-9a4d-14e1b29ffbfc","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/providers","description":"Get Provider list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Oura\",\n        \"slug\": \"oura\",\n        \"description\": \"description\",\n        \"logo\": \"https://logo_url.com\",\n        \"auth_type\": \"oauth\",\n        \"supported_resources\": [\n            \"workouts\",\n            \"sleep\"\n        ]\n    }\n]"}]}],"id":"591ada46-2f9d-464d-b277-ce94de690887"},{"name":"Introspect","item":[{"name":"Introspect Resources","id":"63b6f0c9-5dc5-482b-a398-59860d73f4b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/introspect/resources"},"response":[{"id":"d69cee23-8aab-4b6e-82a6-ae31d03074e5","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/introspect/resources"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"user_id\": \"\",\n            \"provider\": {\n                \"fitbit\": {\n                    \"activity\": {\n                        \"last_attempt\": {\n                            \"timestamp\": \"2023-10-24T13:13:27Z\",\n                            \"status\": \"success\"\n                        },\n                        \"oldest_data\": \"2023-06-21T00:00:00Z\",\n                        \"newest_data\": \"2023-10-24T00:00:00Z\",\n                        \"sent_count\": 231\n                    }\n                }\n            }\n        }\n    ],\n    \"next\": \"next\"\n}"}]},{"name":"Introspect Historical Pulls","id":"3e9fad5a-c72b-4653-8404-86ecdc0fcb58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/introspect/historical_pull"},"response":[{"id":"ac704638-f6c8-4909-888e-9540b24c5b6a","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v2/introspect/historical_pull"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"user_id\": \"\",\n            \"provider\": {\n                \"fitbit\": {\n                    \"pulled\": {\n                        \"activity\": {\n                            \"status\": \"success\",\n                            \"range_start\": \"2023-07-24T00:00:00Z\",\n                            \"range_end\": \"2023-10-24T00:00:00Z\",\n                            \"timeline\": {\n                                \"scheduled_at\": \"2023-10-24T13:52:51Z\",\n                                \"started_at\": \"2023-10-24T13:52:54Z\",\n                                \"ended_at\": \"2023-10-24T13:53:59Z\"\n                            },\n                            \"days_with_data\": 70,\n                            \"release\": \"0.0.0-dev.cd0e262\",\n                            \"trace_id\": \"51cc7d2d72e98ed4eb63e2b0864b39e3\"\n                        },\n                        \"sleep\": {\n                            \"status\": \"success\",\n                            \"range_start\": \"2023-07-24T00:00:00Z\",\n                            \"range_end\": \"2023-10-24T00:00:00Z\",\n                            \"timeline\": {\n                                \"scheduled_at\": \"2023-10-24T13:52:51Z\",\n                                \"started_at\": \"2023-10-24T13:53:01Z\",\n                                \"ended_at\": \"2023-10-24T13:53:04Z\"\n                            },\n                            \"days_with_data\": 70,\n                            \"release\": \"0.0.0-dev.cd0e262\",\n                            \"trace_id\": \"51cc7d2d72e98ed4eb63e2b0864b39e3\"\n                        }\n                    },\n                    \"not_pulled\": [\n                        \"blood_oxygen\"\n                    ]\n                }\n            }\n        }\n    ],\n    \"next\": \"next\"\n}"}]}],"id":"237325f8-8706-48ac-bb31-e3810c8ceb13"},{"name":"Lab Tests","item":[{"name":"Get Lab Tests For Team","id":"cfdd8226-b412-4135-8d2c-b7c892db8646","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v3/lab_tests","description":"GET all the lab tests the team has access to."},"response":[{"id":"b9bdcd5b-3ae9-40d1-8c58-98ce0f16aaf2","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v3/lab_tests","description":"GET all the lab tests the team has access to."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"id\",\n        \"slug\": \"slug\",\n        \"name\": \"name\",\n        \"sample_type\": \"dried_blood_spot\",\n        \"method\": \"testkit\",\n        \"price\": 1.1,\n        \"is_active\": true,\n        \"status\": \"active\",\n        \"fasting\": true,\n        \"lab\": {\n            \"id\": 1,\n            \"slug\": \"labcorp\",\n            \"name\": \"LabCorp\",\n            \"first_line_address\": \"123 Main St\",\n            \"city\": \"San Francisco\",\n            \"zipcode\": \"91789\",\n            \"collection_methods\": [\n                \"testkit\"\n            ],\n            \"sample_types\": [\n                \"saliva\"\n            ]\n        },\n        \"markers\": [\n            {\n                \"id\": 1,\n                \"name\": \"Hemoglobin A1c\",\n                \"slug\": \"hemoglobin-a1c\",\n                \"description\": \"Hemoglobin A1c is a form of hemoglobin that is measured identify your average blood sugar levels over the past 3 months.\",\n                \"lab_id\": 1,\n                \"provider_id\": \"1234\",\n                \"type\": \"biomarker\",\n                \"unit\": \"%\",\n                \"price\": \"10.00\",\n                \"aoe\": {\n                    \"questions\": [\n                        {\n                            \"id\": 1,\n                            \"required\": true,\n                            \"code\": \"question_code\",\n                            \"value\": \"question_value\",\n                            \"type\": \"choice\",\n                            \"sequence\": 1,\n                            \"answers\": [\n                                {\n                                    \"id\": 1,\n                                    \"code\": \"answer_code\",\n                                    \"value\": \"answer_value\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            }\n        ],\n        \"is_delegated\": true\n    }\n]"}]},{"name":"Create Lab Test For Team","id":"12b4c9eb-5637-4287-9e1d-9bcb001d5da5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"marker_ids\": [\n        1\n    ],\n    \"lab_id\": 1,\n    \"name\": \"name\",\n    \"method\": \"testkit\",\n    \"sample_type\": \"dried_blood_spot\",\n    \"description\": \"description\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/lab_tests"},"response":[{"id":"6c9c3491-6d46-449b-9d13-97b7e2c05203","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"marker_ids\": [\n        1\n    ],\n    \"lab_id\": 1,\n    \"name\": \"name\",\n    \"method\": \"testkit\",\n    \"sample_type\": \"dried_blood_spot\",\n    \"description\": \"description\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/lab_tests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"id\",\n    \"slug\": \"slug\",\n    \"name\": \"name\",\n    \"sample_type\": \"dried_blood_spot\",\n    \"method\": \"testkit\",\n    \"price\": 1.1,\n    \"is_active\": true,\n    \"status\": \"active\",\n    \"fasting\": true,\n    \"lab\": {\n        \"id\": 1,\n        \"slug\": \"labcorp\",\n        \"name\": \"LabCorp\",\n        \"first_line_address\": \"123 Main St\",\n        \"city\": \"San Francisco\",\n        \"zipcode\": \"91789\",\n        \"collection_methods\": [\n            \"testkit\"\n        ],\n        \"sample_types\": [\n            \"saliva\"\n        ]\n    },\n    \"markers\": [\n        {\n            \"id\": 1,\n            \"name\": \"Hemoglobin A1c\",\n            \"slug\": \"hemoglobin-a1c\",\n            \"description\": \"Hemoglobin A1c is a form of hemoglobin that is measured identify your average blood sugar levels over the past 3 months.\",\n            \"lab_id\": 1,\n            \"provider_id\": \"1234\",\n            \"type\": \"biomarker\",\n            \"unit\": \"%\",\n            \"price\": \"10.00\",\n            \"aoe\": {\n                \"questions\": [\n                    {\n                        \"id\": 1,\n                        \"required\": true,\n                        \"code\": \"question_code\",\n                        \"value\": \"question_value\",\n                        \"type\": \"choice\",\n                        \"sequence\": 1,\n                        \"answers\": [\n                            {\n                                \"id\": 1,\n                                \"code\": \"answer_code\",\n                                \"value\": \"answer_value\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    ],\n    \"is_delegated\": true\n}"}]},{"name":"Get Markers","id":"de7f3bb1-9ab9-4abb-83ab-7eb430c36e37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v3/lab_tests/markers","description":"GET all the markers for the given lab."},"response":[{"id":"92d2cc4b-f601-4db0-94fa-2faa349c8014","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v3/lab_tests/markers","description":"GET all the markers for the given lab."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"markers\": [\n        {\n            \"id\": 1,\n            \"name\": \"Hemoglobin A1c\",\n            \"slug\": \"hemoglobin-a1c\",\n            \"description\": \"Hemoglobin A1c is a form of hemoglobin that is measured identify your average blood sugar levels over the past 3 months.\",\n            \"lab_id\": 1,\n            \"provider_id\": \"1234\",\n            \"type\": \"biomarker\",\n            \"unit\": \"%\",\n            \"price\": \"10.00\",\n            \"aoe\": {\n                \"questions\": [\n                    {\n                        \"id\": 1,\n                        \"required\": true,\n                        \"code\": \"code\",\n                        \"value\": \"value\",\n                        \"type\": \"choice\",\n                        \"sequence\": 1,\n                        \"answers\": [\n                            {\n                                \"id\": 1,\n                                \"code\": \"code\",\n                                \"value\": \"value\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"expected_results\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Hemoglobin A1c\",\n                    \"slug\": \"hemoglobin-a1c\",\n                    \"lab_id\": 1,\n                    \"provider_id\": \"1234\",\n                    \"required\": true,\n                    \"loinc\": {\n                        \"id\": 1,\n                        \"name\": \"HbA1c (Bld) [Mass fraction]\",\n                        \"slug\": \"hba1c-bld-mass-fraction\",\n                        \"code\": \"4548-4\",\n                        \"unit\": \"%\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"total\": 1,\n    \"page\": 1,\n    \"size\": 1,\n    \"pages\": 1\n}"}]},{"name":"Get Markers For Test","id":"8c94718b-4aa7-4088-a8f3-43ff17e337e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/lab_tests/:lab_test_id/markers","host":["{{baseUrl}}"],"path":["v3","lab_tests",":lab_test_id","markers"],"variable":[{"id":"eb9f625a-b084-4ace-87b8-6e09dff4ea27","key":"lab_test_id","value":"lab_test_id"}]}},"response":[{"id":"aee8b2af-a560-482e-bf66-6d7941cfb2a7","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/lab_tests/:lab_test_id/markers","host":["{{baseUrl}}"],"path":["v3","lab_tests",":lab_test_id","markers"],"variable":[{"key":"lab_test_id","value":"lab_test_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"markers\": [\n        {\n            \"id\": 1,\n            \"name\": \"Hemoglobin A1c\",\n            \"slug\": \"hemoglobin-a1c\",\n            \"description\": \"Hemoglobin A1c is a form of hemoglobin that is measured identify your average blood sugar levels over the past 3 months.\",\n            \"lab_id\": 1,\n            \"provider_id\": \"1234\",\n            \"type\": \"biomarker\",\n            \"unit\": \"%\",\n            \"price\": \"10.00\",\n            \"aoe\": {\n                \"questions\": [\n                    {\n                        \"id\": 1,\n                        \"required\": true,\n                        \"code\": \"code\",\n                        \"value\": \"value\",\n                        \"type\": \"choice\",\n                        \"sequence\": 1,\n                        \"answers\": [\n                            {\n                                \"id\": 1,\n                                \"code\": \"code\",\n                                \"value\": \"value\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"expected_results\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Hemoglobin A1c\",\n                    \"slug\": \"hemoglobin-a1c\",\n                    \"lab_id\": 1,\n                    \"provider_id\": \"1234\",\n                    \"required\": true,\n                    \"loinc\": {\n                        \"id\": 1,\n                        \"name\": \"HbA1c (Bld) [Mass fraction]\",\n                        \"slug\": \"hba1c-bld-mass-fraction\",\n                        \"code\": \"4548-4\",\n                        \"unit\": \"%\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"total\": 1,\n    \"page\": 1,\n    \"size\": 1,\n    \"pages\": 1\n}"}]},{"name":"Get Markers By Provider Id","id":"33006360-ce42-4ef4-b544-952140222c21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/lab_tests/:lab_id/markers/:provider_id","host":["{{baseUrl}}"],"path":["v3","lab_tests",":lab_id","markers",":provider_id"],"variable":[{"id":"23545a0e-988c-47b0-9958-4ba2f6771e62","key":"provider_id","value":"provider_id"},{"id":"a19d3e38-0db6-4e79-86a6-7df5ea3a2fb6","key":"lab_id","value":"1"}]},"description":"GET a specific marker for the given lab and provider_id"},"response":[{"id":"5e03d591-05ff-418f-9c48-36b1ccf60e2f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/lab_tests/:lab_id/markers/:provider_id","host":["{{baseUrl}}"],"path":["v3","lab_tests",":lab_id","markers",":provider_id"],"variable":[{"key":"provider_id","value":"provider_id"},{"key":"lab_id","value":"1"}]},"description":"GET a specific marker for the given lab and provider_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Hemoglobin A1c\",\n    \"slug\": \"hemoglobin-a1c\",\n    \"description\": \"Hemoglobin A1c is a form of hemoglobin that is measured identify your average blood sugar levels over the past 3 months.\",\n    \"lab_id\": 1,\n    \"provider_id\": \"1234\",\n    \"type\": \"biomarker\",\n    \"unit\": \"%\",\n    \"price\": \"10.00\",\n    \"aoe\": {\n        \"questions\": [\n            {\n                \"id\": 1,\n                \"required\": true,\n                \"code\": \"question_code\",\n                \"value\": \"question_value\",\n                \"type\": \"choice\",\n                \"sequence\": 1,\n                \"answers\": [\n                    {\n                        \"id\": 1,\n                        \"code\": \"answer_code\",\n                        \"value\": \"answer_value\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}]},{"name":"Get Labs","id":"e6d3749f-69d5-4281-9a82-eec3bca3e642","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v3/lab_tests/labs","description":"GET all the labs."},"response":[{"id":"46b353aa-6ace-436b-af84-c6b293e55f1b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v3/lab_tests/labs","description":"GET all the labs."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"slug\": \"labcorp\",\n        \"name\": \"LabCorp\",\n        \"first_line_address\": \"123 Main St\",\n        \"city\": \"San Francisco\",\n        \"zipcode\": \"91789\",\n        \"collection_methods\": [\n            \"testkit\"\n        ],\n        \"sample_types\": [\n            \"saliva\"\n        ]\n    }\n]"}]},{"name":"Get Lab Test For Team","id":"7378100f-fb54-4438-a76f-7c165c9acdaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/lab_tests/:lab_test_id","host":["{{baseUrl}}"],"path":["v3","lab_tests",":lab_test_id"],"variable":[{"id":"bb70bf63-f9dc-434a-a3de-301c5364c2fc","key":"lab_test_id","value":"lab_test_id"}]},"description":"GET all the lab tests the team has access to."},"response":[{"id":"0c788a9a-c423-4ba1-b315-b9895627afaa","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/lab_tests/:lab_test_id","host":["{{baseUrl}}"],"path":["v3","lab_tests",":lab_test_id"],"variable":[{"key":"lab_test_id","value":"lab_test_id"}]},"description":"GET all the lab tests the team has access to."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"id\",\n    \"slug\": \"slug\",\n    \"name\": \"name\",\n    \"sample_type\": \"dried_blood_spot\",\n    \"method\": \"testkit\",\n    \"price\": 1.1,\n    \"is_active\": true,\n    \"status\": \"active\",\n    \"fasting\": true,\n    \"lab\": {\n        \"id\": 1,\n        \"slug\": \"labcorp\",\n        \"name\": \"LabCorp\",\n        \"first_line_address\": \"123 Main St\",\n        \"city\": \"San Francisco\",\n        \"zipcode\": \"91789\",\n        \"collection_methods\": [\n            \"testkit\"\n        ],\n        \"sample_types\": [\n            \"saliva\"\n        ]\n    },\n    \"markers\": [\n        {\n            \"id\": 1,\n            \"name\": \"Hemoglobin A1c\",\n            \"slug\": \"hemoglobin-a1c\",\n            \"description\": \"Hemoglobin A1c is a form of hemoglobin that is measured identify your average blood sugar levels over the past 3 months.\",\n            \"lab_id\": 1,\n            \"provider_id\": \"1234\",\n            \"type\": \"biomarker\",\n            \"unit\": \"%\",\n            \"price\": \"10.00\",\n            \"aoe\": {\n                \"questions\": [\n                    {\n                        \"id\": 1,\n                        \"required\": true,\n                        \"code\": \"question_code\",\n                        \"value\": \"question_value\",\n                        \"type\": \"choice\",\n                        \"sequence\": 1,\n                        \"answers\": [\n                            {\n                                \"id\": 1,\n                                \"code\": \"answer_code\",\n                                \"value\": \"answer_value\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    ],\n    \"is_delegated\": true\n}"}]},{"name":"Get Order Appointment Availability","id":"3d646409-3375-4b95-8dc2-b7846f57d750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"first_line\": \"first_line\",\n    \"city\": \"city\",\n    \"state\": \"state\",\n    \"zip_code\": \"zip_code\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/order/phlebotomy/appointment/availability","description":"Return the available time slots to book an appointment with a phlebotomist\nfor the given address and order."},"response":[{"id":"9b2694e4-0c82-40e5-aadc-798a1a26d84f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"first_line\": \"first_line\",\n    \"city\": \"city\",\n    \"state\": \"state\",\n    \"zip_code\": \"zip_code\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/order/phlebotomy/appointment/availability","description":"Return the available time slots to book an appointment with a phlebotomist\nfor the given address and order."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"slots\": [\n        {\n            \"date\": \"date\",\n            \"slots\": [\n                {\n                    \"start\": \"2024-01-15T09:30:00Z\",\n                    \"end\": \"2024-01-15T09:30:00Z\",\n                    \"price\": 1.1,\n                    \"is_priority\": true,\n                    \"num_appointments_available\": 1\n                }\n            ]\n        }\n    ],\n    \"timezone\": \"timezone\"\n}"}]},{"name":"Book Phlebotomy Appointment","id":"af03a92b-b56c-4e0c-9a50-40154770ea8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"booking_key\": \"booking_key\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v3/order/:order_id/phlebotomy/appointment/book","host":["{{baseUrl}}"],"path":["v3","order",":order_id","phlebotomy","appointment","book"],"variable":[{"id":"6100f308-1829-4add-94ae-65a271a03ba1","key":"order_id","value":"order_id","description":"Your Order ID."}]},"description":"Book an at-home phlebotomy appointment."},"response":[{"id":"5943b438-489a-4229-ba4a-cf74744d2826","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"booking_key\": \"booking_key\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v3/order/:order_id/phlebotomy/appointment/book","host":["{{baseUrl}}"],"path":["v3","order",":order_id","phlebotomy","appointment","book"],"variable":[{"key":"order_id","value":"order_id","description":"Your Order ID."}]},"description":"Book an at-home phlebotomy appointment."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"3435d758-0b79-4f12-8ba3-80966911596c\",\n    \"user_id\": \"92b62408-b041-494a-ba78-b82d34313d2c\",\n    \"order_id\": \"7bb39d45-8ec0-4417-b0df-bd8c3fa026de\",\n    \"address\": {\n        \"first_line\": \"123 Main St.\",\n        \"second_line\": \"Apt. 208\",\n        \"city\": \"San Francisco\",\n        \"state\": \"CA\",\n        \"zip_code\": \"91189\",\n        \"unit\": \"unit\"\n    },\n    \"location\": {\n        \"lng\": -122.4194155,\n        \"lat\": 37.7749295\n    },\n    \"start_at\": \"2021-12-31T23:00:00Z\",\n    \"end_at\": \"2021-12-31T23:00:00Z\",\n    \"iana_timezone\": \"America/New_York\",\n    \"type\": \"phlebotomy\",\n    \"provider\": \"getlabs\",\n    \"status\": \"confirmed\",\n    \"provider_id\": \"123\",\n    \"can_reschedule\": true,\n    \"event_status\": \"scheduled\",\n    \"event_data\": {\n        \"description\": \"Metadata field containing provider specific data, like cancellation reason or origin\"\n    },\n    \"events\": [\n        {\n            \"created_at\": \"2022-01-01T00:00:00Z\",\n            \"status\": \"scheduled\"\n        },\n        {\n            \"created_at\": \"2022-01-02T00:00:00Z\",\n            \"status\": \"completed\"\n        }\n    ]\n}"}]},{"name":"Request Phlebotomy Appointment","id":"d111f617-e012-4a6c-b180-71abd79d7de7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"address\": {\n        \"first_line\": \"first_line\",\n        \"city\": \"city\",\n        \"state\": \"state\",\n        \"zip_code\": \"zip_code\"\n    },\n    \"provider\": \"getlabs\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v3/order/:order_id/phlebotomy/appointment/request","host":["{{baseUrl}}"],"path":["v3","order",":order_id","phlebotomy","appointment","request"],"variable":[{"id":"f217758d-dbf2-4227-81c7-5dd4b73a5719","key":"order_id","value":"order_id","description":"Your Order ID."}]},"description":"Request an at-home phlebotomy appointment."},"response":[{"id":"b57e35af-0288-441d-aa3d-3e1b8915804f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"address\": {\n        \"first_line\": \"first_line\",\n        \"city\": \"city\",\n        \"state\": \"state\",\n        \"zip_code\": \"zip_code\"\n    },\n    \"provider\": \"getlabs\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v3/order/:order_id/phlebotomy/appointment/request","host":["{{baseUrl}}"],"path":["v3","order",":order_id","phlebotomy","appointment","request"],"variable":[{"key":"order_id","value":"order_id","description":"Your Order ID."}]},"description":"Request an at-home phlebotomy appointment."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"319f5d92-304a-49c8-8c43-c480de013981\",\n    \"user_id\": \"41a49b5b-5511-4397-a10b-95d787d47973\",\n    \"order_id\": \"447d4809-6107-4e3e-8c77-247f362a1284\",\n    \"address\": {\n        \"first_line\": \"123 Main St.\",\n        \"second_line\": \"Apt. 208\",\n        \"city\": \"San Francisco\",\n        \"state\": \"CA\",\n        \"zip_code\": \"91189\",\n        \"unit\": \"unit\"\n    },\n    \"location\": {\n        \"lng\": -122.4194155,\n        \"lat\": 37.7749295\n    },\n    \"start_at\": \"2024-01-15T09:30:00Z\",\n    \"end_at\": \"2024-01-15T09:30:00Z\",\n    \"iana_timezone\": \"iana_timezone\",\n    \"type\": \"phlebotomy\",\n    \"provider\": \"phlebfinders\",\n    \"status\": \"pending\",\n    \"provider_id\": \"123\",\n    \"can_reschedule\": false,\n    \"event_status\": \"pending\",\n    \"event_data\": {\n        \"description\": \"Metadata field containing provider specific data, like cancellation reason or origin\"\n    },\n    \"events\": [\n        {\n            \"created_at\": \"2022-01-01T00:00:00Z\",\n            \"status\": \"pending\"\n        }\n    ]\n}"}]},{"name":"Reschedule Phlebotomy Appointment","id":"1dd0d8cd-8720-4b5f-a88b-323cbbc9cdcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"booking_key\": \"booking_key\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v3/order/:order_id/phlebotomy/appointment/reschedule","host":["{{baseUrl}}"],"path":["v3","order",":order_id","phlebotomy","appointment","reschedule"],"variable":[{"id":"7d784bd0-74f0-487c-b250-0558d022450a","key":"order_id","value":"order_id","description":"Your Order ID."}]},"description":"Reschedule a previously booked at-home phlebotomy appointment."},"response":[{"id":"99b07cd8-913a-428d-803c-99491f350477","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"booking_key\": \"booking_key\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v3/order/:order_id/phlebotomy/appointment/reschedule","host":["{{baseUrl}}"],"path":["v3","order",":order_id","phlebotomy","appointment","reschedule"],"variable":[{"key":"order_id","value":"order_id","description":"Your Order ID."}]},"description":"Reschedule a previously booked at-home phlebotomy appointment."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"3435d758-0b79-4f12-8ba3-80966911596c\",\n    \"user_id\": \"92b62408-b041-494a-ba78-b82d34313d2c\",\n    \"order_id\": \"7bb39d45-8ec0-4417-b0df-bd8c3fa026de\",\n    \"address\": {\n        \"first_line\": \"123 Main St.\",\n        \"second_line\": \"Apt. 208\",\n        \"city\": \"San Francisco\",\n        \"state\": \"CA\",\n        \"zip_code\": \"91189\",\n        \"unit\": \"unit\"\n    },\n    \"location\": {\n        \"lng\": -122.4194155,\n        \"lat\": 37.7749295\n    },\n    \"start_at\": \"2021-12-31T23:00:00Z\",\n    \"end_at\": \"2021-12-31T23:00:00Z\",\n    \"iana_timezone\": \"America/New_York\",\n    \"type\": \"phlebotomy\",\n    \"provider\": \"getlabs\",\n    \"status\": \"confirmed\",\n    \"provider_id\": \"123\",\n    \"can_reschedule\": true,\n    \"event_status\": \"scheduled\",\n    \"event_data\": {\n        \"description\": \"Metadata field containing provider specific data, like cancellation reason or origin\"\n    },\n    \"events\": [\n        {\n            \"created_at\": \"2022-01-01T00:00:00Z\",\n            \"status\": \"scheduled\"\n        },\n        {\n            \"created_at\": \"2022-01-02T00:00:00Z\",\n            \"status\": \"completed\"\n        }\n    ]\n}"}]},{"name":"Cancel Phlebotomy Appointment","id":"ec5f848c-edda-41de-874c-c113cdb01c2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason_id\": \"cancellation_reason_id\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v3/order/:order_id/phlebotomy/appointment/cancel","host":["{{baseUrl}}"],"path":["v3","order",":order_id","phlebotomy","appointment","cancel"],"variable":[{"id":"686a60df-1294-4db2-a128-252f3b2326de","key":"order_id","value":"order_id","description":"Your Order ID."}]},"description":"Cancel a previously booked at-home phlebotomy appointment."},"response":[{"id":"23d4f7fa-6b54-4839-8994-6d2d9767476c","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason_id\": \"cancellation_reason_id\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v3/order/:order_id/phlebotomy/appointment/cancel","host":["{{baseUrl}}"],"path":["v3","order",":order_id","phlebotomy","appointment","cancel"],"variable":[{"key":"order_id","value":"order_id","description":"Your Order ID."}]},"description":"Cancel a previously booked at-home phlebotomy appointment."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"3435d758-0b79-4f12-8ba3-80966911596c\",\n    \"user_id\": \"92b62408-b041-494a-ba78-b82d34313d2c\",\n    \"order_id\": \"7bb39d45-8ec0-4417-b0df-bd8c3fa026de\",\n    \"address\": {\n        \"first_line\": \"123 Main St.\",\n        \"second_line\": \"Apt. 208\",\n        \"city\": \"San Francisco\",\n        \"state\": \"CA\",\n        \"zip_code\": \"91189\",\n        \"unit\": \"unit\"\n    },\n    \"location\": {\n        \"lng\": -122.4194155,\n        \"lat\": 37.7749295\n    },\n    \"start_at\": \"2021-12-31T23:00:00Z\",\n    \"end_at\": \"2021-12-31T23:00:00Z\",\n    \"iana_timezone\": \"America/New_York\",\n    \"type\": \"phlebotomy\",\n    \"provider\": \"getlabs\",\n    \"status\": \"confirmed\",\n    \"provider_id\": \"123\",\n    \"can_reschedule\": true,\n    \"event_status\": \"scheduled\",\n    \"event_data\": {\n        \"description\": \"Metadata field containing provider specific data, like cancellation reason or origin\"\n    },\n    \"events\": [\n        {\n            \"created_at\": \"2022-01-01T00:00:00Z\",\n            \"status\": \"scheduled\"\n        },\n        {\n            \"created_at\": \"2022-01-02T00:00:00Z\",\n            \"status\": \"completed\"\n        }\n    ]\n}"}]},{"name":"Get Phlebotomy Appointment Cancellation Reasons","id":"4e95bc2c-0ea2-4775-b803-5036123b4a46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v3/order/phlebotomy/appointment/cancellation-reasons","description":"Get the list of reasons for cancelling an at-home phlebotomy appointment."},"response":[{"id":"1add5368-969e-43ef-b306-129f5f41af0c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v3/order/phlebotomy/appointment/cancellation-reasons","description":"Get the list of reasons for cancelling an at-home phlebotomy appointment."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"9b6378a8-20e9-4d01-8a54-6beba1b388da\",\n        \"name\": \"I'm feeling sick\",\n        \"is_refundable\": true\n    }\n]"}]},{"name":"Get Phlebotomy Appointment","id":"dcfbc76b-f4b2-468c-b2a5-1106e2cdeb78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/order/:order_id/phlebotomy/appointment","host":["{{baseUrl}}"],"path":["v3","order",":order_id","phlebotomy","appointment"],"variable":[{"id":"d39c7e4e-1749-497f-93da-1645643d9f59","key":"order_id","value":"order_id","description":"Your Order ID."}]},"description":"Get the appointment associated with an order."},"response":[{"id":"bdc964ba-fc79-497a-ac16-415d5112787b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/order/:order_id/phlebotomy/appointment","host":["{{baseUrl}}"],"path":["v3","order",":order_id","phlebotomy","appointment"],"variable":[{"key":"order_id","value":"order_id","description":"Your Order ID."}]},"description":"Get the appointment associated with an order."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"3435d758-0b79-4f12-8ba3-80966911596c\",\n    \"user_id\": \"92b62408-b041-494a-ba78-b82d34313d2c\",\n    \"order_id\": \"7bb39d45-8ec0-4417-b0df-bd8c3fa026de\",\n    \"address\": {\n        \"first_line\": \"123 Main St.\",\n        \"second_line\": \"Apt. 208\",\n        \"city\": \"San Francisco\",\n        \"state\": \"CA\",\n        \"zip_code\": \"91189\",\n        \"unit\": \"unit\"\n    },\n    \"location\": {\n        \"lng\": -122.4194155,\n        \"lat\": 37.7749295\n    },\n    \"start_at\": \"2021-12-31T23:00:00Z\",\n    \"end_at\": \"2021-12-31T23:00:00Z\",\n    \"iana_timezone\": \"America/New_York\",\n    \"type\": \"phlebotomy\",\n    \"provider\": \"getlabs\",\n    \"status\": \"confirmed\",\n    \"provider_id\": \"123\",\n    \"can_reschedule\": true,\n    \"event_status\": \"scheduled\",\n    \"event_data\": {\n        \"description\": \"Metadata field containing provider specific data, like cancellation reason or origin\"\n    },\n    \"events\": [\n        {\n            \"created_at\": \"2022-01-01T00:00:00Z\",\n            \"status\": \"scheduled\"\n        },\n        {\n            \"created_at\": \"2022-01-02T00:00:00Z\",\n            \"status\": \"completed\"\n        }\n    ]\n}"}]},{"name":"Get Area Info","id":"8d90fc21-0196-4cc9-b3c0-3b31647ab444","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/order/area/info?zip_code=zip_code","host":["{{baseUrl}}"],"path":["v3","order","area","info"],"query":[{"key":"zip_code","value":"zip_code","description":"Zip code of the area to check"}]},"description":"GET information about an area with respect to lab-testing.\n\nInformation returned:\n\n- Whether a given zip code is served by our Phlebotomy network."},"response":[{"id":"0ed11cd5-d10e-456a-9abb-4f11fbc93ec4","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/order/area/info?zip_code=zip_code","host":["{{baseUrl}}"],"path":["v3","order","area","info"],"query":[{"key":"zip_code","description":"Zip code of the area to check","value":"zip_code"}]},"description":"GET information about an area with respect to lab-testing.\n\nInformation returned:\n\n- Whether a given zip code is served by our Phlebotomy network."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"zip_code\": \"zip_code\",\n    \"phlebotomy\": {\n        \"is_served\": true,\n        \"providers\": [\n            {\n                \"name\": \"getlabs\",\n                \"service_types\": [\n                    \"appointment-ready\"\n                ]\n            }\n        ]\n    }\n}"}]},{"name":"Get Lab Test Result","id":"d7b85d4e-edd0-4546-b8bd-7a5de77438fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"}],"url":{"raw":"{{baseUrl}}/v3/order/:order_id/result/pdf","host":["{{baseUrl}}"],"path":["v3","order",":order_id","result","pdf"],"variable":[{"id":"8e0e060f-850e-4c88-a9ac-d0190fb1ba0f","key":"order_id","value":""}]},"description":"This endpoint returns the lab results for the order."},"response":[]},{"name":"Get Lab Test Result Metadata","id":"4430f81e-944c-4b02-b083-9c94e5501e39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/order/:order_id/result/metadata","host":["{{baseUrl}}"],"path":["v3","order",":order_id","result","metadata"],"variable":[{"id":"bbf7607f-dce9-4c6d-846a-3578cdf0e832","key":"order_id","value":"order_id"}]},"description":"Return metadata related to order results, such as lab metadata,\nprovider and sample dates."},"response":[{"id":"944a3131-853d-4bc7-b7bf-b26ef0bfd5a4","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/order/:order_id/result/metadata","host":["{{baseUrl}}"],"path":["v3","order",":order_id","result","metadata"],"variable":[{"key":"order_id","value":"order_id"}]},"description":"Return metadata related to order results, such as lab metadata,\nprovider and sample dates."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"age\": \"age\",\n    \"dob\": \"18/08/1993\",\n    \"clia_#\": \"clia_#\",\n    \"patient\": \"Bob Smith\",\n    \"provider\": \"Dr. Jack Smith\",\n    \"laboratory\": \"Quest Diagnostics\",\n    \"date_reported\": \"2020-01-01\",\n    \"date_collected\": \"2022-02-02\",\n    \"specimen_number\": \"123131\",\n    \"date_received\": \"2022-01-01\",\n    \"status\": \"final\",\n    \"interpretation\": \"normal\"\n}"}]},{"name":"Get Lab Test Result Raw","id":"e7596dc6-aaa1-404d-921b-1d0170787e5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/order/:order_id/result","host":["{{baseUrl}}"],"path":["v3","order",":order_id","result"],"variable":[{"id":"2344e14f-d4d3-449e-bce0-4cffd38371e5","key":"order_id","value":"order_id"}]},"description":"Return both metadata and raw json test data"},"response":[{"id":"08700e6f-258d-47e3-af92-035ea02fde48","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/order/:order_id/result","host":["{{baseUrl}}"],"path":["v3","order",":order_id","result"],"variable":[{"key":"order_id","value":"order_id"}]},"description":"Return both metadata and raw json test data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"age\": \"age\",\n        \"dob\": \"18/08/1993\",\n        \"clia_#\": \"clia_#\",\n        \"patient\": \"Bob Smith\",\n        \"provider\": \"Dr. Jack Smith\",\n        \"laboratory\": \"Quest Diagnostics\",\n        \"date_reported\": \"2020-01-01\",\n        \"date_collected\": \"2022-02-02\",\n        \"specimen_number\": \"123131\",\n        \"date_received\": \"2022-01-01\",\n        \"status\": \"final\",\n        \"interpretation\": \"normal\"\n    },\n    \"results\": [\n        {\n            \"name\": \"Monocytes(Absolute)\",\n            \"slug\": \"monocytes-absolute\",\n            \"value\": 0.4,\n            \"result\": \"0.4\",\n            \"type\": \"numeric\",\n            \"unit\": \"x10E3/uL\",\n            \"timestamp\": \"2023-11-01T08:28:00Z\",\n            \"notes\": \"Final\",\n            \"min_range_value\": 0.1,\n            \"max_range_value\": 0.9,\n            \"is_above_max_range\": false,\n            \"is_below_min_range\": false,\n            \"interpretation\": \"normal\",\n            \"loinc\": \"742-7\",\n            \"loinc_slug\": \"monocytes-auto-bld-vol\"\n        }\n    ]\n}"}]},{"name":"Get Lab Test Result Raw Fhir","id":"c66259af-d509-4f80-b4d2-69b18eed5c6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/order/:order_id/result/fhir","host":["{{baseUrl}}"],"path":["v3","order",":order_id","result","fhir"],"variable":[{"id":"87ebde6d-f872-45f7-b781-cb42e9e7f192","key":"order_id","value":"order_id"}]},"description":"Return both metadata and raw json test data"},"response":[{"id":"7922aed8-7e41-45fa-9c36-85d38a4d47fc","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/order/:order_id/result/fhir","host":["{{baseUrl}}"],"path":["v3","order",":order_id","result","fhir"],"variable":[{"key":"order_id","value":"order_id"}]},"description":"Return both metadata and raw json test data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"resourceType\": \"resourceType\",\n    \"type\": \"type\",\n    \"entry\": [\n        {\n            \"resource\": {\n                \"birthDate\": \"2024-01-15T09:30:00Z\",\n                \"name\": [\n                    {\n                        \"text\": \"text\"\n                    }\n                ],\n                \"gender\": \"gender\",\n                \"identifier\": [\n                    {\n                        \"value\": \"value\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}]},{"name":"Get Order Labels","id":"e6072e6b-3a09-4087-83bd-78e70df2509d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"}],"url":{"raw":"{{baseUrl}}/v3/order/:order_id/labels/pdf?number_of_labels=&collection_date=","host":["{{baseUrl}}"],"path":["v3","order",":order_id","labels","pdf"],"query":[{"key":"number_of_labels","value":"","description":"Number of labels to generate"},{"key":"collection_date","value":"","description":"Collection date"}],"variable":[{"id":"7be2f810-cb45-4cea-b808-5a19357823eb","key":"order_id","value":""}]},"description":"This endpoint returns the printed labels for the order."},"response":[]},{"name":"Get Order Requisition Url","id":"67c8dd60-33cf-4c79-a205-b225f3235c50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"}],"url":{"raw":"{{baseUrl}}/v3/order/:order_id/requisition/pdf","host":["{{baseUrl}}"],"path":["v3","order",":order_id","requisition","pdf"],"variable":[{"id":"190f37ba-a0c7-4310-b121-d03cc51fca56","key":"order_id","value":"","description":"Your Order ID."}]},"description":"GET requisition pdf for an order"},"response":[]},{"name":"Get Order","id":"946c46d6-33e7-48a5-b864-eb35f9b7ff1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"}],"url":{"raw":"{{baseUrl}}/v3/order/:order_id","host":["{{baseUrl}}"],"path":["v3","order",":order_id"],"variable":[{"id":"0bb24320-f5bf-4126-95ab-efaba2396610","key":"order_id","value":"","description":"Your Order ID."}]},"description":"GET individual order by ID."},"response":[]},{"name":"Create Order Fhir","id":"1b44ae12-39d5-4098-8b03-7d3f00d30367","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"resourceType\": \"example\",\n    \"type\": \"example\",\n    \"entry\": [\n        {\n            \"resource\": {\n                \"resourceType\": \"example\",\n                \"name\": [\n                    {\n                        \"use\": \"example\",\n                        \"given\": [\n                            \"example\"\n                        ],\n                        \"family\": \"example\"\n                    }\n                ],\n                \"telecom\": [\n                    {\n                        \"system\": \"example\",\n                        \"use\": \"example\",\n                        \"value\": \"example\"\n                    }\n                ],\n                \"gender\": \"example\",\n                \"birthDate\": \"example\",\n                \"address\": [\n                    {\n                        \"use\": \"example\",\n                        \"type\": \"example\",\n                        \"line\": [\n                            \"example\"\n                        ],\n                        \"city\": \"example\",\n                        \"state\": \"example\",\n                        \"postalCode\": \"example\",\n                        \"country\": \"example\"\n                    }\n                ]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/order/fhir","description":"POST create new order"},"response":[]},{"name":"Create Order","id":"d713a550-e921-4948-bb38-b9ed3e2b4a61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"user_id\": \"example\",\n    \"lab_test_id\": \"example\",\n    \"physician\": {\n        \"first_name\": \"example\",\n        \"last_name\": \"example\",\n        \"email\": \"example\",\n        \"npi\": \"example\",\n        \"licensed_states\": [\n            \"example\"\n        ],\n        \"signature_image\": {\n            \"content_type\": \"image/jpeg\",\n            \"content\": \"example\"\n        }\n    },\n    \"health_insurance\": {\n        \"front_image\": {\n            \"content_type\": \"image/jpeg\"\n        },\n        \"back_image\": {\n            \"content_type\": \"image/jpeg\"\n        },\n        \"patient_signature_image\": {\n            \"content_type\": \"image/jpeg\"\n        },\n        \"subjective\": \"example\",\n        \"assessment_plan\": \"example\",\n        \"payor_code\": \"example\",\n        \"insurance_id\": \"example\",\n        \"responsible_relationship\": \"Self\",\n        \"responsible_details\": {\n            \"first_name\": \"example\",\n            \"last_name\": \"example\",\n            \"address\": {\n                \"first_line\": \"example\",\n                \"second_line\": \"example\",\n                \"country\": \"example\",\n                \"zip\": \"example\",\n                \"city\": \"example\",\n                \"state\": \"example\"\n            },\n            \"phone_number\": \"example\",\n            \"phone_type\": \"example\"\n        },\n        \"diagnosis_codes\": [\n            \"example\"\n        ]\n    },\n    \"priority\": true,\n    \"consents\": [\n        {\n            \"consentType\": \"terms-of-use\",\n            \"version\": \"example\",\n            \"timeOfConsent\": \"1994-11-05T13:15:30Z\"\n        }\n    ],\n    \"activate_by\": \"example\",\n    \"aoe_answers\": [\n        {\n            \"marker_id\": 0,\n            \"question_id\": 0,\n            \"answer\": \"example\"\n        }\n    ],\n    \"patient_details\": {\n        \"first_name\": \"example\",\n        \"last_name\": \"example\",\n        \"dob\": \"1994-11-05T13:15:30Z\",\n        \"gender\": \"female\",\n        \"phone_number\": \"example\",\n        \"email\": \"example\"\n    },\n    \"patient_address\": {\n        \"receiver_name\": \"example\",\n        \"first_line\": \"example\",\n        \"second_line\": \"example\",\n        \"city\": \"example\",\n        \"state\": \"example\",\n        \"zip\": \"example\",\n        \"country\": \"example\",\n        \"phone_number\": \"example\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/order","description":"POST create new order"},"response":[]},{"name":"Cancel Order","id":"40992eff-d2cf-48c7-8add-07ef60cdd1b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"}],"url":{"raw":"{{baseUrl}}/v3/order/:order_id/cancel","host":["{{baseUrl}}"],"path":["v3","order",":order_id","cancel"],"variable":[{"id":"c5fa94d7-d67f-436e-afef-7f6bcfe5f355","key":"order_id","value":"","description":"Your Order ID."}]},"description":"POST cancel order"},"response":[]},{"name":"Order Process Simulate","id":"762d5a6e-87db-4969-9270-21fe58419c27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/order/:order_id/test","host":["{{baseUrl}}"],"path":["v3","order",":order_id","test"],"variable":[{"id":"58e5fd2d-65f6-404d-af2a-27a4b78b2d17","key":"order_id","value":"order_id"}]},"description":"Get available test kits."},"response":[{"id":"4d23a467-5593-4ff9-bd47-46d0e0d8e7c1","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/order/:order_id/test","host":["{{baseUrl}}"],"path":["v3","order",":order_id","test"],"variable":[{"key":"order_id","value":"order_id"}]},"description":"Get available test kits."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"key\": \"value\"\n}"}]},{"name":"Get Orders","id":"772d7306-8cd4-43c6-a14f-47e4c48d8efc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v3/orders","description":"GET many orders with filters."},"response":[{"id":"85294c76-4c8c-4532-88ab-488a39ffb14f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":"{{baseUrl}}/v3/orders","description":"GET many orders with filters."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [],\n    \"total\": 1,\n    \"page\": 1,\n    \"size\": 1\n}"}]}],"id":"59d828c3-9838-433a-82b9-f31f11a4924e"},{"name":"Testkit","item":[{"name":"Register Testkit","id":"f94797bd-c5f5-4643-b46b-20aef10ed5dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"user_id\": \"example\",\n    \"sample_id\": \"example\",\n    \"patient_details\": {\n        \"first_name\": \"example\",\n        \"last_name\": \"example\",\n        \"dob\": \"1994-11-05T13:15:30Z\",\n        \"gender\": \"female\",\n        \"phone_number\": \"example\",\n        \"email\": \"example\"\n    },\n    \"patient_address\": {\n        \"receiver_name\": \"example\",\n        \"first_line\": \"example\",\n        \"second_line\": \"example\",\n        \"city\": \"example\",\n        \"state\": \"example\",\n        \"zip\": \"example\",\n        \"country\": \"example\",\n        \"phone_number\": \"example\"\n    },\n    \"physician\": {\n        \"first_name\": \"example\",\n        \"last_name\": \"example\",\n        \"email\": \"example\",\n        \"npi\": \"example\",\n        \"licensed_states\": [\n            \"example\"\n        ]\n    },\n    \"health_insurance\": {\n        \"front_image\": {\n            \"content_type\": \"image/jpeg\",\n            \"content\": \"example\"\n        },\n        \"back_image\": {\n            \"content_type\": \"image/jpeg\"\n        },\n        \"patient_signature_image\": {\n            \"content_type\": \"image/jpeg\"\n        },\n        \"subjective\": \"example\",\n        \"assessment_plan\": \"example\",\n        \"payor_code\": \"example\",\n        \"insurance_id\": \"example\",\n        \"responsible_relationship\": \"Self\",\n        \"responsible_details\": {\n            \"first_name\": \"example\",\n            \"last_name\": \"example\",\n            \"address\": {\n                \"first_line\": \"example\",\n                \"second_line\": \"example\",\n                \"country\": \"example\",\n                \"zip\": \"example\",\n                \"city\": \"example\",\n                \"state\": \"example\"\n            },\n            \"phone_number\": \"example\",\n            \"phone_type\": \"example\"\n        },\n        \"diagnosis_codes\": [\n            \"example\"\n        ]\n    },\n    \"consents\": [\n        {\n            \"consentType\": \"terms-of-use\",\n            \"version\": \"example\",\n            \"timeOfConsent\": \"1994-11-05T13:15:30Z\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/order/testkit/register"},"response":[]},{"name":"Create Testkit Order","id":"04e7e5ee-03ef-48f9-8806-f7df21dccd01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"user_id\": \"example\",\n    \"lab_test_id\": \"example\",\n    \"shipping_details\": {\n        \"receiver_name\": \"example\",\n        \"first_line\": \"example\",\n        \"second_line\": \"example\",\n        \"city\": \"example\",\n        \"state\": \"example\",\n        \"zip\": \"example\",\n        \"country\": \"example\",\n        \"phone_number\": \"example\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/order/testkit","description":"Creates an order for an unregistered testkit"},"response":[]}],"id":"919695e2-714d-42dc-8eb4-5423dd03d247"},{"name":"Insurance","item":[{"name":"Search Insurance Payor Information","id":"85029eaf-863a-4be4-afe2-3a911a32f77b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"insurance_name\": \"insurance_name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/insurance/search/payor"},"response":[{"id":"abcec36f-49d4-4979-ab25-bd68f6734799","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"insurance_name\": \"insurance_name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/insurance/search/payor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": \"code\",\n        \"name\": \"name\",\n        \"org_address\": {\n            \"first_line\": \"first_line\",\n            \"second_line\": \"second_line\",\n            \"country\": \"country\",\n            \"zip\": \"zip\",\n            \"city\": \"city\",\n            \"state\": \"state\"\n        }\n    }\n]"}]},{"name":"Search Diagnosis","id":"767acf54-5e3f-452c-9d5e-22fbefdd9c32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/insurance/search/diagnosis?diagnosis_query=diagnosis_query","host":["{{baseUrl}}"],"path":["v3","insurance","search","diagnosis"],"query":[{"key":"diagnosis_query","value":"diagnosis_query"}]}},"response":[{"id":"35ed0ba6-94c8-4347-990e-1776088b9eb8","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-vital-api-key","value":"{{apiKey}}","type":"string"},{"type":"text","key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/v3/insurance/search/diagnosis?diagnosis_query=diagnosis_query","host":["{{baseUrl}}"],"path":["v3","insurance","search","diagnosis"],"query":[{"key":"diagnosis_query","value":"diagnosis_query"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"diagnosis_code\": \"diagnosis_code\",\n        \"description\": \"description\"\n    }\n]"}]}],"id":"60e72d63-b4d0-4d20-a8a7-9c05b4ea258e"}],"auth":{"type":"apikey","apikey":{"value":"{{apiKey}}","key":"x-vital-api-key","in":"header"}},"variable":[{"key":"baseUrl","value":"https://api.tryvital.io","type":"string"},{"key":"apiKey","value":"","type":"string"}]}