{"info":{"_postman_id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","name":"Public Insurte API documentation v2.0","description":"<html><head></head><body><h1 id=\"insurte-rest-api\">📄 Insurte REST API</h1>\n<p>The Insurte API enables partners to seamlessly integrate tailored travel insurance solutions into their platforms.</p>\n<p>It provides features for searching insurance options, generating contract policies, etc.</p>\n<p>The API offers a fast and efficient way to present contextually relevant travel insurance across various digital channels.</p>\n<p>To start using the Insurte API:</p>\n<ul>\n<li><p>You must use a valid API Key to send requests to the API endpoints.</p>\n</li>\n<li><p>The API only responds to HTTPS-secured communications. Any requests sent via HTTP return an HTTP 301 redirect to the corresponding HTTPS resources.</p>\n</li>\n<li><p>The API returns request responses in JSON format. When an API request returns an error, it is sent in the JSON response as an error key.</p>\n</li>\n</ul>\n<h2 id=\"authentication\">Authentication</h2>\n<p>The public Insurte API uses bearer tokens for authentication.</p>\n<p>You must include the API key with the prefix “Bearer” in the Authorization header of each request.</p>\n<p>To get an API key and become a partner, please send us an email at the provided address in your Partner onboarding booklet.</p>\n<p>In our API, by default, IP addresses must be whitelisted to access the endpoints. If an unapproved IP address attempts to make a request, a 401 Unauthorized error will be returned.</p>\n<h3 id=\"authentication-error-response\">Authentication error response</h3>\n<p>If an API key is missing, malformed, or invalid, you will receive an HTTP 401 Unauthorized response code.</p>\n<h3 id=\"503-response\">503 response</h3>\n<p>An HTTP <code>503</code> response from our servers indicates there is an unexpected spike in API access traffic. The server is usually operational within the next five minutes. If the outage persists or you receive any other form of an HTTP <code>5XX</code> error, please contact us on the dedicated email provided in your Partner onboarding.</p>\n<h3 id=\"need-some-help\"><strong>Need some help?</strong></h3>\n<p>Please reach out to us at the dedicated email address provided in your partner onboarding.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"📄 Insurte REST API","slug":"insurte-rest-api"}],"owner":"28287175","collectionId":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","publishedId":"2sAY4rEQ4L","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-10-23T09:46:47.000Z"},"item":[{"name":"Quotation","item":[{"name":"/quotation","id":"3a76f5fc-3f48-410d-8944-f7d8a3d0eb16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"departure_country\": \"IS\",\r\n  \"visited_countries\": [\"MX\", \"BS\"],\r\n  \"departure_date\": \"2024-11-20\",\r\n  \"return_date\": \"2024-11-30\",\r\n  \"travelers\": {\r\n    \"number_of_infants\": 1,\r\n    \"number_of_children\": 2,\r\n    \"number_of_adults\": 2,\r\n    \"number_of_seniors\": 1,\r\n    \"traveler\":\r\n    [\r\n        {\r\n            \"position\":1,\r\n            \"nationality\":\"IS\"\r\n        },\r\n        {\r\n            \"position\":2,\r\n            \"nationality\":\"IS\"\r\n        },\r\n        {\r\n            \"position\":3,\r\n            \"nationality\":\"IS\"\r\n        },\r\n        {\r\n            \"position\":4,\r\n            \"nationality\":\"IS\"\r\n        },\r\n        {\r\n            \"position\":5,\r\n            \"nationality\":\"IS\"\r\n        },\r\n        {\r\n            \"position\":6,\r\n            \"nationality\":\"IS\"\r\n        }\r\n    ]\r\n  },\r\n  \"currency\": \"EUR\",\r\n  \"total_trip_cost\": 2500,\r\n  \"language\": \"en\",\r\n  \"affcode\": \"affins446i\",\r\n  \"sort\": \"price_asc\",\r\n  \"search_type\": \"global\",\r\n  \"coupon\": \"WELCOMEJO2024\",\r\n  \"metadata\": {\r\n    \"partner_id\": \"12345\",\r\n    \"partner_name\": \"Travel Partner\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.insurte.com/api:VQdPvY1R/quotation","description":"<p>This request allow the user to search policies regarding travel and travelers parameters.</p>\n<p>Please find below the request and response parameters, and each subobject's definition.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>country.code</code></td>\n<td><code>departure_country</code></td>\n<td>Country code of the departure country.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>array[country.code]</code></td>\n<td><code>visited_countries</code></td>\n<td>List of country codes for the visited countries.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>departure_date</code></td>\n<td>Departure date in <code>yyyy-mm-dd</code> format.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>return_date</code></td>\n<td>Return date in <code>yyyy-mm-dd</code> format, no required if search_type is one_way</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>object</code></td>\n<td><code>travelers</code></td>\n<td>Information about the travelers (see traveler structure below).</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>currency</code></td>\n<td>Currency used (e.g., EUR, USD).</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>float</code></td>\n<td><code>total_trip_cost</code></td>\n<td>Total cost of the trip.</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>language</code></td>\n<td>Language options.</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>affcode</code></td>\n<td>Affiliation code provided for certain partners.</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>enum</code></td>\n<td><code>sort</code></td>\n<td>Sorting type. Possible values: [\"price_asc\", \"price_desc\"].</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>enum</code></td>\n<td><code>search_type</code></td>\n<td>Search type. Possible values: [\"global\", \"monthly\", \"custom\",\"one_way\"].</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>coupon</code></td>\n<td>Discount coupon code for applying a discount.</td>\n<td>no</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>uuid</code></td>\n<td><code>search_id</code></td>\n<td>Identifier of the search</td>\n</tr>\n<tr>\n<td><code>country.code</code></td>\n<td><code>departure_country</code></td>\n<td>Country code of departure country</td>\n</tr>\n<tr>\n<td><code>array[country.code]</code></td>\n<td><code>visited_countries</code></td>\n<td>Country codes of visited countries</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>departure_date</code></td>\n<td>Departure date (yyyy-mm-dd format)</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>return_date</code></td>\n<td>Return date (yyyy-mm-dd format)</td>\n</tr>\n<tr>\n<td><code>object</code></td>\n<td><code>travelers</code></td>\n<td>Information of travelers</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>currency</code></td>\n<td>Currency used</td>\n</tr>\n<tr>\n<td><code>float</code></td>\n<td><code>total_trip_cost</code></td>\n<td>Amount of the customer's trip cost</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>language</code></td>\n<td>Language</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>affcode</code></td>\n<td>Affiliation code provided for some partners</td>\n</tr>\n<tr>\n<td><code>enum</code></td>\n<td><code>sort</code></td>\n<td>Type of sort. Values: [\"price_asc\", \"price_desc\",...]</td>\n</tr>\n<tr>\n<td><code>enum</code></td>\n<td><code>search_type</code></td>\n<td>Type of search. Values: [\"global\", \"monthly\", \"annual\",\"one_way\"]</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>coupon</code></td>\n<td>Discount coupon</td>\n</tr>\n<tr>\n<td><code>array[string,string]</code></td>\n<td><code>metadata</code></td>\n<td>Partner metadata (key/value array)</td>\n</tr>\n<tr>\n<td><code>array[policies]</code></td>\n<td><code>products</code></td>\n<td>Policies available for this search</td>\n</tr>\n<tr>\n<td><code>integer</code></td>\n<td><code>number_of_results</code></td>\n<td>Number of policies returned</td>\n</tr>\n<tr>\n<td><code>float</code></td>\n<td><code>lower_price</code></td>\n<td>Lowest price in the chosen currency</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>expiry_date</code></td>\n<td>Expiry date of the search (yyyy-mm-dd hh:mm:ss GMT format)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"object-structures\">Object Structures</h3>\n<h4 id=\"travelers-structure-request--response\">Travelers Structure (request &amp; response)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>array[objects]</code></td>\n<td><code>travelers_information</code></td>\n<td>Information of each traveler</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>integer</code></td>\n<td><code>number_of_infants</code></td>\n<td>Required if birthdate in <code>travelers_information</code> not provided</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>integer</code></td>\n<td><code>number_of_children</code></td>\n<td>Required if birthdate in <code>travelers_information</code> not provided</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>integer</code></td>\n<td><code>number_of_adults</code></td>\n<td>Required if birthdate in <code>travelers_information</code> not provided</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>integer</code></td>\n<td><code>number_of_seniors</code></td>\n<td>Required if birthdate in <code>travelers_information</code> not provided</td>\n<td>no</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"object-traveler-structure-request--response\">Object Traveler Structure (request &amp; response)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>integer</code></td>\n<td><code>position</code></td>\n<td>Position of the traveler</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>country.code</code></td>\n<td><code>nationality</code></td>\n<td>Code of the nationality of the traveler</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>birthdate</code></td>\n<td>Birthdate (yyyy-mm-dd format)</td>\n<td>no</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"object-product-structure-response\">Object Product Structure (response)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>uuid</code></td>\n<td><code>product_id</code></td>\n<td>Policy identifier</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>product_name</code></td>\n<td>Product name</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>product_code</code></td>\n<td>Product code</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>insurer_name</code></td>\n<td>Insurer name</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>insurer_logo_url</code></td>\n<td>URL of insurer logo</td>\n</tr>\n<tr>\n<td><code>array[guarantee]</code></td>\n<td><code>guarantees</code></td>\n<td>Array of guarantees available</td>\n</tr>\n<tr>\n<td><code>float</code></td>\n<td><code>total_premium</code></td>\n<td>Total premium for all travelers, tax included, in product currency</td>\n</tr>\n<tr>\n<td><code>float</code></td>\n<td><code>tax</code></td>\n<td>Tax, in product currency</td>\n</tr>\n<tr>\n<td><code>float</code></td>\n<td><code>total_premium_currency</code></td>\n<td>Total premium for all travelers, tax included, in asked currency</td>\n</tr>\n<tr>\n<td><code>enum</code></td>\n<td><code>validity</code></td>\n<td>Type of validity. Values: [\"single\", \"monthly\", \"annual\"]</td>\n</tr>\n<tr>\n<td><code>array[string,string]</code></td>\n<td><code>terms_and_conditions</code></td>\n<td>Array of contractual documentation, filename as key, URL as value</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>Marketing message</code></td>\n<td>Marketing description of insurance</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"object-guarantee-structure-response\">Object Guarantee Structure (response)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>string</code></td>\n<td><code>name</code></td>\n<td>Guarantee name (in chosen language)</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>description</code></td>\n<td>Guarantee description (in chosen language)</td>\n</tr>\n<tr>\n<td><code>enum</code></td>\n<td><code>category</code></td>\n<td>Guarantee category. Values: [\"other\", \"deductible\",...]</td>\n</tr>\n<tr>\n<td><code>boolean</code></td>\n<td><code>available</code></td>\n<td>If the guarantee is available or not</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api:VQdPvY1R","quotation"],"host":["api","insurte","com"],"query":[],"variable":[]}},"response":[{"id":"ca8e69b4-bffb-4aaa-9935-4033c12db832","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"departure_country\": \"IS\",\n  \"visited_countries\": [\"MX\", \"BS\"],\n  \"departure_date\": \"2024-11-20\",\n  \"return_date\": \"2024-11-30\",\n  \"travelers\": {\n    \"number_of_infants\": 1,\n    \"number_of_children\": 2,\n    \"number_of_adults\": 2,\n    \"number_of_seniors\": 1,\n    \"traveler\":\n    [\n        {\n            \"position\":1,\n            \"nationality\":\"IS\"\n        },\n        {\n            \"position\":2,\n            \"nationality\":\"IS\"\n        },\n        {\n            \"position\":3,\n            \"nationality\":\"IS\"\n        },\n        {\n            \"position\":4,\n            \"nationality\":\"IS\"\n        },\n        {\n            \"position\":5,\n            \"nationality\":\"IS\"\n        },\n        {\n            \"position\":6,\n            \"nationality\":\"IS\"\n        }\n    ]\n  },\n  \"currency\": \"EUR\",\n  \"total_trip_cost\": 2500,\n  \"language\": \"en\",\n  \"affcode\": \"affins446i\",\n  \"sort\": \"price_asc\",\n  \"search_type\": \"global\",\n  \"coupon\": \"WELCOMEJO2024\",\n  \"metadata\": {\n    \"partner_id\": \"12345\",\n    \"partner_name\": \"Travel Partner\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.insurte.com/api:VQdPvY1R/quotation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n\t\"search_id\": \"a1b2c3d4-5678-9101-1121-314151617181\",\n\t\"departure_country\": \"IS\",\n\t\"visited_countries\": [\n\t\t\"MX\",\n\t\t\"BS\"\n\t],\n\t\"departure_date\": \"2024-11-20\",\n\t\"return_date\": \"2024-11-30\",\n\t\"travelers\": {\n\t\t\"number_of_infants\": 1,\n\t\t\"number_of_children\": 2,\n\t\t\"number_of_adults\": 2,\n\t\t\"number_of_seniors\": 1,\n\t\t\"traveler\": [\n\t\t\t{\n\t\t\t\t\"position\": 1,\n\t\t\t\t\"nationality\": \"IS\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"position\": 2,\n\t\t\t\t\"nationality\": \"IS\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"position\": 3,\n\t\t\t\t\"nationality\": \"IS\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"position\": 4,\n\t\t\t\t\"nationality\": \"IS\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"position\": 5,\n\t\t\t\t\"nationality\": \"IS\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"position\": 6,\n\t\t\t\t\"nationality\": \"IS\"\n\t\t\t}\n\t\t]\n\t},\n\t\"currency\": \"EUR\",\n\t\"total_trip_cost\": 2500,\n\t\"language\": \"en\",\n\t\"affcode\": \"affins446i\",\n\t\"sort\": \"price_asc\",\n\t\"search_type\": \"global\",\n\t\"coupon\": \"WELCOMEJO2024\",\n\t\"metadata\": {\n\t\t\"partner_id\": \"12345\",\n\t\t\"partner_name\": \"Travel Partner\"\n\t},\n\t\"products\": [\n\t\t{\n\t\t\t\"product_id\": \"a1b2c3d4-5678-9101-1121-314151617182\",\n\t\t\t\"product_name\": \"Plan 1\",\n            \"product_code\": \"ext1010\",\n\t\t\t\"insurer_name\": \"Insurer 1\",\n\t\t\t\"insurer_logo_url\": \"https://example.com/logo.png\",\n\t\t\t\"guarantees\": [\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Medical Expenses\",\n\t\t\t\t\t\"description\": \"Up to 1,500,000 EUR coverage for medical expenses.\",\n\t\t\t\t\t\"category\": \"medical_expenses\",\n\t\t\t\t\t\"available\": true\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Emergency Repatriation\",\n\t\t\t\t\t\"description\": \"Covers the cost of repatriation due to medical emergencies.\",\n\t\t\t\t\t\"category\": \"other\",\n\t\t\t\t\t\"available\": true\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Delayed Baggage\",\n\t\t\t\t\t\"description\": \"Compensation for baggage delayed more than 12 hours.\",\n\t\t\t\t\t\"category\": \"other\",\n\t\t\t\t\t\"available\": true\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Trip Cancellation/Curtailment\",\n\t\t\t\t\t\"description\": \"Covers non-refundable expenses in case of trip cancellation or curtailment.\",\n\t\t\t\t\t\"category\": \"other\",\n\t\t\t\t\t\"available\": true\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Personal Liability\",\n\t\t\t\t\t\"description\": \"Coverage for legal liabilities during travel.\",\n\t\t\t\t\t\"category\": \"other\",\n\t\t\t\t\t\"available\": true\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Assistance - Medical Advice\",\n\t\t\t\t\t\"description\": \"24/7 access to medical advice during your trip.\",\n\t\t\t\t\t\"category\": \"other\",\n\t\t\t\t\t\"available\": true\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Loss of Passport & Other Traveling Documents\",\n\t\t\t\t\t\"description\": \"Covers the cost of replacing a lost passport or other important travel documents.\",\n\t\t\t\t\t\"category\": \"other\",\n\t\t\t\t\t\"available\": true\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"total_premium\": 300.0,\n            \"tax\":60.0,\n\t\t\t\"total_price_currency\": 300.0,\n\t\t\t\"validity\": \"single\",\n\t\t\t\"terms_and_conditions\": {\n\t\t\t\t\"Terms.pdf\": \"https://example.com/terms.pdf\",\n\t\t\t\t\"PolicyDetails.pdf\": \"https://example.com/policy-details.pdf\"\n\t\t\t},\n\t\t\t\"marketing_message\": \"Comprehensive coverage for your international travels.\"\n\t\t},\n\t\t{\n\t\t\t\"product_id\": \"a1b2c3d4-5678-9101-1121-314151617184\",\n\t\t\t\"product_name\": \"Plan A\",\n            \"product_code\": \"ext10120\",\n\t\t\t\"insurer_name\": \"Insurer 2\",\n\t\t\t\"insurer_logo_url\": \"https://example.com/logo2.png\",\n\t\t\t\"guarantees\": [\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Medical Expenses\",\n\t\t\t\t\t\"description\": \"Up to 1,500,000 EUR coverage for medical expenses.\",\n\t\t\t\t\t\"category\": \"medical_expenses\",\n\t\t\t\t\t\"available\": true\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Emergency Repatriation\",\n\t\t\t\t\t\"description\": \"Covers the cost of repatriation due to medical emergencies.\",\n\t\t\t\t\t\"category\": \"other\",\n\t\t\t\t\t\"available\": true\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Delayed Baggage\",\n\t\t\t\t\t\"description\": \"Compensation for baggage delayed more than 12 hours.\",\n\t\t\t\t\t\"category\": \"other\",\n\t\t\t\t\t\"available\": true\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Trip Cancellation/Curtailment\",\n\t\t\t\t\t\"description\": \"Covers non-refundable expenses in case of trip cancellation or curtailment.\",\n\t\t\t\t\t\"category\": \"other\",\n\t\t\t\t\t\"available\": true\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Personal Liability\",\n\t\t\t\t\t\"description\": \"Coverage for legal liabilities during travel.\",\n\t\t\t\t\t\"category\": \"other\",\n\t\t\t\t\t\"available\": true\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Assistance - Medical Advice\",\n\t\t\t\t\t\"description\": \"24/7 access to medical advice during your trip.\",\n\t\t\t\t\t\"category\": \"other\",\n\t\t\t\t\t\"available\": true\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Loss of Passport & Other Traveling Documents\",\n\t\t\t\t\t\"description\": \"Covers the cost of replacing a lost passport or other important travel documents.\",\n\t\t\t\t\t\"category\": \"other\",\n\t\t\t\t\t\"available\": true\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"total_premium\": 200.0,\n            \"tax\":40.0,\n\t\t\t\"total_price_currency\": 200.0,\n\t\t\t\"validity\": \"monthly\",\n\t\t\t\"terms_and_conditions\": {\n\t\t\t\t\"FamilyTerms.pdf\": \"https://example.com/family-terms.pdf\",\n\t\t\t\t\"FamilyPolicyDetails.pdf\": \"https://example.com/family-policy-details.pdf\"\n\t\t\t},\n\t\t\t\"marketing_message\": \"Ideal travel insurance for families on the go.\"\n\t\t}\n\t],\n\t\"number_of_results\": 2,\n\t\"lower_price\": 200.0,\n\t\"expiry_date\": \"2024-10-01 12:00:00 GMT\"\n}"},{"id":"1f528e85-65d4-496d-b112-3a05170ce16f","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"departure_country\": \"IS\",\n  \"visited_countries\": [\"MX\", \"BS\"],\n  \"travelers\": {\n    \"number_of_infants\": 1,\n    \"number_of_children\": 2,\n    \"number_of_adults\": 2,\n    \"number_of_seniors\": 1,\n    \"traveler\":\n    [\n        {\n            \"position\":1,\n            \"nationality\":\"IS\"\n        },\n        {\n            \"position\":2,\n            \"nationality\":\"IS\"\n        },\n        {\n            \"position\":3,\n            \"nationality\":\"IS\"\n        },\n        {\n            \"position\":4,\n            \"nationality\":\"IS\"\n        },\n        {\n            \"position\":5,\n            \"nationality\":\"IS\"\n        },\n        {\n            \"position\":6,\n            \"nationality\":\"IS\"\n        }\n    ]\n  },\n  \"currency\": \"EUR\",\n  \"total_trip_cost\": 2500,\n  \"language\": \"en\",\n  \"affcode\": \"affins446i\",\n  \"sort\": \"price_asc\",\n  \"search_type\": \"global\",\n  \"coupon\": \"WELCOMEJO2024\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.insurte.com/api:VQdPvY1R/quotation"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"Missing required parameters\",\n        \"message\": \"Missing required parameters.\",\n        \"details\": [\n            \"departure_date\", \"return_date\"\n        ]\n    }\n}"}],"_postman_id":"3a76f5fc-3f48-410d-8944-f7d8a3d0eb16"}],"id":"c8dc066a-7332-42e4-a140-03580abb35d6","description":"<p>Get information on the available insurance policies based on travel and traveler parameters...</p>\n","_postman_id":"c8dc066a-7332-42e4-a140-03580abb35d6","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","name":"Public Insurte API documentation v2.0","type":"collection"}}},{"name":"Purchase","item":[{"name":"/purchase","event":[{"listen":"test","script":{"id":"8acb63a0-8025-4836-9c25-d871f2b2bbf5","exec":[""],"type":"text/javascript","packages":{}}}],"id":"fb09f555-6fe4-468d-994a-516162454c78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"search_id\": \"a1b2c3d4-5678-9101-1121-314151617181\",\r\n  \"product_id\": \"a1b2c3d4-5678-9101-1121-314151617182\",\r\n  \"automatic_renewal\": true,\r\n  \"travelers\": [\r\n    {\r\n      \"position\": 1,\r\n      \"firstname\": \"John\",\r\n      \"lastname\": \"Doe\",\r\n      \"birthdate\": \"2023-01-15\",\r\n      \"nationality\": \"IS\",\r\n      \"country_of_residence\": \"IS\",\r\n      \"passport_number\": \"A1234567\",\r\n      \"phone_number\": \"+3541234567\",\r\n      \"email\": \"john.doe@example.com\"\r\n    },\r\n    {\r\n      \"position\": 2,\r\n      \"firstname\": \"Jane\",\r\n      \"lastname\": \"Doe\",\r\n      \"birthdate\": \"2010-07-15\",\r\n      \"nationality\": \"IS\",\r\n      \"country_of_residence\": \"IS\",\r\n      \"passport_number\": \"B2345678\",\r\n      \"phone_number\": \"+3541234568\",\r\n      \"email\": \"jane.doe@example.com\"\r\n    },\r\n    {\r\n      \"position\": 3,\r\n      \"firstname\": \"Tom\",\r\n      \"lastname\": \"Smith\",\r\n      \"birthdate\": \"2012-08-10\",\r\n      \"nationality\": \"IS\",\r\n      \"country_of_residence\": \"IS\",\r\n      \"passport_number\": \"C3456789\",\r\n      \"phone_number\": \"+3541234569\",\r\n      \"email\": \"tom.smith@example.com\"\r\n    },\r\n    {\r\n      \"position\": 4,\r\n      \"firstname\": \"Alice\",\r\n      \"lastname\": \"Brown\",\r\n      \"birthdate\": \"1985-05-20\",\r\n      \"nationality\": \"IS\",\r\n      \"country_of_residence\": \"IS\",\r\n      \"passport_number\": \"D4567890\",\r\n      \"phone_number\": \"+3541234570\",\r\n      \"email\": \"alice.brown@example.com\"\r\n    },\r\n    {\r\n      \"position\": 5,\r\n      \"firstname\": \"Bob\",\r\n      \"lastname\": \"Jones\",\r\n      \"birthdate\": \"1990-09-25\",\r\n      \"nationality\": \"IS\",\r\n      \"country_of_residence\": \"IS\",\r\n      \"passport_number\": \"E5678901\",\r\n      \"phone_number\": \"+3541234571\",\r\n      \"email\": \"bob.jones@example.com\"\r\n    },\r\n    {\r\n      \"position\": 6,\r\n      \"firstname\": \"Margaret\",\r\n      \"lastname\": \"Williams\",\r\n      \"birthdate\": \"1950-02-28\",\r\n      \"nationality\": \"IS\",\r\n      \"country_of_residence\": \"IS\",\r\n      \"passport_number\": \"F6789012\",\r\n      \"phone_number\": \"+3541234572\",\r\n      \"email\": \"margaret.williams@example.com\"\r\n    }\r\n  ],\r\n  \"policy_holder\": {\r\n    \"firstname\": \"Alice\",\r\n    \"lastname\": \"Brown\",\r\n    \"birthdate\": \"1985-05-20\",\r\n    \"email\": \"alice.brown@example.com\",\r\n    \"phone_number\": \"+3541234570\",\r\n    \"country_of_residence\": \"IS\",\r\n    \"address\": \"123 Iceland Street\",\r\n    \"zip_code\": \"101\",\r\n    \"state\": \"Reykjavik\",\r\n    \"city\": \"Reykjavik\"\r\n  },\r\n  \"total_insurance_premium\": 300.00,\r\n  \"currency\": \"EUR\",\r\n  \"coupon\": \"WELCOMEJO2024\",\r\n  \"pnr\": \"PNR12345\",\r\n  \"external_payment_id\": \"PAY56789\",\r\n  \"payment_date\": \"2024-11-01 10:00:00 GMT\",\r\n  \"metadata\": {\r\n    \"partner_id\": \"12345\",\r\n    \"partner_name\": \"Travel Partner\"\r\n  }\r\n}"},"url":"https://api.insurte.com/api:VQdPvY1R/purchase","description":"<p>This request allows the user to create a contract after performing payment.</p>\n<p>Please find below the request and response parameters, and each subobject's definition.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>uuid</code></td>\n<td><code>search_id</code></td>\n<td>Identifier of search</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>uuid</code></td>\n<td><code>product_id</code></td>\n<td>Product identifier</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>boolean</code></td>\n<td><code>automatic_renewal</code></td>\n<td>Whether the contract will renew automatically (monthly &amp; annual validity)</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>array[travelers]</code></td>\n<td><code>travelers</code></td>\n<td>Information of travelers</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>object</code></td>\n<td><code>policy_holder</code></td>\n<td>Information of the policy holder</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>float</code></td>\n<td><code>total_insurance_premium</code></td>\n<td>Total premium for all travelers, tax included</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>currency</code></td>\n<td>Currency used</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>coupon</code></td>\n<td>Discount coupon</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>pnr</code></td>\n<td>Passenger name record</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>external_payment_id</code></td>\n<td>Identifier of payment</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>payment_date</code></td>\n<td>Payment date (yyyy-mm-dd hh:mm:ss GMT format)</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>array[string,string]</code></td>\n<td><code>metadata</code></td>\n<td>Partner metadata (key/value array)</td>\n<td>no</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>uuid</code></td>\n<td><code>search_id</code></td>\n<td>Identifier of search</td>\n</tr>\n<tr>\n<td><code>object</code></td>\n<td><code>product</code></td>\n<td>Product purchased information</td>\n</tr>\n<tr>\n<td><code>boolean</code></td>\n<td><code>automatic_renewal</code></td>\n<td>Whether the contract will renew automatically (monthly &amp; annual validity)</td>\n</tr>\n<tr>\n<td><code>object</code></td>\n<td><code>travelers</code></td>\n<td>Information of travelers</td>\n</tr>\n<tr>\n<td><code>object</code></td>\n<td><code>policy_holder</code></td>\n<td>Information of the policy holder</td>\n</tr>\n<tr>\n<td><code>float</code></td>\n<td><code>total_insurance_premium</code></td>\n<td>Total premium for all travelers, tax included</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>currency</code></td>\n<td>Currency used</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>coupon</code></td>\n<td>Discount coupon</td>\n</tr>\n<tr>\n<td><code>array[string,string]</code></td>\n<td><code>metadata</code></td>\n<td>Partner metadata (key/value array)</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>pnr</code></td>\n<td>Passenger name record</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>external_payment_id</code></td>\n<td>Identifier of payment</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>payment_date</code></td>\n<td>Payment date (yyyy-mm-dd hh:mm:ss GMT format)</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>contract_number</code></td>\n<td>Contract number</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>contract_created_at</code></td>\n<td>Contract creation date (yyyy-mm-dd hh:mm:ss GMT format)</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>contract_last_updated_at</code></td>\n<td>Contract last update date (yyyy-mm-dd hh:mm:ss GMT format)</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>contract_expiring_at</code></td>\n<td>Contract expiring date (yyyy-mm-dd hh:mm:ss GMT format)</td>\n</tr>\n<tr>\n<td><code>enum</code></td>\n<td><code>status</code></td>\n<td>Contract status. Values: [\"active\", \"expired\", \"cancelled\", \"refunded\"]</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>contract_url</code></td>\n<td>Contract download URL</td>\n</tr>\n<tr>\n<td><code>boolean</code></td>\n<td><code>contract_to_send</code></td>\n<td>If yes, the contract will be sent by Insurte, based on the configuration</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"object-structures\">Object Structures:</h3>\n<h4 id=\"object-traveler-structure-request--response\">Object Traveler Structure (request &amp; response)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>integer</code></td>\n<td><code>position</code></td>\n<td>Position of the traveler</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>firstname</code></td>\n<td>Traveler's first name</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>lastname</code></td>\n<td>Traveler's last name</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>birthdate</code></td>\n<td>Birthdate (yyyy-mm-dd format)</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>country.code</code></td>\n<td><code>nationality</code></td>\n<td>Code of the nationality of the traveler</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>country.code</code></td>\n<td><code>country_of_residence</code></td>\n<td>Code of the traveler's country of residence</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>passport_number</code></td>\n<td>Passport number</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>phone_number</code></td>\n<td>Traveler's phone number in E164 format</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>email</code></td>\n<td>Traveler's email</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>title</code></td>\n<td>Traveler's title</td>\n<td>no</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"object-policy-holder-structure-request--response\">Object Policy Holder Structure (request &amp; response)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>string</code></td>\n<td><code>firstname</code></td>\n<td>Policy holder's first name</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>lastname</code></td>\n<td>Policy holder's last name</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>birthdate</code></td>\n<td>Birthdate (yyyy-mm-dd format)</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>email</code></td>\n<td>Policy holder's email</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>phone_number</code></td>\n<td>Policy holder's phone number in E164 format</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>country.code</code></td>\n<td><code>country_of_residence</code></td>\n<td>Code of the policy holder's country of residence</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>address</code></td>\n<td>Policy holder's postal address</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>zip code</code></td>\n<td>Policy holder's zip code</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>state</code></td>\n<td>Policy holder's state</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>city</code></td>\n<td>Policy holder's city</td>\n<td>yes</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"object-product-structure-response\">Object Product Structure (response)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>uuid</code></td>\n<td><code>product_id</code></td>\n<td>Policy identifier</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>product_name</code></td>\n<td>Product name</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>product_code</code></td>\n<td>Product code</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>insurer_name</code></td>\n<td>Insurer name</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>insurer_logo_url</code></td>\n<td>URL of insurer logo</td>\n</tr>\n<tr>\n<td><code>array[guarantee]</code></td>\n<td><code>guarantees</code></td>\n<td>Array of guarantees available</td>\n</tr>\n<tr>\n<td><code>float</code></td>\n<td><code>total_premium</code></td>\n<td>Total premium for all travelers, tax included, in product currency</td>\n</tr>\n<tr>\n<td><code>float</code></td>\n<td><code>tax</code></td>\n<td>Tax, in product currency</td>\n</tr>\n<tr>\n<td><code>float</code></td>\n<td><code>total_premium_currency</code></td>\n<td>Total premium for all travelers, tax included, in asked currency</td>\n</tr>\n<tr>\n<td><code>enum</code></td>\n<td><code>validity</code></td>\n<td>Type of validity. Values: [\"single\", \"monthly\", \"annual\"]</td>\n</tr>\n<tr>\n<td><code>array[string,string]</code></td>\n<td><code>terms_and_conditions</code></td>\n<td>Array of contractual documentation, filename as key, URL as value</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>Marketing message</code></td>\n<td>Marketing description of insurance</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"object-guarantee-structure-response\">Object Guarantee Structure (response)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>string</code></td>\n<td><code>name</code></td>\n<td>Guarantee name (in chosen language)</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>description</code></td>\n<td>Guarantee description (in chosen language)</td>\n</tr>\n<tr>\n<td><code>enum</code></td>\n<td><code>category</code></td>\n<td>Guarantee category. Values: [\"other\", \"deductible\",...]</td>\n</tr>\n<tr>\n<td><code>boolean</code></td>\n<td><code>available</code></td>\n<td>If the guarantee is available or not</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","name":"Public Insurte API documentation v2.0","type":"collection"}},"urlObject":{"protocol":"https","path":["api:VQdPvY1R","purchase"],"host":["api","insurte","com"],"query":[],"variable":[]}},"response":[{"id":"1d7950a5-abae-4e89-b6bf-26a317475f89","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"search_id\": \"a1b2c3d4-5678-9101-1121-314151617181\",\n  \"product_id\": \"a1b2c3d4-5678-9101-1121-314151617182\",\n  \"automatic_renewal\": true,\n  \"travelers\": [\n    {\n      \"position\": 1,\n      \"firstname\": \"John\",\n      \"lastname\": \"Doe\",\n      \"birthdate\": \"2023-01-15\",\n      \"nationality\": \"IS\",\n      \"country_of_residence\": \"IS\",\n      \"passport_number\": \"A1234567\",\n      \"phone_number\": \"+3541234567\",\n      \"email\": \"john.doe@example.com\"\n    },\n    {\n      \"position\": 2,\n      \"firstname\": \"Jane\",\n      \"lastname\": \"Doe\",\n      \"birthdate\": \"2010-07-15\",\n      \"nationality\": \"IS\",\n      \"country_of_residence\": \"IS\",\n      \"passport_number\": \"B2345678\",\n      \"phone_number\": \"+3541234568\",\n      \"email\": \"jane.doe@example.com\"\n    },\n    {\n      \"position\": 3,\n      \"firstname\": \"Tom\",\n      \"lastname\": \"Smith\",\n      \"birthdate\": \"2012-08-10\",\n      \"nationality\": \"IS\",\n      \"country_of_residence\": \"IS\",\n      \"passport_number\": \"C3456789\",\n      \"phone_number\": \"+3541234569\",\n      \"email\": \"tom.smith@example.com\"\n    },\n    {\n      \"position\": 4,\n      \"firstname\": \"Alice\",\n      \"lastname\": \"Brown\",\n      \"birthdate\": \"1985-05-20\",\n      \"nationality\": \"IS\",\n      \"country_of_residence\": \"IS\",\n      \"passport_number\": \"D4567890\",\n      \"phone_number\": \"+3541234570\",\n      \"email\": \"alice.brown@example.com\"\n    },\n    {\n      \"position\": 5,\n      \"firstname\": \"Bob\",\n      \"lastname\": \"Jones\",\n      \"birthdate\": \"1990-09-25\",\n      \"nationality\": \"IS\",\n      \"country_of_residence\": \"IS\",\n      \"passport_number\": \"E5678901\",\n      \"phone_number\": \"+3541234571\",\n      \"email\": \"bob.jones@example.com\"\n    },\n    {\n      \"position\": 6,\n      \"firstname\": \"Margaret\",\n      \"lastname\": \"Williams\",\n      \"birthdate\": \"1950-02-28\",\n      \"nationality\": \"IS\",\n      \"country_of_residence\": \"IS\",\n      \"passport_number\": \"F6789012\",\n      \"phone_number\": \"+3541234572\",\n      \"email\": \"margaret.williams@example.com\"\n    }\n  ],\n  \"policy_holder\": {\n    \"firstname\": \"Alice\",\n    \"lastname\": \"Brown\",\n    \"birthdate\": \"1985-05-20\",\n    \"email\": \"alice.brown@example.com\",\n    \"phone_number\": \"+3541234570\",\n    \"country_of_residence\": \"IS\",\n    \"address\": \"123 Iceland Street\",\n    \"zip_code\": \"101\",\n    \"state\": \"Reykjavik\",\n    \"city\": \"Reykjavik\"\n  },\n  \"total_insurance_premium\": 300.00,\n  \"currency\": \"EUR\",\n  \"coupon\": \"WELCOMEJO2024\",\n  \"pnr\": \"PNR12345\",\n  \"external_payment_id\": \"PAY56789\",\n  \"payment_date\": \"2024-11-01 10:00:00 GMT\",\n  \"metadata\": {\n    \"partner_id\": \"12345\",\n    \"partner_name\": \"Travel Partner\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.insurte.com/api:VQdPvY1R/purchase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n\t\"search_id\": \"a1b2c3d4-5678-9101-1121-314151617181\",\n\t\"product\": {\n\t\t\"product_id\": \"a1b2c3d4-5678-9101-1121-314151617182\",\n\t\t\"product_name\": \"Plan 1\",\n        \"product_code\": \"ext1010\",\n\t\t\"insurer_name\": \"Insurer 1\",\n\t\t\"insurer_logo_url\": \"https://example.com/logo.png\",\n\t\t\"guarantees\": [\n\t\t\t{\n\t\t\t\t\"name\": \"Medical Expenses\",\n\t\t\t\t\"description\": \"Up to 1,500,000 EUR coverage for medical expenses.\",\n\t\t\t\t\"category\": \"medical_expenses\",\n\t\t\t\t\"available\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Emergency Repatriation\",\n\t\t\t\t\"description\": \"Covers the cost of repatriation due to medical emergencies.\",\n\t\t\t\t\"category\": \"other\",\n\t\t\t\t\"available\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Delayed Baggage\",\n\t\t\t\t\"description\": \"Compensation for baggage delayed more than 12 hours.\",\n\t\t\t\t\"category\": \"other\",\n\t\t\t\t\"available\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Trip Cancellation/Curtailment\",\n\t\t\t\t\"description\": \"Covers non-refundable expenses in case of trip cancellation or curtailment.\",\n\t\t\t\t\"category\": \"other\",\n\t\t\t\t\"available\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Personal Liability\",\n\t\t\t\t\"description\": \"Coverage for legal liabilities during travel.\",\n\t\t\t\t\"category\": \"other\",\n\t\t\t\t\"available\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Assistance - Medical Advice\",\n\t\t\t\t\"description\": \"24/7 access to medical advice during your trip.\",\n\t\t\t\t\"category\": \"other\",\n\t\t\t\t\"available\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Loss of Passport & Other Traveling Documents\",\n\t\t\t\t\"description\": \"Covers the cost of replacing a lost passport or other important travel documents.\",\n\t\t\t\t\"category\": \"other\",\n\t\t\t\t\"available\": true\n\t\t\t}\n\t\t],\n\t\t\"total_premium\": 300.0,\n        \"tax\":60.0,\n\t\t\"total_price_currency\": 300.0,\n\t\t\"validity\": \"single\",\n\t\t\"terms_and_conditions\": {\n\t\t\t\"Terms.pdf\": \"https://example.com/terms.pdf\",\n\t\t\t\"PolicyDetails.pdf\": \"https://example.com/policy-details.pdf\"\n\t\t},\n\t\t\"marketing_message\": \"Comprehensive coverage for your international travels.\"\n\t},\n\t\"automatic_renewal\": true,\n\t\"travelers\": [\n\t\t{\n\t\t\t\"position\": 1,\n\t\t\t\"firstname\": \"John\",\n\t\t\t\"lastname\": \"Doe\",\n\t\t\t\"birthdate\": \"2023-01-15\",\n\t\t\t\"nationality\": \"IS\",\n\t\t\t\"country_of_residence\": \"IS\",\n\t\t\t\"passport_number\": \"A1234567\",\n\t\t\t\"phone_number\": \"+3541234567\",\n\t\t\t\"email\": \"john.doe@example.com\"\n\t\t},\n\t\t{\n\t\t\t\"position\": 2,\n\t\t\t\"firstname\": \"Jane\",\n\t\t\t\"lastname\": \"Doe\",\n\t\t\t\"birthdate\": \"2010-07-15\",\n\t\t\t\"nationality\": \"IS\",\n\t\t\t\"country_of_residence\": \"IS\",\n\t\t\t\"passport_number\": \"B2345678\",\n\t\t\t\"phone_number\": \"+3541234568\",\n\t\t\t\"email\": \"jane.doe@example.com\"\n\t\t},\n\t\t{\n\t\t\t\"position\": 3,\n\t\t\t\"firstname\": \"Tom\",\n\t\t\t\"lastname\": \"Smith\",\n\t\t\t\"birthdate\": \"2012-08-10\",\n\t\t\t\"nationality\": \"IS\",\n\t\t\t\"country_of_residence\": \"IS\",\n\t\t\t\"passport_number\": \"C3456789\",\n\t\t\t\"phone_number\": \"+3541234569\",\n\t\t\t\"email\": \"tom.smith@example.com\"\n\t\t},\n\t\t{\n\t\t\t\"position\": 4,\n\t\t\t\"firstname\": \"Alice\",\n\t\t\t\"lastname\": \"Brown\",\n\t\t\t\"birthdate\": \"1985-05-20\",\n\t\t\t\"nationality\": \"IS\",\n\t\t\t\"country_of_residence\": \"IS\",\n\t\t\t\"passport_number\": \"D4567890\",\n\t\t\t\"phone_number\": \"+3541234570\",\n\t\t\t\"email\": \"alice.brown@example.com\"\n\t\t},\n\t\t{\n\t\t\t\"position\": 5,\n\t\t\t\"firstname\": \"Bob\",\n\t\t\t\"lastname\": \"Jones\",\n\t\t\t\"birthdate\": \"1990-09-25\",\n\t\t\t\"nationality\": \"IS\",\n\t\t\t\"country_of_residence\": \"IS\",\n\t\t\t\"passport_number\": \"E5678901\",\n\t\t\t\"phone_number\": \"+3541234571\",\n\t\t\t\"email\": \"bob.jones@example.com\"\n\t\t},\n\t\t{\n\t\t\t\"position\": 6,\n\t\t\t\"firstname\": \"Margaret\",\n\t\t\t\"lastname\": \"Williams\",\n\t\t\t\"birthdate\": \"1950-02-28\",\n\t\t\t\"nationality\": \"IS\",\n\t\t\t\"country_of_residence\": \"IS\",\n\t\t\t\"passport_number\": \"F6789012\",\n\t\t\t\"phone_number\": \"+3541234572\",\n\t\t\t\"email\": \"margaret.williams@example.com\"\n\t\t}\n\t],\n\t\"policy_holder\": {\n\t\t\"firstname\": \"Alice\",\n\t\t\"lastname\": \"Brown\",\n\t\t\"birthdate\": \"1985-05-20\",\n\t\t\"email\": \"alice.brown@example.com\",\n\t\t\"phone_number\": \"+3541234570\",\n\t\t\"country_of_residence\": \"IS\",\n\t\t\"address\": \"123 Iceland Street\",\n\t\t\"zip_code\": \"101\",\n\t\t\"state\": \"Reykjavik\",\n\t\t\"city\": \"Reykjavik\"\n\t},\n\t\"total_insurance_premium\": 300.0,\n\t\"currency\": \"EUR\",\n\t\"coupon\": \"WELCOMEJO2024\",\n\t\"metadatas\": {\n\t\t\"partner_id\": \"12345\",\n\t\t\"partner_name\": \"Travel Partner\"\n\t},\n\t\"pnr\": \"PNR12345\",\n\t\"external_payment_id\": \"PAY56789\",\n\t\"payment_date\": \"2024-11-01 10:00:00 GMT\",\n\t\"contract_number\": \"C123456789\",\n\t\"contract_created_at\": \"2024-11-01 10:00:00 GMT\",\n\t\"contract_last_updated_at\": \"2024-11-01 10:00:00 GMT\",\n\t\"contract_expiring_at\": \"2024-12-01 00:00:00 GMT\",\n\t\"status\": \"active\",\n\t\"contract_url\": \"https://example.com/contract.pdf\",\n\t\"contract_to_send\": true\n}"},{"id":"47831c7d-7161-4b2a-9e49-f3724a26c000","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"automatic_renewal\": true,\n  \"travelers\": [\n    {\n      \"position\": 1,\n      \"firstname\": \"John\",\n      \"lastname\": \"Doe\",\n      \"birthdate\": \"2023-01-15\",\n      \"nationality\": \"IS\",\n      \"country_of_residence\": \"IS\",\n      \"passport_number\": \"A1234567\",\n      \"phone_number\": \"+3541234567\",\n      \"email\": \"john.doe@example.com\"\n    },\n    {\n      \"position\": 2,\n      \"firstname\": \"Jane\",\n      \"lastname\": \"Doe\",\n      \"birthdate\": \"2010-07-15\",\n      \"nationality\": \"IS\",\n      \"country_of_residence\": \"IS\",\n      \"passport_number\": \"B2345678\",\n      \"phone_number\": \"+3541234568\",\n      \"email\": \"jane.doe@example.com\"\n    },\n    {\n      \"position\": 3,\n      \"firstname\": \"Tom\",\n      \"lastname\": \"Smith\",\n      \"birthdate\": \"2012-08-10\",\n      \"nationality\": \"IS\",\n      \"country_of_residence\": \"IS\",\n      \"passport_number\": \"C3456789\",\n      \"phone_number\": \"+3541234569\",\n      \"email\": \"tom.smith@example.com\"\n    },\n    {\n      \"position\": 4,\n      \"firstname\": \"Alice\",\n      \"lastname\": \"Brown\",\n      \"birthdate\": \"1985-05-20\",\n      \"nationality\": \"IS\",\n      \"country_of_residence\": \"IS\",\n      \"passport_number\": \"D4567890\",\n      \"phone_number\": \"+3541234570\",\n      \"email\": \"alice.brown@example.com\"\n    },\n    {\n      \"position\": 5,\n      \"firstname\": \"Bob\",\n      \"lastname\": \"Jones\",\n      \"birthdate\": \"1990-09-25\",\n      \"nationality\": \"IS\",\n      \"country_of_residence\": \"IS\",\n      \"passport_number\": \"E5678901\",\n      \"phone_number\": \"+3541234571\",\n      \"email\": \"bob.jones@example.com\"\n    },\n    {\n      \"position\": 6,\n      \"firstname\": \"Margaret\",\n      \"lastname\": \"Williams\",\n      \"birthdate\": \"1950-02-28\",\n      \"nationality\": \"IS\",\n      \"country_of_residence\": \"IS\",\n      \"passport_number\": \"F6789012\",\n      \"phone_number\": \"+3541234572\",\n      \"email\": \"margaret.williams@example.com\"\n    }\n  ],\n  \"policy_holder\": {\n    \"firstname\": \"Alice\",\n    \"lastname\": \"Brown\",\n    \"birthdate\": \"1985-05-20\",\n    \"email\": \"alice.brown@example.com\",\n    \"phone_number\": \"+3541234570\",\n    \"country_of_residence\": \"IS\",\n    \"address\": \"123 Iceland Street\",\n    \"zip_code\": \"101\",\n    \"state\": \"Reykjavik\",\n    \"city\": \"Reykjavik\"\n  },\n  \"total_insurance_premium\": 300.00,\n  \"currency\": \"EUR\",\n  \"coupon\": \"WELCOMEJO2024\",\n  \"pnr\": \"PNR12345\",\n  \"external_payment_id\": \"PAY56789\",\n  \"payment_date\": \"2024-11-01 10:00:00 GMT\",\n  \"metadata\": {\n    \"partner_id\": \"12345\",\n    \"partner_name\": \"Travel Partner\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.insurte.com/api:VQdPvY1R/purchase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"Missing required parameters\",\n        \"message\": \"Missing required parameters.\",\n        \"details\": [\n            \"search_id\", \"id_policy\"\n        ]\n    }\n}"}],"_postman_id":"fb09f555-6fe4-468d-994a-516162454c78"}],"id":"74d7d555-de2f-4988-9e58-8ec87e97c61b","description":"<p>Create a contract when the traveler has perform the payment</p>\n","_postman_id":"74d7d555-de2f-4988-9e58-8ec87e97c61b","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","name":"Public Insurte API documentation v2.0","type":"collection"}}},{"name":"Contract","item":[{"name":"/contract","event":[{"listen":"test","script":{"id":"8acb63a0-8025-4836-9c25-d871f2b2bbf5","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7282adba-e311-45ce-98c1-61a7fa315370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"contract_number\": \"fgezafe4554545\"\r\n}"},"url":"https://api.insurte.com/api:VQdPvY1R/contract","description":"<p>This request allows the user to get all the contract information.</p>\n<p>Please find below the request and response parameters, and each subobject's definition.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>string</code></td>\n<td><code>contract_number</code></td>\n<td>Identifier of the contract</td>\n<td>yes</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>uuid</code></td>\n<td><code>search_id</code></td>\n<td>Identifier of search</td>\n</tr>\n<tr>\n<td><code>object</code></td>\n<td><code>policy</code></td>\n<td>Policy purchased information</td>\n</tr>\n<tr>\n<td><code>boolean</code></td>\n<td><code>automatic_renewal</code></td>\n<td>Whether the contract will renew automatically (monthly &amp; annual validity)</td>\n</tr>\n<tr>\n<td><code>object</code></td>\n<td><code>travelers</code></td>\n<td>Information of travelers</td>\n</tr>\n<tr>\n<td><code>object</code></td>\n<td><code>policy_holder</code></td>\n<td>Information of the policy holder</td>\n</tr>\n<tr>\n<td><code>float</code></td>\n<td><code>total_insurance_premium</code></td>\n<td>Total premium for all travelers, tax included</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>currency</code></td>\n<td>Currency used</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>coupon</code></td>\n<td>Discount coupon</td>\n</tr>\n<tr>\n<td><code>array[string,string]</code></td>\n<td><code>metadata</code></td>\n<td>Partner metadata (key/value array)</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>pnr</code></td>\n<td>Passenger name record</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>external_payment_id</code></td>\n<td>Identifier of payment</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>payment_date</code></td>\n<td>Payment date (yyyy-mm-dd hh:mm:ss GMT format)</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>contract_number</code></td>\n<td>Contract number</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>contract_created_at</code></td>\n<td>Contract creation date (yyyy-mm-dd hh:mm:ss GMT format)</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>contract_last_updated_at</code></td>\n<td>Contract last update date (yyyy-mm-dd hh:mm:ss GMT format)</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>contract_expiring_at</code></td>\n<td>Contract expiring date (yyyy-mm-dd hh:mm:ss GMT format)</td>\n</tr>\n<tr>\n<td><code>enum</code></td>\n<td><code>status</code></td>\n<td>Contract status. Values: [\"active\", \"expired\", \"cancelled\", \"refunded\"]</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>contract_url</code></td>\n<td>Contract download URL</td>\n</tr>\n<tr>\n<td><code>boolean</code></td>\n<td><code>contract_to_send</code></td>\n<td>If yes, the contract will be sent by Insurte, based on the configuration</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"object-structures\">Object Structures:</h3>\n<h4 id=\"object-traveler-structure-response\">Object Traveler Structure (response)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>integer</code></td>\n<td><code>position</code></td>\n<td>Position of the traveler</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>firstname</code></td>\n<td>Traveler's first name</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>lastname</code></td>\n<td>Traveler's last name</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>birthdate</code></td>\n<td>Birthdate (yyyy-mm-dd format)</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>country.code</code></td>\n<td><code>nationality</code></td>\n<td>Code of the nationality of the traveler</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>country.code</code></td>\n<td><code>country_of_residence</code></td>\n<td>Code of the traveler's country of residence</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>passport_number</code></td>\n<td>Passport number</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>phone_number</code></td>\n<td>Traveler's phone number in E164 format</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>email</code></td>\n<td>Traveler's email</td>\n<td>no</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"object-policy-holder-structure-response\">Object Policy Holder Structure (response)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>string</code></td>\n<td><code>firstname</code></td>\n<td>Policy holder's first name</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>lastname</code></td>\n<td>Policy holder's last name</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>birthdate</code></td>\n<td>Birthdate (yyyy-mm-dd format)</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>email</code></td>\n<td>Policy holder's email</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>phone_number</code></td>\n<td>Policy holder's phone number in E164 format</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>country.code</code></td>\n<td><code>country_of_residence</code></td>\n<td>Code of the policy holder's country of residence</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>address</code></td>\n<td>Policy holder's postal address</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>zip code</code></td>\n<td>Policy holder's zip code</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>state</code></td>\n<td>Policy holder's state</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>city</code></td>\n<td>Policy holder's city</td>\n<td>yes</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"object-product-structure-response\">Object Product Structure (response)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>uuid</code></td>\n<td><code>product_id</code></td>\n<td>Policy identifier</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>product_name</code></td>\n<td>Product name</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>product_code</code></td>\n<td>Product code</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>insurer_name</code></td>\n<td>Insurer name</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>insurer_logo_url</code></td>\n<td>URL of insurer logo</td>\n</tr>\n<tr>\n<td><code>array[guarantee]</code></td>\n<td><code>guarantees</code></td>\n<td>Array of guarantees available</td>\n</tr>\n<tr>\n<td><code>float</code></td>\n<td><code>total_premium</code></td>\n<td>Total premium for all travelers, tax included, in product currency</td>\n</tr>\n<tr>\n<td><code>float</code></td>\n<td><code>tax</code></td>\n<td>Tax, in product currency</td>\n</tr>\n<tr>\n<td><code>float</code></td>\n<td><code>total_premium_currency</code></td>\n<td>Total premium for all travelers, tax included, in asked currency</td>\n</tr>\n<tr>\n<td><code>enum</code></td>\n<td><code>validity</code></td>\n<td>Type of validity. Values: [\"single\", \"monthly\", \"annual\"]</td>\n</tr>\n<tr>\n<td><code>array[string,string]</code></td>\n<td><code>terms_and_conditions</code></td>\n<td>Array of contractual documentation, filename as key, URL as value</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>Marketing message</code></td>\n<td>Marketing description of insurance</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"object-guarantee-structure-response\">Object Guarantee Structure (response)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>string</code></td>\n<td><code>name</code></td>\n<td>Guarantee name (in chosen language)</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>description</code></td>\n<td>Guarantee description (in chosen language)</td>\n</tr>\n<tr>\n<td><code>enum</code></td>\n<td><code>category</code></td>\n<td>Guarantee category. Values: [\"other\", \"deductible\",...]</td>\n</tr>\n<tr>\n<td><code>boolean</code></td>\n<td><code>available</code></td>\n<td>If the guarantee is available or not</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","name":"Public Insurte API documentation v2.0","type":"collection"}},"urlObject":{"protocol":"https","path":["api:VQdPvY1R","contract"],"host":["api","insurte","com"],"query":[],"variable":[]}},"response":[{"id":"8f04ec33-dd1d-4682-ade6-8d0ba7ffc207","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contract_number\": \"fgezafe4554545\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.insurte.com/api:VQdPvY1R/contract"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n\t\"search_id\": \"a1b2c3d4-5678-9101-1121-314151617181\",\n\t\"product\": {\n\t\t\"product_id\": \"a1b2c3d4-5678-9101-1121-314151617182\",\n\t\t\"product_name\": \"Plan 1\",\n        \"product_code\": \"ext1010\",\n\t\t\"insurer_name\": \"Insurer 1\",\n\t\t\"insurer_logo_url\": \"https://example.com/logo.png\",\n\t\t\"guarantees\": [\n\t\t\t{\n\t\t\t\t\"name\": \"Medical Expenses\",\n\t\t\t\t\"description\": \"Up to 1,500,000 EUR coverage for medical expenses.\",\n\t\t\t\t\"category\": \"medical_expenses\",\n\t\t\t\t\"available\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Emergency Repatriation\",\n\t\t\t\t\"description\": \"Covers the cost of repatriation due to medical emergencies.\",\n\t\t\t\t\"category\": \"other\",\n\t\t\t\t\"available\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Delayed Baggage\",\n\t\t\t\t\"description\": \"Compensation for baggage delayed more than 12 hours.\",\n\t\t\t\t\"category\": \"other\",\n\t\t\t\t\"available\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Trip Cancellation/Curtailment\",\n\t\t\t\t\"description\": \"Covers non-refundable expenses in case of trip cancellation or curtailment.\",\n\t\t\t\t\"category\": \"other\",\n\t\t\t\t\"available\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Personal Liability\",\n\t\t\t\t\"description\": \"Coverage for legal liabilities during travel.\",\n\t\t\t\t\"category\": \"other\",\n\t\t\t\t\"available\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Assistance - Medical Advice\",\n\t\t\t\t\"description\": \"24/7 access to medical advice during your trip.\",\n\t\t\t\t\"category\": \"other\",\n\t\t\t\t\"available\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Loss of Passport & Other Traveling Documents\",\n\t\t\t\t\"description\": \"Covers the cost of replacing a lost passport or other important travel documents.\",\n\t\t\t\t\"category\": \"other\",\n\t\t\t\t\"available\": true\n\t\t\t}\n\t\t],\n\t\t\"total_premium\": 300.0,\n        \"tax\":60.0,\n\t\t\"total_price_currency\": 300.0,\n\t\t\"validity\": \"single\",\n\t\t\"terms_and_conditions\": {\n\t\t\t\"Terms.pdf\": \"https://example.com/terms.pdf\",\n\t\t\t\"PolicyDetails.pdf\": \"https://example.com/policy-details.pdf\"\n\t\t},\n\t\t\"marketing_message\": \"Comprehensive coverage for your international travels.\"\n\t},\n\t\"automatic_renewal\": true,\n\t\"travelers\": [\n\t\t{\n\t\t\t\"position\": 1,\n\t\t\t\"firstname\": \"John\",\n\t\t\t\"lastname\": \"Doe\",\n\t\t\t\"birthdate\": \"2023-01-15\",\n\t\t\t\"nationality\": \"IS\",\n\t\t\t\"country_of_residence\": \"IS\",\n\t\t\t\"passport_number\": \"A1234567\",\n\t\t\t\"phone_number\": \"+3541234567\",\n\t\t\t\"email\": \"john.doe@example.com\"\n\t\t},\n\t\t{\n\t\t\t\"position\": 2,\n\t\t\t\"firstname\": \"Jane\",\n\t\t\t\"lastname\": \"Doe\",\n\t\t\t\"birthdate\": \"2010-07-15\",\n\t\t\t\"nationality\": \"IS\",\n\t\t\t\"country_of_residence\": \"IS\",\n\t\t\t\"passport_number\": \"B2345678\",\n\t\t\t\"phone_number\": \"+3541234568\",\n\t\t\t\"email\": \"jane.doe@example.com\"\n\t\t},\n\t\t{\n\t\t\t\"position\": 3,\n\t\t\t\"firstname\": \"Tom\",\n\t\t\t\"lastname\": \"Smith\",\n\t\t\t\"birthdate\": \"2012-08-10\",\n\t\t\t\"nationality\": \"IS\",\n\t\t\t\"country_of_residence\": \"IS\",\n\t\t\t\"passport_number\": \"C3456789\",\n\t\t\t\"phone_number\": \"+3541234569\",\n\t\t\t\"email\": \"tom.smith@example.com\"\n\t\t},\n\t\t{\n\t\t\t\"position\": 4,\n\t\t\t\"firstname\": \"Alice\",\n\t\t\t\"lastname\": \"Brown\",\n\t\t\t\"birthdate\": \"1985-05-20\",\n\t\t\t\"nationality\": \"IS\",\n\t\t\t\"country_of_residence\": \"IS\",\n\t\t\t\"passport_number\": \"D4567890\",\n\t\t\t\"phone_number\": \"+3541234570\",\n\t\t\t\"email\": \"alice.brown@example.com\"\n\t\t},\n\t\t{\n\t\t\t\"position\": 5,\n\t\t\t\"firstname\": \"Bob\",\n\t\t\t\"lastname\": \"Jones\",\n\t\t\t\"birthdate\": \"1990-09-25\",\n\t\t\t\"nationality\": \"IS\",\n\t\t\t\"country_of_residence\": \"IS\",\n\t\t\t\"passport_number\": \"E5678901\",\n\t\t\t\"phone_number\": \"+3541234571\",\n\t\t\t\"email\": \"bob.jones@example.com\"\n\t\t},\n\t\t{\n\t\t\t\"position\": 6,\n\t\t\t\"firstname\": \"Margaret\",\n\t\t\t\"lastname\": \"Williams\",\n\t\t\t\"birthdate\": \"1950-02-28\",\n\t\t\t\"nationality\": \"IS\",\n\t\t\t\"country_of_residence\": \"IS\",\n\t\t\t\"passport_number\": \"F6789012\",\n\t\t\t\"phone_number\": \"+3541234572\",\n\t\t\t\"email\": \"margaret.williams@example.com\"\n\t\t}\n\t],\n\t\"policy_holder\": {\n\t\t\"firstname\": \"Alice\",\n\t\t\"lastname\": \"Brown\",\n\t\t\"birthdate\": \"1985-05-20\",\n\t\t\"email\": \"alice.brown@example.com\",\n\t\t\"phone_number\": \"+3541234570\",\n\t\t\"country_of_residence\": \"IS\",\n\t\t\"address\": \"123 Iceland Street\",\n\t\t\"zip_code\": \"101\",\n\t\t\"state\": \"Reykjavik\",\n\t\t\"city\": \"Reykjavik\"\n\t},\n\t\"total_insurance_premium\": 300.0,\n\t\"currency\": \"EUR\",\n\t\"coupon\": \"WELCOMEJO2024\",\n\t\"metadatas\": {\n\t\t\"partner_id\": \"12345\",\n\t\t\"partner_name\": \"Travel Partner\"\n\t},\n\t\"pnr\": \"PNR12345\",\n\t\"external_payment_id\": \"PAY56789\",\n\t\"payment_date\": \"2024-11-01 10:00:00 GMT\",\n\t\"contract_number\": \"C123456789\",\n\t\"contract_created_at\": \"2024-11-01 10:00:00 GMT\",\n\t\"contract_last_updated_at\": \"2024-11-01 10:00:00 GMT\",\n\t\"contract_expiring_at\": \"2024-12-01 00:00:00 GMT\",\n\t\"status\": \"active\",\n\t\"contract_url\": \"https://example.com/contract.pdf\",\n\t\"contract_to_send\": true\n}"},{"id":"4e5ec565-be0e-46be-8f4b-d3f6177836a4","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"https://api.insurte.com/api:VQdPvY1R/contract"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"Missing required parameters\",\n        \"message\": \"Missing required parameters.\",\n        \"details\": [\n            \"contract_number\"\n        ]\n    }\n}"}],"_postman_id":"7282adba-e311-45ce-98c1-61a7fa315370"},{"name":"/contract/{contract_number}/cancel","event":[{"listen":"test","script":{"id":"8acb63a0-8025-4836-9c25-d871f2b2bbf5","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a3fe60db-6c45-42a7-9c28-1ec88c6441b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"reason\": \"refund\"\r\n}"},"url":"https://api.insurte.com/api:VQdPvY1R/contract/{contract_number}/cancel","description":"<p>This request allows the user to cancel a contract if its role allows it. Please confirm that your user can perform this action with your Insurte partner contact.</p>\n<p>Please find below the request and response parameters, and each subobject's definition.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td><code>reason</code></td>\n<td>Cancellation reason. Values: [\"refunded\", \"cancelled\", \"fraud\", \"amended\"]</td>\n<td>yes</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">Response Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>uuid</code></td>\n<td><code>search_id</code></td>\n<td>Identifier of search</td>\n</tr>\n<tr>\n<td><code>object</code></td>\n<td><code>policy</code></td>\n<td>Policy purchased information</td>\n</tr>\n<tr>\n<td><code>boolean</code></td>\n<td><code>automatic_renewal</code></td>\n<td>Whether the contract will renew automatically (monthly &amp; annual validity)</td>\n</tr>\n<tr>\n<td><code>object</code></td>\n<td><code>travelers</code></td>\n<td>Information of travelers</td>\n</tr>\n<tr>\n<td><code>object</code></td>\n<td><code>policy_holder</code></td>\n<td>Information of the policy holder</td>\n</tr>\n<tr>\n<td><code>float</code></td>\n<td><code>total_insurance_premium</code></td>\n<td>Total premium for all travelers, tax included</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>currency</code></td>\n<td>Currency used</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>coupon</code></td>\n<td>Discount coupon</td>\n</tr>\n<tr>\n<td><code>array[string,string]</code></td>\n<td><code>metadata</code></td>\n<td>Partner metadata (key/value array)</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>pnr</code></td>\n<td>Passenger name record</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>external_payment_id</code></td>\n<td>Identifier of payment</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>payment_date</code></td>\n<td>Payment date (yyyy-mm-dd hh:mm:ss GMT format)</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>contract_number</code></td>\n<td>Contract number</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>contract_created_at</code></td>\n<td>Contract creation date (yyyy-mm-dd hh:mm:ss GMT format)</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>contract_last_updated_at</code></td>\n<td>Contract last update date (yyyy-mm-dd hh:mm:ss GMT format)</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>contract_expiring_at</code></td>\n<td>Contract expiring date (yyyy-mm-dd hh:mm:ss GMT format)</td>\n</tr>\n<tr>\n<td><code>enum</code></td>\n<td><code>status</code></td>\n<td>Contract status. Values: [\"active\", \"expired\", \"cancelled\", \"refunded\"]</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>contract_url</code></td>\n<td>Contract download URL</td>\n</tr>\n<tr>\n<td><code>boolean</code></td>\n<td><code>contract_to_send</code></td>\n<td>If yes, the contract will be sent by Insurte, based on the configuration</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"object-structures\">Object Structures:</h3>\n<h4 id=\"object-traveler-structure-response\">Object Traveler Structure (response)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>integer</code></td>\n<td><code>position</code></td>\n<td>Position of the traveler</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>firstname</code></td>\n<td>Traveler's first name</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>lastname</code></td>\n<td>Traveler's last name</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>birthdate</code></td>\n<td>Birthdate (yyyy-mm-dd format)</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>country.code</code></td>\n<td><code>nationality</code></td>\n<td>Code of the nationality of the traveler</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>country.code</code></td>\n<td><code>country_of_residence</code></td>\n<td>Code of the traveler's country of residence</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>passport_number</code></td>\n<td>Passport number</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>phone_number</code></td>\n<td>Traveler's phone number in E164 format</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>email</code></td>\n<td>Traveler's email</td>\n<td>no</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"object-policy-holder-structure-response\">Object Policy Holder Structure (response)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>string</code></td>\n<td><code>firstname</code></td>\n<td>Policy holder's first name</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>lastname</code></td>\n<td>Policy holder's last name</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td><code>birthdate</code></td>\n<td>Birthdate (yyyy-mm-dd format)</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>email</code></td>\n<td>Policy holder's email</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>phone_number</code></td>\n<td>Policy holder's phone number in E164 format</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>country.code</code></td>\n<td><code>country_of_residence</code></td>\n<td>Code of the policy holder's country of residence</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>address</code></td>\n<td>Policy holder's postal address</td>\n<td>yes</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>zip code</code></td>\n<td>Policy holder's zip code</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>state</code></td>\n<td>Policy holder's state</td>\n<td>no</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>city</code></td>\n<td>Policy holder's city</td>\n<td>yes</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"object-product-structure-response\">Object Product Structure (response)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>uuid</code></td>\n<td><code>product_id</code></td>\n<td>Policy identifier</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>product_name</code></td>\n<td>Product name</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>product_code</code></td>\n<td>Product code</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>insurer_name</code></td>\n<td>Insurer name</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>insurer_logo_url</code></td>\n<td>URL of insurer logo</td>\n</tr>\n<tr>\n<td><code>array[guarantee]</code></td>\n<td><code>guarantees</code></td>\n<td>Array of guarantees available</td>\n</tr>\n<tr>\n<td><code>float</code></td>\n<td><code>total_premium</code></td>\n<td>Total premium for all travelers, tax included, in product currency</td>\n</tr>\n<tr>\n<td><code>float</code></td>\n<td><code>tax</code></td>\n<td>Tax, in product currency</td>\n</tr>\n<tr>\n<td><code>float</code></td>\n<td><code>total_premium_currency</code></td>\n<td>Total premium for all travelers, tax included, in asked currency</td>\n</tr>\n<tr>\n<td><code>enum</code></td>\n<td><code>validity</code></td>\n<td>Type of validity. Values: [\"single\", \"monthly\", \"annual\"]</td>\n</tr>\n<tr>\n<td><code>array[string,string]</code></td>\n<td><code>terms_and_conditions</code></td>\n<td>Array of contractual documentation, filename as key, URL as value</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>Marketing message</code></td>\n<td>Marketing description of insurance</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"object-guarantee-structure-response\">Object Guarantee Structure (response)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>string</code></td>\n<td><code>name</code></td>\n<td>Guarantee name (in chosen language)</td>\n</tr>\n<tr>\n<td><code>string</code></td>\n<td><code>description</code></td>\n<td>Guarantee description (in chosen language)</td>\n</tr>\n<tr>\n<td><code>enum</code></td>\n<td><code>category</code></td>\n<td>Guarantee category. Values: [\"other\", \"deductible\",...]</td>\n</tr>\n<tr>\n<td><code>boolean</code></td>\n<td><code>available</code></td>\n<td>If the guarantee is available or not</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","name":"Public Insurte API documentation v2.0","type":"collection"}},"urlObject":{"protocol":"https","path":["api:VQdPvY1R","contract","{contract_number}","cancel"],"host":["api","insurte","com"],"query":[],"variable":[]}},"response":[{"id":"de8c9613-359e-460b-a10e-a74bd1868dbc","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"refund\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.insurte.com/api:VQdPvY1R/contract/fgezafe4554545/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n\t\"search_id\": \"a1b2c3d4-5678-9101-1121-314151617181\",\n\t\"product\": {\n\t\t\"product_id\": \"a1b2c3d4-5678-9101-1121-314151617182\",\n\t\t\"product_name\": \"Plan 1\",\n        \"product_code\": \"ext1010\",\n\t\t\"insurer_name\": \"Insurer 1\",\n\t\t\"insurer_logo_url\": \"https://example.com/logo.png\",\n\t\t\"guarantees\": [\n\t\t\t{\n\t\t\t\t\"name\": \"Medical Expenses\",\n\t\t\t\t\"description\": \"Up to 1,500,000 EUR coverage for medical expenses.\",\n\t\t\t\t\"category\": \"medical_expenses\",\n\t\t\t\t\"available\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Emergency Repatriation\",\n\t\t\t\t\"description\": \"Covers the cost of repatriation due to medical emergencies.\",\n\t\t\t\t\"category\": \"other\",\n\t\t\t\t\"available\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Delayed Baggage\",\n\t\t\t\t\"description\": \"Compensation for baggage delayed more than 12 hours.\",\n\t\t\t\t\"category\": \"other\",\n\t\t\t\t\"available\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Trip Cancellation/Curtailment\",\n\t\t\t\t\"description\": \"Covers non-refundable expenses in case of trip cancellation or curtailment.\",\n\t\t\t\t\"category\": \"other\",\n\t\t\t\t\"available\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Personal Liability\",\n\t\t\t\t\"description\": \"Coverage for legal liabilities during travel.\",\n\t\t\t\t\"category\": \"other\",\n\t\t\t\t\"available\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Assistance - Medical Advice\",\n\t\t\t\t\"description\": \"24/7 access to medical advice during your trip.\",\n\t\t\t\t\"category\": \"other\",\n\t\t\t\t\"available\": true\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"Loss of Passport & Other Traveling Documents\",\n\t\t\t\t\"description\": \"Covers the cost of replacing a lost passport or other important travel documents.\",\n\t\t\t\t\"category\": \"other\",\n\t\t\t\t\"available\": true\n\t\t\t}\n\t\t],\n\t\t\"total_premium\": 300.0,\n        \"tax\":60.0,\n\t\t\"total_price_currency\": 300.0,\n\t\t\"validity\": \"single\",\n\t\t\"terms_and_conditions\": {\n\t\t\t\"Terms.pdf\": \"https://example.com/terms.pdf\",\n\t\t\t\"PolicyDetails.pdf\": \"https://example.com/policy-details.pdf\"\n\t\t},\n\t\t\"marketing_message\": \"Comprehensive coverage for your international travels.\"\n\t},\n\t\"automatic_renewal\": true,\n\t\"travelers\": [\n\t\t{\n\t\t\t\"position\": 1,\n\t\t\t\"firstname\": \"John\",\n\t\t\t\"lastname\": \"Doe\",\n\t\t\t\"birthdate\": \"2023-01-15\",\n\t\t\t\"nationality\": \"IS\",\n\t\t\t\"country_of_residence\": \"IS\",\n\t\t\t\"passport_number\": \"A1234567\",\n\t\t\t\"phone_number\": \"+3541234567\",\n\t\t\t\"email\": \"john.doe@example.com\"\n\t\t},\n\t\t{\n\t\t\t\"position\": 2,\n\t\t\t\"firstname\": \"Jane\",\n\t\t\t\"lastname\": \"Doe\",\n\t\t\t\"birthdate\": \"2010-07-15\",\n\t\t\t\"nationality\": \"IS\",\n\t\t\t\"country_of_residence\": \"IS\",\n\t\t\t\"passport_number\": \"B2345678\",\n\t\t\t\"phone_number\": \"+3541234568\",\n\t\t\t\"email\": \"jane.doe@example.com\"\n\t\t},\n\t\t{\n\t\t\t\"position\": 3,\n\t\t\t\"firstname\": \"Tom\",\n\t\t\t\"lastname\": \"Smith\",\n\t\t\t\"birthdate\": \"2012-08-10\",\n\t\t\t\"nationality\": \"IS\",\n\t\t\t\"country_of_residence\": \"IS\",\n\t\t\t\"passport_number\": \"C3456789\",\n\t\t\t\"phone_number\": \"+3541234569\",\n\t\t\t\"email\": \"tom.smith@example.com\"\n\t\t},\n\t\t{\n\t\t\t\"position\": 4,\n\t\t\t\"firstname\": \"Alice\",\n\t\t\t\"lastname\": \"Brown\",\n\t\t\t\"birthdate\": \"1985-05-20\",\n\t\t\t\"nationality\": \"IS\",\n\t\t\t\"country_of_residence\": \"IS\",\n\t\t\t\"passport_number\": \"D4567890\",\n\t\t\t\"phone_number\": \"+3541234570\",\n\t\t\t\"email\": \"alice.brown@example.com\"\n\t\t},\n\t\t{\n\t\t\t\"position\": 5,\n\t\t\t\"firstname\": \"Bob\",\n\t\t\t\"lastname\": \"Jones\",\n\t\t\t\"birthdate\": \"1990-09-25\",\n\t\t\t\"nationality\": \"IS\",\n\t\t\t\"country_of_residence\": \"IS\",\n\t\t\t\"passport_number\": \"E5678901\",\n\t\t\t\"phone_number\": \"+3541234571\",\n\t\t\t\"email\": \"bob.jones@example.com\"\n\t\t},\n\t\t{\n\t\t\t\"position\": 6,\n\t\t\t\"firstname\": \"Margaret\",\n\t\t\t\"lastname\": \"Williams\",\n\t\t\t\"birthdate\": \"1950-02-28\",\n\t\t\t\"nationality\": \"IS\",\n\t\t\t\"country_of_residence\": \"IS\",\n\t\t\t\"passport_number\": \"F6789012\",\n\t\t\t\"phone_number\": \"+3541234572\",\n\t\t\t\"email\": \"margaret.williams@example.com\"\n\t\t}\n\t],\n\t\"policy_holder\": {\n\t\t\"firstname\": \"Alice\",\n\t\t\"lastname\": \"Brown\",\n\t\t\"birthdate\": \"1985-05-20\",\n\t\t\"email\": \"alice.brown@example.com\",\n\t\t\"phone_number\": \"+3541234570\",\n\t\t\"country_of_residence\": \"IS\",\n\t\t\"address\": \"123 Iceland Street\",\n\t\t\"zip_code\": \"101\",\n\t\t\"state\": \"Reykjavik\",\n\t\t\"city\": \"Reykjavik\"\n\t},\n\t\"total_insurance_premium\": 300.0,\n\t\"currency\": \"EUR\",\n\t\"coupon\": \"WELCOMEJO2024\",\n\t\"metadatas\": {\n\t\t\"partner_id\": \"12345\",\n\t\t\"partner_name\": \"Travel Partner\"\n\t},\n\t\"pnr\": \"PNR12345\",\n\t\"external_payment_id\": \"PAY56789\",\n\t\"payment_date\": \"2024-11-01 10:00:00 GMT\",\n\t\"contract_number\": \"C123456789\",\n\t\"contract_created_at\": \"2024-11-01 10:00:00 GMT\",\n\t\"contract_last_updated_at\": \"2024-11-04 12:00:00 GMT\",\n\t\"contract_expiring_at\": null,\n\t\"status\": \"cancelled\",\n\t\"contract_url\": null,\n\t\"contract_to_send\": true\n}"},{"id":"e21952bc-6e74-4874-9454-c8c6c23b8963","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"https://api.insurte.com/api:VQdPvY1R/contract/fgezafe4554545/cancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"name\": \"Missing required parameters\",\n        \"message\": \"Missing required parameters.\",\n        \"details\": [\n            \"reason\"\n        ]\n    }\n}"}],"_postman_id":"a3fe60db-6c45-42a7-9c28-1ec88c6441b2"}],"id":"f9a6108a-81e0-409d-9af7-9d0d928809d2","description":"<p>Manage a contract after it creation</p>\n","_postman_id":"f9a6108a-81e0-409d-9af7-9d0d928809d2","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","name":"Public Insurte API documentation v2.0","type":"collection"}}},{"name":"Country","item":[{"name":"/countries","event":[{"listen":"test","script":{"id":"a652cb00-6779-4348-bb1d-956bdad60bc7","exec":[""],"type":"text/javascript","packages":{}}}],"id":"aaa242ae-5b0b-4604-b844-47b1f1e4dc13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.insurte.com/api:VQdPvY1R/countries","description":"<p>Get information on available countries.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","name":"Public Insurte API documentation v2.0","type":"collection"}},"urlObject":{"protocol":"https","path":["api:VQdPvY1R","countries"],"host":["api","insurte","com"],"query":[],"variable":[]}},"response":[{"id":"c7580c11-36f7-4163-bb11-1626a9f67eba","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.insurte.com/api:VQdPvY1R/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n\t\"countries\": [\n\t\t{\n\t\t\t\"name\": \"Andorra\",\n\t\t\t\"code\": \"AD\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"United Arab Emirates\",\n\t\t\t\"code\": \"AE\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Afghanistan\",\n\t\t\t\"code\": \"AF\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Antigua and Barbuda\",\n\t\t\t\"code\": \"AG\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Anguilla\",\n\t\t\t\"code\": \"AI\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Albania\",\n\t\t\t\"code\": \"AL\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Armenia\",\n\t\t\t\"code\": \"AM\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Angola\",\n\t\t\t\"code\": \"AO\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Antarctica\",\n\t\t\t\"code\": \"AQ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Argentina\",\n\t\t\t\"code\": \"AR\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"American Samoa\",\n\t\t\t\"code\": \"AS\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Austria\",\n\t\t\t\"code\": \"AT\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Australia\",\n\t\t\t\"code\": \"AU\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Aruba\",\n\t\t\t\"code\": \"AW\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Aland Islands\",\n\t\t\t\"code\": \"AX\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Azerbaijan\",\n\t\t\t\"code\": \"AZ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Bosnia and Herzegovina\",\n\t\t\t\"code\": \"BA\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Barbados\",\n\t\t\t\"code\": \"BB\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Bangladesh\",\n\t\t\t\"code\": \"BD\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Belgium\",\n\t\t\t\"code\": \"BE\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Burkina Faso\",\n\t\t\t\"code\": \"BF\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Bulgaria\",\n\t\t\t\"code\": \"BG\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Bahrain\",\n\t\t\t\"code\": \"BH\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Burundi\",\n\t\t\t\"code\": \"BI\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Benin\",\n\t\t\t\"code\": \"BJ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Saint Barthelemy\",\n\t\t\t\"code\": \"BL\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Bermuda\",\n\t\t\t\"code\": \"BM\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Brunei Darussalam\",\n\t\t\t\"code\": \"BN\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Bolivia\",\n\t\t\t\"code\": \"BO\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Bonaire\",\n\t\t\t\"code\": \"BQ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Brazil\",\n\t\t\t\"code\": \"BR\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Bahamas\",\n\t\t\t\"code\": \"BS\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Bhutan\",\n\t\t\t\"code\": \"BT\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Bouvet Island\",\n\t\t\t\"code\": \"BV\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Botswana\",\n\t\t\t\"code\": \"BW\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Belarus\",\n\t\t\t\"code\": \"BY\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Belize\",\n\t\t\t\"code\": \"BZ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Canada\",\n\t\t\t\"code\": \"CA\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Cocos (Keeling) Islands\",\n\t\t\t\"code\": \"CC\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Democratic Republic of the Congo\",\n\t\t\t\"code\": \"CD\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Central African Republic\",\n\t\t\t\"code\": \"CF\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Republic of the Congo\",\n\t\t\t\"code\": \"CG\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Switzerland\",\n\t\t\t\"code\": \"CH\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Ivory Coast\",\n\t\t\t\"code\": \"CI\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Cook Islands\",\n\t\t\t\"code\": \"CK\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Chile\",\n\t\t\t\"code\": \"CL\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Cameroon\",\n\t\t\t\"code\": \"CM\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"China\",\n\t\t\t\"code\": \"CN\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Colombia\",\n\t\t\t\"code\": \"CO\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Costa Rica\",\n\t\t\t\"code\": \"CR\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Cuba\",\n\t\t\t\"code\": \"CU\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Cape Verde\",\n\t\t\t\"code\": \"CV\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Curaçao\",\n\t\t\t\"code\": \"CW\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Christmas Island\",\n\t\t\t\"code\": \"CX\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Cyprus\",\n\t\t\t\"code\": \"CY\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Czechia\",\n\t\t\t\"code\": \"CZ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Germany\",\n\t\t\t\"code\": \"DE\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Djibouti\",\n\t\t\t\"code\": \"DJ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Denmark\",\n\t\t\t\"code\": \"DK\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Dominica\",\n\t\t\t\"code\": \"DM\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Dominican Republic\",\n\t\t\t\"code\": \"DO\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Algeria\",\n\t\t\t\"code\": \"DZ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Ecuador\",\n\t\t\t\"code\": \"EC\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Estonia\",\n\t\t\t\"code\": \"EE\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Egypt\",\n\t\t\t\"code\": \"EG\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Western Sahara\",\n\t\t\t\"code\": \"EH\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Eritrea\",\n\t\t\t\"code\": \"ER\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Spain\",\n\t\t\t\"code\": \"ES\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Ethiopia\",\n\t\t\t\"code\": \"ET\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Finland\",\n\t\t\t\"code\": \"FI\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Fiji\",\n\t\t\t\"code\": \"FJ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Falkland Islands (Malvinas)\",\n\t\t\t\"code\": \"FK\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Micronesia\",\n\t\t\t\"code\": \"FM\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Faroe Islands\",\n\t\t\t\"code\": \"FO\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"France\",\n\t\t\t\"code\": \"FR\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Gabon\",\n\t\t\t\"code\": \"GA\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"United Kingdom\",\n\t\t\t\"code\": \"GB\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Grenada\",\n\t\t\t\"code\": \"GD\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Georgia\",\n\t\t\t\"code\": \"GE\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"French Guiana\",\n\t\t\t\"code\": \"GF\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Guernsey\",\n\t\t\t\"code\": \"GG\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Ghana\",\n\t\t\t\"code\": \"GH\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Gibraltar\",\n\t\t\t\"code\": \"GI\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Greenland\",\n\t\t\t\"code\": \"GL\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Gambia\",\n\t\t\t\"code\": \"GM\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Guinea\",\n\t\t\t\"code\": \"GN\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Guadeloupe\",\n\t\t\t\"code\": \"GP\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Equatorial Guinea\",\n\t\t\t\"code\": \"GQ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Greece\",\n\t\t\t\"code\": \"GR\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"South Georgia and the South Sandwich Islands\",\n\t\t\t\"code\": \"GS\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Guatemala\",\n\t\t\t\"code\": \"GT\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Guam\",\n\t\t\t\"code\": \"GU\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Guinea-Bissau\",\n\t\t\t\"code\": \"GW\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Guyana\",\n\t\t\t\"code\": \"GY\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Hong Kong\",\n\t\t\t\"code\": \"HK\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Heard Island and McDonald Islands\",\n\t\t\t\"code\": \"HM\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Honduras\",\n\t\t\t\"code\": \"HN\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Croatia\",\n\t\t\t\"code\": \"HR\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Haiti\",\n\t\t\t\"code\": \"HT\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Hungary\",\n\t\t\t\"code\": \"HU\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Indonesia\",\n\t\t\t\"code\": \"ID\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Ireland\",\n\t\t\t\"code\": \"IE\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Israel\",\n\t\t\t\"code\": \"IL\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Isle of Man\",\n\t\t\t\"code\": \"IM\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"India\",\n\t\t\t\"code\": \"IN\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"British Indian Ocean Territory\",\n\t\t\t\"code\": \"IO\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Iraq\",\n\t\t\t\"code\": \"IQ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Iran\",\n\t\t\t\"code\": \"IR\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Iceland\",\n\t\t\t\"code\": \"IS\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Italy\",\n\t\t\t\"code\": \"IT\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Jersey\",\n\t\t\t\"code\": \"JE\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Jamaica\",\n\t\t\t\"code\": \"JM\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Jordan\",\n\t\t\t\"code\": \"JO\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Japan\",\n\t\t\t\"code\": \"JP\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Kenya\",\n\t\t\t\"code\": \"KE\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Kyrgyzstan\",\n\t\t\t\"code\": \"KG\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Cambodia\",\n\t\t\t\"code\": \"KH\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Kiribati\",\n\t\t\t\"code\": \"KI\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Comoros\",\n\t\t\t\"code\": \"KM\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Saint Kitts and Nevis\",\n\t\t\t\"code\": \"KN\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"North Korea\",\n\t\t\t\"code\": \"KP\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"South Korea\",\n\t\t\t\"code\": \"KR\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Kuwait\",\n\t\t\t\"code\": \"KW\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Cayman Islands\",\n\t\t\t\"code\": \"KY\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Kazakhstan\",\n\t\t\t\"code\": \"KZ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Laos\",\n\t\t\t\"code\": \"LA\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Lebanon\",\n\t\t\t\"code\": \"LB\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Saint Lucia\",\n\t\t\t\"code\": \"LC\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Liechtenstein\",\n\t\t\t\"code\": \"LI\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Sri Lanka\",\n\t\t\t\"code\": \"LK\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Liberia\",\n\t\t\t\"code\": \"LR\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Lesotho\",\n\t\t\t\"code\": \"LS\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Lithuania\",\n\t\t\t\"code\": \"LT\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Luxembourg\",\n\t\t\t\"code\": \"LU\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Latvia\",\n\t\t\t\"code\": \"LV\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Libya\",\n\t\t\t\"code\": \"LY\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Morocco\",\n\t\t\t\"code\": \"MA\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Monaco\",\n\t\t\t\"code\": \"MC\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Moldova\",\n\t\t\t\"code\": \"MD\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Montenegro\",\n\t\t\t\"code\": \"ME\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Saint Martin (French part)\",\n\t\t\t\"code\": \"MF\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Madagascar\",\n\t\t\t\"code\": \"MG\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Marshall Islands\",\n\t\t\t\"code\": \"MH\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"North Macedonia\",\n\t\t\t\"code\": \"MK\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Mali\",\n\t\t\t\"code\": \"ML\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Myanmar\",\n\t\t\t\"code\": \"MM\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Mongolia\",\n\t\t\t\"code\": \"MN\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Macao\",\n\t\t\t\"code\": \"MO\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Northern Mariana Islands\",\n\t\t\t\"code\": \"MP\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Martinique\",\n\t\t\t\"code\": \"MQ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Mauritania\",\n\t\t\t\"code\": \"MR\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Montserrat\",\n\t\t\t\"code\": \"MS\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Malta\",\n\t\t\t\"code\": \"MT\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Mauritius\",\n\t\t\t\"code\": \"MU\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Maldives\",\n\t\t\t\"code\": \"MV\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Malawi\",\n\t\t\t\"code\": \"MW\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Mexico\",\n\t\t\t\"code\": \"MX\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Malaysia\",\n\t\t\t\"code\": \"MY\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Mozambique\",\n\t\t\t\"code\": \"MZ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Namibia\",\n\t\t\t\"code\": \"NA\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"New Caledonia\",\n\t\t\t\"code\": \"NC\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Niger\",\n\t\t\t\"code\": \"NE\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Norfolk Island\",\n\t\t\t\"code\": \"NF\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Nigeria\",\n\t\t\t\"code\": \"NG\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Nicaragua\",\n\t\t\t\"code\": \"NI\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Netherlands\",\n\t\t\t\"code\": \"NL\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Norway\",\n\t\t\t\"code\": \"NO\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Nepal\",\n\t\t\t\"code\": \"NP\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Nauru\",\n\t\t\t\"code\": \"NR\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Niue\",\n\t\t\t\"code\": \"NU\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"New Zealand\",\n\t\t\t\"code\": \"NZ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Oman\",\n\t\t\t\"code\": \"OM\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Panama\",\n\t\t\t\"code\": \"PA\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Peru\",\n\t\t\t\"code\": \"PE\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"French Polynesia\",\n\t\t\t\"code\": \"PF\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Papua New Guinea\",\n\t\t\t\"code\": \"PG\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Philippines\",\n\t\t\t\"code\": \"PH\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Pakistan\",\n\t\t\t\"code\": \"PK\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Poland\",\n\t\t\t\"code\": \"PL\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Saint Pierre and Miquelon\",\n\t\t\t\"code\": \"PM\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Pitcairn\",\n\t\t\t\"code\": \"PN\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Puerto Rico\",\n\t\t\t\"code\": \"PR\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Palestine\",\n\t\t\t\"code\": \"PS\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Portugal\",\n\t\t\t\"code\": \"PT\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Palau\",\n\t\t\t\"code\": \"PW\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Paraguay\",\n\t\t\t\"code\": \"PY\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Qatar\",\n\t\t\t\"code\": \"QA\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Reunion\",\n\t\t\t\"code\": \"RE\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Romania\",\n\t\t\t\"code\": \"RO\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Serbia\",\n\t\t\t\"code\": \"RS\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Russian Federation\",\n\t\t\t\"code\": \"RU\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Rwanda\",\n\t\t\t\"code\": \"RW\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Saudi Arabia\",\n\t\t\t\"code\": \"SA\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Solomon Islands\",\n\t\t\t\"code\": \"SB\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Seychelles\",\n\t\t\t\"code\": \"SC\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Sudan\",\n\t\t\t\"code\": \"SD\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Sweden\",\n\t\t\t\"code\": \"SE\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Singapore\",\n\t\t\t\"code\": \"SG\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Saint Helena\",\n\t\t\t\"code\": \"SH\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Slovenia\",\n\t\t\t\"code\": \"SI\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Svalbard and Jan Mayen\",\n\t\t\t\"code\": \"SJ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Slovakia\",\n\t\t\t\"code\": \"SK\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Sierra Leone\",\n\t\t\t\"code\": \"SL\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"San Marino\",\n\t\t\t\"code\": \"SM\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Senegal\",\n\t\t\t\"code\": \"SN\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Somalia\",\n\t\t\t\"code\": \"SO\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Suriname\",\n\t\t\t\"code\": \"SR\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"South Sudan\",\n\t\t\t\"code\": \"SS\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Sao Tome and Principe\",\n\t\t\t\"code\": \"ST\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"El Salvador\",\n\t\t\t\"code\": \"SV\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Sint Maarten (Dutch part)\",\n\t\t\t\"code\": \"SX\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Syria\",\n\t\t\t\"code\": \"SY\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Eswatini\",\n\t\t\t\"code\": \"SZ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Turks and Caicos Islands\",\n\t\t\t\"code\": \"TC\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Chad\",\n\t\t\t\"code\": \"TD\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"French Southern and Antarctic Lands\",\n\t\t\t\"code\": \"TF\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Togo\",\n\t\t\t\"code\": \"TG\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Thailand\",\n\t\t\t\"code\": \"TH\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Tajikistan\",\n\t\t\t\"code\": \"TJ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Tokelau\",\n\t\t\t\"code\": \"TK\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Timor-Leste\",\n\t\t\t\"code\": \"TL\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Turkmenistan\",\n\t\t\t\"code\": \"TM\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Tunisia\",\n\t\t\t\"code\": \"TN\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Tonga\",\n\t\t\t\"code\": \"TO\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Turkey\",\n\t\t\t\"code\": \"TR\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Trinidad and Tobago\",\n\t\t\t\"code\": \"TT\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Tuvalu\",\n\t\t\t\"code\": \"TV\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Taiwan\",\n\t\t\t\"code\": \"TW\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Tanzania\",\n\t\t\t\"code\": \"TZ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Ukraine\",\n\t\t\t\"code\": \"UA\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Uganda\",\n\t\t\t\"code\": \"UG\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"United States Minor Outlying Islands\",\n\t\t\t\"code\": \"UM\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"United States\",\n\t\t\t\"code\": \"US\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Uruguay\",\n\t\t\t\"code\": \"UY\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Uzbekistan\",\n\t\t\t\"code\": \"UZ\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Vatican\",\n\t\t\t\"code\": \"VA\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Saint Vincent and the Grenadines\",\n\t\t\t\"code\": \"VC\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Venezuela\",\n\t\t\t\"code\": \"VE\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Virgin Islands (British)\",\n\t\t\t\"code\": \"VG\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Virgin Islands (U.S.)\",\n\t\t\t\"code\": \"VI\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Vietnam\",\n\t\t\t\"code\": \"VN\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Vanuatu\",\n\t\t\t\"code\": \"VU\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Wallis and Futuna\",\n\t\t\t\"code\": \"WF\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Samoa\",\n\t\t\t\"code\": \"WS\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Kosovo\",\n\t\t\t\"code\": \"XK\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Yemen\",\n\t\t\t\"code\": \"YE\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Mayotte\",\n\t\t\t\"code\": \"YT\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"South Africa\",\n\t\t\t\"code\": \"ZA\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Zambia\",\n\t\t\t\"code\": \"ZM\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Zimbabwe\",\n\t\t\t\"code\": \"ZW\"\n\t\t}\n\t]\n}"}],"_postman_id":"aaa242ae-5b0b-4604-b844-47b1f1e4dc13"}],"id":"2860adce-4a4e-42a9-8062-7b3304e88de1","description":"<p>Get information on available countries.</p>\n","_postman_id":"2860adce-4a4e-42a9-8062-7b3304e88de1","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","name":"Public Insurte API documentation v2.0","type":"collection"}}},{"name":"Currency","item":[{"name":"/currencies","event":[{"listen":"test","script":{"id":"a652cb00-6779-4348-bb1d-956bdad60bc7","exec":[""],"type":"text/javascript","packages":{}}}],"id":"aa534ee4-dab3-4f36-ba41-1d92c8afb8eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.insurte.com/api:VQdPvY1R/currencies","description":"<p>Get information on the currencies available for your user</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","name":"Public Insurte API documentation v2.0","type":"collection"}},"urlObject":{"protocol":"https","path":["api:VQdPvY1R","currencies"],"host":["api","insurte","com"],"query":[],"variable":[]}},"response":[{"id":"2e50e5da-8281-40ad-ac90-b4fbd8e4d8c0","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.insurte.com/api:VQdPvY1R/currencies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"[\n\t{\n\t\t\"currency\": \"EUR\",\n\t\t\"symbol\": \"€\",\n\t\t\"name\": \"Euro\",\n\t\t\"decimal_separator\": \",\",\n\t\t\"thousand_separator\": \" \",\n\t\t\"position\": \"right\"\n\t},\n\t{\n\t\t\"currency\": \"SAR\",\n\t\t\"symbol\": \"SR\",\n\t\t\"name\": \"Saudi riyal\",\n\t\t\"decimal_separator\": \",\",\n\t\t\"thousand_separator\": \" \",\n\t\t\"position\": \"right\"\n\t},\n\t{\n\t\t\"code\": \"USD\",\n\t\t\"symbol\": \"$\",\n\t\t\"name\": \"US dollar\",\n\t\t\"decimal_separator\": \",\",\n\t\t\"thousand_separator\": \" \",\n\t\t\"position\": \"right\"\n\t}\n]"}],"_postman_id":"aa534ee4-dab3-4f36-ba41-1d92c8afb8eb"}],"id":"5bc82dd5-8531-4b2f-b930-2b52c596e01d","description":"<p>Get information on the currencies available for your user</p>\n","_postman_id":"5bc82dd5-8531-4b2f-b930-2b52c596e01d","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","id":"79ac6151-669d-4fa4-a3c7-5d6ea5e63e09","name":"Public Insurte API documentation v2.0","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"id":"d4ccd4a2-7bf5-4eea-8da2-775f6f421570","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"09abbc23-58ce-4729-b981-37814ec44c47","type":"text/javascript","exec":[""]}}],"variable":[{"id":"b6d7e68a-16ed-42e7-a2da-6bdd00fa2246","key":"baseUrl","value":"https://farming-simulator.pstmn.io"}]}