{"info":{"_postman_id":"1562c330-8f35-424f-9559-7574fb0a046e","name":"Verikai V2 API","description":"<html><head></head><body><p><a href=\"https://devapi.verikai.com/census\">https://api.verikai.com</a></p>\n<p>V2 of the Verikai API Offering</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"22370660","collectionId":"1562c330-8f35-424f-9559-7574fb0a046e","publishedId":"2sA2xfXY8M","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"262262","highlight":"F2AE00"},"publishDate":"2024-03-11T15:58:04.000Z"},"item":[{"name":"Census","item":[{"name":"/census/v2","id":"369dff2e-c2bd-42a4-a121-fd94eca8e63b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"profile_id\": [\n\t\t\n    ],\n    \"products\": [\"Capture\", \"Capture360\", \"CaptureHealth\"],\n    \"filename\": \"\",\n    \"report_name\": \"\",\n    \"spec_deductible\": \"\",\n    \"census\": [\n        {\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"gender\": \"\",\n            \"dob\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"address\": \"\",\n            \"zip\": \"\"\n        },\n        {\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"gender\": \"\",\n            \"dob\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"address\": \"\",\n            \"zip\": \"\"\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.verikai.com/census/v2","description":"<p>The census post endpoint allows for the submission of a group. If the body of a census is left blank then an Amazon S3 presigned url is returned along with a census id for record keeping. The presigned url can be used to directly upload large groups.</p>\n<p>The limit for this request is 6mb. If your group size causes the payload to exceed this limit, omit the census attribute and use the returned presigned url to upload the group directly.</p>\n<h1 id=\"parameters\">Parameters</h1>\n<hr />\n<p><code>profile_id(s)</code> <em>array of strings</em></p>\n<p>An array of profile ids used when submitting the census</p>\n<hr />\n<p><code>products</code> \"Capture\" | \"Capture360\" | \"CaptureHealth\"[]</p>\n<p>An array of string literals</p>\n<hr />\n<p><code>filename</code> <em>string</em></p>\n<p>A user provided filename to apply to the submitted group</p>\n<hr />\n<p><code>spec_deductible</code> <em>int</em></p>\n<p>The spec deductible to apply to an MSL submission</p>\n<hr />\n<p><code>selected_profiles</code> <em>array of strings</em></p>\n<p>An array of score types used when submitting the census. ie. Capture, Capture360</p>\n<hr />\n<p><code>report_name</code> <em>string</em></p>\n<p>A user provided name to apply to the submitted group</p>\n<hr />\n<p><code>census</code> <em>array of objects</em></p>\n<p>A group of individuals to be processed</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>first_name</code> <em>string</em>  <br />The first name of an individual</td>\n</tr>\n<tr>\n<td><code>last_name</code> <em>string</em>  <br />The last name of an individual</td>\n</tr>\n<tr>\n<td><code>gender</code> <em>string</em>  <br />The gender of an individual</td>\n</tr>\n<tr>\n<td><code>dob</code> <em>string</em>  <br />The date of birth of an individual. In MM-DD-YYYY format.</td>\n</tr>\n<tr>\n<td><code>city</code> <em>string</em>  <br />The city of the individual</td>\n</tr>\n<tr>\n<td><code>address</code> <em>string</em>  <br />The address of the individual</td>\n</tr>\n<tr>\n<td><code>zip</code> <em>string</em>  <br />The zip code of the individual</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"response\">Response</h1>\n<hr />\n<p><code>census_id</code> <em>string</em></p>\n<p>The ID assigned to the group that was submitted. Used to retrieve scores</p>\n<hr />\n<p><code>status</code> <em>string</em></p>\n<p>The processing status of the census</p>\n<hr />\n<p><code>url</code> <em>string</em></p>\n<p>A Presigned url used to upload a census file directly. Only returned when census body is empty</p>\n<hr />\n","urlObject":{"path":["census","v2"],"host":["https://api.verikai.com"],"query":[],"variable":[]}},"response":[{"id":"de3bb6f2-f06e-4073-80b1-df43a6293664","name":"200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n    \"profile_id\": [\n\t\t\n    ],\n    \"filename\": \"\",\n    \"report_name\" : \"\",\n    \"spec_deductible\": \"\",\n    \"census\": [\n        {\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"gender\": \"\",\n            \"dob\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"address\": \"\",\n            \"zip\": \"\"\n        },\n        {\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"gender\": \"\",\n            \"dob\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"address\": \"\",\n            \"zip\": \"\"\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.verikai.com/v2"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"<string>"}],"cookie":[],"responseTime":null,"body":"{\n\t\"census_id\": \"\",\n\t\"status\": \"Pending\"\n}"},{"id":"e6bf5bbc-0ef0-41dd-a6d2-f3ae5cecedc6","name":"200 response Presigned Url","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n    \"profile_id\": [\n\t\t\n    ],\n    \"filename\": \"\",\n    \"report_name\": \"\",\n    \"spec_deductible\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://devapi.verikai.com/census/v2"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"<string>"}],"cookie":[],"responseTime":null,"body":"{\n\t\"census_id\": \"\",\n\t\"status\": \"Awaiting census upload\",\n\t\"url\": \"\"\n}"},{"id":"6eb86099-1bf3-4fa2-a2ad-935680806210","name":"400 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n    \"profile_id\": [\n\t\t\n    ],\n    \"filename\": \"\",\n    \"spec_deductible\": \"\",\n    \"census\": [\n        {\n            \"last_name\": \"\",\n            \"first_name\": \"\",\n            \"gender\": \"\",\n            \"dob\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"address\": \"\",\n            \"zip\": \"\"\n        },\n        {\n            \"last_name\": \"\",\n            \"first_name\": \"\",\n            \"gender\": \"\",\n            \"dob\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"address\": \"\",\n            \"zip\": \"\"\n        }\n    ],\n    \"deliver_url\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.verikai.com/v2"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"<string>"}],"cookie":[],"responseTime":null,"body":"{\n\t\"error\": \"\"\n}"},{"id":"4720f822-0548-4d97-98c4-d61ac36a5210","name":"404 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"formdata","formdata":[],"options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.verikai.com/v2"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"<string>"}],"cookie":[],"responseTime":null,"body":""},{"id":"7329cc42-5f13-4330-989a-ee983e310429","name":"500 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.verikai.com/v2"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"<string>"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"369dff2e-c2bd-42a4-a121-fd94eca8e63b"},{"name":"/census/v2/:census_id","id":"dd52e80f-52fe-406c-b5c4-85efc8ba59fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.verikai.com/census/v2/:census_id","description":"<p>Requests the meta-data about a given census</p>\n<h1 id=\"response\">Response</h1>\n<hr />\n<p><code>profile_id</code> <em>string</em></p>\n<p>The profile ID(s) that were used when the census was submitted</p>\n<hr />\n<p><code>status</code> <em>string</em></p>\n<p>The status of the census</p>\n<hr />\n<p><code>census</code> <em>object</em></p>\n<p>The census object</p>\n<hr />\n<p><code>errors</code> <em>array</em><br />A list of errors returned when trying to process the census</p>\n<hr />\n<p><code>date_created</code> <em>string</em><br />The date the census was processed</p>\n<hr />\n<p><code>spec_deductible</code> <em>string</em><br />If the census was ran using an MSL profile, the deductible it was submitted with</p>\n<hr />\n<p><code>medrx_status</code> <em>string</em></p>\n<p>The status of the MedRx report, if one was ordered</p>\n<hr />\n","urlObject":{"path":["census","v2",":census_id"],"host":["https://api.verikai.com"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"census_id"}]}},"response":[{"id":"92bbe036-1581-4ed0-bc33-c4f2505c328d","name":"200 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.verikai.com/v2/:census_id","host":["https://api.verikai.com"],"path":["v2",":census_id"],"variable":[{"key":"census_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"<string>"}],"cookie":[],"responseTime":null,"body":"{\n\t\"profile_id\": [],\n\t\"status\": \"completed\",\n\t\"errors\": [],\n\t\"date_created\": \"2023-10-18T20:14:42.844Z\",\n\t\"spec_deductible\":\"\",\n\t\"medrx_status\": \"pending\"\n}"},{"id":"d96f0b53-55d8-4de1-9993-37445fce51e8","name":"400 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.verikai.com/v2/:census_id","host":["https://api.verikai.com"],"path":["v2",":census_id"],"variable":[{"key":"census_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"<string>"}],"cookie":[],"responseTime":null,"body":""},{"id":"cb13fb8a-af50-47ba-b354-d647ff203709","name":"404 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.verikai.com/v2/:census_id","host":["https://api.verikai.com"],"path":["v2",":census_id"],"variable":[{"key":"census_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"<string>"}],"cookie":[],"responseTime":null,"body":""},{"id":"3e617b51-e6ba-4bad-a703-ee7c3870dc9d","name":"500 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.verikai.com/v2/:census_id","host":["https://api.verikai.com"],"path":["v2",":census_id"],"variable":[{"key":"census_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"<string>"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dd52e80f-52fe-406c-b5c4-85efc8ba59fd"},{"name":"/census/v2/:census_id/scores","id":"f051d12a-5888-4855-904a-f7355994f4c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.verikai.com/census/v2/511065c4-99e8-4aed-829d-6f16fe6823f2/scores","description":"<p><code>capture</code> <em>object</em></p>\n<p>Requests the scores associated with a submitted census. The following objects are only returned if the submitted census was associated with the score type</p>\n<h1 id=\"response\">Response</h1>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date_created</code> <em>string</em>  <br />The date of generation for the score(s) in YYYY-MM-DD format</td>\n</tr>\n<tr>\n<td><code>match_count</code> <em>int</em>  <br />The number of individuals within the submitted census for which a match was found</td>\n</tr>\n<tr>\n<td><code>match_rate</code> <em>string</em>  <br />The number of matched individuals divided by the total individuals within the submitted census</td>\n</tr>\n<tr>\n<td><code>capture_loss_ratio</code> <em>int</em>  <br />If configured for your account, the Capture Loss Ratio score will be returned</td>\n</tr>\n<tr>\n<td><code>capture_claims</code> <em>int</em>  <br />If configured for your account, the Capture Claims score will be returned</td>\n</tr>\n<tr>\n<td><code>capture_profit</code> <em>int</em>  <br />If configured for your account, the Capture Profit score will be returned</td>\n</tr>\n<tr>\n<td><code>capture_spec</code> <em>int</em>  <br />If activated for your account, the Capture Spec score will be returned</td>\n</tr>\n<tr>\n<td><code>capture_spec_profit</code> <em>int</em>  <br />If activated for your account, the Capture Spec Claims score will be returned</td>\n</tr>\n<tr>\n<td><code>capture_spec_profit</code> <em>int</em>  <br />If activated for your account, the Capture Spec Profit score will be returned</td>\n</tr>\n<tr>\n<td><code>status</code> <em>string</em>  <br />If the capture scores are not available yet a status is returned. Available statues are Processing, Not Found, Error</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><code>capture360</code> <em>object</em></p>\n<p>This object returns all configured Capture360 scores with its associated metadata.</p>\n<h1 id=\"response-1\">Response</h1>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date_created</code> <em>string</em>  <br />The date of generation for the score(s) in YYYY-MM-DD format</td>\n</tr>\n<tr>\n<td><code>match_count</code> <em>int</em>  <br />The number of individuals within the submitted census for which a match was found</td>\n</tr>\n<tr>\n<td><code>match_rate</code> <em>string</em>  <br />The number of matched individuals divided by the total individuals within the submitted census</td>\n</tr>\n<tr>\n<td><code>capture_360_loss_ratio</code> <em>int</em>  <br />If configured for your account, the Capture360 Loss Ratio score will be returned</td>\n</tr>\n<tr>\n<td><code>capture_360_claims</code> <em>int</em>  <br />If configured for your account, the Capture360 Claims score will be returned</td>\n</tr>\n<tr>\n<td><code>capture_360_profit</code> <em>int</em>  <br />If configured for your account, the Capture360 Profit score will be returned</td>\n</tr>\n<tr>\n<td><code>capture_360_spec</code> <em>int</em>  <br />If activated for your account, the Capture360 Spec score will be returned</td>\n</tr>\n<tr>\n<td><code>capture_360_spec_profit</code> <em>int</em>  <br />If activated for your account, the Capture360 Spec Claims score will be returned</td>\n</tr>\n<tr>\n<td><code>capture_360_spec_profit</code> <em>int</em>  <br />If activated for your account, the Capture360 Spec Profit score will be returned</td>\n</tr>\n<tr>\n<td><code>status</code> <em>string</em>  <br />If the capture scores are not available yet a status is returned. Available statues are Processing, Not Found, Error</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><code>captureHealth</code> <em>object</em></p>\n<p>This object returns all configured CaptureHealth scores with its associated metadata.</p>\n<h1 id=\"response-2\">Response</h1>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>date_created</code> <em>string</em>  <br />The date of generation for the score(s) in YYYY-MM-DD format</td>\n</tr>\n<tr>\n<td><code>match_count</code> <em>int</em>  <br />The number of individuals within the submitted census for which a match was found</td>\n</tr>\n<tr>\n<td><code>match_rate</code> <em>string</em>  <br />The number of matched individuals divided by the total individuals within the submitted census</td>\n</tr>\n<tr>\n<td><code>capture_health_loss_ratio</code> <em>int</em>  <br />If configured for your account, the CaptureHealth Loss Ratio score will be returned</td>\n</tr>\n<tr>\n<td><code>capture_health_claims</code> <em>int</em>  <br />If configured for your account, the CaptureHealth Claims score will be returned</td>\n</tr>\n<tr>\n<td><code>capture_360_profit</code> <em>int</em>  <br />If configured for your account, the Capture360 Profit score will be returned</td>\n</tr>\n<tr>\n<td><code>capture_health_profit</code> <em>int</em>  <br />If activated for your account, the CaptureHealth Spec score will be returned</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["census","v2","511065c4-99e8-4aed-829d-6f16fe6823f2","scores"],"host":["https://api.verikai.com"],"query":[],"variable":[]}},"response":[{"id":"0886a697-ffe0-411b-8af5-9db1a7741ca1","name":"200 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://api.verikai.com/census/v2/:census_id/scores","protocol":"https","host":["api","verikai","com"],"path":["census","v2",":census_id","scores"],"variable":[{"key":"census_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Strict-Transport-Security","value":"<string>","description":{"content":"","type":"text/plain"},"disabled":false},{"key":"Access-Control-Allow-Origin","value":"<string>","description":{"content":"","type":"text/plain"},"disabled":false}],"cookie":[],"responseTime":null,"body":"{\n\t\"capture\": {\n\t\t\"date_created\": \"2024-05-29\",\n\t\t\"match_count\": 10,\n\t\t\"match_rate\": \"90%\",\n\t\t\"capture_loss_ratio\": 1.0,\n\t\t\"capture_claims\": 1.0,\n\t\t\"capture_profit\": 1.0,\n\t},\n\t\"capture360\": {\n        \"date_created\" : \"2024-05-29\",\n        \"match_count\": 10,\n        \"match_rate\": \"90%\",\n\t\t\"capture_360_loss_ratio\": 1.0,\n\t\t\"capture_360_claims\": 1.0,\n\t\t\"capture_360_profit\": 1.0,\n    },\n    {\n    \"captureHealth\": {\n        \"date_created\": \"2024-05-29\",\n        \"capture_health_loss_ratio\": 1.0,\n        \"capture_health_claims\": 1.0,\n        \"capture_health_profit\": 1.0\n    }\n}\n}"},{"id":"084bac92-4ce8-4e5f-94c0-b7b0b93e6412","name":"400 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.verikai.com/v2/:census_id/scores","host":["https://api.verikai.com"],"path":["v2",":census_id","scores"],"variable":[{"key":"census_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"<string>"}],"cookie":[],"responseTime":null,"body":""},{"id":"d09fae61-3e09-488f-b1ef-63675f4b976a","name":"404 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.verikai.com/v2/:census_id/scores","host":["https://api.verikai.com"],"path":["v2",":census_id","scores"],"variable":[{"key":"census_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"<string>"}],"cookie":[],"responseTime":null,"body":""},{"id":"d5477b7a-3c20-4e95-bbf9-08479c7b486c","name":"500 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.verikai.com/v2/:census_id/scores","host":["https://api.verikai.com"],"path":["v2",":census_id","scores"],"variable":[{"key":"census_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"<string>"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f051d12a-5888-4855-904a-f7355994f4c5"},{"name":"/census/v2/:census_id/scores","id":"11aca182-fa63-43cc-a60c-a2f1d58a88ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"scores\": [\"Capture360\", \"CaptureHealth\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.verikai.com/census/v2/511065c4-99e8-4aed-829d-6f16fe6823f2/scores","description":"<p>The census scores post endpoint for requesting premium scores (Capture360 or CaptureHealth). Medical claims data for the group (MedRx) will be ordered as part of this process</p>\n<h1 id=\"parameters\">Parameters</h1>\n<hr />\n<p><code>scores</code> \"Capture360\" | \"CaptureHealth\"[]</p>\n<p>An array of string literals</p>\n<hr />\n","urlObject":{"path":["census","v2","511065c4-99e8-4aed-829d-6f16fe6823f2","scores"],"host":["https://api.verikai.com"],"query":[],"variable":[]}},"response":[{"id":"5f7a4456-96a3-4cc1-9e49-72c7b062fe11","name":"200 response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://api.verikai.com/census/v2/:census_id/scores","protocol":"https","host":["api","verikai","com"],"path":["census","v2",":census_id","scores"],"variable":[{"key":"census_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Strict-Transport-Security","value":"<string>","description":{"content":"","type":"text/plain"},"disabled":false},{"key":"Access-Control-Allow-Origin","value":"<string>","description":{"content":"","type":"text/plain"},"disabled":false}],"cookie":[],"responseTime":null,"body":"{\"census_id\":\"c3567d84-9f8e-4d7e-a96b-01523f76714a\",\"status\":\"Processing\"}"}],"_postman_id":"11aca182-fa63-43cc-a60c-a2f1d58a88ab"},{"name":"/census/v2/:census_id/scenario","id":"ead2f5d6-8643-4453-a9c6-6af581f64bd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.verikai.com/census/v2/511065c4-99e8-4aed-829d-6f16fe6823f2/scenario","description":"<p>Requests the scenario results associated with a submitted census. The reponse is an object containing an array of objects with the key \"scenarios\".</p>\n<h1 id=\"response\">Response</h1>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code> <em>string</em>  <br />The id of the scenario run</td>\n</tr>\n<tr>\n<td><code>datetime_created</code> <em>datetime</em>  <br />The time in UTC when the scenario was run</td>\n</tr>\n<tr>\n<td><code>scenario_type</code> <em>string</em>  <br />The type of scenario, either custom ot standardized</td>\n</tr>\n<tr>\n<td><code>included_scores</code> <em>string</em>  <br />A list of scores that have been run for the census</td>\n</tr>\n<tr>\n<td><code>result_scenario_json</code> <em>object</em>  <br />  <br />The results of a single scenario ex:  <br />{  <br />\"id\": \"09bb1b34-fc6a-11ee-b8fc-06b4701dc4cd\",  <br />\"name\": \"another test scenario\",  <br />\"long_name\": \"another test scenario\",  <br />\"result\": false,  <br />\"summary\": \"This text displayed when false.\"  <br />}</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","urlObject":{"path":["census","v2","511065c4-99e8-4aed-829d-6f16fe6823f2","scenario"],"host":["https://api.verikai.com"],"query":[],"variable":[]}},"response":[{"id":"30e5a158-2db2-42af-b888-1dc4fef6759d","name":"200 response","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ead2f5d6-8643-4453-a9c6-6af581f64bd5"},{"name":"/census/v2/:census_id/individuals","id":"8917edc2-7812-4239-ac05-385ce986a5c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.verikai.com/v2/:census_id/individuals","description":"<p>Requests the individual Capture scores associated with a submitted census.</p>\n<h1 id=\"response\">Response</h1>\n<hr />\n<p>The response is an object that contains the key \"capture\" which holds an array of score objects which in turn holds all the configured scores as seen below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>manual_plus</code> <em>int</em>  <br />If configured for your account, the Manual+/Loss Ratio score will be returned</td>\n</tr>\n<tr>\n<td><code>claims_plus</code> <em>int</em>  <br />If configured for your account, the Claims+ score will be returned</td>\n</tr>\n<tr>\n<td><code>profit_plus</code> <em>int</em>  <br />If configured for your account, the Profit+ score will be returned</td>\n</tr>\n<tr>\n<td><code>spec_plus</code> <em>int</em>  <br />If configured for your account, the Spec+ score will be returned</td>\n</tr>\n<tr>\n<td><code>spec_plus</code> <em>int</em>  <br />If configured for your account, the Spec+ score will be returned</td>\n</tr>\n<tr>\n<td><code>spec_claims_plus</code> <em>int</em>  <br />If configured for your account, the Spec Claims+ score will be returned</td>\n</tr>\n<tr>\n<td><code>spec_profit_plus</code> <em>object</em>  <br />  If configured for your account, the Spec Profit+ score will be returned</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2",":census_id","individuals"],"host":["https://api.verikai.com"],"query":[{"disabled":true,"key":null,"value":""}],"variable":[{"type":"any","value":"","key":"census_id"}]}},"response":[{"id":"4afcaf21-d6b5-4d33-878e-ad96cacac41c","name":"200 response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.verikai.com/v2/:census_id/individuals","host":["https://api.verikai.com"],"path":["v2",":census_id","individuals"],"query":[{"key":null,"value":"","type":"text","disabled":true}],"variable":[{"key":"census_id","value":""}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8917edc2-7812-4239-ac05-385ce986a5c6"}],"id":"336c512b-e7b8-4f34-b2da-406f050a42be","description":"<p>The Census object and it's associated actions</p>\n<p><a href=\"https://api.verikai.com/census/v2\">https://api.verikai.com/census/v2</a></p>\n","_postman_id":"336c512b-e7b8-4f34-b2da-406f050a42be"},{"name":"MedRx","item":[{"name":"/medrx/v2/:census_id/medrx-match-rate","id":"e23542c0-0326-416a-a661-8b208341e8f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.verikai.com/medrx/v2/:census_id/medrx-match-rate","description":"<h1 id=\"get-medrx-match-rate\">Get Medrx Match Rate</h1>\n<p>This endpoint retrieves the match rate for Medrx based on the provided census ID.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p>Method: <code>GET</code></p>\n</li>\n<li><p>URL: <code>https://api.verikai.com/medrx/v2/:census_id/medrx-match-rate</code></p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response will include the match rate for Medrx based on the provided census ID.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"census_member_count\": 31,\n    \"members_matched_with_content\": 23\n}\n\n</code></pre>\n","urlObject":{"path":["medrx","v2",":census_id","medrx-match-rate"],"host":["https://api.verikai.com"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"","key":"census_id"}]}},"response":[{"id":"fe5c067e-17ab-4b40-b820-04eb8777f90b","name":"200 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"<API Key>","type":"text"}],"url":{"raw":"https://api.verikai.com/medrx/v2/:census_id/medrx-match-rate","host":["https://api.verikai.com"],"path":["medrx","v2",":census_id","medrx-match-rate"],"variable":[{"key":"census_id","value":"","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 14:30:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"63"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"e9b35388-e072-422d-b4aa-e1f32f1d64e4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; IncludeSubDomains"},{"key":"x-amz-apigw-id","value":"aVwBNET0PHcEhSw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6685606d-3a4ce4c468082bde392b6503;Parent=2b883dfee6a499f3;Sampled=0;lineage=948099eb:0|7bd68e9e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"census_member_count\": 87,\n    \"members_matched_with_content\": 68\n}"},{"id":"a37de8d9-19d4-4e62-81db-85ed7d5766a6","name":"401 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"<API Key>","type":"text"}],"url":{"raw":"https://api.verikai.com/medrx/v2/:census_id/medrx-match-rate","host":["https://api.verikai.com"],"path":["medrx","v2",":census_id","medrx-match-rate"],"variable":[{"key":"census_id","value":"","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 14:48:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"20aeb7b9-2223-44dd-8041-a0317c97ff99"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"aVyrgEKvPHcEQrg="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthorized\"\n}"},{"id":"f7263f5a-0bd2-4839-af07-bab61c1eb439","name":"404 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"<API Key>","type":"text"}],"url":{"raw":"https://api.verikai.com/medrx/v2/:census_id/medrx-match-rate","host":["https://api.verikai.com"],"path":["medrx","v2",":census_id","medrx-match-rate"],"variable":[{"key":"census_id","value":"","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 14:45:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"24"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"3127182f-f557-463f-a8e9-633307383f41"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; IncludeSubDomains"},{"key":"x-amz-apigw-id","value":"aVyR5HBZvHcEcJQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6685640b-427d21653ad125d561d182c6;Parent=12b817f9abc70b8b;Sampled=0;lineage=948099eb:0|7bd68e9e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Not Found\"\n}"},{"id":"1a9dec9f-2d1c-4b00-ad7f-0f3b56222139","name":"500 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.verikai.com/v2/:census_id/medrx-match-rate","host":["https://api.verikai.com"],"path":["v2",":census_id","medrx-match-rate"],"variable":[{"key":"census_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"<string>"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e23542c0-0326-416a-a661-8b208341e8f6"},{"name":"/medrx/v2/:census_id/high-cost-conditions","id":"d46ef27c-b95b-48a7-a2ed-dd9f9ab4bfbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.verikai.com/medrx/v2/:census_id/high-cost-conditions","description":"<h3 id=\"get-high-cost-conditions\">Get High Cost Conditions</h3>\n<p>This endpoint retrieves high cost conditions for a specific census ID.</p>\n<h4 id=\"request\">Request</h4>\n<p>The request does not require any parameters or a request body.</p>\n<ul>\n<li><p>HTTP Method: GET</p>\n</li>\n<li><p>Base URL: https://api.verikai.com</p>\n</li>\n<li><p>Path: /medrx/v2/:census_id/high-cost-conditions</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>Example Response Body</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"Condition\": \"\",\n        \"IcdCodes\": \"\",\n        \"MembersAllTime\": \"\",\n        \"Members12Months\": \"\"\n    }\n]\n\n</code></pre>\n","urlObject":{"path":["medrx","v2",":census_id","high-cost-conditions"],"host":["https://api.verikai.com"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"","key":"census_id"}]}},"response":[{"id":"540ced04-1ec9-4b4c-ab8e-63db4836b2d1","name":"200 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"<API Key>","type":"text"}],"url":{"raw":"https://api.verikai.com/medrx/v2/:census_id/high-cost-conditions","protocol":"https","host":["api","verikai","com"],"path":["medrx","v2",":census_id","high-cost-conditions"],"variable":[{"key":"census_id","value":"","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 15:05:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"661"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"b44ccb4c-4bce-4ce8-affd-4647e8127687"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; IncludeSubDomains"},{"key":"x-amz-apigw-id","value":"aV1MYE-vPHcEuwg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-668568b5-6012472e54dcf8975841308a;Parent=0481b53a19a04bf6;Sampled=0;lineage=948099eb:0|42ebacf9:0"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Condition\": \"Diabetes\",\n        \"IcdCodes\": \"E10649,E1065,E113293,E113299,E1142,E11621,E1165,E119\",\n        \"MembersAllTime\": \"4\",\n        \"Members12Months\": \"4\"\n    },\n    {\n        \"Condition\": \"Heart Disease\",\n        \"IcdCodes\": \"I213,I2510,I5023,I5030,I5032,I5033,I5042,I509\",\n        \"MembersAllTime\": \"4\",\n        \"Members12Months\": \"3\"\n    },\n    {\n        \"Condition\": \"Skin Cancer\",\n        \"IcdCodes\": \"C44519,D171,D235,D2371,D485\",\n        \"MembersAllTime\": \"5\",\n        \"Members12Months\": \"2\"\n    },\n    {\n        \"Condition\": \"Chronic Kidney Disease\",\n        \"IcdCodes\": \"I130,I1310,N179,N182,N1830,N189\",\n        \"MembersAllTime\": \"3\",\n        \"Members12Months\": \"2\"\n    },\n    {\n        \"Condition\": \"Scoliosis\",\n        \"IcdCodes\": \"M4135,M4186,M419\",\n        \"MembersAllTime\": \"3\",\n        \"Members12Months\": \"1\"\n    },\n    {\n        \"Condition\": \"Breast Cancer\",\n        \"IcdCodes\": \"N6321,N6325,Z803,Z853\",\n        \"MembersAllTime\": \"3\",\n        \"Members12Months\": \"1\"\n    },\n    {\n        \"Condition\": \"Congential Disorders\",\n        \"IcdCodes\": \"Q438\",\n        \"MembersAllTime\": \"1\",\n        \"Members12Months\": \"0\"\n    },\n    {\n        \"Condition\": \"Prostate Cancer\",\n        \"IcdCodes\": \"C61\",\n        \"MembersAllTime\": \"1\",\n        \"Members12Months\": \"0\"\n    }\n]"},{"id":"4c3c16ef-c5cc-4763-8fd8-94724f179a87","name":"401 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"<API Key>","type":"text"}],"url":{"raw":"https://api.verikai.com/medrx/v2/:census_id/high-cost-conditions","host":["https://api.verikai.com"],"path":["medrx","v2",":census_id","high-cost-conditions"],"variable":[{"key":"census_id","value":"","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 15:16:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"4f05bbbe-6134-4b9e-a9a4-fbf66cd0315c"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"aV2wiF8HvHcEpbA="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthorized\"\n}"},{"id":"9d40054d-d5c2-4482-850b-1786cc7af5d9","name":"404 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"<API Key>","type":"text"}],"url":{"raw":"https://api.verikai.com/medrx/v2/:census_id/high-cost-conditions","host":["https://api.verikai.com"],"path":["medrx","v2",":census_id","high-cost-conditions"],"variable":[{"key":"census_id","value":"","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 15:12:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"24"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"0d80c1aa-c958-4726-88e2-e07ddc1a8309"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; IncludeSubDomains"},{"key":"x-amz-apigw-id","value":"aV2O7HtFvHcEgrQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-66856a5f-45389da359f71cbf5c908e79;Parent=646573a1a23bc82f;Sampled=0;lineage=948099eb:0|42ebacf9:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Not Found\"\n}"},{"id":"8d559c0c-7744-48af-aa21-bf0c46d6b515","name":"500 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.verikai.com/v2/:census_id/high-cost-conditions","host":["https://api.verikai.com"],"path":["v2",":census_id","high-cost-conditions"],"variable":[{"key":"census_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"<string>"}],"cookie":[],"responseTime":null,"body":""},{"id":"023ecd47-b82f-45d1-9a28-e8f7f5a6fba3","name":"/medrx/v2/:census_id/high-cost-conditions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"<API Key>","type":"text"}],"url":{"raw":"https://api.verikai.com/medrx/v2/:census_id/high-cost-conditions","protocol":"https","host":["api","verikai","com"],"path":["medrx","v2",":census_id","high-cost-conditions"],"variable":[{"key":"census_id","value":"","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Oct 2024 13:49:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"997"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"17b2531e-86f7-48d1-9cb5-d7e44c3dca52"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; IncludeSubDomains"},{"key":"x-amz-apigw-id","value":"AXRsFEdYPHcENuQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-671f964c-6a28dcbc41e22c7b760c31b2;Parent=61315d0994b67838;Sampled=0;Lineage=2:42ebacf9:0"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Condition\": \"Diabetes\",\n        \"IcdCodes\": \"E10649,E1065,E113293,E113299,E1142,E11621,E1165,E119\",\n        \"MembersAllTime\": \"4\",\n        \"Members12Months\": \"4\"\n    },\n    {\n        \"Condition\": \"Heart Disease\",\n        \"IcdCodes\": \"I213,I2510,I5023,I5030,I5032,I5033,I5042,I509\",\n        \"MembersAllTime\": \"4\",\n        \"Members12Months\": \"3\"\n    },\n    {\n        \"Condition\": \"Skin Cancer\",\n        \"IcdCodes\": \"C44519,D171,D235,D2371,D485\",\n        \"MembersAllTime\": \"5\",\n        \"Members12Months\": \"2\"\n    },\n    {\n        \"Condition\": \"Chronic Kidney Disease\",\n        \"IcdCodes\": \"I130,I1310,N179,N182,N1830,N189\",\n        \"MembersAllTime\": \"3\",\n        \"Members12Months\": \"2\"\n    },\n    {\n        \"Condition\": \"Scoliosis\",\n        \"IcdCodes\": \"M4135,M4186,M419\",\n        \"MembersAllTime\": \"3\",\n        \"Members12Months\": \"1\"\n    },\n    {\n        \"Condition\": \"Breast Cancer\",\n        \"IcdCodes\": \"N6321,N6325,Z803,Z853\",\n        \"MembersAllTime\": \"3\",\n        \"Members12Months\": \"1\"\n    },\n    {\n        \"Condition\": \"Hemophilia\",\n        \"IcdCodes\": \"D6869,D696\",\n        \"MembersAllTime\": \"2\",\n        \"Members12Months\": \"0\"\n    },\n    {\n        \"Condition\": \"Congential Disorders\",\n        \"IcdCodes\": \"Q438\",\n        \"MembersAllTime\": \"1\",\n        \"Members12Months\": \"0\"\n    },\n    {\n        \"Condition\": \"Prostate Cancer\",\n        \"IcdCodes\": \"C61\",\n        \"MembersAllTime\": \"1\",\n        \"Members12Months\": \"0\"\n    }\n]"}],"_postman_id":"d46ef27c-b95b-48a7-a2ed-dd9f9ab4bfbc"},{"name":"/medrx/v2/:census_id/high-cost-drugs","id":"d0cad878-70de-45da-a192-cd56cd4e4472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.verikai.com/medrx/v2/:census_id/high-cost-drugs","description":"<h2 id=\"retrieve-high-cost-drugs-for-a-census\">Retrieve High Cost Drugs for a Census</h2>\n<p>This endpoint allows you to retrieve a list of high cost drugs for a specific census.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request does not require a request body.</p>\n<h3 id=\"response-body\">Response Body</h3>\n<ul>\n<li><code>highCostDrugs</code>: An array of high cost drugs associated with the specified census.</li>\n</ul>\n<p>Example response body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"RxName\": \"\",\n    \"RxCodes\": [],\n    \"MembersAllTime\": \"\",\n    \"Members12Months\": \"\",\n    \"SingleFillCost\": \"\",\n    \"AverageSingleFillCost\": 0.0,\n    \"TotalGroupSpend\": 0.0\n  }\n]\n\n</code></pre>\n","urlObject":{"path":["medrx","v2",":census_id","high-cost-drugs"],"host":["https://api.verikai.com"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"","key":"census_id"}]}},"response":[{"id":"2f088e7a-52a9-4263-863d-fb8fea097f0c","name":"200 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"<API Key>","type":"text"}],"url":{"raw":"https://api.verikai.com/medrx/v2/:census_id/high-cost-drugs","protocol":"https","host":["api","verikai","com"],"path":["medrx","v2",":census_id","high-cost-drugs"],"variable":[{"key":"census_id","value":"","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 15:07:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1198"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"7c953761-ab5a-436f-9077-80c8215f79b1"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; IncludeSubDomains"},{"key":"x-amz-apigw-id","value":"aV1eoEwAPHcEReg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6685692a-18a1cdef0f3b68de113bd48e;Parent=196534a65c74a579;Sampled=0;lineage=4d2660bc:0"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"RxName\": \"Baqsimi\",\n        \"RxCodes\": [\n            \"00002614527\",\n            \"00002614511\",\n            \"00002614501\",\n            \"00002614502\"\n        ],\n        \"MembersAllTime\": \"1\",\n        \"Members12Months\": \"0\",\n        \"SingleFillCost\": \"$553.07 - $558.19\",\n        \"AverageSingleFillCost\": 555.63,\n        \"TotalGroupSpend\": 4445.04\n    },\n    {\n        \"RxName\": \"Qelbree\",\n        \"RxCodes\": [\n            \"17772013360\",\n            \"17772013330\"\n        ],\n        \"MembersAllTime\": \"1\",\n        \"Members12Months\": \"0\",\n        \"SingleFillCost\": \"$683.92 - $724.81\",\n        \"AverageSingleFillCost\": 711.18,\n        \"TotalGroupSpend\": 17068.32\n    },\n    {\n        \"RxName\": \"Ozempic\",\n        \"RxCodes\": [\n            \"00169413013\",\n            \"00169413001\"\n        ],\n        \"MembersAllTime\": \"2\",\n        \"Members12Months\": \"0\",\n        \"SingleFillCost\": \"$772.77 - $903.98\",\n        \"AverageSingleFillCost\": 820.81,\n        \"TotalGroupSpend\": 21341.08\n    },\n    {\n        \"RxName\": \"Aimovig\",\n        \"RxCodes\": [\n            \"55513084301\"\n        ],\n        \"MembersAllTime\": \"1\",\n        \"Members12Months\": \"0\",\n        \"SingleFillCost\": \"$676.93 - $985.10\",\n        \"AverageSingleFillCost\": 722.65,\n        \"TotalGroupSpend\": 5058.52\n    },\n    {\n        \"RxName\": [\n            \"Injection\",\n            \"onabotulinumtoxina\"\n        ],\n        \"RxCodes\": [\n            \"J0585\",\n            \"J0585\",\n            \"J0585\"\n        ],\n        \"MembersAllTime\": \"1\",\n        \"Members12Months\": \"1\",\n        \"SingleFillCost\": \"$948.91 - $2170.0\",\n        \"AverageSingleFillCost\": 1762.969991048177,\n        \"TotalGroupSpend\": 5288.909973144531\n    },\n    {\n        \"RxName\": \"Ajovy\",\n        \"RxCodes\": [\n            \"51759020222\",\n            \"51759020210\"\n        ],\n        \"MembersAllTime\": \"1\",\n        \"Members12Months\": \"0\",\n        \"SingleFillCost\": \"$49.98 - $2883.80\",\n        \"AverageSingleFillCost\": 809.05,\n        \"TotalGroupSpend\": 27507.68\n    },\n    {\n        \"RxName\": \"Rybelsus\",\n        \"RxCodes\": [\n            \"00169431430\",\n            \"00169431413\"\n        ],\n        \"MembersAllTime\": \"1\",\n        \"Members12Months\": \"0\",\n        \"SingleFillCost\": \"$824.50 - $824.50\",\n        \"AverageSingleFillCost\": 824.5,\n        \"TotalGroupSpend\": 1649.0\n    },\n    {\n        \"RxName\": \"Eucrisa\",\n        \"RxCodes\": [\n            \"55724021121\",\n            \"55724021111\"\n        ],\n        \"MembersAllTime\": \"1\",\n        \"Members12Months\": \"0\",\n        \"SingleFillCost\": \"$713.37 - $1501.40\",\n        \"AverageSingleFillCost\": 1107.39,\n        \"TotalGroupSpend\": 4429.54\n    },\n    {\n        \"RxName\": \"Nurtec Odt\",\n        \"RxCodes\": [\n            \"72618300002\"\n        ],\n        \"MembersAllTime\": \"1\",\n        \"Members12Months\": \"0\",\n        \"SingleFillCost\": \"$2141.20 - $2141.20\",\n        \"AverageSingleFillCost\": 2141.2,\n        \"TotalGroupSpend\": 4282.4\n    },\n    {\n        \"RxName\": \"Vraylar\",\n        \"RxCodes\": [\n            \"61874011530\",\n            \"61874011511\",\n            \"61874011520\"\n        ],\n        \"MembersAllTime\": \"1\",\n        \"Members12Months\": \"1\",\n        \"SingleFillCost\": \"$1400.32 - $1400.83\",\n        \"AverageSingleFillCost\": 1400.53,\n        \"TotalGroupSpend\": 12604.8\n    },\n    {\n        \"RxName\": \"Repatha\",\n        \"RxCodes\": [\n            \"72511076002\"\n        ],\n        \"MembersAllTime\": \"1\",\n        \"Members12Months\": \"0\",\n        \"SingleFillCost\": \"$759.52 - $759.52\",\n        \"AverageSingleFillCost\": 759.52,\n        \"TotalGroupSpend\": 759.52\n    },\n    {\n        \"RxName\": \"Synjardy\",\n        \"RxCodes\": [\n            \"00597030093\",\n            \"00597030045\"\n        ],\n        \"MembersAllTime\": \"1\",\n        \"Members12Months\": \"1\",\n        \"SingleFillCost\": \"$485.46 - $700.94\",\n        \"AverageSingleFillCost\": 539.0,\n        \"TotalGroupSpend\": 46353.86\n    },\n    {\n        \"RxName\": \"Wegovy\",\n        \"RxCodes\": [\n            \"00169452514\"\n        ],\n        \"MembersAllTime\": \"1\",\n        \"Members12Months\": \"1\",\n        \"SingleFillCost\": \"$1954.57 - $1954.57\",\n        \"AverageSingleFillCost\": 1954.57,\n        \"TotalGroupSpend\": 1954.57\n    },\n    {\n        \"RxName\": \"Oxycodone Hydrochloride\",\n        \"RxCodes\": [\n            \"00406055262\",\n            \"00406055201\",\n            \"42858000110\",\n            \"42858000101\",\n            \"00406055223\",\n            \"10702001850\",\n            \"10702001801\"\n        ],\n        \"MembersAllTime\": \"4\",\n        \"Members12Months\": \"1\",\n        \"SingleFillCost\": \"$1.55 - $2500.00\",\n        \"AverageSingleFillCost\": 559.77,\n        \"TotalGroupSpend\": 5037.96\n    },\n    {\n        \"RxName\": \"Lantus Solostar\",\n        \"RxCodes\": [\n            \"00088221905\"\n        ],\n        \"MembersAllTime\": \"1\",\n        \"Members12Months\": \"1\",\n        \"SingleFillCost\": \"$111.74 - $673.96\",\n        \"AverageSingleFillCost\": 543.37,\n        \"TotalGroupSpend\": 3803.6\n    }\n]"},{"id":"3681ca28-b26e-4f00-ade8-543796ad6f89","name":"401 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"<API Key>","type":"text"}],"url":{"raw":"https://api.verikai.com/medrx/v2/:census_id/high-cost-drugs","host":["https://api.verikai.com"],"path":["medrx","v2",":census_id","high-cost-drugs"],"variable":[{"key":"census_id","value":"","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 15:18:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"5a9fb33c-f7ef-4c73-b513-0a9ddf107936"},{"key":"x-amzn-ErrorType","value":"UnauthorizedException"},{"key":"x-amz-apigw-id","value":"aV3JTFvKPHcEhdw="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthorized\"\n}"},{"id":"1ac76ffe-d571-47ee-82a5-37f4f7dc2447","name":"404 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"<API Key>","type":"text"}],"url":{"raw":"https://api.verikai.com/medrx/v2/:census_id/high-cost-drugs","host":["https://api.verikai.com"],"path":["medrx","v2",":census_id","high-cost-drugs"],"variable":[{"key":"census_id","value":"","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 15:13:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"24"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"ac7f6199-db38-4800-988f-eece691730fa"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; IncludeSubDomains"},{"key":"x-amz-apigw-id","value":"aV2UpHE4vHcEHMw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-66856a83-2924aa0709f345fd79a29f39;Parent=7d005b9e9b0249c3;Sampled=0;lineage=4d2660bc:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Not Found\"\n}"},{"id":"95df85d2-7a06-427f-9020-6ef6305a81ca","name":"500 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.verikai.com/v2/:census_id/high-cost-drugs","host":["https://api.verikai.com"],"path":["v2",":census_id","high-cost-drugs"],"variable":[{"key":"census_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"<string>"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d0cad878-70de-45da-a192-cd56cd4e4472"},{"name":"/medrx/v2/:census_id/individual-claims","event":[{"listen":"test","script":{"id":"973582c1-430b-49dd-bdf5-49605330585c","exec":["pm.test(\"Response status code is 200\", function () {","  pm.response.to.have.status(200);","});","","","pm.test(\"Response has the required fields - census_id, individual-claims\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.be.an('object');","    pm.expect(responseData).to.have.property('census_id');","    pm.expect(responseData).to.have.property('individual-claims');","});","","","pm.test(\"Validate the format and content of specific headers\", function () {","    pm.expect(pm.response.headers.get(\"Content-Type\")).to.include(\"application/json\");","    pm.expect(pm.response.headers.get(\"Cache-Control\")).to.include(\"no-store\");","    pm.expect(pm.response.headers.get(\"Pragma\")).to.include(\"no-cache\");","});","","","pm.test(\"Response time is within an acceptable range\", function () {","  pm.expect(pm.response.responseTime).to.be.below(500);","});","// Validate the response schema based on the provided type","pm.test(\"Response schema is valid\", function () {","  var schema = {","    type: \"object\",","    properties: {","      claim_id: { type: \"string\" },","      claimant_name: { type: \"string\" },","      claim_amount: { type: \"number\" },","      claim_status: { type: \"string\" }","      // ... (other properties)","    },","    required: [\"claim_id\", \"claimant_name\", \"claim_amount\", \"claim_status\"]","  };","","  var responseData = pm.response.json();","  responseData.forEach((claim) => {","    pm.expect(tv4.validate(claim, schema)).to.be.true;","  });","});"],"type":"text/javascript","packages":{}}}],"id":"69fad7c6-4f20-46e4-a2f1-47b8809c27d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.verikai.com/v2/:census_id/individual-claims","description":"<h3 id=\"get-individual-claims\">GET Individual Claims</h3>\n<h3 id=\"v2census_idindividual-claims\">/v2/:census_id/individual-claims</h3>\n<p>This endpoint retrieves individual claims for a specific census ID.</p>\n<p>This endpoint is paginated if results are greater than 1000. If so, a token will be returned in the body of the response which you can use to receive the next batch of data.</p>\n<h2 id=\"request\">Request</h2>\n<h3 id=\"request-url\">Request URL</h3>\n<ul>\n<li><p><code>GET /v2/:census_id/individual-claims</code></p>\n</li>\n<li><p><code>GET /v2/:census_id/individual-claims?token=\"\"</code></p>\n</li>\n</ul>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><code>census_id</code> (path parameter) : The ID of the census for which individual claims are to be retrieved.</li>\n</ul>\n<h3 id=\"query-parameters\"><strong>Query Parameters</strong></h3>\n<ul>\n<li><p><code>token</code>If the results are greater than 1000 then they will be paginated. A token will be returned in the response body which you can use to populate the query parameters.</p>\n</li>\n<li><p><strong>IMPORTANT:</strong> You will need to encode the token to populate it in the API call.</p>\n</li>\n</ul>\n<h2 id=\"response-body\">Response Body</h2>\n<p>Example response body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n \"individuals\": \n   [\n     {\n       \"individual_id\": \"1234567890\"\n       \"total_claims\": \"2000\",\n     }\n   ],\n \"next_token\": null,\n \"total_individuals\": 1\n}\n\n</code></pre>\n","urlObject":{"path":["v2",":census_id","individual-claims"],"host":["https://api.verikai.com"],"query":[],"variable":[{"type":"any","value":"","key":"census_id"}]}},"response":[{"id":"31e3b4fe-1889-4ccb-93dc-13ff09d7bfc2","name":"200 response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.verikai.com/v2/:census_id/individual-claims","host":["https://api.verikai.com"],"path":["v2",":census_id","individual-claims"],"variable":[{"key":"census_id","value":""}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"individuals\": [\n        {\n            \"individual_id\": \"individual_id\",\n            \"total_claims\": \"total_claims\"\n        },\n        {\n            \"individual_id\": \"123\",\n            \"total_claims\": \"4941\"\n        },\n    ],\n    \"total_individuals\": \"1\",\n    \"next_token\": null\n}"}],"_postman_id":"69fad7c6-4f20-46e4-a2f1-47b8809c27d7"},{"name":"/medrx/v2/:census_id/report-download","id":"a34adec8-d305-4cfc-bed9-99780feb32e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.verikai.com/v2/:census_id/report-download","description":"<h3 id=\"get-report-download\">GET Report Download</h3>\n<h3 id=\"v2census_idindividual-claims\">/v2/:census_id/individual-claims</h3>\n<p>This endpoint retrieves a signed url to facilitate the retrieval of MedRx information for the specified report.</p>\n<h2 id=\"request\">Request</h2>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><code>census_id</code> (path parameter) : The ID of the census for which individual claims are to be retrieved.</li>\n</ul>\n<h2 id=\"response-body\">Response Body</h2>\n<p>Example response body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">https: //verikai-census.s3.us-west-2.amazonaws.com/archive/84/2024_03_28/medrx-37ff6320-ed4e-11ee-aee0-c7e64f9977e2-1318.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&amp;X-Amz-Credential=ASIA3UMXYTZ57MMXAJIV/20250310/us-west-2/s3/aws4_request&amp;X-Amz-Date=20250310T173825Z&amp;X-Amz-Expires=300&amp;X-Amz-Security-Token=IQoJb3JpZ2luX2VjEEoaCXVzLXdlc3QtMiJHMEUCIBZS+Qgsra8+J4HQ2ekTfeEnfSx80oI+Q53K8A9Eyr8QAiEAyJRSZA1/j3GZtJXXnb1NK+s1ASWqtWJx+YemE1UASPIq9wIIk///////////ARAAGgw3OTk3MTkwNzEzNTUiDHk2+goJPby8xPvRgyrLAunPOF2Lb3QOsAgBB9jJ+gCIc67pn0vIUYNkgIyQgt9kSWZ6gWA+mWeFQphnmA1YIMoaD0BwAqW5x/JotPBbC5k3InxMP59jX6e8WVHc6TKuEecYOs35PFoDGrhrzDJPwmqLavFNDnH+IN/4xt8OarNYownwFKFAI7NmZ6GrZcjBUar0/gxlE5wz0xVYO+PTpLkSWBYywrvMwfdspW8PhnJ2l/Gh12bBGyPvi7qhZS44ysCC7Xhl1MRw2QTFL8bCFvjcgtLWTJhZsQOETM2N0eoYDT+5iVv9X1qPapPr1FOQkc96WkCW5ObKvg6G2SOUUD1OXQKDIl324ZjKHllwcpZlFNexaAsA09dCLybZ/WHdnKVCEwTWv5AZej2dPQFHqlV90aPg8xKz91/soyNMbvJMZCP3A9AuvbdUkYKwOiQsHHJtEKkA9K4qODow8sS8vgY6ngGCZzZSpQQYSPOZj9G/bq9GrcyRSTZ63VxGbokrrQcqku9HtvjPI5y6lm85dGfk9tWN5h4hs7g/Jpu5Godi337MQZD+CENZYPXt1HPobrUmo/4jtReJdQHfxECVOvmZ9Td88hr+EVQRRBzbJ4gNsj+9uMC2qn5WdhxkCbr86MOpV2tTp4BApVBpItU1t9IYPSf8Y3mKSsgGqYPN2Ph7bw==&amp;X-Amz-Signature=af18e79ed95f594d59cd264bd01e3a4abf03a5da8105ade0249c297d94495fb2&amp;X-Amz-SignedHeaders=host&amp;x-id=GetObject\n\n</code></pre>\n","urlObject":{"path":["v2",":census_id","report-download"],"host":["https://api.verikai.com"],"query":[],"variable":[{"type":"any","value":"","key":"census_id"}]}},"response":[{"id":"9a0a828f-9bf7-4cd9-b0ed-d6af96210ff3","name":"200 reponse","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.verikai.com/v2/:census_id/report-download","host":["https://api.verikai.com"],"path":["v2",":census_id","report-download"],"variable":[{"key":"census_id","value":""}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a34adec8-d305-4cfc-bed9-99780feb32e5"}],"id":"edeb6a8b-315d-4d28-aa1b-9d7cc978eb19","description":"<p>The MedRx object and it's associated actions</p>\n<p><a href=\"https://api.verikai.com/census/v2\">https://api.verikai.com/medrx/v2</a></p>\n","_postman_id":"edeb6a8b-315d-4d28-aa1b-9d7cc978eb19"}],"event":[{"listen":"prerequest","script":{"id":"26c70bfb-6957-40f5-837b-4523e293f8ce","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"50db215b-81f2-42f2-824e-e0f8fbe0f1f2","type":"text/javascript","exec":[""]}}],"variable":[{"key":"basePath","value":"census"},{"key":"baseUrl","value":"https://api.verikai.com"},{"key":"apiKey","value":"","type":"string"},{"key":"census_id","value":"","type":"string"}]}