{"info":{"_postman_id":"3a46559a-0718-4895-a3f0-adfdbd28afe6","name":"Quotall Embedded Api - Documentation (v1.0.6)","description":"<html><head></head><body><p><strong>Quotall is the UK’s leading embedded insurance platform, enabling retailers, businesses and digital marketplaces to offer insurance products directly within their online and in-store journeys.</strong></p>\n<p>This API collection allows developers to integrate insurance seamlessly at the point of sale—whether through ecommerce checkouts, account areas, or third-party platforms—ensuring cover is quoted, bound, and issued in real time.</p>\n<p>Our platform supports a wide range of insurance products and distribution models, helping partners unlock new revenue streams while improving customer experience through added protection and peace of mind.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9791579","collectionId":"3a46559a-0718-4895-a3f0-adfdbd28afe6","publishedId":"2sB2x9iq52","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-06-18T15:29:36.000Z"},"item":[{"name":"Service","item":[{"name":"/v1.0/EmbApi","id":"dfde7aa9-712e-4a28-98f0-bd390428cba4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/EmbApi","description":"<p>Returns true or false depending on the availability of the service.</p>\n","urlObject":{"path":["v1.0","EmbApi"],"host":["{{embApiBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0af6643d-7b8d-4114-a944-ce66dec1210f","name":"/v1.0/EmbApi","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/EmbApi"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"200 OK or 503 Service Unavailable"}],"_postman_id":"dfde7aa9-712e-4a28-98f0-bd390428cba4"}],"id":"22defbe3-0ce4-49ee-bfa2-cbd7375302e5","_postman_id":"22defbe3-0ce4-49ee-bfa2-cbd7375302e5","description":""},{"name":"Authentication","item":[{"name":"v1.0/Auth/Identity","event":[{"listen":"test","script":{"id":"2a2786a0-195a-4193-a8c5-ed6528747381","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;\r"," \r","var data = JSON.parse(responseBody);\r","if(data.token) {\r","    pm.environment.set(\"access_token\", data.token);\r","}"],"type":"text/javascript","packages":{}}}],"id":"e0073474-f323-45d0-b167-08a382b18c5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"client_id","value":"client_id","description":"<p>Provided by Quotall</p>\n"},{"key":"client_secret","value":"client_secret","description":"<p>Provided by Quotall</p>\n"}],"body":{"mode":"raw","raw":""},"url":"{{embApiBaseUrl}}/v1.0/auth/identity","description":"<p>Should be called prior to any other endpoint calls to retrieve a JWT token used to authenticate all subsequent calls.</p>\n<p>The token has a lifetime of 12 hours and can be re-used until it’s expiry date/time.</p>\n","urlObject":{"path":["v1.0","auth","identity"],"host":["{{embApiBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fe7e7302-5298-4ce9-93da-d914495890eb","name":"v1.0/Auth/Identity","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"client_id","value":"client_id","description":"Provided by Embri"},{"key":"client_secret","value":"client_secret","description":"Provided by Embri"}],"body":{"mode":"raw","raw":""},"url":"{{embApiBaseUrl}}/v1.0/auth/identity"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6Nn0.eyJyb2xlIjoiNzciLCJ1bmlxdWVfbmFtZSI6IlF1b3RhbGwiLCJuYmYiOjE3MjcyNTY0NTAsImV4cCI6MTcyNzI5OTY1MCwiaWF0IjoxNzI3MjU2NDUwLCJpc3MiOiJodHRwczovL2FwaS5xdW90YWxsdWF0LmNvLnVrIiwiYXVkIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6NDQzODAiLCJwcm9qZWN0SWQiOjYsImNvbXBhbnlDb2RlIjoiQ1ZaIiwicHJvamVjdENvbXBhbnlDb2RlIjoiQ1ZaIiwiaW50ZXJmYWNlQ29kZSI6IkJJIiwiYWNjb3VudCI6IjMxMjgiLCJ1aWQiOjEwNjU3NywidXNlcklkIjoicXVvdGFsbGJyb2tlckBxdW90YWxsLmNvbSIsInVzZXJUeXBlIjoiQlJPSyIsImZvcmVuYW1lIjoiVGVzdCBBZ2VudCIsInN1cm5hbWUiOiJUZXN0IEFnZW50In0.lKka4Xl9OVV-St7TsfveJhH-h1etZtT_AoSdEDI_Wi48\"\r\n}"}],"_postman_id":"e0073474-f323-45d0-b167-08a382b18c5b"}],"id":"6b48387a-c829-4746-8e3e-e740bd136bfc","description":"<p>The API uses JWT Tokens to authenticate API calls.</p>\n<p>Prior to calling the endpoints, a call to an Authentication endpoint is required to obtain a token.</p>\n<p>This token should then be supplied in the header of requests to the other endpoints.</p>\n<p>The lifetime of a token is 12 hours. Once a token has expired a fresh one will need to be obtained.</p>\n<p><strong>Please note</strong>: the token lifetime is subject to change; warning will be given should it change.</p>\n<p>To call the authentication endpoint the following identifying data, supplied by Quotall, is required:<br />• Client Id<br />• Client Secret</p>\n<p>These may differ depending on whether calls are made to the staging system (for testing) or the production system.</p>\n","_postman_id":"6b48387a-c829-4746-8e3e-e740bd136bfc"},{"name":"Policies","item":[{"name":"v1.0/policies/policyInformation","id":"329146c9-069d-4299-ba7d-8b11b57765e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"productCategory\": \"WATCHES\",\r\n  \"productSubCategory\": \"\",\r\n  \"productRetailPrice\": 6999.99,\r\n  \"productSalePrice\": 4500.99\r\n}","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/policies/policyInformation","description":"<p>Called at the start of the process to get a “quotation” detailing the insurance premium, or price, together with the name and a short summary of the insurance policy.</p>\n<p>It is expected that this information be surfaced to the customer on the product detail page, checkout and perhaps the view basket page.</p>\n","urlObject":{"path":["v1.0","policies","policyInformation"],"host":["{{embApiBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"753fe63e-491e-46e3-b787-d0a3a596bf26","name":"v1.0/policies/policyInformation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"productCategory\": \"WATCHES\",\r\n  \"productSubCategory\": \"\",\r\n  \"productRetailPrice\": 6999.99,\r\n  \"productSalePrice\": 4500.99\r\n}","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/policies/policyInformation"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"policyTypeId\": \"113\",\r\n    \"policyName\": \"Article Insurance\",\r\n    \"policyInformation\": {\r\n        \"policySummary\": \"Protect your watch against theft, loss and damage\",\r\n        \"annualPrice\": 235.20,\r\n        \"monthlyPrice\": 19.60,\r\n        \"currency\": \"GBP\"\r\n    }\r\n}\r\n"}],"_postman_id":"329146c9-069d-4299-ba7d-8b11b57765e6"},{"name":"v1.0/policies/create","id":"70b5a579-b297-413c-9244-3118f4a25e5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"productCategory\": \"Watches\",\r\n  \"productSubCategory\": \"\",\r\n  \"productRetailPrice\": 8999.99,\r\n  \"productSalePrice\": 8999.99,\r\n  \"productName\": \"Rolex Oyster\",\r\n  \"productId\": \"20105585\",\r\n  \"orderReference\": \"ORD1234\",\r\n  \"orderItemId\": \"1234546\",\r\n  \"customerDetails\": {\r\n    \"email\": \"{{customerEmail}}\",\r\n    \"customerId\": \"33489031\",\r\n    \"firstName\": \"Robert\",\r\n    \"lastName\": \"Smith\",\r\n    \"address\": {\r\n        \"addressLine1\": \"1 The Avenue\",\r\n        \"addressLine2\": \"Highbury\",\r\n        \"townCity\": \"London\",\r\n        \"postCode\": \"W6 5PT\"\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/policies/create","description":"<p>Called if the customer has indicated on your checkout page that they wish to purchase the policy and they have successfully paid for both the product and the insurance.</p>\n<p>On success, our system will send the customer a policy purchase confirmation email, branded for your organisation. This email has PDF copies of the Policy Schedule (insurance certificate) and the Policy Wordings (describes the benefits and terms and conditions of the policy) attached.</p>\n","urlObject":{"path":["v1.0","policies","create"],"host":["{{embApiBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b733703b-9bac-48cd-ac7f-5ca09527486e","name":"v1.0/policies/create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"productCategory\": \"WATCHES\",\r\n  \"productSubCategory\": \"\",\r\n  \"productRetailPrice\": 8999.99,\r\n  \"productSalePrice\": 8999.99,\r\n  \"productName\": \"Rolex Oyster\",\r\n  \"productID\": \"20105585\",\r\n  \"orderReference\": \"ROBORD123456\",\r\n  \"orderItemId\": \"1234546\",\r\n  \"customerDetails\": {\r\n    \"email\": \"rmw5@quotall.com\",\r\n    \"customerId\": \"33489031\",\r\n    \"firstName\": \"Robert\",\r\n    \"lastName\": \"Smith\",\r\n    \"address\": {\r\n        \"addressLine1\": \"1 The Avenue\",\r\n        \"addressLine2\": \"Highbury\",\r\n        \"townCity\": \"London\",\r\n        \"postCode\": \"W6 5PT\"\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://embapi.quotalluat.co.uk/v1.0/policies/create"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"policyReference\": \" 0001GEYB24X0 \",\r\n    \"productName\": \"Rolex Oyster\",\r\n    \"productId\":  \"20105585”,\r\n    \"orderReference\": \"ROBORD123456\",\r\n    \"orderItemId\": \"1234546\",\r\n    \"policyExpiryDate\": \"2026-02-10\"\r\n}\r\n"}],"_postman_id":"70b5a579-b297-413c-9244-3118f4a25e5c"},{"name":"v1.0/policies/cancel/{policyReference}","id":"e16e248a-1b5a-41de-8258-c1c381b3bab1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/policies/cancel/0001FYOC24X0","description":"<p>Cancels an existing insurance policy.</p>\n","urlObject":{"path":["v1.0","policies","cancel","0001FYOC24X0"],"host":["{{embApiBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4253d473-58f0-4461-8fa1-a9d1f2fe9838","name":"v1.0/policies/cancel/{policyReference}","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/policies/cancel/0001FYOC24X0"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \" refundAmount\": 102.40,\r\n    \" currency\": \"GBP\"\r\n}\r\n"}],"_postman_id":"e16e248a-1b5a-41de-8258-c1c381b3bab1"},{"name":"v1.0/policies/renew","id":"550120a0-e305-4080-9eab-fefc8c339f09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"policyReference\": \"0001GEYF24X0\",\r\n  \"paymentReference\": \"ABC 123456 XCS\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/policies/renew","description":"<p>Confirm that payment has been successfully taken for a forthcoming automatic renewal. <strong>Note</strong>: Returns a new policy reference, replacing the previous one. This new policy reference should be used in all future endpoint calls, which require it, relating to the policy.</p>\n","urlObject":{"path":["v1.0","policies","renew"],"host":["{{embApiBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c5af352a-e2d0-4e92-bd73-6655f6a01cde","name":"v1.0/policies/renew","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"policyReference\": \"0001GEYF24X0\",\r\n  \"paymentReference\": \"ABC 123456 XCS\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/policies/renew"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"policyReference\": \"0001GEYB24X1\"\r\n}\r\n"}],"_postman_id":"550120a0-e305-4080-9eab-fefc8c339f09"},{"name":"v1.0/policies/autoRenew/{policyReference}/on|off","id":"2a7b759a-3852-4de2-b224-de9fe0cc223d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/policies/autoRenew/0001GESH24X0/on","description":"<p>Switch automatic renewals on or off for a Policy.</p>\n","urlObject":{"path":["v1.0","policies","autoRenew","0001GESH24X0","on"],"host":["{{embApiBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f8f74ee4-d1ca-47bd-88d5-4aefa68c8197","name":"v1.0/policies/autoRenew/{policyReference}/on|off","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/policies/autoRenew/0001GESH24X0/on"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"200 OK"}],"_postman_id":"2a7b759a-3852-4de2-b224-de9fe0cc223d"}],"id":"543f52f9-dd8a-4f91-aa41-d164095438e7","description":"<p>Create and maintain insurance policies.</p>\n","_postman_id":"543f52f9-dd8a-4f91-aa41-d164095438e7"},{"name":"Documents","item":[{"name":"v1.0/documents/policyDocument/{policyTypeId}","id":"7b293dbc-0c3c-4a76-9b88-eece84fe89e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/documents/policyDocument/113","description":"<p>Returns a document describing the benefits and terms and conditions of the policy. This document is not personalised. It can be surfaced prior to purchase. The pdf document is returned as an array of bytes.<br />This can be saved as a file or returned directly to the customer’s browser.</p>\n","urlObject":{"path":["v1.0","documents","policyDocument","113"],"host":["{{embApiBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"080f68bc-754b-4173-ba78-ef415028d61e","name":"v1.0/documents/policyDocument/{policyTypeId}","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/documents/policyDocument/113"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"The PDF policy wordings document in bytes, intended to be directed to the user’s browser."}],"_postman_id":"7b293dbc-0c3c-4a76-9b88-eece84fe89e5"},{"name":"v1.0/documents/insuranceProductInformationDocument/{policyTypeId}","id":"ae440a6b-aec4-4816-b42a-b477b1a1e2de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/documents/documents/insuranceProductInformationDocument/{policyTypeId}","description":"<p>Returns an Insurance Product Information Document (IPID) describing the benefits and terms and conditions of the policy. Often included in the Policy Wordings Document, but may be provided separately. This document is not personalised. It can be surfaced prior to purchase. The PDF document is returned as an array of bytes.<br />This can be saved as a file or returned directly to the customer’s browser.</p>\n","urlObject":{"path":["v1.0","documents","documents","insuranceProductInformationDocument","{policyTypeId}"],"host":["{{embApiBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"493bc61a-5298-4f97-ad26-c8638436e915","name":"v1.0/documents/insuranceProductInformationDocument","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/documents/documents/insuranceProductInformationDocument/113"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ae440a6b-aec4-4816-b42a-b477b1a1e2de"},{"name":"v1.0/documents/policySchedule/{policyReference}","id":"a8ccce8c-e40f-4ab9-a261-acc0c8285777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/documents/policySchedule/0001FYOC24X0","description":"<p>Returns the “Policy Schedule” document after the policy has been purchased.<br />This is, in effect, the certificate of insurance. The pdf document is returned as an array of bytes.<br />This can be saved as a file or returned directly to the customer’s browser.</p>\n","urlObject":{"path":["v1.0","documents","policySchedule","0001FYOC24X0"],"host":["{{embApiBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e31c47f8-fa65-4917-9f0d-d6cddb918664","name":"v1.0/documents/policySchedule/{policyReference}","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/documents/policySchedule/0001FYOC24X0"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"The PDF policy schedule document in bytes, intended to be directed to the user’s browser."}],"_postman_id":"a8ccce8c-e40f-4ab9-a261-acc0c8285777"},{"name":"v1.0/documents/claimsFileUpload/{claimReference}","id":"3f25f6d3-bda9-4140-84e1-108c3f82d4e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"","type":"file","src":"postman-cloud:///1ef6a103-ccf1-4500-b8a5-f6f7633b7d28"}]},"url":"{{embApiBaseUrl}}/v1.0/documents/claimsFileUpload/1006","description":"<p>Upload a file that the customer has provided in support of a claim. Can be called multiple times if the customer provides multiple files.</p>\n","urlObject":{"path":["v1.0","documents","claimsFileUpload","1006"],"host":["{{embApiBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c765f924-77fe-4209-8769-50e493e2226c","name":"v1.0/documents/claimsFileUpload/{claimReference}","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"","type":"file","src":"postman-cloud:///1ef6a103-ccf1-4500-b8a5-f6f7633b7d28"}]},"url":"{{embApiBaseUrl}}/v1.0/documents/claimsFileUpload/1006"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK 200"}],"_postman_id":"3f25f6d3-bda9-4140-84e1-108c3f82d4e2"}],"id":"ed8a886d-74ff-49d9-a6e4-3e88912b995d","description":"<p>Retrieve documents pertaining to insurance policies.</p>\n","_postman_id":"ed8a886d-74ff-49d9-a6e4-3e88912b995d"},{"name":"Customers","item":[{"name":"v1.0/customers/policies/{email}","id":"76c0aa3b-6bca-4dce-b4d0-f68330e9a2ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/customers/policies/{{customerEmail}}","description":"<p>Returns policy details, including the expiry date, of all policies held by a customer.</p>\n","urlObject":{"path":["v1.0","customers","policies","{{customerEmail}}"],"host":["{{embApiBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2d5d0e77-f1ca-4113-88b2-baa0d6524427","name":"v1.0/customers/policies/{email}","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/customers/policies/{{customerEmail}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"policyReference\": \"0001FYRM24X0\",\r\n        \"productName\": \"Rolex Oyster\",\r\n        \"productId\": \"20105585\",\r\n        \"orderItemId\": \"1234546\",\r\n        \"policyExpiryDate\": \"2025-08-15\"\r\n    },\r\n    {\r\n        \"policyReference\": \"0001FYRN24X0\",\r\n        \"productName\": \"Rolex Submariner\",\r\n        \"productId\": \"30205585\",\r\n        \"orderItemId\": \"1234547\",\r\n        \"policyExpiryDate\": \"2025-08-15\"\r\n    }\r\n]\r\n"}],"_postman_id":"76c0aa3b-6bca-4dce-b4d0-f68330e9a2ba"},{"name":"v1.0/customers/policy/{policyReference}","id":"57bb2cbe-2c83-4166-ae00-133f33614f1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/customers/policy/0001FYOD24X0","description":"<p>Returns policy details, including the expiry date, of a specific policy held by a customer.</p>\n","urlObject":{"path":["v1.0","customers","policy","0001FYOD24X0"],"host":["{{embApiBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"67e16595-68ec-4f00-b436-878cc5fd0998","name":"v1.0/customers/policy/{policyReference}","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/customers/policy/0001FYOD24X0"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"policyReference\": \"0001FYRM24X0\",\r\n    \"productName\": \"Rolex Oyster\",\r\n    \"productId\": \"20105585\",\r\n    \"orderItemId\": \"1234546\",\r\n    \"policyExpiryDate\": \"2025-08-15\"\r\n}\r\n"}],"_postman_id":"57bb2cbe-2c83-4166-ae00-133f33614f1c"},{"name":"v1.0/customers/updateCustomer/{customerId}","id":"75f695c4-1e5b-4c7b-9fa1-062d7d9c796f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"customerDetails\": {\r\n        \"email\": \"email@email.com\",\r\n        \"customerId\": \"12345678\",\r\n        \"firstName\": \"Robert\",\r\n        \"lastName\": \"Smith\",\r\n        \"address\": {\r\n                \"addressLine1\": \"14 The Avenue\",\r\n                \"addressLine2\": \"Highbury Fields\",\r\n                \"townCity\": \"London\",\r\n                \"postCode\": \"W6 5PT\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/customers/updateCustomer/{clientCustomerId}}","description":"<p>Update the customer's email address, name and/or residential address.</p>\n<p>An email address change will ensure that any system generated emails, for example about renewals, will be sent to the updated email address.</p>\n<p>A name or residential address change will update the insured details on all this customer's policies, creating updated policy documents.</p>\n","urlObject":{"path":["v1.0","customers","updateCustomer","{clientCustomerId}}"],"host":["{{embApiBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e27707e6-71f8-492a-9c47-536f243156c8","name":"v1.0/customers/updateCustomer/{customerId}","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"customerDetails\": {\r\n        \"email\": \"email@email.com\",\r\n        \"customerId\": \"12345678\",\r\n        \"firstName\": \"Robert\",\r\n        \"lastName\": \"Smith\",\r\n        \"address\": {\r\n                \"addressLine1\": \"14 The Avenue\",\r\n                \"addressLine2\": \"Highbury Fields\",\r\n                \"townCity\": \"London\",\r\n                \"postCode\": \"W6 5PT\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/customers/updateCustomer/12345678"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"email\": \"email@email.com\",\r\n    \"customerId\": \"12345678\",\r\n    \"firstName\": \"Robert\",\r\n    \"lastName\": \"Smith\",\r\n    \"address\": {\r\n        \"addressLine1\": \"14 The Avenue\",\r\n        \"addressLine2\": \"Highbury Fields\",\r\n        \"townCity\": \"London\",\r\n        \"postCode\": \"W6 5PT\"\r\n    }\r\n}"}],"_postman_id":"75f695c4-1e5b-4c7b-9fa1-062d7d9c796f"}],"id":"4006ef67-25e3-457e-b09e-d0031acf3198","_postman_id":"4006ef67-25e3-457e-b09e-d0031acf3198","description":""},{"name":"Claims","item":[{"name":"v1.0/claims/questions/{policyReference}","id":"95371961-77a4-4ae0-ada5-5c6a9ae8a28e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{embApiBaseUrl}}/v1.0/claims/questions/0001FYRO24X0","description":"<p>When a customer makes a claim on their insurance policy the insurer requires specific information from the customer in order to process their claim.</p>\n<p>This endpoint returns information about the questions that the customer should be asked.</p>\n","urlObject":{"path":["v1.0","claims","questions","0001FYRO24X0"],"host":["{{embApiBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"659cca59-0e12-4508-95f1-3eef09d251a7","name":"v1.0/claims/questions/{policyReference}","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":"{{embApiBaseUrl}}/v1.0/claims/questions/0001FYRO24X0"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"questionId\": 23,\r\n        \"questionText\": \"Claim Type\",\r\n        \"isMandatory\": true,\r\n        \"answerType\": \"fixedOptions\",\r\n        \"options\": [\r\n            {\r\n                \"code\": \"DAM\",\r\n                \"text\": \"Damaged (repairable)\"\r\n            },\r\n            {\r\n                \"code\": \"DEST\",\r\n                \"text\": \"Destroyed (irreparable)\"\r\n            },\r\n            {\r\n                \"code\": \"LOST\",\r\n                \"text\": \"Lost (not stolen)\"\r\n            },\r\n            {\r\n                \"code\": \"STOL\",\r\n                \"text\": \"Stolen\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"questionId\": 40,\r\n        \"questionText\": \"Date of Loss\",\r\n        \"isMandatory\": true,\r\n        \"answerType\": \"date\",\r\n        \"options\": []\r\n    },\r\n    {\r\n        \"questionId\": 41,\r\n        \"questionText\": \"Description of circumstances of loss\",\r\n        \"isMandatory\": true,\r\n        \"answerType\": \"multiLineText\",\r\n        \"options\": []\r\n    },\r\n    {\r\n        \"questionId\": 46,\r\n        \"questionText\": \"Have you reported this to the police?\",\r\n        \"isMandatory\": true,\r\n        \"answerType\": \"options\",\r\n        \"options\": [\r\n            {\r\n                \"code\": \"17\",\r\n                \"text\": \"No\"\r\n            },\r\n            {\r\n                \"code\": \"16\",\r\n                \"text\": \"Yes\"\r\n            }\r\n        ]\r\n    }\r\n]"}],"_postman_id":"95371961-77a4-4ae0-ada5-5c6a9ae8a28e"},{"name":"v1.0/claims/create","id":"4ee24e56-0ad3-4938-9055-c32da88b5a71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"policyReference\": \"0001FMLF24T0\",\r\n  \"questionAnswers\": [\r\n    {\r\n      \"questionId\": 23,\r\n      \"answer\": \"LOST\"\r\n    },\r\n    {\r\n      \"questionId\": 40,\r\n      \"answer\": \"2022-08-06T00:00:00Z\"\r\n    },\r\n    {\r\n      \"questionId\": 41,\r\n      \"answer\": \"can't find it anywhere\"\r\n    },\r\n    {\r\n      \"questionId\": 46,\r\n      \"answer\": \"17\"\r\n    }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/claims/create","description":"<p>Creates a claim on the customers policy.</p>\n","urlObject":{"path":["v1.0","claims","create"],"host":["{{embApiBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b6d101b4-69ce-4680-a71e-865c37b7c039","name":"v1.0/claims/create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"policyReference\": \"0001FMLF24T0\",\r\n  \"questionAnswers\": [\r\n    {\r\n      \"questionId\": 23,\r\n      \"answer\": \"LOST\"\r\n    },\r\n    {\r\n      \"questionId\": 40,\r\n      \"answer\": \"2022-08-06T00:00:00Z\"\r\n    },\r\n    {\r\n      \"questionId\": 41,\r\n      \"answer\": \"can't find it anywhere\"\r\n    },\r\n    {\r\n      \"questionId\": 46,\r\n      \"answer\": \"17\"\r\n    }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/claims/create"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"policyReference\": \"0001FYRO24X0\",\r\n    \"claimReference\": 1007,\r\n    \"claimStatus\": \"Claim Received\",\r\n    \"claimDate\": \"2024-08-16\",\r\n    \"statusLastUpdated\": \"2024-08-16\"\r\n}\r\n"}],"_postman_id":"4ee24e56-0ad3-4938-9055-c32da88b5a71"},{"name":"v1.0/claims/status/{policyReference}","id":"9f31073b-fb3e-4406-acbf-41c5a3e6f452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/claims/status/0001GKDG24X0","description":"<p>Returns details, including the status, of all claims on a Policy.</p>\n","urlObject":{"path":["v1.0","claims","status","0001GKDG24X0"],"host":["{{embApiBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3c6789c6-3341-47f2-ac3e-c5cf3874709b","name":"v1.0/claims/status/{policyReference}","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:44384/v1.0/claims/status/0001GKDG24X0"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"policyReference\": \"0001GKDG24X0\",\r\n        \"claimReference\": 1211,\r\n        \"claimStatus\": \"Awaiting Information\",\r\n        \"claimDate\": \"2024-11-25\",\r\n        \"statusLastUpdated\": \"2024-11-30\"\r\n    },\r\n    {\r\n        \"policyReference\": \"0001GKDG24X0\",\r\n        \"claimReference\": 1188,\r\n        \"claimStatus\": \"Closed\",\r\n        \"claimDate\": \"2024-11-15\",\r\n        \"statusLastUpdated\": \"2024-12-03\"\r\n    }\r\n]"}],"_postman_id":"9f31073b-fb3e-4406-acbf-41c5a3e6f452"},{"name":"v1.0/claims/portal/{policyReference}","id":"fc04afa3-52f9-4060-a19a-c6d328ea76fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/claims/portal/0001FYOG24X0","description":"<p>Returns the URL of a hosted claims creation page. This page will be branded for your organisation but hosted on our servers.</p>\n<p>This is an alternative to building your own Claims “First notification of loss” form using information returned the in claims/questions endpoint.</p>\n","urlObject":{"path":["v1.0","claims","portal","0001FYOG24X0"],"host":["{{embApiBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6c00da0c-3a55-40d6-8ddb-8d3c60e79ba4","name":"v1.0/claims/portal/{policyReference}","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{embApiBaseUrl}}/v1.0/claims/portal/0001FYOG24X0"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"url\": \"https://subdomain.quotall.com?clr=YkE4dDdVcGhGdFNFRHxHQmFTQQ==\"\r\n}\r\n"}],"_postman_id":"fc04afa3-52f9-4060-a19a-c6d328ea76fe"}],"id":"50b8bee6-da87-4a4f-99f0-f18b6b017076","description":"<p>Endpoints to create and administer claims on insurance policies.</p>\n","_postman_id":"50b8bee6-da87-4a4f-99f0-f18b6b017076"}]}