{"info":{"_postman_id":"b38238d1-cdc9-4754-9912-2c69c560f910","name":"BENEKIVA DOCUMENTATION","description":"<html><head></head><body><p><img src=\"https://res.cloudinary.com/benekiva/image/upload/c_scale,h_648,w_1000/v1608937047/benekiva/transparentPng2x/8_webhook_2x_j77o4m.png\" alt=\"Benekiva API\"></p>\n<p>This API is developed for Benekiva. Please login to your Benekiva portal using your Developer Account Credentials and obtain API Key and Client Secret. Depending upon your company policy, you can refresh API keys and client secret as many times as you want. Please keep it secured as these generated keys are the only way to Single Sign On into Benekiva. Benekiva does not provide Basic Authorization, only 2.0 Authorization Framework at this time.</p>\n<p>If you don't have Developer Account, please reach out to your Implementation Manager at Benekiva to have your Developer Account setup. Please note, Administrator will not be able to set this up at this point. It has to be done by Benekiva team.</p>\n<p>Once Developer account is setup, please login to Benekiva and one of the sections will be - Dev Bar. This is where your API key and Client secret exist. You can refresh them and change them as often as you like depending upon your company refresh policy.</p>\n<p><img src=\"https://res.cloudinary.com/benekiva/image/upload/c_scale,w_760/v1614349526/API%20Documentation/devbar-sc_c2mhmd.png\" alt=\"Dev Bar\"></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5328875","collectionId":"b38238d1-cdc9-4754-9912-2c69c560f910","publishedId":"TWDXnw9f","public":true,"customColor":{"top-bar":"066327","right-sidebar":"0A6CA2","highlight":"47A80D"},"publishDate":"2021-02-26T15:09:41.000Z"},"item":[{"name":"AUTH - Single Sign On","item":[{"name":"OAuth 2.0 Authorization","item":[{"name":"Request SSO URI","id":"4098d606-91f8-4801-965b-b67da89d81d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"{{API_KEY}}\",\n  \"clientSecret\": \"{{CLIENT_SECRET}}\",\n  \"grantRole\": \"{{GRANT_ROLE}}\",\n  \"firstName\": \"{{FIRST_NAME}}\",\n  \"lastName\": \"{{LAST_NAME}}\",\n  \"authorizedEmail\": \"{{AUTHORIZED_EMAIL}}\"\n}"},"url":"{{DOMAIN}}/auth/generatessotoken","description":"<p>SSO handshake can be done between authorized client with valid apiKey and client Secret.</p>\n<p>Please consult with Administrator to obtain list of roles that have SSO enabled. They are not enabled by default, so it is important step for Admin to go to \"Roles\", and enable them.</p>\n<h3 id=\"if-user-does-not-exist-in-the-system-the-record-will-be-dynamically-created-so-it-is-not-necessary-for-user-record-exist-in-the-system-for-sso-to-work\">If user does not exist in the system, the record will be dynamically created. So it is not necessary for user record exist in the system for SSO to work.</h3>\n<h2 id=\"here-are-the-following-description-of-the-parameters-that-need-to-be-passed\">Here are the following description of the parameters that need to be passed.</h2>\n<h4 id=\"apikey---required-field\">\"apiKey\" - Required Field</h4>\n<h4 id=\"clientsecret----required-field\">\"clientSecret\"  - Required Field</h4>\n<h4 id=\"grantrole----required-field\">\"grantRole\"  - Required Field</h4>\n<h4 id=\"authorizedemail----required-field\">\"authorizedEmail\"  - Required Field.</h4>\n<h4 id=\"firstname----required-if-user-does-not-exist\">\"firstName\"  - Required if user does not exist</h4>\n<h4 id=\"middleinitial---optional-field\">\"middleInitial\" - Optional Field</h4>\n<h4 id=\"lastname---required-if-user-does-not-exist\">\"lastName\" - Required if user does not exist</h4>\n<h4 id=\"fhnum---required-only-if-grantrole-is-fhd\">\"fhNum\" - Required Only If grantRole is \"FHD\"</h4>\n<h5 id=\"authorizedemail-is-the-persons-email-to-whom-authorization-need-to-be-granted-if-email-is-not-found-in-benekiva-the-user-account-will-be-created-automatically\">\"authorizedEmail\" is the person's email to whom authorization need to be granted. If email is not found in Benekiva, the user account will be created automatically.</h5>\n<p>In the Response object, Sso_Uri can be directly called upon to connect to single sign on into Benekiva.</p>\n","urlObject":{"path":["auth","generatessotoken"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4098d606-91f8-4801-965b-b67da89d81d6"}],"id":"2c104227-9f8d-42c8-a8ce-5c26de4189ec","description":"<p>The OAuth 2.0 authorization framework is a protocol that allows a user to grant a third-party web site or application access to the user's protected resources, without necessarily revealing their long-term credentials or even their identity.</p>\n<p>OAuth introduces an authorization layer and separates the role of the client from that of the resource owner. In OAuth, the client requests access to resources controlled by the resource owner and hosted by the resource server and is issued a different set of credentials than those of the resource owner. Instead of using the resource owner's credentials to access protected resources, the client obtains an access token--a string denoting a specific scope, lifetime, and other access attributes. Access tokens are issued to third-party clients by an authorization server with the approval of the resource owner. Then the client uses the access token to access the protected resources hosted by the resource server.</p>\n<p>Auth0 generates access tokens for API authorization scenarios, in JSON web token (JWT) format. The permissions represented by the access token, in OAuth terms, are known as scopes. When an application authenticates with Auth0, it specifies the scopes it wants. If those scopes are authorized by the user, then the access token will represent these authorized scopes.</p>\n","event":[{"listen":"prerequest","script":{"id":"02e68838-a1d4-4227-92fb-aaf87dbf8bd4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"76cf6e4e-6bc2-4f1f-80a0-2ae6ab71e539","type":"text/javascript","exec":[""]}}],"_postman_id":"2c104227-9f8d-42c8-a8ce-5c26de4189ec"},{"name":"SAML 2.0 (Azure)","item":[{"name":"Request SSO URI","id":"5ee90bc5-a2e3-475c-b2e2-dfd4e21191ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"{{API_KEY}}\",\n  \"clientSecret\": \"{{CLIENT_SECRET}}\",\n  \"grantRole\": \"{{GRANT_ROLE}}\",\n  \"polNum\": \"{{POLICY_NUM}}\",\n  \"fhNum\": \"{{FH_NUM}}\",\n  \"incUsers\":\"{{INCLUDE_USERS}}\",\n  \"authorizedEmail\": \"{{AUTHORIZED_EMAIL}}\"\n}"},"url":"{{DOMAIN}}/auth/generatessotoken","description":"<p>SSO handshake can be done between authorized client with valid apiKey and client Secret and Benekiva in the granted role of either FHD or CSR.</p>\n<p>This is preliminary release of SSO feature and subjected to change although not architecturally.</p>\n<p>\"apiKey\" and \"clientSecret\" can be obtained from Benekiva by login in as dev credential. Please reach out to Benekiva team if you do not have those credentials handy or needs tutorial to reset them.</p>\n<p>\"grant Role\" - This can either take \"CSR\" or \"FHD\" as values.</p>\n<p>If the supplied value is \"FHD\", \"fhNum\" becomes required field.</p>\n<p>\"incUsers\" - This accepts array of email addresses for which you need to see all the claims submitted and processed too. This comes handy if one employee needs to see and process claims started by another employee. It only works for the included users whose role is the same as \"grant role\" above.</p>\n<p>\"authorizedEmail\" is the person's email to whom authorization need to be granted. If email is not found in Benekiva, the user account will be created automatically.</p>\n<p>In the Response object, Sso_Uri can be directly called upon to connect to single sign on into Benekiva.</p>\n","urlObject":{"path":["auth","generatessotoken"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ee90bc5-a2e3-475c-b2e2-dfd4e21191ba"}],"id":"c69fcf12-2367-4da7-8d56-41d0597a266f","description":"<p>SAML 2.0 authentication involves a co-ordinated setup on both parties. For each environment, the setup is unique. That means, a lower environment setup cannot be carried to higher environment and vice versa.</p>\n<p>First thing first. It is important to know the Benekiva DOMAIN for which it is going to be configured.<br />{{BKV_DOMAIN}}</p>\n<p>Follow this Azure screen to understand the usual setup needed to be complete on Carrier side. Depending upon version, this screen may not look the same.</p>\n<img src=\"https://res.cloudinary.com/benekiva/image/upload/v1623338093/image001_ouqvwv.png\" alt />\n\n<ul>\n<li>ENTITY ID - {{BKV_DOMAIN}}/auth/saml/metadata</li>\n<li>REPLY URL - {{BKV_DOMAIN}}/auth/saml/acs</li>\n</ul>\n<p>Once those two required fields are setup, Go to Box 3, and download the Federation Metadata XML. Please provide this xml via secured channel to Benekiva IT Support team. Once Benekiva team sets this up, it is now ready to setup some user on both ends and do testing.</p>\n","_postman_id":"c69fcf12-2367-4da7-8d56-41d0597a266f"}],"id":"144ee634-b5e1-4dde-845f-68668d9bd453","_postman_id":"144ee634-b5e1-4dde-845f-68668d9bd453","description":""},{"name":"AUTHORIZATION","item":[{"name":"AUTH TOKEN","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"TOKEN\", jsonData.AuthToken);"],"type":"text/javascript","id":"ff10abdb-fff7-4609-91b5-03ace4903545"}}],"id":"300103db-0bcb-49f8-9dd8-04945a332820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"{{API_KEY}}\",\n  \"clientSecret\": \"{{CLIENT_SECRET}}\"\n}"},"url":"{{DOMAIN}}/auth/authtoken","description":"<img src=\"https://res.cloudinary.com/benekiva/image/upload/v1633191486/new-isometrics/14_remoteWorktransparent_brlie7.png\" alt />\n\n<p>Please connect with Benekiva IT Team to obtain API key and Client secret. Alternatively, the keys can be managed via Super admin user access to Benekiva System.</p>\n","urlObject":{"path":["auth","authtoken"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[{"id":"e4fe052d-a899-441d-863a-79b19454fe7f","name":"SUCCESS","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"{{API_KEY}}\",\n  \"clientSecret\": \"{{CLIENT_SECRET}}\"\n}"},"url":"{{DOMAIN}}/auth/authtoken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-WebKit-CSP","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"947"},{"key":"ETag","value":"W/\"3b3-vjymfKdXj1g8p8wnHeJ4B6ZiF6I\""},{"key":"Set-Cookie","value":"connect.sid=s%3ALKwFmxw80W8ldPn-7LtdmCHLG1eofpJy.5yHDlfAHn%2Fvi2NgbQOicJKvoyI6xi%2BtyCnRRstCgkoM; Path=/; HttpOnly; Secure"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 13 Jan 2023 05:07:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"ApiVersion\": \"2.5.5805\",\n    \"AuthToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI1ZDcxMTFjYjE0NDY0ZTE4M2UzYTQxMTMiLCJfaWQiOiI1ZDcxMTFjYjE0NDY0ZTE4M2UzYTQxMTMiLCJlbWFpbCI6InNvdmVuMkBiZW5la2l2YS5jb20iLCJmaXJzdE5hbWUiOiJTb3ZlbkEiLCJtaWRkbGVJbml0aWFsIjoiIiwibGFzdE5hbWUiOiJBZG1pbiIsInJvbGUiOiJBRE1JTiIsInRpdGxlIjoiQURNSU4iLCJ0aGVtZSI6ImJsdWUiLCJpc1NTTyI6ZmFsc2UsImxhc3RQYXNzQ2hhbmdlIjoiMjAyMi0xMS0xNlQwMjo0NjoyMC4wOTBaIiwicGFzc3dvcmRWZXJpZmVkIjp0cnVlLCJpc1BhcnRpY2lwYW50RmxvdyI6ZmFsc2UsInRlbmFudE5hbWUiOiIiLCJ0ZW5hbnRBdmF0YXIiOiIiLCJmaCI6e30sImluY1VzZXJzSWQiOltdLCJ1c2VyVGFnIjpbXSwicmVwb3J0c1RvIjpudWxsLCJpc1NjcmFtYmxlZCI6ZmFsc2UsImF2YXRhciI6Ii9hc3NldHMvaW1hZ2VzL2F2YXRhcnMvUy5zdmciLCJhY3RpdmUiOnRydWUsInNwZWNpYWxUeXBlIjoiIiwicGhvbmVWZXJpZmllZCI6ZmFsc2UsImlzU1NPTG9naW4iOmZhbHNlLCJpc01GQUxvZ2luIjpmYWxzZSwiZmhOdW1zIjpbXSwiZG9tYWluUGFzc1BocmFzZSI6InRwYSIsImlhdCI6MTY3MzU4NjQ2NywiZXhwIjoxNjczNjcyODY3fQ.b7ieoSXfbcnnAcGbaJZv-dyhwEhsFSoYoY7YqIs2124\"\n}"}],"_postman_id":"300103db-0bcb-49f8-9dd8-04945a332820"}],"id":"56f5acc8-8193-42bb-ab7e-a115dcdb1374","_postman_id":"56f5acc8-8193-42bb-ab7e-a115dcdb1374","description":""},{"name":"FUNERAL HOMES","item":[{"name":"GET SINGLE FH","id":"10d35a72-37b8-4793-aa58-472f0c45b008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{DOMAIN}}/api/funeralhomes/{{FUNERAL_HOME_ID}}","description":"<p>Suitable For Single Query of a Funeral Home With a given ID.</p>\n","urlObject":{"path":["api","funeralhomes","{{FUNERAL_HOME_ID}}"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"10d35a72-37b8-4793-aa58-472f0c45b008"},{"name":"UPDATE SINGLE FH","id":"ea8b4962-82e4-42e9-9744-70be4c7b023a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\": \"424234243\",\n    \"routingNumber\": \"SFFAF\"\n}"},"url":"{{DOMAIN}}/api/funeralhomes/{{FUNERAL_HOME_ID}}","description":"<p>Update part of Funeral home payload.</p>\n","urlObject":{"path":["api","funeralhomes","{{FUNERAL_HOME_ID}}"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea8b4962-82e4-42e9-9744-70be4c7b023a"},{"name":"FH SEARCH","id":"f81b1c21-f24a-4a5a-96b9-f847574bc95f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"page\": 1,\n\t\"size\": 20,\n\t\"sort\": \"updatedAt\",\n\t\"order\": \"asc\",\n\t\"searchText\": \"{{SEARCH_TEXT}}\"\n}"},"url":"{{DOMAIN}}/api/funeralhomes/search","description":"<p>Retrieve a list of funeral homes by page number, size, sort, order and search text.</p>\n","urlObject":{"path":["api","funeralhomes","search"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f81b1c21-f24a-4a5a-96b9-f847574bc95f"},{"name":"Funeral Homes Batch Upload","id":"75df8eaf-d890-4cbd-97ea-8dad3a1c368a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"body":{"mode":"raw","raw":"{\n  \"isFresh\": true,\n  \"funeralHomes\": [\n  {\n    \"fhZip\": \"827110\",\n    \"fhState\": \"Hawaii\",\n    \"fhCity\": \"Newcastle\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"350 Dare Court\",\n    \"fhTaxID\": \"287476638\",\n    \"fhEmail\": \"Dana@company.com\",\n    \"mainfhNum\": \"LIQUICOM\",\n    \"fhNum\": \"ONTAGENE\",\n    \"fhName\": \"Leonard Murphy\"\n  },\n  {\n    \"fhZip\": \"461084\",\n    \"fhState\": \"Texas\",\n    \"fhCity\": \"Wildwood\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"275 Glen Street\",\n    \"fhTaxID\": \"198339074\",\n    \"fhEmail\": \"Gallegos@company.com\",\n    \"mainfhNum\": \"OPTIQUE\",\n    \"fhNum\": \"RODEOLOGY\",\n    \"fhName\": \"Roman Pena\"\n  },\n  {\n    \"fhZip\": \"167324\",\n    \"fhState\": \"Maryland\",\n    \"fhCity\": \"Tonopah\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"184 Fillmore Avenue\",\n    \"fhTaxID\": \"734071693\",\n    \"fhEmail\": \"Ewing@company.com\",\n    \"mainfhNum\": \"BOSTONIC\",\n    \"fhNum\": \"SOPRANO\",\n    \"fhName\": \"Chrystal Buckner\"\n  },\n  {\n    \"fhZip\": \"409148\",\n    \"fhState\": \"Wyoming\",\n    \"fhCity\": \"Orick\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"182 Baycliff Terrace\",\n    \"fhTaxID\": \"571950629\",\n    \"fhEmail\": \"Garrett@company.com\",\n    \"mainfhNum\": \"LUMBREX\",\n    \"fhNum\": \"COREPAN\",\n    \"fhName\": \"Whitney Cooley\"\n  },\n  {\n    \"fhZip\": \"318951\",\n    \"fhState\": \"Nebraska\",\n    \"fhCity\": \"Hillsboro\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"973 Stryker Court\",\n    \"fhTaxID\": \"404362529\",\n    \"fhEmail\": \"Dolly@company.com\",\n    \"mainfhNum\": \"ULTRIMAX\",\n    \"fhNum\": \"DYNO\",\n    \"fhName\": \"Dionne Hoffman\"\n  },\n  {\n    \"fhZip\": \"626505\",\n    \"fhState\": \"Missouri\",\n    \"fhCity\": \"Convent\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"273 Truxton Street\",\n    \"fhTaxID\": \"670298313\",\n    \"fhEmail\": \"Manuela@company.com\",\n    \"mainfhNum\": \"INVENTURE\",\n    \"fhNum\": \"GEEKOL\",\n    \"fhName\": \"Graciela Fisher\"\n  },\n  {\n    \"fhZip\": \"626189\",\n    \"fhState\": \"Utah\",\n    \"fhCity\": \"Courtland\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"149 Williams Place\",\n    \"fhTaxID\": \"535695628\",\n    \"fhEmail\": \"Mullen@company.com\",\n    \"mainfhNum\": \"DEEPENDS\",\n    \"fhNum\": \"MITROC\",\n    \"fhName\": \"Ingrid Aguilar\"\n  },\n  {\n    \"fhZip\": \"397650\",\n    \"fhState\": \"Puerto Rico\",\n    \"fhCity\": \"Knowlton\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"660 Baltic Street\",\n    \"fhTaxID\": \"829224322\",\n    \"fhEmail\": \"Figueroa@company.com\",\n    \"mainfhNum\": \"GLOBOIL\",\n    \"fhNum\": \"ISONUS\",\n    \"fhName\": \"Bartlett Hull\"\n  },\n  {\n    \"fhZip\": \"426132\",\n    \"fhState\": \"District Of Columbia\",\n    \"fhCity\": \"Cataract\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"133 Fountain Avenue\",\n    \"fhTaxID\": \"599008111\",\n    \"fhEmail\": \"Dickerson@company.com\",\n    \"mainfhNum\": \"ZILLA\",\n    \"fhNum\": \"TRI@TRIBALOG\",\n    \"fhName\": \"Holmes Gates\"\n  }\n]\n}"},"url":"{{DOMAIN}}/api/funeralhomes/batchupload","description":"<p>isFresh property is important as it determines whether the list needs to be inserted or simply updated.</p>\n<p>isFresh = true means list to be inserted.</p>\n<p>isFresh = false means list to be updated.</p>\n","urlObject":{"path":["api","funeralhomes","batchupload"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"75df8eaf-d890-4cbd-97ea-8dad3a1c368a"},{"name":"Funeral Homes Delete ALL","id":"6663b19d-1a1b-4123-9494-f10c07f8112f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"body":{"mode":"raw","raw":""},"url":"{{DOMAIN}}/api/funeralhomes/deleteall","description":"<p>DELETE ALL</p>\n","urlObject":{"path":["api","funeralhomes","deleteall"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6663b19d-1a1b-4123-9494-f10c07f8112f"},{"name":"Funeral Homes List","id":"591b0723-90a4-407c-9fe1-53eab214bf9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"url":"{{DOMAIN}}/api/funeralhomes/list","urlObject":{"path":["api","funeralhomes","list"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"591b0723-90a4-407c-9fe1-53eab214bf9b"}],"id":"e9844423-602f-41f2-811d-993fb0836251","_postman_id":"e9844423-602f-41f2-811d-993fb0836251","description":""},{"name":"POLICIES","item":[{"name":"Get Policy List","id":"d5e782dc-05f1-4632-81e2-895839f77752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{DOMAIN}}/api/policies","urlObject":{"path":["api","policies"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5e782dc-05f1-4632-81e2-895839f77752"},{"name":"Remove All Policies","id":"9f7095c7-7377-4834-b32d-00a88fb117ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"body":{"mode":"raw","raw":""},"url":"{{DOMAIN}}/api/policies/deleteall","urlObject":{"path":["api","policies","deleteall"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f7095c7-7377-4834-b32d-00a88fb117ce"},{"name":"Policies Batch Upload","id":"d1ea254f-5f4d-4d49-b53f-db9337fc18ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"body":{"mode":"raw","raw":"{\n  \"isFresh\": true,\n  \"policies\": [\n  {\n    \"claimQuote\": \"1463.96\",\n    \"FHMainNum\": \"543582\",\n    \"FHNum\": \"827344\",\n    \"insuredLName\": \"Osborn\",\n    \"insuredFName\": \"Dale\",\n    \"insuredDOB\": \"Mon Jul 24 1978 21:38:50 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Wed Nov 02 2005 04:24:04 GMT+0000 (UTC)\",\n    \"polProdCode\": \"741 AB262\",\n    \"polContractReason\": \"OH\",\n    \"polContractStatus\": \"F\",\n    \"polNum\": \"759064920\"\n  },\n  {\n    \"claimQuote\": \"2314.89\",\n    \"FHMainNum\": \"894591\",\n    \"FHNum\": \"777414\",\n    \"insuredLName\": \"Calderon\",\n    \"insuredFName\": \"Frank\",\n    \"insuredDOB\": \"Thu Jan 24 1946 03:10:52 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Tue May 17 2005 00:56:45 GMT+0000 (UTC)\",\n    \"polProdCode\": \"498 AB197\",\n    \"polContractReason\": \"VT\",\n    \"polContractStatus\": \"E\",\n    \"polNum\": \"127488742\"\n  },\n  {\n    \"claimQuote\": \"2982.11\",\n    \"FHMainNum\": \"769177\",\n    \"FHNum\": \"371874\",\n    \"insuredLName\": \"Burns\",\n    \"insuredFName\": \"Miranda\",\n    \"insuredDOB\": \"Wed Mar 30 1960 12:42:20 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Mon Nov 25 2002 14:06:40 GMT+0000 (UTC)\",\n    \"polProdCode\": \"955 YT297\",\n    \"polContractReason\": \"WY\",\n    \"polContractStatus\": \"B\",\n    \"polNum\": \"270618819\"\n  },\n  {\n    \"claimQuote\": \"1637.89\",\n    \"FHMainNum\": \"297940\",\n    \"FHNum\": \"340634\",\n    \"insuredLName\": \"Mcfarland\",\n    \"insuredFName\": \"Vickie\",\n    \"insuredDOB\": \"Wed Feb 05 1975 18:37:29 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Fri Apr 23 2004 04:25:19 GMT+0000 (UTC)\",\n    \"polProdCode\": \"992 DC177\",\n    \"polContractReason\": \"IL\",\n    \"polContractStatus\": \"B\",\n    \"polNum\": \"121771836\"\n  },\n  {\n    \"claimQuote\": \"1668.07\",\n    \"FHMainNum\": \"392247\",\n    \"FHNum\": \"615491\",\n    \"insuredLName\": \"Callahan\",\n    \"insuredFName\": \"Morrow\",\n    \"insuredDOB\": \"Sat Jun 28 1975 16:07:46 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Mon Nov 28 2016 17:48:48 GMT+0000 (UTC)\",\n    \"polProdCode\": \"822 GF238\",\n    \"polContractReason\": \"HI\",\n    \"polContractStatus\": \"D\",\n    \"polNum\": \"483496940\"\n  },\n  {\n    \"claimQuote\": \"1016.88\",\n    \"FHMainNum\": \"680215\",\n    \"FHNum\": \"757303\",\n    \"insuredLName\": \"Burnett\",\n    \"insuredFName\": \"Battle\",\n    \"insuredDOB\": \"Sat May 24 1975 21:57:51 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Tue Mar 08 2011 02:36:53 GMT+0000 (UTC)\",\n    \"polProdCode\": \"593 DC251\",\n    \"polContractReason\": \"CO\",\n    \"polContractStatus\": \"A\",\n    \"polNum\": \"305725865\"\n  },\n  {\n    \"claimQuote\": \"1185.18\",\n    \"FHMainNum\": \"606284\",\n    \"FHNum\": \"447954\",\n    \"insuredLName\": \"Brooks\",\n    \"insuredFName\": \"Caroline\",\n    \"insuredDOB\": \"Tue May 10 1966 04:14:11 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Wed Feb 07 2007 15:56:44 GMT+0000 (UTC)\",\n    \"polProdCode\": \"983 AB211\",\n    \"polContractReason\": \"SC\",\n    \"polContractStatus\": \"B\",\n    \"polNum\": \"747525404\"\n  },\n  {\n    \"claimQuote\": \"2814.76\",\n    \"FHMainNum\": \"530481\",\n    \"FHNum\": \"560727\",\n    \"insuredLName\": \"Baird\",\n    \"insuredFName\": \"Townsend\",\n    \"insuredDOB\": \"Thu Oct 02 1980 12:36:21 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Mon Jun 04 2001 16:33:30 GMT+0000 (UTC)\",\n    \"polProdCode\": \"313 YT247\",\n    \"polContractReason\": \"OK\",\n    \"polContractStatus\": \"A\",\n    \"polNum\": \"115153339\"\n  },\n  {\n    \"claimQuote\": \"2806.70\",\n    \"FHMainNum\": \"154309\",\n    \"FHNum\": \"429665\",\n    \"insuredLName\": \"Jenkins\",\n    \"insuredFName\": \"Gillespie\",\n    \"insuredDOB\": \"Thu Mar 08 1962 05:29:37 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Wed Jul 23 2014 14:35:04 GMT+0000 (UTC)\",\n    \"polProdCode\": \"443 GF214\",\n    \"polContractReason\": \"OR\",\n    \"polContractStatus\": \"C\",\n    \"polNum\": \"551210142\"\n  },\n  {\n    \"claimQuote\": \"2387.21\",\n    \"FHMainNum\": \"775469\",\n    \"FHNum\": \"167026\",\n    \"insuredLName\": \"Bennett\",\n    \"insuredFName\": \"Jenna\",\n    \"insuredDOB\": \"Sun Jul 21 1996 10:49:25 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Mon Jan 01 2001 17:55:46 GMT+0000 (UTC)\",\n    \"polProdCode\": \"828 AB287\",\n    \"polContractReason\": \"MD\",\n    \"polContractStatus\": \"E\",\n    \"polNum\": \"387930624\"\n  },\n  {\n    \"claimQuote\": \"2220.15\",\n    \"FHMainNum\": \"383622\",\n    \"FHNum\": \"712061\",\n    \"insuredLName\": \"Harvey\",\n    \"insuredFName\": \"Verna\",\n    \"insuredDOB\": \"Tue Dec 10 1935 15:03:55 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Wed Jan 17 2007 17:36:36 GMT+0000 (UTC)\",\n    \"polProdCode\": \"710 GF243\",\n    \"polContractReason\": \"DC\",\n    \"polContractStatus\": \"E\",\n    \"polNum\": \"670759805\"\n  },\n  {\n    \"claimQuote\": \"3666.54\",\n    \"FHMainNum\": \"824789\",\n    \"FHNum\": \"104109\",\n    \"insuredLName\": \"Alford\",\n    \"insuredFName\": \"Head\",\n    \"insuredDOB\": \"Thu Jul 04 1974 00:06:49 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Fri Nov 04 2011 20:35:33 GMT+0000 (UTC)\",\n    \"polProdCode\": \"654 AB110\",\n    \"polContractReason\": \"NY\",\n    \"polContractStatus\": \"B\",\n    \"polNum\": \"795855008\"\n  },\n  {\n    \"claimQuote\": \"166.60\",\n    \"FHMainNum\": \"410917\",\n    \"FHNum\": \"898618\",\n    \"insuredLName\": \"Pickett\",\n    \"insuredFName\": \"Graham\",\n    \"insuredDOB\": \"Sun Jan 10 1932 06:04:13 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Tue Aug 17 1999 04:37:33 GMT+0000 (UTC)\",\n    \"polProdCode\": \"43 GF278\",\n    \"polContractReason\": \"AL\",\n    \"polContractStatus\": \"F\",\n    \"polNum\": \"116674209\"\n  }\n]\n}"},"url":"{{DOMAIN}}/api/policies/batchupload","description":"<p>This end point is used for uploading batch of policy holder information. Please use maximum of 1000 records for each call. Indicate \"isFresh\" as true if the intention is to create records from scratch.</p>\n","urlObject":{"path":["api","policies","batchupload"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1ea254f-5f4d-4d49-b53f-db9337fc18ce"},{"name":"Beneficiary Batch Upload","id":"cc25849a-e59c-4fa9-938a-2f65ed47b0fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{DOMAIN}}/api/policyholders/beneficiarybatchupload","urlObject":{"path":["api","policyholders","beneficiarybatchupload"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc25849a-e59c-4fa9-938a-2f65ed47b0fb"},{"name":"Financial Info","id":"57ff0df5-7da5-4a1d-9613-ba822c528af8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"body":{"mode":"raw","raw":"{\n\t\"beginDate\": \"{{BEGIN_DATE}}\",\n\t\"endDate\" : \"{{END_DATE}}\"\n}"},"url":"{{DOMAIN}}/api/caseloads/financialinfo","description":"<p>This endpoint is used for obtaining all terminated policies with the payouts information for given begin date and end date.</p>\n","urlObject":{"path":["api","caseloads","financialinfo"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"57ff0df5-7da5-4a1d-9613-ba822c528af8"},{"name":"Stream file","id":"c0876143-dde2-4e35-9ec6-8fe902f5e4eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"body":{"mode":"raw","raw":"{\n  \"fileId\": \"{{FILE_ID}}\"\n}"},"url":"{{DOMAIN}}/api/caseloads/streamfile","description":"<p>This end point is called to fetch the document (currently in PDF format). In order to do so, you will need to have pdfFileId property handy and pass it as body request.</p>\n","urlObject":{"path":["api","caseloads","streamfile"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0876143-dde2-4e35-9ec6-8fe902f5e4eb"},{"name":"Payout Details By Transaction ID","id":"e497c62f-005a-406d-86b5-4d4fd4f34f58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"transactionId\": \"{{TRANSACTION_ID}}\"\n}"},"url":"{{DOMAIN}}/api/pay/getStatusDetails","description":"<p>Get Payout details by providing transaction Id.</p>\n","urlObject":{"path":["api","pay","getStatusDetails"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e497c62f-005a-406d-86b5-4d4fd4f34f58"},{"name":"Upload a Single File for Caseload","id":"125eb654-fe6b-4cca-8624-6881ad9444ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/javascript"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":null,"description":"<p>This is required field. A single source file is expected.</p>\n","type":"file"}]},"url":"{{DOMAIN}}/api/caseloads/uploadDocument/{{caseloadID}}","description":"<p>This end point is used to uploading document for a given caseload. This end point requires caseload id as part of the URL.</p>\n","urlObject":{"path":["api","caseloads","uploadDocument","{{caseloadID}}"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"125eb654-fe6b-4cca-8624-6881ad9444ab"}],"id":"d737bf05-a7c5-4253-a83c-07e76c4ac804","_postman_id":"d737bf05-a7c5-4253-a83c-07e76c4ac804","description":""},{"name":"BATCH RUN","item":[{"name":"BULK UPLOAD FROM FTP","id":"ef7c1afa-8dd3-4936-9c38-655b7ffa99f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"serverPath\": \"{{SERVER_PATH}}\",\n  \"serverFilename\": \"{{SERVER_FILE_NAME}}\",\n  \"downloadedFilename\": \"{{DOWNLOADED_FILE_NAME}}\",\n  \"chunkSize\": {{CHUNK_SIZE}},\n  \"testMode\": {{TEST_MODE}},\n  \"model\": \"{{FPT_MODEL}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{DOMAIN}}/api/bulkupload/bulk-upload-from-ftp","description":"<p>In Benekiva system, we have made it easier to work with large number of files that are available and updated on a regular basis via FTP. Whether there is one file or multiple files or whether it is about doing a batch job on policies or agents, we have made it simple. All we need is a file in this format available via whitelisted Ftp address.</p>\n<p>FTP Information is shared separately with Benekiva config team and may vary from environment to enviornment.</p>\n<p>Here is a sample of what to expect. However, this can be literally in any format and with Benekiva's configurator, the data can be configured to desired format.</p>\n<code>\n[\n    {\n      \"insuredLName\": \"JACK\",\n      \"insuredFName\": \"KALLIS\",\n      \"insuredDOB\": \"02/25/1942\",\n      \"polContractStatus\": \"A\",\n      \"polNum\": \"675024015452\"\n    },\n    {\n      \"insuredLName\": \"MELVIN\",\n      \"insuredFName\": \"SCHATTER\",\n      \"insuredDOB\": \"03/10/1967\",\n      \"polContractStatus\": \"A\",\n      \"polNum\": \"675909878784\"\n    }\n]\n</code>","urlObject":{"path":["api","bulkupload","bulk-upload-from-ftp"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef7c1afa-8dd3-4936-9c38-655b7ffa99f7"},{"name":"POST RUN BATCH JOB","id":"2769707b-7cfd-4a71-9a81-c1b40f45e032","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"restoreId\": \"{{RESTORE_ID}}\"\n}"},"url":"{{DOMAIN}}/batchprocess/postrun","urlObject":{"path":["batchprocess","postrun"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2769707b-7cfd-4a71-9a81-c1b40f45e032"},{"name":"PRE RUN BATCH JOB","id":"5b500cf2-5b74-4ca0-9fd0-146cdb30ac67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"restoreId\": \"{{RESTORE_ID}}\"\n}"},"url":"{{DOMAIN}}/batchprocess/prerun","urlObject":{"path":["batchprocess","prerun"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b500cf2-5b74-4ca0-9fd0-146cdb30ac67"}],"id":"383a29f0-2284-45ef-9043-7c7d8532943c","_postman_id":"383a29f0-2284-45ef-9043-7c7d8532943c","description":""},{"name":"PAYHOOK","item":[{"name":"Update pay record","id":"a4eed30b-08bf-49ed-891c-60d926666448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"x-header-tag","value":"payhookEvent","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"payID\": \"{{PAY_ID}}\",\n    \"payStatus\": \"{{PAY_STATUS}}\",\n    \"payDesc\": \"{{PAY_DESC}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{DOMAIN}}/api/caseloads/payhook/update/{{CASELOAD_ID}}","urlObject":{"path":["api","caseloads","payhook","update","{{CASELOAD_ID}}"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4eed30b-08bf-49ed-891c-60d926666448"}],"id":"886f6c13-aabb-4d69-a10d-bd072388b251","description":"<p>Payhook is way to update single pay transaction on Benekiva caseload. Caseload ID is required and so does Pay ID. These are provided at the time when claim is settled in the payment API call push.</p>\n<p>In order to carry out payhook API call, Payhook rule board is also required.</p>\n<p><img src=\"https://res.cloudinary.com/benekiva/image/upload/v1633191481/new-isometrics/10_paymentWaytransparent_l8ly6p.png\" alt /></p>\n<p>The rule card needs to have at least 1 header tag defined and this needs to be passed as header in the API call. This further strengthen the security of API call.</p>\n<p>\"match\" field is optional but can be included further to filter out logic.</p>\n<p>Here is the sample of how it is setup.<br />{<br />\"headers\": {<br />\"x-header-tag\": \"payhookEvent\"<br />},<br />\"match\": {<br />\"status\": \"trm\"<br />}<br />}</p>\n","_postman_id":"886f6c13-aabb-4d69-a10d-bd072388b251"},{"name":"FILE STREAM","item":[{"name":"SINGLE FILE INFO","id":"aa903828-fb67-43c2-a9bc-7218d9d2d79c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{DOMAIN}}/api/file/info/{{fileId}}","description":"<p>This API is to get meta information regarding the fileId provided. File Id is required and has to be a valid. This will be obtained via other API transactions.</p>\n","urlObject":{"path":["api","file","info","{{fileId}}"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa903828-fb67-43c2-a9bc-7218d9d2d79c"},{"name":"STREAM FILE","id":"d76a5927-e6d4-453a-ad5d-b7b14b221361","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{DOMAIN}}/api/file/stream/{{fileId}}","description":"<p>Streams file for a given file Id.</p>\n","urlObject":{"path":["api","file","stream","{{fileId}}"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d76a5927-e6d4-453a-ad5d-b7b14b221361"}],"id":"7cc38677-120c-4b77-b614-b95adee87511","description":"<p><img src=\"https://res.cloudinary.com/benekiva/image/upload/v1633191482/new-isometrics/11_bankAccounttransparent_rr9fug.png\" alt /></p>\n","_postman_id":"7cc38677-120c-4b77-b614-b95adee87511"},{"name":"FILE CLAIMS","item":[{"name":"CREATE FILE CLAIM VIA API","id":"7f16913b-0a15-43b9-aeaa-40aa114b4600","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":" { \n            \"id\" : \"6261530d8afbb009c780f3d3\", \n            \"intake\" : \"intake\", \n            \"data\" : [\n                {\n                    \"title\" : \"employerName\", \n                    \"value\" : \"Macrofirm\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"employee\", \n                    \"value\" : \"Cautious Caroline\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"insuredAddress\", \n                    \"value\" : \"123 Main St\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"date_of_birth\", \n                    \"value\" : \"Mar 28, 1987\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"city\", \n                    \"value\" : \"Anycity\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"state\", \n                    \"value\" : \"MA\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"zip\", \n                    \"value\" : \"90210\", \n                    \"type\" : \"number\"\n                }, \n                {\n                    \"title\" : \"e_mail\", \n                    \"value\" : \"cc@yahoo.com\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"social_security_no\", \n                    \"value\" : \"145-903-0031\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"are_you_going_to_be_absent_from_work\", \n                    \"value\" : \"Yes\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"please_tell_us_the_dates_you_expect_to_be_absent_from_work_start_date\", \n                    \"value\" : \"2022-04-29T00:00:00+05:30\", \n                    \"type\" : \"date\"\n                }, \n                {\n                    \"title\" : \"_please_tell_us_the_dates_you_expect_to_be_absent_from_work_end_date\", \n                    \"value\" : \"2022-05-27T00:00:00+05:30\", \n                    \"type\" : \"date\"\n                }, \n                {\n                    \"title\" : \"reason_of_absence\", \n                    \"value\" : \"jlsdkjflkdsj\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"absense_type\", \n                    \"value\" : \"Caregiver\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"inform_employee_of_absense\", \n                    \"value\" : \"Yes\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"start_claim_with_insurance_carrier\", \n                    \"value\" : \"Yes\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"benefitAmount\", \n                    \"value\" : \"4564\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"name_of_the_family_member_for_whom_you_will_provide_care\", \n                    \"value\" : \"Test user\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"relationship_type\", \n                    \"value\" : \"Parent\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"what_is_the_reason_for_your_absence\", \n                    \"value\" : \"Health\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"Amountofleaves\", \n                    \"value\" : \"45\", \n                    \"type\" : \"number\"\n                }, \n                {\n                    \"title\" : \"ReasonofAbsence\", \n                    \"value\" : \"Yes\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"absenceclaim\", \n                    \"value\" : \"Yes\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"MoreQuestions\", \n                    \"value\" : \"Yes\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"great_would_you_say_you_are_experiencing_stress_at_this_time\", \n                    \"value\" : \"Yes\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"Scale\", \n                    \"value\" : \"7\", \n                    \"type\" : \"number\"\n                }, \n                {\n                    \"title\" : \"would_you_say_you_are_anxious_at_this_time\", \n                    \"value\" : \"Yes\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"if_yes_how\", \n                    \"value\" : \"very ILL\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"providers_information\", \n                    \"value\" : \"Yes \", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"Macroform\", \n                    \"value\" : \"Yes\", \n                    \"type\" : \"text\"\n                }, \n                {\n                    \"title\" : \"here_is_the_document\", \n                    \"value\" : \"/api/gfs/stream-a/626153098afbb009c780f3cc\", \n                    \"contentType\" : \"application/pdf\", \n                    \"type\" : \"pdf\"\n                }\n            ]\n        }","options":{"raw":{"language":"json"}}},"url":"{{DOMAIN}}/api/fileclaims/createFileClaimViaAPI","urlObject":{"path":["api","fileclaims","createFileClaimViaAPI"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f16913b-0a15-43b9-aeaa-40aa114b4600"}],"id":"4c32385c-1728-43d4-9bc8-00f449174822","_postman_id":"4c32385c-1728-43d4-9bc8-00f449174822","description":""},{"name":"CREATE CLAIM","item":[{"name":"WITH POLICY META","id":"39950b69-daf4-47b8-b412-aa0b2faff566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"polNum","value":"{{polNum}}","description":"<p>This is required field and must be a valid one.</p>\n","type":"text"},{"key":"attachment","description":"<p>This is optional. A single file can be added as attachment here. It must be an image or a pdf file.</p>\n","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","src":"/Users/sovenshrivastav/Desktop/Projects/sample.pdf"},{"key":"includeFile","value":"true","description":"<p>If including an attachment, this must be true otherwise attachment will be ignored</p>\n","type":"text"},{"key":"policyMeta","value":"{\"insuredFName\":\"David\", \"insuredLName\":\"Smith\", \"polNum\": \"{{polNum}}\", \"memberId\": \"{{memberID}}\"}","description":"<p>Policy meta needs to be passed in stringified json format. polNum and memberId are required fields. There are other fields available too. Please see documentation on all available fields.</p>\n","type":"text"}]},"url":"{{DOMAIN}}/api/webhook-claims/create/create-claim-via-api","description":"<p>API is responsible for initiating a caseload in Benekiva. If policy record does not exist in Benekiva, you can pass policy meta information to generate policy record in Benekiva in this same call.  </p>\n<p>Also, please note that a prior Gateway rule board setup is required to handle the request.</p>\n<img src=\"https://res.cloudinary.com/benekiva/image/upload/v1633191484/new-isometrics/12_nightUpdatetransparent_ylilo1.png\" />","urlObject":{"path":["api","webhook-claims","create","create-claim-via-api"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[{"id":"ad9ad38b-6b5f-4e5d-8a90-54af876109c3","name":"SUCCESS-Policy and Claim record created","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"polNum","value":"{{polNum}}","description":"This is required field and must be a valid one.","type":"text"},{"key":"attachment","description":"This is optional. A single file can be added as attachment here. It must be an image or a pdf file.","type":"file","src":["/Users/sovenshrivastav/Desktop/Projects/sample.pdf"]},{"key":"includeFile","value":"true","description":"If including an attachment, this must be true otherwise attachment will be ignored","type":"text"},{"key":"gatewayCriteria","value":"create-claim-via-api","description":"This is setup in benerules and is gateway criteria. You can have multiple rule cards and switch your gateway criteria here to target different ones.","type":"text"},{"key":"policyMeta","value":"{\"insuredFName\":\"David\", \"insuredLName\":\"Smith\", \"polNum\": \"{{polNum}}\"}","description":"Policy meta needs to be passed in stringified json format. insuredFName, insuredLName and polNum are required fields. There are other fields available too. Please see documentation on all available fields.","type":"text"}]},"url":"{{DOMAIN}}/api/webhook/gateways/claim-intake/inbound-handle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-WebKit-CSP","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"86"},{"key":"ETag","value":"W/\"56-JjePRQo+GU4icP4oP6tzspuEGj0\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 17 Jan 2023 06:12:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"BYRC-CCAPI400] Claim request API received on Policy 1004972903GDD. New policy added - 1004972903GDD and caseload processed OK.\",\n    \"caseloadId\": \"63c641e3de4b0eb748ffce46\"\n}"},{"id":"9037d96c-dbbb-4dc2-a635-771e802763d9","name":"SUCCESS-Claim record creation","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"polNum","value":"{{polNum}}","description":"This is required field and must be a valid one.","type":"text"},{"key":"attachment","description":"This is optional. A single file can be added as attachment here. It must be an image or a pdf file.","type":"file","src":["/Users/sovenshrivastav/Desktop/Projects/sample.pdf"]},{"key":"includeFile","value":"true","description":"If including an attachment, this must be true otherwise attachment will be ignored","type":"text"},{"key":"gatewayCriteria","value":"create-claim-via-api","description":"This is setup in benerules and is gateway criteria. You can have multiple rule cards and switch your gateway criteria here to target different ones.","type":"text"}]},"url":"{{DOMAIN}}/api/webhook/gateways/claim-intake/inbound-handle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-WebKit-CSP","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"ETag","value":"W/\"88-No8OwitwK3cOChAQmBMOKmqhFzU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 13 Jan 2023 05:11:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"BYRC-CCAPI500] Claim request API received on Policy 1004972903GDD and caseload processed OK.\",\n    \"caseloadId\": \"63c63d3fde2c37d2109fcde3\"\n}"},{"id":"0513822d-9086-4bb6-9fb6-3b0548a56d70","name":"FAIL-Invalid JSON structure for policy meta","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"polNum","value":"{{polNum}}","description":"This is required field and must be a valid one.","type":"text"},{"key":"attachment","description":"This is optional. A single file can be added as attachment here. It must be an image or a pdf file.","type":"file","src":["/Users/sovenshrivastav/Desktop/Projects/sample.pdf"]},{"key":"includeFile","value":"true","description":"If including an attachment, this must be true otherwise attachment will be ignored","type":"text"},{"key":"gatewayCriteria","value":"create-claim-via-api","description":"This is setup in benerules and is gateway criteria. You can have multiple rule cards and switch your gateway criteria here to target different ones.","type":"text"},{"key":"policyMeta","value":"fsfsdgsd","description":"Policy meta needs to be passed in stringified json format. insuredFName, insuredLName and polNum are required fields. There are other fields available too. Please see documentation on all available fields.","type":"text"}]},"url":"{{DOMAIN}}/api/webhook/gateways/claim-intake/inbound-handle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-WebKit-CSP","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"91"},{"key":"ETag","value":"W/\"5b-TYiwc67747WioEbFWeJHBXjtn70\""},{"key":"Set-Cookie","value":"connect.sid=s%3ALd4k1GZBVBailh8oO-3DDsaNDtH2RF72.LglTfA7fJbjOEAH%2B8axJ24R%2FlkruPwkqjxvsis2q9EM; Path=/; HttpOnly; Secure"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 17 Jan 2023 06:40:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"BYRC-CCAPI25] Policy data structure is not in the right format. Invalid Json.\"\n}"},{"id":"5e1a2221-8480-4994-9332-d781e0b2e549","name":"FAIL - Claim record already exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"polNum","value":"{{polNum}}","description":"This is required field and must be a valid one.","type":"text"},{"key":"attachment","description":"This is optional. A single file can be added as attachment here. It must be an image or a pdf file.","type":"file","src":["/Users/sovenshrivastav/Desktop/Projects/sample.pdf"]},{"key":"includeFile","value":"true","description":"If including an attachment, this must be true otherwise attachment will be ignored","type":"text"},{"key":"gatewayCriteria","value":"create-claim-via-api","description":"This is setup in benerules and is gateway criteria. You can have multiple rule cards and switch your gateway criteria here to target different ones.","type":"text"}]},"url":"{{DOMAIN}}/api/webhook/gateways/claim-intake/inbound-handle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-WebKit-CSP","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"71"},{"key":"ETag","value":"W/\"47-Hhfx/6G2Gka36GOGfQZklj5JZUU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 13 Jan 2023 05:07:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"[BYRC-CCAPI50] Claim record already exist. This request will be ignored.\"\n}"},{"id":"ec1c1ed9-ed6d-40a2-aba9-dc6001de9678","name":"FAIL-Claim initiation failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"polNum","value":"{{polNum}}","description":"This is required field and must be a valid one.","type":"text"},{"key":"attachment","description":"This is optional. A single file can be added as attachment here. It must be an image or a pdf file.","type":"file","src":["/Users/sovenshrivastav/Desktop/Projects/sample.pdf"]},{"key":"includeFile","value":"true","description":"If including an attachment, this must be true otherwise attachment will be ignored","type":"text"},{"key":"gatewayCriteria","value":"create-claim-via-api","description":"This is setup in benerules and is gateway criteria. You can have multiple rule cards and switch your gateway criteria here to target different ones.","type":"text"}]},"url":"{{DOMAIN}}/api/webhook/gateways/claim-intake/inbound-handle"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-WebKit-CSP","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"108"},{"key":"ETag","value":"W/\"6c-k6oEgQEBaGqJcfSmMNq3JIGw/BY\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 13 Jan 2023 05:11:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"[BYRC-CCAPI200] Claim initiation process failed. Please see documentation on CREATE CLAIM API.\"\n}"}],"_postman_id":"39950b69-daf4-47b8-b412-aa0b2faff566"}],"id":"30e03deb-4744-47f2-b220-32602f411d7c","_postman_id":"30e03deb-4744-47f2-b220-32602f411d7c","description":""},{"name":"INTAKE","item":[{"name":"GET RENEWED LINK","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"linkId\", jsonData.id);"],"type":"text/javascript","id":"71557d11-6d28-40ee-ac17-866e79ef7ef0"}}],"id":"67d3035f-703e-4447-8714-ac412435a22a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"linkId\": \"{{linkId}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{DOMAIN}}/auth/getrenewedlink","description":"<p>Benekiva allows intake configuration such that the work Id (intake session) can be routed via custom validation routine. This can be internal or external. In any case, such routes needs a renewed link so the user can be routed back once validation is successful. This may include authentication and authorization.  </p>\n<p>API is responsible for renewing the link id for given work Id. There are various different ways a link id may have been obtained and as per global config setting may require a renewed link to gain access to intake. This applies to that scenario.</p>\n<p>Once a valid linkId is used to run this API, the same linkId is no longer available. In case, you need to re-run the API again, copy the new id and use that one.</p>\n<img src=\"https://res.cloudinary.com/benekiva/image/upload/v1633191484/new-isometrics/12_nightUpdatetransparent_ylilo1.png\" />","urlObject":{"path":["auth","getrenewedlink"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[{"id":"87cc0615-7b48-44ee-a7e7-ff6e066a8dcc","name":"SUCCESS - GET RENEWED LINK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"linkId\": \"{{linkId}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{DOMAIN}}/auth/getrenewedlink"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"29"},{"key":"Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 18 Jan 2023 13:41:41 GMT"},{"key":"Etag","value":"W/\"1d-z4Tq5xjbUgS04BVa/uCYuFUFkXs\""},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Webkit-Csp","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"AEiaKFKEjYszb8hWYJjx\"\n}"},{"id":"d16f3fab-96d6-4020-8bde-ab6386db4034","name":"FAILURE - MISSING LINK ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{DOMAIN}}/auth/getrenewedlink"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"98"},{"key":"Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 18 Jan 2023 13:42:23 GMT"},{"key":"Etag","value":"W/\"62-g86G0E3VJ45LEqOIW9MpvR8XjFE\""},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Webkit-Csp","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"[BYRC 5402] - In order to renew link, link Id is required. Please see documentation.\"\n}"},{"id":"3063c11d-8ef5-41ba-b67b-bff5e5fe1983","name":"FAILURE - LINK ID DOES NOT EXIST","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"linkId\": \"{{linkId}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{DOMAIN}}/auth/getrenewedlink"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"120"},{"key":"Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 18 Jan 2023 13:42:56 GMT"},{"key":"Etag","value":"W/\"78-5YomXfs1yrG+V22FRcqxEj7PhZ8\""},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Webkit-Csp","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"[BYRC 5403] - Specified id does not exist or is invalid. Renewal of link failed. Please see documentation.\"\n}"},{"id":"e37a426c-ffe9-479e-a07e-d9c9abdc48c6","name":"FAILURE-NO AUTH TOKEN FOUND","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"linkId\": \"{{linkId}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{DOMAIN}}/auth/getrenewedlink"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48"},{"key":"Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 18 Jan 2023 13:46:24 GMT"},{"key":"Etag","value":"W/\"30-N6kHdVN+yNrnJFdTymRT2jbIcIo\""},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Security-Policy","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Webkit-Csp","value":"default-src * 'self' data: blob: ws: wss: res.cloudinary.com fonts.gstatic.com *.stimulsoft.com *.benekiva.io *.benekiva.com vimeo.com i.vimeocdn.com *.docsmore.com checkout.stripe.com *.google.com *.amazonaws.com *.googleapis.com; style-src * 'self' 'unsafe-inline'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; frame-src * 'self'; font-src * 'self' data:; worker-src * 'self' data: blob:; img-src * 'self' https: data: blob:"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"Error Message\": \"No Authorization Token Found\"\n}"}],"_postman_id":"67d3035f-703e-4447-8714-ac412435a22a"}],"id":"3c29a9ca-16ad-4d4a-ade7-201028c89405","_postman_id":"3c29a9ca-16ad-4d4a-ade7-201028c89405","description":""}],"event":[{"listen":"prerequest","script":{"id":"13c5105b-0aea-400f-a704-e0d11717ea5d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2727e62b-65ea-4c4c-881d-149e8a128c2b","type":"text/javascript","exec":[""]}}]}