{"info":{"_postman_id":"bab1d9e6-be4c-17f3-3d6a-f65321dadde9","name":"Sherpa API v2","description":"<html><head></head><body><p>Version 2.0.3 Beta</p>\n<h2>Welcome</h2>\nWelcome to Sherpa’s API! It will make it easy to find travel visa requirements, and some other data, for citizens of over 200 countries, travelling to over 200 destinations. The RESTful API takes country codes for citizenship and destination, and returns Sherpa’s latest information.\n<h2>Use Cases</h2>\n<h3>Visa Requirements</h3>\nIf you want to know whether or not your user requires a travel visa for a destination, all you need is the ISO Alpha-2 Country Codes for their citizenship, and the destination. A list of these codes, with their respective countries, is also available in a simple GET request.\n<h3>Vaccination Requirements</h3>\nIf you want to know whether or not your user requires proof of vaccination, and whether vaccination is recommended for a destination, only the ISO Alpha-2 Country Code for the destination is required.\n<h3>Travel Advisory</h3>\nIf you have data for active warzones, epidemic hotspots, or other destinations for which travel advisories would be valuable, only the ISO Alpha-2 Country Code for the destination is required to receive internationally recognized travel advisories.\n\n<h2>Contact</h2>\nIf you have any questions, please reach out to us\n<a href=\"mailto:ivan@joinsherpa.com\">ivan@joinsherpa.com</a>\n\n<h2>Setup &amp; Authorization</h2>\nTo get access to the API you will need credentials. Please reach out to <a href=\"mailto:ivan@joinsherpa.com\">ivan@joinsherpa.com</a> to get them.\n\n<h2>Endpoint</h2>\nAPI's endpoint is <code>https://api.joinsherpa.com/v2/</code>\n\n<h2>Auth</h2>\nUse Basic Auth with username/key you were provided.</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2025972","collectionId":"bab1d9e6-be4c-17f3-3d6a-f65321dadde9","publishedId":"6YzvDPM","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2017-05-09T21:39:32.000Z"},"item":[{"name":"Data","item":[{"name":"/entry-requirements/:citizenship_id-:destination_id","id":"f122a70c-a85c-a4e6-4462-0e2c5d485966","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{Sherpa-API-Key}}"},{"key":"","value":""}],"body":{"mode":"formdata","formdata":[]},"url":"{{endpoint}}/entry-requirements/CA-BR","description":"<p>You can retreive all entry requirements based on the user's citizenship and country of destination.</p>\n<ul>\n    <li>Visa Requirements</li>\n    <li>Documentation Requirements</li>\n    <li>Currency Requirements</li>\n</ul>\n\n<p>The response:</p>\n<table>\n    <tr>\n        <th>Name</th>\n        <th>Type</th>\n        <th>Description</th>\n    </tr>\n    <tr>\n        <td>visa</td>\n        <td>Array</td>\n        <td>Visa Information</td>\n    </tr>\n    <tr>\n        <td>visa.allowed_stay</td>\n        <td>String</td> \n        <td>Maximum time a traveller can stay in the destination country.</td>\n    </tr>\n    <tr>\n        <td>visa.notes</td>\n        <td>Array</td>\n        <td>A set of additional notes regarding the visa requirement.</td>\n    </tr>\n    <tr>\n        <td>visa.textual</td>\n        <td>Object</td>\n        <td>Textual descriptions.</td>\n    </tr>\n    <tr>\n        <td>visa.textual.class</td>\n        <td>string</td>\n        <td>Decorative class describing the importance of the information.\n        <code>normal</code>, <code>advisory</code>, <code>warning</code>, <code>alert</code>\n        </td>\n    </tr>\n    <tr>\n        <td>visa.textual.text</td>\n        <td>Array</td>\n        <td>A set of descriptive summaries.</td>\n    </tr>\n</table>\n\n<table>\n    <tr>\n        <th>Name</th>\n        <th>Type</th>\n        <th>Description</th>\n    </tr>\n    <tr>\n        <td>passport</td>\n        <td>Array</td>\n        <td>Passport Information</td>\n    </tr>\n    <tr>\n        <td>passport.blank_pages</td>\n        <td>String</td> \n        <td>How long the passport should be valid for. (<code>DURATION_OF_STAY</code>, <code>ONE_MONTH_AFTER_ENTRY</code>, <code>SIX_MONTHS_AFTER_DURATION_OF_STAY</code>, <code>SIX_MONTHS_AFTER_ENTRY</code>, <code>SIX_MONTHS_AT_ENTRY</code>, <code>THREE_MONTHS_AFTER_DURATION_OF_STAY</code>, <code>THREE_MONTHS_AFTER_ENTRY</code>, <code>VALID_AT_ENTRY</code>\n )</td>\n    </tr>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>&lt;tr&gt;\n    &lt;td&gt;passport.passport_validity&lt;/td&gt;\n    &lt;td&gt;String&lt;/td&gt;\n    &lt;td&gt;How many blank passports should the passport have. (&lt;code&gt;NOT_REQUIRED&lt;/code&gt;, &lt;code&gt;ONE&lt;/code&gt;, &lt;code&gt;ONE_PER_ENTRY&lt;/code&gt;, &lt;code&gt;SPACE_FOR_STAMP&lt;/code&gt;, &lt;code&gt;TWO&lt;/code&gt;, &lt;code&gt;TWO_CONSECUTIVE_PER_ENTRY&lt;/code&gt;, &lt;code&gt;TWO_PER_ENTRY&lt;/code&gt;)\n    &lt;/td&gt;\n&lt;/tr&gt;\n&lt;/table&gt;\n</code></pre><table>\n    <tr>\n        <th>Name</th>\n        <th>Type</th>\n        <th>Description</th>\n    </tr>\n    <tr>\n        <td>currency</td>\n        <td>Object</td>\n        <td>Currency requirements for entry and exit.</td>\n    </tr>\n    <tr>\n        <td>arrival</td>\n        <td>String</td>\n        <td>Currency requirements for arriving to the destination.</td>\n    </tr>\n    <tr>\n        <td>exit</td>\n        <td>String</td>\n        <td>Currency requirements for exiting the destination.</td>\n    </tr>\n</table></table>","urlObject":{"path":["entry-requirements","CA-BR"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"8105fddb-e571-abcd-c8b1-b1ae040b0445","name":"/entry-requirements/:citizenship_id-:destination_id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{Sherpa-API-Key}}"},{"key":"","value":""}],"body":{"mode":"formdata","formdata":[]},"url":"{{endpoint}}/entry-requirements/CA-BR"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-headers","key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"1077","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Tue, 10 Oct 2017 19:01:16 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"435-8tFYHyM2aEFU3w5u4t1lSgv70vg\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Express","description":""}],"cookie":[],"responseTime":"297","body":"{\"visa\":[{\"citizenship_destination_ID_type\":\"CA_BR_tourist\",\"notes\":[\"Electronic visa available October 2017.\"],\"requirement\":\"EMBASSY_VISA\",\"type\":\"tourist\",\"textual\":{\"class\":\"alert\",\"text\":[\"You need a visa\",\"You should get an embassy visa.\",\"An embassy visa is a sticker or stamp in your passport, and must be obtained before travelling to Brazil.\"]}}],\"passport\":{\"blank_pages\":\"ONE_PER_ENTRY\",\"passport_validity\":\"VALID_AT_ENTRY\",\"textual\":{\"passport_validity\":{\"class\":\"normal\",\"text\":[\"Valid at entry.\",\"Your passport must be valid on the date you enter Brazil.\"]},\"blank_pages\":{\"class\":\"warning\",\"text\":[\"One blank page per entry.\",\"Your passport must have one blank page per entry.\"]}}},\"currency\":{\"arrival\":\"None; amounts in excess of 10,000 BR must be declared to Customs.\\n\",\"exit\":\"None; amounts in excess of 10,000 BR must be declared to Customs.\"},\"vaccination\":{\"recommended\":[{\"type\":\"ROUTINE_IMMUNIZATIONS\"},{\"type\":\"YELLOW_FEVER\"}],\"required\":[{\"condition\":\"TRAVELLING_FROM_YELLOW_FEVER_HOTSPOTS\",\"type\":\"YELLOW_FEVER\"}],\"risk\":[{\"type\":\"YELLOW_FEVER\"}]}}"}],"_postman_id":"f122a70c-a85c-a4e6-4462-0e2c5d485966"},{"name":"/visa-requirements/:citizenship_id-:destination_id","id":"7f34d245-55f6-4956-57da-60fda75cbd9e","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{Sherpa-API-Key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{endpoint}}/visa-requirements/CA-TR","description":"<p>You can retreive visa requirements based on the user's citizenship and country of destination.</p>\n<p>The request returns a visa <code>requirement</code>:</p>\n<table>\n    <tr>\n        <th>Name</th>\n        <th>Description</th>\n    </tr>\n    <tr>\n        <td><code>NOT_REQUIRED</code></td>\n        <td>Visa is not required.</td>\n        </tr>\n    <tr>\n        <td><code>E_VISA</code></td>\n        <td>An electronic visa is required or recommended.</td>\n        </tr>\n    <tr>\n        <td><code>EMBASSY_VISA</code></td>\n        <td>An in-passport visa granted by an embassy is required prior to departure.</td>\n        </tr>\n    <tr>\n        <td><code>ON_ARRIVAL</code></td>\n        <td>Traveller can get the visa on arrival in the destination country.</td>\n        </tr>\n    <tr>\n        <td><code>RECIPROCITY_FEE</code></td>\n        <td>A reciprocity fee must be paid in advance of travel.</td>\n        </tr>\n    <tr>\n        <td><code>SPECIAL_PROVISION</code></td>\n        <td>Special case, like forbidden travel. </td>\n        </tr>\n</table>\n\n<p>The response can also contain additional information:</p>\n<table>\n    <tr>\n        <th>Name</th>\n        <th>Type</th>\n        <th>Description</th>\n    </tr>\n    <tr>\n        <td>allowed_stay</td>\n        <td>String</td> \n        <td>Maximum time a traveller can stay in the destination country.</td>\n    </tr>\n    <tr>\n        <td>notes</td>\n        <td>Array</td>\n        <td>A set of additional notes regarding the visa requirement.</td>\n    </tr>\n    <tr>\n        <td>textual</td>\n        <td>Object</td>\n        <td>Textual descriptions.</td>\n    </tr>\n    <tr>\n        <td>textual.class</td>\n        <td>string</td>\n        <td>Decorative class describing the importance of the information.\n        <code>normal</code>, <code>advisory</code>, <code>warning</code>, <code>alert</code>\n        </td>\n    </tr>\n    <tr>\n        <td>textual.text</td>\n        <td>Array</td>\n        <td>A set of descriptive summaries.</td>\n    </tr>\n\n</table>","urlObject":{"path":["visa-requirements","CA-TR"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"f900a36b-991b-4f12-a9bc-ba3868b52c05","name":"/visa-requirements/:citizenship_id-:destination_id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{Sherpa-API-Key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{endpoint}}/visa-requirements/CA-TR"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-headers","key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"424","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Tue, 10 Oct 2017 19:28:14 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"1a8-Rpa3jSZLxqLwPHaL4xao0GA2BMc\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Express","description":""}],"cookie":[],"responseTime":"262","body":"[{\"allowed_stay\":\"3 months\",\"citizenship_destination_ID_type\":\"CA_TR_tourist\",\"notes\":[\"Cruise ship passengers cruising in and out of a Turkish port within a single day do not require a tourist visa.\"],\"requirement\":\"E_VISA\",\"type\":\"tourist\",\"textual\":{\"class\":\"warning\",\"text\":[\"You need a visa.\",\"You should get an eVisa.\",\"An eVisa is delivered electronically, and can be obtained online before travelling to Turkey.\"]}}]"}],"_postman_id":"7f34d245-55f6-4956-57da-60fda75cbd9e"}],"id":"c2ca0390-7247-ff43-724c-8798eebfd010","description":"<p>Get details and requirements for a specific country.</p>\n","_postman_id":"c2ca0390-7247-ff43-724c-8798eebfd010"},{"name":"Products","item":[{"name":"/:citizenship_id/visas/:destination_id","id":"fa5c3743-e38b-34a1-dc28-5d53dc88bb1d","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{Sherpa-API-Key}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"{{endpoint}}/CA/visas/AU","description":"<p>Resource call for visas available for travellers to <code>:destination_id</code>, whose passport is of <code>:citizenship_id</code> nationality.</p>\n<p>The request returns an array of products of type <i>visa<i>:</i></i></p>\n<p>A <i>visa</i> type contains the following properties:</p>\n<table>\n    <tr>\n        <th>Name</th>\n        <th>Description</th>\n    </tr>\n    <tr>\n        <td><code>uid</code></td>\n        <td>Unique ID for this product</td>\n    </tr>\n    <tr>\n        <td><code>application</code></td>\n        <td>An object of type <code>application</code> that describes requiremed customer data to initiate a visa application.</td>\n        </tr>\n    <tr>\n        <td><code>basePrice</code></td>\n        <td>Embassy Fee</td>\n        </tr>\n    <tr>\n        <td><code>category</code></td>\n        <td>Product category</td>\n        </tr>\n    <tr>\n        <td><code>cheapestPrice</code></td>\n        <td>An object containing the cheapest price, which is a combination of embassy fee, Sherpa's fee and the cheapest variants for the visa ( like processing time and number of entries).</td>\n        </tr>\n    <tr>\n        <td><code>citizenships</code></td>\n        <td>\n            An array of country codes, for whom this product is available for.\n        </td>\n        </tr>\n    <tr>\n        <td><code>description</code></td>\n        <td>\n            A description of the visa.\n        </td>\n    </tr>\n    <tr>\n        <td><code>maxStay</code></td>\n        <td>\n            How long a traveller can stay for in the destination country using this visa.\n        </td>\n    </tr>\n    <tr>\n        <td><code>options</code></td>\n        <td>\n            Available variants for this visa.<br /><code>entries</code>: some visas allow for single, double or multiple(unlimited) entries, and have increased embassy fees.<br /> <code>service</code>: some visas require manual interaction from Sherpa's staff. Urgent services prompt higher processing fees.\n        </td>\n    </tr>\n    <tr>\n        <td><code>prerequisites</code></td>\n        <td>\n            Detailed list of prerequisites for this visa.\n        </td>\n    </tr>\n    <tr>\n        <td><code>purpose</code></td>\n        <td>\n            Types of activities allowed for this visa product.\n        </td>\n    </tr>\n    <tr>\n        <td><code>shortestProcessingTime</code></td>\n        <td>\n            Describes the shortest processing time for this visa.\n        </td>\n    </tr>\n    <tr>\n        <td><code>validity</code></td>\n        <td>\n            Describes the validity for this visa product.\n        </td>\n    </tr>\n    <tr>\n    <td><code>country</code></td>\n        <td>\n            Object of type <code>country</code> containing the information for the destination.\n        </td>\n    </tr>\n</table>","urlObject":{"path":["CA","visas","AU"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"0dc2dc49-951d-1e33-5d75-38ab4a5a553c","name":"/:citizenship_id/visas/:destination_id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{Sherpa-API-Key}}","warning":""}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"{{endpoint}}/CA/visas/TR"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-headers","key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"2408","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Tue, 10 Oct 2017 18:56:03 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"968-RId5ciaV/cpiEh5rOvVrLDE7IIY\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Express","description":""}],"cookie":[],"responseTime":"1276","body":"[{\"application\":{\"requirements\":{\"traveller\":{\"contact\":{\"address\":\"FULL\",\"phone\":true},\"passport\":{\"hasAdditionalPassports\":\"LIST\",\"passportInfo\":true,\"passportPhoto\":\"OPTIONAL\"},\"personal\":{\"firstName\":true}},\"trip\":{\"arrivalDate\":\"ESTIMATED\"}}},\"basePrice\":{\"exceptions\":[{\"citizenships\":[\"CA\",\"AU\",\"AE\"],\"price\":{\"amount\":\"60.70\",\"currency\":\"USD\",\"displayAs\":\"60.70USD\"}},{\"citizenships\":[\"BH\"],\"price\":{\"amount\":\"0\",\"currency\":\"USD\",\"displayAs\":\"0USD\"}}],\"price\":{\"amount\":\"20.70\",\"currency\":\"USD\",\"displayAs\":\"20.70USD\"}},\"category\":\"TR/Tourism\",\"cheapestPrice\":{\"exceptions\":[{\"citizenships\":[\"CA\",\"AU\",\"AE\"],\"price\":{\"amount\":\"80\",\"currency\":\"USD\",\"displayAs\":\"80USD\"}},{\"citizenships\":[\"BH\"],\"price\":{\"amount\":\"20.70\",\"currency\":\"USD\",\"displayAs\":\"20USD\"}}],\"price\":{\"amount\":\"40\",\"currency\":\"USD\",\"displayAs\":\"40USD\"},\"type\":\"CURRENCY\"},\"citizenships\":[null,\"CA\",\"GB\",\"AU\",\"AG\",\"AT\",\"BS\",\"BB\",\"BE\",\"GB\",null,\"NL\",\"AU\",\"AE\",\"BH\"],\"country\":{\"code\":\"TR\",\"name\":\"Turkey\"},\"description\":\"You need an eVisa to travel to the Land of the Crescent Moon. An eVisa is electronic, and obtainable online. If you are travelling for tourism, this is the right visa to enter Turkey. Apply online in seconds, and get your visa in less than 24 hours.\",\"entries\":{\"displayAs\":\"Multiple Entry\",\"displayAsAlt\":\"unlimited number of times\",\"number\":\"unlimited\",\"value\":\"MULTIPLE_ENTRY\"},\"id\":\"1\",\"maxStay\":{\"displayAs\":\"90 days\",\"duration\":\"90\",\"type\":\"DAYS\"},\"name\":\"Turkish eVisa\",\"options\":{\"entries\":[{\"displayAs\":\"Multiple Entry\",\"name\":\"Multiple Entries\",\"price\":{\"amount\":\"0\",\"currency\":\"USD\",\"displayAs\":\"0\"},\"value\":\"MULTIPLE_ENTRY\"}],\"service\":[{\"displayAs\":\"24 hours\",\"duration\":\"1\",\"name\":\"Normal\",\"price\":{\"amount\":\"19.30\",\"currency\":\"USD\",\"displayAs\":\"19.30USD\"},\"type\":\"BUSINESS_DAY\",\"value\":\"1_BUSINESS_DAY\"},{\"displayAs\":\"6 hours\",\"duration\":\"6\",\"name\":\"Urgent\",\"price\":{\"amount\":\"39.30\",\"currency\":\"USD\",\"displayAs\":\"39.30USD\"},\"type\":\"HOURS\",\"value\":\"6_HOURS\"}]},\"prerequisites\":[{\"details\":\"Your passport must be valid for six months after you enter Turkey.\",\"icon\":\"ai-passport\",\"name\":\"Passport\"},{\"details\":\"You should know the estimated date of your arrival.\",\"icon\":\"ai-calendar\",\"name\":\"Travel Date\"}],\"purposes\":[\"tourism\"],\"shortestProcessingTime\":{\"displayAs\":\"6 hours\",\"duration\":\"6\",\"type\":\"HOURS\"},\"uid\":\"TR_EVISA_0001\",\"validity\":{\"displayAs\":\"180 days\",\"duration\":\"180\",\"type\":\"DAYS\"}}]"},{"id":"7451f32f-2864-8cb2-138a-38548f0d5417","name":"/:citizenship_id/visas/:destination_id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{Sherpa-API-Key}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"{{endpoint}}/CA/visas/AU"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-headers","key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept","description":""},{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"4272","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Tue, 10 Oct 2017 20:50:06 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"10b0-+yFMW8hbg+p86ezzzmdoeIVZZMU\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-powered-by","key":"x-powered-by","value":"Express","description":""}],"cookie":[],"responseTime":"489","body":"[{\"application\":{\"requirements\":{\"traveller\":{\"additional\":{\"alias\":true,\"criminal\":true,\"passports\":true},\"contact\":{\"address\":\"FULL\",\"phone\":true},\"passport\":{\"hasAdditionalPassports\":\"LIST\",\"passportInfo\":true,\"passportPhoto\":\"OPTIONAL\"},\"personal\":{\"firstName\":true}},\"trip\":{\"arrivalDate\":\"ESTIMATED\"}}},\"basePrice\":{\"price\":{\"amount\":\"0\",\"currency\":\"USD\",\"displayAs\":\"0\"}},\"category\":\"AU/Tourism\",\"cheapestPrice\":{\"price\":{\"amount\":\"20\",\"currency\":\"USD\",\"displayAs\":\"20USD\"},\"type\":\"CURRENCY\"},\"citizenships\":[\"US\",\"CA\",\"BN\",\"JP\",\"SG\",\"HK\",\"KR\",\"MY\"],\"country\":{\"code\":\"AU\",\"name\":\"Australia\"},\"description\":\"You do not need a formal travel visa, but every traveller must get an ETA (Electronic Travel Authority). An ETA works like an electronic visa, and is tied to your passport. If you are travelling for tourism, this is all you require for entry to Australia.\",\"entries\":{\"displayAs\":\"Multiple Entry\",\"displayAsAlt\":\"unlimited number of times\",\"number\":\"unlimited\",\"value\":\"MULTIPLE_ENTRY\"},\"id\":\"1\",\"maxStay\":{\"displayAs\":\"90 days\",\"duration\":\"90\",\"type\":\"DAYS\"},\"name\":\"Australian Tourist ETA\",\"options\":{\"entries\":[{\"displayAs\":\"Multiple Entry\",\"name\":\"Multiple Entries\",\"price\":{\"amount\":\"0\",\"currency\":\"USD\",\"displayAs\":\"0\"},\"value\":\"MULTIPLE_ENTRY\"}],\"service\":[{\"displayAs\":\"1 business day\",\"duration\":\"1\",\"name\":\"Normal\",\"price\":{\"amount\":\"20\",\"currency\":\"USD\",\"displayAs\":\"20USD\"},\"type\":\"BUSINESS_DAY\",\"value\":\"1_BUSINESS_DAY\"},{\"displayAs\":\"6 hours\",\"duration\":\"6\",\"name\":\"Urgent\",\"price\":{\"amount\":\"40\",\"currency\":\"USD\",\"displayAs\":\"40USD\"},\"type\":\"HOURS\",\"value\":\"6_HOURS\"}]},\"prerequisites\":[{\"details\":\"Your passport must be valid on the date to enter Australia.\",\"icon\":\"ai-passport\",\"name\":\"Passport\"},{\"details\":\"You should know the estimated date of your arrival.\",\"icon\":\"ai-calendar\",\"name\":\"Travel Date\"},{\"details\":\"You must be outside of Australia to apply.\",\"icon\":\"ai-entry-points\",\"name\":\"Location\"}],\"purposes\":[\"tourism\"],\"shortestProcessingTime\":{\"displayAs\":\"6 hours\",\"duration\":\"6\",\"type\":\"HOURS\"},\"uid\":\"AU_ETA_0001\",\"validity\":{\"displayAs\":\"365 days\",\"duration\":\"365\",\"type\":\"DAYS\"}},{\"application\":{\"requirements\":{\"traveller\":{\"additional\":{\"alias\":true,\"criminal\":true,\"passports\":true},\"contact\":{\"address\":\"FULL\",\"phone\":true},\"passport\":{\"hasAdditionalPassports\":\"LIST\",\"passportInfo\":true,\"passportPhoto\":\"OPTIONAL\"},\"personal\":{\"firstName\":true}},\"trip\":{\"arrivalDate\":\"ESTIMATED\"}}},\"basePrice\":{\"price\":{\"amount\":\"15\",\"currency\":\"USD\",\"displayAs\":\"15\"}},\"category\":\"AU/Business\",\"cheapestPrice\":{\"price\":{\"amount\":\"35\",\"currency\":\"USD\",\"displayAs\":\"35USD\"},\"type\":\"CURRENCY\"},\"citizenships\":[\"US\",\"CA\",\"BN\",\"JP\",\"SG\",\"HK\",\"KR\",\"MY\"],\"country\":{\"code\":\"AU\",\"name\":\"Australia\"},\"description\":\"You do not need a formal visa, but every traveller must get an ETA (Electronic Travel Authority). An ETA works like an electronic visa, and is tied to your passport. If you are travelling for short business visit or a conference, this is the right visa for you.\",\"entries\":{\"displayAs\":\"Multiple Entry\",\"displayAsAlt\":\"unlimited number of times\",\"number\":\"unlimited\",\"value\":\"MULTIPLE_ENTRY\"},\"id\":\"2\",\"maxStay\":{\"displayAs\":\"90 days\",\"duration\":\"90\",\"type\":\"DAYS\"},\"name\":\"Australian Business ETA\",\"options\":{\"entries\":[{\"displayAs\":\"Multiple Entry\",\"name\":\"Multiple Entries\",\"price\":{\"amount\":\"0\",\"currency\":\"USD\",\"displayAs\":\"0\"},\"value\":\"MULTIPLE_ENTRY\"}],\"service\":[{\"displayAs\":\"1 business day\",\"duration\":\"1\",\"name\":\"Normal\",\"price\":{\"amount\":\"25\",\"currency\":\"USD\",\"displayAs\":\"25USD\"},\"type\":\"BUSINESS_DAY\",\"value\":\"1_BUSINESS_DAY\"},{\"displayAs\":\"6 hours\",\"duration\":\"6\",\"name\":\"Urgent\",\"price\":{\"amount\":\"50\",\"currency\":\"USD\",\"displayAs\":\"50USD\"},\"type\":\"HOURS\",\"value\":\"6_HOURS\"}]},\"prerequisites\":[{\"details\":\"Your passport must be valid on the day you enter Australia.\",\"icon\":\"ai-passport\",\"name\":\"Passport\"},{\"details\":\"You should know the estimated date of your arrival.\",\"icon\":\"ai-calendar\",\"name\":\"Travel Date\"},{\"details\":\"You must be outside of Australia.\",\"icon\":\"ai-entry-points\",\"name\":\"Location\"}],\"purposes\":[\"business\",\"conference\"],\"shortestProcessingTime\":{\"displayAs\":\"6 hours\",\"duration\":\"6\",\"type\":\"HOURS\"},\"uid\":\"AU_ETA_0002\",\"validity\":{\"displayAs\":\"365 days\",\"duration\":\"365\",\"type\":\"DAYS\"}}]"}],"_postman_id":"fa5c3743-e38b-34a1-dc28-5d53dc88bb1d"},{"name":"/visas","id":"7b31b28a-7ae6-f675-89b7-8f3c8f0604d2","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{Sherpa-API-Key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{endpoint}}/visas","description":"<p>A list of all visa products available through Sherpa.</p>\n","urlObject":{"path":["visas"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b31b28a-7ae6-f675-89b7-8f3c8f0604d2"}],"id":"11d8de4d-c8b9-d0b7-4d45-45c43cf7613a","description":"<p>Sherpa offers visa processing services to customers.</p>\n<p>The following section of the API will speak to available products offered by Sherpa; ways to retreive the product data; and submit the information.</p>\n","_postman_id":"11d8de4d-c8b9-d0b7-4d45-45c43cf7613a"},{"name":"Setup","item":[{"name":"/countries","id":"06e3bace-2729-b9ea-bac1-a3c70e9c956d","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{Sherpa-API-Key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{endpoint}}/countries","description":"<p>Retreive a list of available countries and country codes.</p>\n<table>\n    <tr>\n        <th>Name</th>\n        <th>Type</th>\n        <th>Description</th>\n    </tr>\n    <tr>\n        <td>country_name</td>\n        <td>String</td>\n        <td>Country Name</td>\n    </tr>\n    <tr>\n        <td>country_ID</td>\n        <td>String</td>\n        <td><a href=\"https://en.wikipedia.org/wiki/ISO_3166-2\">ISO 3166-2</a> Country Code</td>\n    </tr>\n    <tr>\n        <td>citizenship_name</td>\n        <td>String</td>\n        <td>Citizenship</td>\n    </tr>\n    <tr>\n        <td>citizenship_multi</td>\n        <td>String</td>\n        <td>Citizenship as a multiple</td>\n    </tr>\n</table>","urlObject":{"path":["countries"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"175cc3cf-e72e-5fd0-9da8-b8944ea64276","name":"sample-response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{Sherpa-API-Key}}","enabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"{{endpoint}}/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"24515","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Tue, 09 May 2017 21:40:41 GMT","description":""},{"name":"Etag","key":"Etag","value":"W/\"5fc3-Th8EtPCgDLp3Hd/1f1ClDZ9iSkk\"","description":""},{"name":"Server","key":"Server","value":"Cowboy","description":""},{"name":"Via","key":"Via","value":"1.1 vegur","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""}],"cookie":[],"responseTime":"398","body":"[{\"citizenship_multi\":\"Japanese\",\"citizenship_name\":\"Japanese\",\"country_ID\":\"JP\",\"country_name\":\"Japan\"},{\"citizenship_multi\":\"Jamaicans\",\"citizenship_name\":\"Jamaican\",\"country_ID\":\"JM\",\"country_name\":\"Jamaica\"},{\"citizenship_multi\":\"Jordanians\",\"citizenship_name\":\"Jordanian\",\"country_ID\":\"JO\",\"country_name\":\"Jordan\"},{\"citizenship_multi\":\"Samoans\",\"citizenship_name\":\"Samoan\",\"country_ID\":\"WS\",\"country_name\":\"Samoa\"},{\"citizenship_multi\":\"Bissau-Guineans\",\"citizenship_name\":\"Bissau-Guinean\",\"country_ID\":\"GW\",\"country_name\":\"Guinea Bissau\"},{\"citizenship_multi\":\"Guatemalans\",\"citizenship_name\":\"Guatemalan\",\"country_ID\":\"GT\",\"country_name\":\"Guatemala\"},{\"citizenship_multi\":\"Greeks\",\"citizenship_name\":\"Greek\",\"country_ID\":\"GR\",\"country_name\":\"Greece\"},{\"citizenship_multi\":\"Equatorial Guineans\",\"citizenship_name\":\"Equatorial Guinean\",\"country_ID\":\"GQ\",\"country_name\":\"Equatorial Guinea\"},{\"citizenship_multi\":\"Guadeloupians\",\"citizenship_name\":\"Guadeloupe\",\"country_ID\":\"GP\",\"country_name\":\"Guadeloupe\"},{\"citizenship_multi\":\"Guyanese\",\"citizenship_name\":\"Guyanese\",\"country_ID\":\"GY\",\"country_name\":\"Guyana\"},{\"citizenship_multi\":\"French Guianese\",\"citizenship_name\":\"French Guianese\",\"country_ID\":\"GF\",\"country_name\":\"French Guyana\"},{\"citizenship_multi\":\"Georgians\",\"citizenship_name\":\"Georgian\",\"country_ID\":\"GE\",\"country_name\":\"Georgia\"},{\"citizenship_multi\":\"Grenadians\",\"citizenship_name\":\"Grenadian\",\"country_ID\":\"GD\",\"country_name\":\"Grenada\"},{\"citizenship_multi\":\"Brits\",\"citizenship_name\":\"British\",\"country_ID\":\"GB\",\"country_name\":\"United Kingdom\"},{\"citizenship_multi\":\"Gabonese\",\"citizenship_name\":\"Gabonese\",\"country_ID\":\"GA\",\"country_name\":\"Gabon\"},{\"citizenship_multi\":\"Guineans\",\"citizenship_name\":\"Guinean\",\"country_ID\":\"GN\",\"country_name\":\"Guinea\"},{\"citizenship_multi\":\"Gambians\",\"citizenship_name\":\"Gambian\",\"country_ID\":\"GM\",\"country_name\":\"Gambia\"},{\"citizenship_multi\":\"Greenlanders\",\"citizenship_name\":\"Greenlandic\",\"country_ID\":\"GL\",\"country_name\":\"Greenland\"},{\"citizenship_multi\":\"Gibraltarians\",\"citizenship_name\":\"Gibraltar\",\"country_ID\":\"GI\",\"country_name\":\"Gibraltar\"},{\"citizenship_multi\":\"Ghanaians\",\"citizenship_name\":\"Ghanaian\",\"country_ID\":\"GH\",\"country_name\":\"Ghana\"},{\"citizenship_multi\":\"Puerto Ricans\",\"citizenship_name\":\"Puerto Rican\",\"country_ID\":\"PR\",\"country_name\":\"Puerto Rico\"},{\"citizenship_multi\":\"Israelis\",\"citizenship_name\":\"Israeli\",\"country_ID\":\"PS\",\"country_name\":\"Palestine\"},{\"citizenship_multi\":\"Palauans\",\"citizenship_name\":\"Palauan\",\"country_ID\":\"PW\",\"country_name\":\"Palau\"},{\"citizenship_multi\":\"Portuguese\",\"citizenship_name\":\"Portuguese\",\"country_ID\":\"PT\",\"country_name\":\"Portugal\"},{\"citizenship_multi\":\"Paraguayans\",\"citizenship_name\":\"Paraguayan\",\"country_ID\":\"PY\",\"country_name\":\"Paraguay\"},{\"citizenship_multi\":\"Panamanians\",\"citizenship_name\":\"Panamanian\",\"country_ID\":\"PA\",\"country_name\":\"Panama\"},{\"citizenship_multi\":\"French Polynesians\",\"citizenship_name\":\"French Polynesian\",\"country_ID\":\"PF\",\"country_name\":\"French Polynesia\"},{\"citizenship_multi\":\"Papuans\",\"citizenship_name\":\"Papuan\",\"country_ID\":\"PG\",\"country_name\":\"Papua New Guinea\"},{\"citizenship_multi\":\"Peruvians\",\"citizenship_name\":\"Peruvian\",\"country_ID\":\"PE\",\"country_name\":\"Peru\"},{\"citizenship_multi\":\"Pakistanis\",\"citizenship_name\":\"Pakistani\",\"country_ID\":\"PK\",\"country_name\":\"Pakistan\"},{\"citizenship_multi\":\"Filipinos/Filipinas\",\"citizenship_name\":\"Filipino\",\"country_ID\":\"PH\",\"country_name\":\"Philippines\"},{\"citizenship_multi\":\"Pitcairn Islanders\",\"citizenship_name\":\"Pitcairn Islander\",\"country_ID\":\"PN\",\"country_name\":\"Pitcairn Island\"},{\"citizenship_multi\":\"Poles\",\"citizenship_name\":\"Polish\",\"country_ID\":\"PL\",\"country_name\":\"Poland\"},{\"citizenship_multi\":\"Saint-Pierrais/Miquelonnais\",\"citizenship_name\":\"Saint-Pierrais/Miquelonnais\",\"country_ID\":\"PM\",\"country_name\":\"Saint Pierre Miquelon\"},{\"citizenship_multi\":\"Zambians\",\"citizenship_name\":\"Zambian\",\"country_ID\":\"ZM\",\"country_name\":\"Zambia\"},{\"citizenship_multi\":\"South Africans\",\"citizenship_name\":\"South African\",\"country_ID\":\"ZA\",\"country_name\":\"South Africa\"},{\"citizenship_multi\":\"Zimbabweans\",\"citizenship_name\":\"Zimbabwean\",\"country_ID\":\"ZW\",\"country_name\":\"Zimbabwe\"},{\"citizenship_multi\":\"Moldovans\",\"citizenship_name\":\"Moldovan\",\"country_ID\":\"MD\",\"country_name\":\"Moldova\"},{\"citizenship_multi\":\"Malagasy\",\"citizenship_name\":\"Malagasy\",\"country_ID\":\"MG\",\"country_name\":\"Madagascar\"},{\"citizenship_multi\":\"Saint-Martinois/Saint-Martinoises\",\"citizenship_name\":\"Saint-Martinoise\",\"country_ID\":\"MF\",\"country_name\":\"Saint Martin\"},{\"citizenship_multi\":\"Moroccans\",\"citizenship_name\":\"Moroccan\",\"country_ID\":\"MA\",\"country_name\":\"Morocco\"},{\"citizenship_multi\":\"Monacans\",\"citizenship_name\":\"Monacan\",\"country_ID\":\"MC\",\"country_name\":\"Monaco\"},{\"citizenship_multi\":\"Burmese\",\"citizenship_name\":\"Burmese\",\"country_ID\":\"MM\",\"country_name\":\"Myanmar\"},{\"citizenship_multi\":\"Malians\",\"citizenship_name\":\"Malinese\",\"country_ID\":\"ML\",\"country_name\":\"Mali\"},{\"citizenship_multi\":\"Macanese\",\"citizenship_name\":\"Macanese\",\"country_ID\":\"MO\",\"country_name\":\"Macau\"},{\"citizenship_multi\":\"Mongolians\",\"citizenship_name\":\"Mongolian\",\"country_ID\":\"MN\",\"country_name\":\"Mongolia\"},{\"citizenship_multi\":\"Marshallese\",\"citizenship_name\":\"Marshallese\",\"country_ID\":\"MH\",\"country_name\":\"Marshall Islands\"},{\"citizenship_multi\":\"Macedonians\",\"citizenship_name\":\"Macedonian\",\"country_ID\":\"MK\",\"country_name\":\"Macedonia\"},{\"citizenship_multi\":\"Mauritians\",\"citizenship_name\":\"Mauritian\",\"country_ID\":\"MU\",\"country_name\":\"Mauritius\"},{\"citizenship_multi\":\"Maltese\",\"citizenship_name\":\"Maltese\",\"country_ID\":\"MT\",\"country_name\":\"Malta\"},{\"citizenship_multi\":\"Malawians\",\"citizenship_name\":\"Malawian\",\"country_ID\":\"MW\",\"country_name\":\"Malawi\"},{\"citizenship_multi\":\"Maldivians\",\"citizenship_name\":\"Maldivian\",\"country_ID\":\"MV\",\"country_name\":\"Maldives\"},{\"citizenship_multi\":\"Martiniquais\",\"citizenship_name\":\"Martiniquais\",\"country_ID\":\"MQ\",\"country_name\":\"Martinique\"},{\"citizenship_multi\":\"Montserratians\",\"citizenship_name\":\"Montserratian\",\"country_ID\":\"MS\",\"country_name\":\"Montserrat\"},{\"citizenship_multi\":\"Mauritanians\",\"citizenship_name\":\"Mauritanian\",\"country_ID\":\"MR\",\"country_name\":\"Mauritania\"},{\"citizenship_multi\":\"Malaysians\",\"citizenship_name\":\"Malaysian\",\"country_ID\":\"MY\",\"country_name\":\"Malaysia\"},{\"citizenship_multi\":\"Mexicans\",\"citizenship_name\":\"Mexican\",\"country_ID\":\"MX\",\"country_name\":\"Mexico\"},{\"citizenship_multi\":\"Mozambicans\",\"citizenship_name\":\"Mozambican\",\"country_ID\":\"MZ\",\"country_name\":\"Mozambique\"},{\"citizenship_multi\":\"French\",\"citizenship_name\":\"French\",\"country_ID\":\"FR\",\"country_name\":\"France\"},{\"citizenship_multi\":\"Finns\",\"citizenship_name\":\"Finnish\",\"country_ID\":\"FI\",\"country_name\":\"Finland\"},{\"citizenship_multi\":\"Fijians\",\"citizenship_name\":\"Fijian\",\"country_ID\":\"FJ\",\"country_name\":\"Fiji\"},{\"citizenship_multi\":\"Falkland Islanders\",\"citizenship_name\":\"Falkland Island\",\"country_ID\":\"FK\",\"country_name\":\"Falkland Islands\"},{\"citizenship_multi\":\"Micronesians\",\"citizenship_name\":\"Micronesian\",\"country_ID\":\"FM\",\"country_name\":\"Micronesia\"},{\"citizenship_multi\":\"Danes\",\"citizenship_name\":\"Danish\",\"country_ID\":\"FO\",\"country_name\":\"Faroe Islands\"},{\"citizenship_multi\":\"Cook Islanders\",\"citizenship_name\":\"Cook Island\",\"country_ID\":\"CK\",\"country_name\":\"Cook Islands\"},{\"citizenship_multi\":\"Ivorians\",\"citizenship_name\":\"Ivorian\",\"country_ID\":\"CI\",\"country_name\":\"Ivory Coast\"},{\"citizenship_multi\":\"Swiss\",\"citizenship_name\":\"Swiss\",\"country_ID\":\"CH\",\"country_name\":\"Switzerland\"},{\"citizenship_multi\":\"Colombians\",\"citizenship_name\":\"Colombian\",\"country_ID\":\"CO\",\"country_name\":\"Colombia\"},{\"citizenship_multi\":\"Chinese\",\"citizenship_name\":\"Chinese\",\"country_ID\":\"CN\",\"country_name\":\"China\"},{\"citizenship_multi\":\"Cameroonians\",\"citizenship_name\":\"Cameroonian\",\"country_ID\":\"CM\",\"country_name\":\"Cameroon\"},{\"citizenship_multi\":\"Chileans\",\"citizenship_name\":\"Chilean\",\"country_ID\":\"CL\",\"country_name\":\"Chile\"},{\"citizenship_multi\":\"Canadians\",\"citizenship_name\":\"Canadian\",\"country_ID\":\"CA\",\"country_name\":\"Canada\"},{\"citizenship_multi\":\"Congolese\",\"citizenship_name\":\"Congolese\",\"country_ID\":\"CG\",\"country_name\":\"Congo Republic\"},{\"citizenship_multi\":\"Central Africans\",\"citizenship_name\":\"Central African\",\"country_ID\":\"CF\",\"country_name\":\"Central African Republic\"},{\"citizenship_multi\":\"Congolese\",\"citizenship_name\":\"Congolese\",\"country_ID\":\"CD\",\"country_name\":\"Congo Democratic Republic\"},{\"citizenship_multi\":\"Czechs\",\"citizenship_name\":\"Czech\",\"country_ID\":\"CZ\",\"country_name\":\"Czech Republic\"},{\"citizenship_multi\":\"Cypriots\",\"citizenship_name\":\"Cypriot\",\"country_ID\":\"CY\",\"country_name\":\"Cyprus\"},{\"citizenship_multi\":\"Costa Ricans\",\"citizenship_name\":\"Costa Rican\",\"country_ID\":\"CR\",\"country_name\":\"Costa Rica\"},{\"citizenship_multi\":\"Cabo Verdeans\",\"citizenship_name\":\"Cabo Verdean\",\"country_ID\":\"CV\",\"country_name\":\"Cape Verde\"},{\"citizenship_multi\":\"Cubans\",\"citizenship_name\":\"Cuban\",\"country_ID\":\"CU\",\"country_name\":\"Cuba\"},{\"citizenship_multi\":\"Swazis\",\"citizenship_name\":\"Swazi\",\"country_ID\":\"SZ\",\"country_name\":\"Swaziland\"},{\"citizenship_multi\":\"Syrians\",\"citizenship_name\":\"Syrian\",\"country_ID\":\"SY\",\"country_name\":\"Syria\"},{\"citizenship_multi\":\"Surinamers\",\"citizenship_name\":\"Surinamese\",\"country_ID\":\"SR\",\"country_name\":\"Suriname\"},{\"citizenship_multi\":\"Salvadorans\",\"citizenship_name\":\"Salvadoran\",\"country_ID\":\"SV\",\"country_name\":\"El Salvador\"},{\"citizenship_multi\":\"Sao Tomeans\",\"citizenship_name\":\"Sao Tomean\",\"country_ID\":\"ST\",\"country_name\":\"Sao Tome Principe\"},{\"citizenship_multi\":\"Slovaks\",\"citizenship_name\":\"Slovak\",\"country_ID\":\"SK\",\"country_name\":\"Slovak Republic\"},{\"citizenship_multi\":\"Slovenians\",\"citizenship_name\":\"Slovenian\",\"country_ID\":\"SI\",\"country_name\":\"Slovenia\"},{\"citizenship_multi\":\"Brits\",\"citizenship_name\":\"British\",\"country_ID\":\"SH\",\"country_name\":\"Saint Helena\"},{\"citizenship_multi\":\"Somalis\",\"citizenship_name\":\"Somali\",\"country_ID\":\"SO\",\"country_name\":\"Somalia\"},{\"citizenship_multi\":\"Senegalese\",\"citizenship_name\":\"Senegalese\",\"country_ID\":\"SN\",\"country_name\":\"Senegal\"},{\"citizenship_multi\":\"Sammarinese\",\"citizenship_name\":\"Sammarinese\",\"country_ID\":\"SM\",\"country_name\":\"San Marino\"},{\"citizenship_multi\":\"Sierra Leoneans\",\"citizenship_name\":\"Sierra Leonean\",\"country_ID\":\"SL\",\"country_name\":\"Sierra Leone\"},{\"citizenship_multi\":\"Seychellois/Seychelloises\",\"citizenship_name\":\"Seychellois\",\"country_ID\":\"SC\",\"country_name\":\"Seychelles\"},{\"citizenship_multi\":\"Solomon Islanders\",\"citizenship_name\":\"Solomon Island\",\"country_ID\":\"SB\",\"country_name\":\"Solomon Islands\"},{\"citizenship_multi\":\"Saudis\",\"citizenship_name\":\"Saudi\",\"country_ID\":\"SA\",\"country_name\":\"Saudi Arabia\"},{\"citizenship_multi\":\"Singaporeans\",\"citizenship_name\":\"Singaporean\",\"country_ID\":\"SG\",\"country_name\":\"Singapore\"},{\"citizenship_multi\":\"Swedes\",\"citizenship_name\":\"Swedish\",\"country_ID\":\"SE\",\"country_name\":\"Sweden\"},{\"citizenship_multi\":\"Sudanese\",\"citizenship_name\":\"Sudanese\",\"country_ID\":\"SD\",\"country_name\":\"Sudan\"},{\"citizenship_multi\":\"Yemenis\",\"citizenship_name\":\"Yemeni\",\"country_ID\":\"YE\",\"country_name\":\"Yemen\"},{\"citizenship_multi\":\"Mahorans\",\"citizenship_name\":\"Mahoran\",\"country_ID\":\"YT\",\"country_name\":\"Mayotte\"},{\"citizenship_multi\":\"Lebanese\",\"citizenship_name\":\"Lebanese\",\"country_ID\":\"LB\",\"country_name\":\"Lebanon\"},{\"citizenship_multi\":\"Saint Lucians\",\"citizenship_name\":\"Saint Lucian\",\"country_ID\":\"LC\",\"country_name\":\"Saint Lucia\"},{\"citizenship_multi\":\"Laotians\",\"citizenship_name\":\"Laotian\",\"country_ID\":\"LA\",\"country_name\":\"Laos\"},{\"citizenship_multi\":\"Sri Lankans\",\"citizenship_name\":\"Sri Lankan\",\"country_ID\":\"LK\",\"country_name\":\"Sri Lanka\"},{\"citizenship_multi\":\"Liechtensteiners\",\"citizenship_name\":\"Liechtensteiner\",\"country_ID\":\"LI\",\"country_name\":\"Liechtenstein\"},{\"citizenship_multi\":\"Latvians, Letts\",\"citizenship_name\":\"Latvian\",\"country_ID\":\"LV\",\"country_name\":\"Latvia\"},{\"citizenship_multi\":\"Lithuanians\",\"citizenship_name\":\"Lithuanian\",\"country_ID\":\"LT\",\"country_name\":\"Lithuania\"},{\"citizenship_multi\":\"Luxembourgers\",\"citizenship_name\":\"Luxembourg\",\"country_ID\":\"LU\",\"country_name\":\"Luxembourg\"},{\"citizenship_multi\":\"Liberians\",\"citizenship_name\":\"Liberian\",\"country_ID\":\"LR\",\"country_name\":\"Liberia\"},{\"citizenship_multi\":\"Basotho\",\"citizenship_name\":\"Basotho\",\"country_ID\":\"LS\",\"country_name\":\"Lesotho\"},{\"citizenship_multi\":\"Libyans\",\"citizenship_name\":\"Libyan\",\"country_ID\":\"LY\",\"country_name\":\"Libya\"},{\"citizenship_multi\":\"Italians\",\"citizenship_name\":\"Italian\",\"country_ID\":\"VA\",\"country_name\":\"Vatican\"},{\"citizenship_multi\":\"Vincentians\",\"citizenship_name\":\"Vincentian\",\"country_ID\":\"VC\",\"country_name\":\"Saint Vincent Grenadines\"},{\"citizenship_multi\":\"Venezuelans\",\"citizenship_name\":\"Venezuelan\",\"country_ID\":\"VE\",\"country_name\":\"Venezuela\"},{\"citizenship_multi\":\"Iraqis\",\"citizenship_name\":\"Iraqi\",\"country_ID\":\"IQ\",\"country_name\":\"Iraq\"},{\"citizenship_multi\":\"U.S. Virgin Islanders\",\"citizenship_name\":\"U.S. Virgin Island\",\"country_ID\":\"VI\",\"country_name\":\"US Virgin Islands\"},{\"citizenship_multi\":\"Icelanders\",\"citizenship_name\":\"Icelandic\",\"country_ID\":\"IS\",\"country_name\":\"Iceland\"},{\"citizenship_multi\":\"Iranians\",\"citizenship_name\":\"Iranian\",\"country_ID\":\"IR\",\"country_name\":\"Iran\"},{\"citizenship_multi\":\"Italians\",\"citizenship_name\":\"Italian\",\"country_ID\":\"IT\",\"country_name\":\"Italy\"},{\"citizenship_multi\":\"Vietnamese\",\"citizenship_name\":\"Vietnamese\",\"country_ID\":\"VN\",\"country_name\":\"Vietnam\"},{\"citizenship_multi\":\"Israelis\",\"citizenship_name\":\"Israeli\",\"country_ID\":\"IL\",\"country_name\":\"Israel\"},{\"citizenship_multi\":\"British Virgin Islanders\",\"citizenship_name\":\"British Virgin Island\",\"country_ID\":\"IO\",\"country_name\":\"British Virgin Islands\"},{\"citizenship_multi\":\"Indians\",\"citizenship_name\":\"Indian\",\"country_ID\":\"IN\",\"country_name\":\"India\"},{\"citizenship_multi\":\"Irish\",\"citizenship_name\":\"Irish\",\"country_ID\":\"IE\",\"country_name\":\"Ireland\"},{\"citizenship_multi\":\"Indonesians\",\"citizenship_name\":\"Indonesian\",\"country_ID\":\"ID\",\"country_name\":\"Indonesia\"},{\"citizenship_multi\":\"Bangladeshis\",\"citizenship_name\":\"Bangladeshi\",\"country_ID\":\"BD\",\"country_name\":\"Bangladesh\"},{\"citizenship_multi\":\"Belgians\",\"citizenship_name\":\"Belgian\",\"country_ID\":\"BE\",\"country_name\":\"Belgium\"},{\"citizenship_multi\":\"Burkinabe\",\"citizenship_name\":\"Burkinabe\",\"country_ID\":\"BF\",\"country_name\":\"Burkina Faso\"},{\"citizenship_multi\":\"Bulgarians\",\"citizenship_name\":\"Bulgarian\",\"country_ID\":\"BG\",\"country_name\":\"Bulgaria\"},{\"citizenship_multi\":\"Bosnians/Herzegovinians\",\"citizenship_name\":\"Bosnian/Herzegovinian\",\"country_ID\":\"BA\",\"country_name\":\"Bosnia Herzegovina\"},{\"citizenship_multi\":\"Barbadians\",\"citizenship_name\":\"Barbadian\",\"country_ID\":\"BB\",\"country_name\":\"Barbados\"},{\"citizenship_multi\":\"Bermudians\",\"citizenship_name\":\"Bermudian\",\"country_ID\":\"BM\",\"country_name\":\"Bermuda\"},{\"citizenship_multi\":\"Bruneians\",\"citizenship_name\":\"Bruneian\",\"country_ID\":\"BN\",\"country_name\":\"Brunei Darussalam\"},{\"citizenship_multi\":\"Bolivians\",\"citizenship_name\":\"Bolivian\",\"country_ID\":\"BO\",\"country_name\":\"Bolivia\"},{\"citizenship_multi\":\"Bahrainis\",\"citizenship_name\":\"Bahraini\",\"country_ID\":\"BH\",\"country_name\":\"Bahrain\"},{\"citizenship_multi\":\"Burundians, Barundi\",\"citizenship_name\":\"Burundian\",\"country_ID\":\"BI\",\"country_name\":\"Burundi\"},{\"citizenship_multi\":\"Beninese\",\"citizenship_name\":\"Beninese\",\"country_ID\":\"BJ\",\"country_name\":\"Benin\"},{\"citizenship_multi\":\"Bhutanese\",\"citizenship_name\":\"Bhutanese\",\"country_ID\":\"BT\",\"country_name\":\"Bhutan\"},{\"citizenship_multi\":\"Botswanans\",\"citizenship_name\":\"Botswanan\",\"country_ID\":\"BW\",\"country_name\":\"Botswana\"},{\"citizenship_multi\":\"Brazilians\",\"citizenship_name\":\"Brazilian\",\"country_ID\":\"BR\",\"country_name\":\"Brazil\"},{\"citizenship_multi\":\"Bahamians\",\"citizenship_name\":\"Bahamian\",\"country_ID\":\"BS\",\"country_name\":\"Bahamas\"},{\"citizenship_multi\":\"Belarusians\",\"citizenship_name\":\"Belarusian\",\"country_ID\":\"BY\",\"country_name\":\"Belarus\"},{\"citizenship_multi\":\"Belizeans\",\"citizenship_name\":\"Belizean\",\"country_ID\":\"BZ\",\"country_name\":\"Belize\"},{\"citizenship_multi\":\"Russians\",\"citizenship_name\":\"Russian\",\"country_ID\":\"RU\",\"country_name\":\"Russia\"},{\"citizenship_multi\":\"Rwandans\",\"citizenship_name\":\"Rwandan\",\"country_ID\":\"RW\",\"country_name\":\"Rwanda\"},{\"citizenship_multi\":\"Serbs, Serbians\",\"citizenship_name\":\"Serbian\",\"country_ID\":\"RS\",\"country_name\":\"Serbia\"},{\"citizenship_multi\":\"Romanians\",\"citizenship_name\":\"Romanian\",\"country_ID\":\"RO\",\"country_name\":\"Romania\"},{\"citizenship_multi\":\"Omanis\",\"citizenship_name\":\"Omani\",\"country_ID\":\"OM\",\"country_name\":\"Oman\"},{\"citizenship_multi\":\"Croatians\",\"citizenship_name\":\"Croatian\",\"country_ID\":\"HR\",\"country_name\":\"Croatia\"},{\"citizenship_multi\":\"Haitians\",\"citizenship_name\":\"Haitian\",\"country_ID\":\"HT\",\"country_name\":\"Haiti\"},{\"citizenship_multi\":\"Hungarians\",\"citizenship_name\":\"Hungarian\",\"country_ID\":\"HU\",\"country_name\":\"Hungary\"},{\"citizenship_multi\":\"Hongkongers\",\"citizenship_name\":\"Hong Kongese\",\"country_ID\":\"HK\",\"country_name\":\"Hong Kong\"},{\"citizenship_multi\":\"Hondurans\",\"citizenship_name\":\"Honduran\",\"country_ID\":\"HN\",\"country_name\":\"Honduras\"},{\"citizenship_multi\":\"Estonians\",\"citizenship_name\":\"Estonian\",\"country_ID\":\"EE\",\"country_name\":\"Estonia\"},{\"citizenship_multi\":\"Egyptians\",\"citizenship_name\":\"Egyptian\",\"country_ID\":\"EG\",\"country_name\":\"Egypt\"},{\"citizenship_multi\":\"Ecuadorians\",\"citizenship_name\":\"Ecuadorian\",\"country_ID\":\"EC\",\"country_name\":\"Ecuador\"},{\"citizenship_multi\":\"Ethiopians\",\"citizenship_name\":\"Ethiopian\",\"country_ID\":\"ET\",\"country_name\":\"Ethiopia\"},{\"citizenship_multi\":\"Spaniards\",\"citizenship_name\":\"Spanish\",\"country_ID\":\"ES\",\"country_name\":\"Spain\"},{\"citizenship_multi\":\"Eritreans\",\"citizenship_name\":\"Eritrean\",\"country_ID\":\"ER\",\"country_name\":\"Eritrea\"},{\"citizenship_multi\":\"Uruguayans\",\"citizenship_name\":\"Uruguayan\",\"country_ID\":\"UY\",\"country_name\":\"Uruguay\"},{\"citizenship_multi\":\"Uzbeks\",\"citizenship_name\":\"Uzbek\",\"country_ID\":\"UZ\",\"country_name\":\"Uzbekistan\"},{\"citizenship_multi\":\"Americans\",\"citizenship_name\":\"American\",\"country_ID\":\"US\",\"country_name\":\"United States\"},{\"citizenship_multi\":\"Ugandans\",\"citizenship_name\":\"Ugandan\",\"country_ID\":\"UG\",\"country_name\":\"Uganda\"},{\"citizenship_multi\":\"Ukrainians\",\"citizenship_name\":\"Ukrainian\",\"country_ID\":\"UA\",\"country_name\":\"Ukraine\"},{\"citizenship_multi\":\"Vanuatuans\",\"citizenship_name\":\"Vanuatuan\",\"country_ID\":\"VU\",\"country_name\":\"Vanuatu\"},{\"citizenship_multi\":\"Nicaraguans\",\"citizenship_name\":\"Nicaraguan\",\"country_ID\":\"NI\",\"country_name\":\"Nicaragua\"},{\"citizenship_multi\":\"Netherlanders\",\"citizenship_name\":\"Dutch\",\"country_ID\":\"NL\",\"country_name\":\"Netherlands\"},{\"citizenship_multi\":\"Norwegians\",\"citizenship_name\":\"Norwegian\",\"country_ID\":\"NO\",\"country_name\":\"Norway\"},{\"citizenship_multi\":\"Namibians\",\"citizenship_name\":\"Namibian\",\"country_ID\":\"NA\",\"country_name\":\"Namibia\"},{\"citizenship_multi\":\"New Caledonians\",\"citizenship_name\":\"New Caledonian\",\"country_ID\":\"NC\",\"country_name\":\"New Caledonia\"},{\"citizenship_multi\":\"Nigeriens\",\"citizenship_name\":\"Nigerien\",\"country_ID\":\"NE\",\"country_name\":\"Niger\"},{\"citizenship_multi\":\"Australians\",\"citizenship_name\":\"Australian\",\"country_ID\":\"NF\",\"country_name\":\"Norfolk Island\"},{\"citizenship_multi\":\"Nigerians\",\"citizenship_name\":\"Nigerian\",\"country_ID\":\"NG\",\"country_name\":\"Nigeria\"},{\"citizenship_multi\":\"Kiwis\",\"citizenship_name\":\"Kiwi\",\"country_ID\":\"NZ\",\"country_name\":\"New Zealand\"},{\"citizenship_multi\":\"Nepalese\",\"citizenship_name\":\"Nepalese\",\"country_ID\":\"NP\",\"country_name\":\"Nepal\"},{\"citizenship_multi\":\"Nauruans\",\"citizenship_name\":\"Nauruan\",\"country_ID\":\"NR\",\"country_name\":\"Nauru\"},{\"citizenship_multi\":\"Niueans\",\"citizenship_name\":\"Niuean\",\"country_ID\":\"NU\",\"country_name\":\"Niue\"},{\"citizenship_multi\":\"Kyrgyz\",\"citizenship_name\":\"Kyrgyz\",\"country_ID\":\"KG\",\"country_name\":\"Kyrgyzstan\"},{\"citizenship_multi\":\"Kenyans\",\"citizenship_name\":\"Kenyan\",\"country_ID\":\"KE\",\"country_name\":\"Kenya\"},{\"citizenship_multi\":\"Kiribati\",\"citizenship_name\":\"Kiribati\",\"country_ID\":\"KI\",\"country_name\":\"Kiribati\"},{\"citizenship_multi\":\"Cambodians\",\"citizenship_name\":\"Cambodian\",\"country_ID\":\"KH\",\"country_name\":\"Cambodia\"},{\"citizenship_multi\":\"Kittitians/Nevisians\",\"citizenship_name\":\"Kittitian/Nevisian\",\"country_ID\":\"KN\",\"country_name\":\"Saint Kitts Nevis\"},{\"citizenship_multi\":\"Comorans\",\"citizenship_name\":\"Comoran\",\"country_ID\":\"KM\",\"country_name\":\"Comoros\"},{\"citizenship_multi\":\"South Koreans\",\"citizenship_name\":\"South Korean\",\"country_ID\":\"KR\",\"country_name\":\"South Korea\"},{\"citizenship_multi\":\"North Koreans\",\"citizenship_name\":\"North Korean\",\"country_ID\":\"KP\",\"country_name\":\"North Korea\"},{\"citizenship_multi\":\"Kuwaitis\",\"citizenship_name\":\"Kuwaiti\",\"country_ID\":\"KW\",\"country_name\":\"Kuwait\"},{\"citizenship_multi\":\"Kazakhs\",\"citizenship_name\":\"Kazakh\",\"country_ID\":\"KZ\",\"country_name\":\"Kazakhstan\"},{\"citizenship_multi\":\"Caymanians\",\"citizenship_name\":\"Caymanian\",\"country_ID\":\"KY\",\"country_name\":\"Cayman Islands\"},{\"citizenship_multi\":\"Dominicans\",\"citizenship_name\":\"Dominican\",\"country_ID\":\"DO\",\"country_name\":\"Dominican Republic\"},{\"citizenship_multi\":\"Dominicans\",\"citizenship_name\":\"Dominican\",\"country_ID\":\"DM\",\"country_name\":\"Dominica\"},{\"citizenship_multi\":\"Djiboutians\",\"citizenship_name\":\"Djiboutian\",\"country_ID\":\"DJ\",\"country_name\":\"Djibouti\"},{\"citizenship_multi\":\"Danes\",\"citizenship_name\":\"Danish\",\"country_ID\":\"DK\",\"country_name\":\"Denmark\"},{\"citizenship_multi\":\"Germans\",\"citizenship_name\":\"German\",\"country_ID\":\"DE\",\"country_name\":\"Germany\"},{\"citizenship_multi\":\"Algerians\",\"citizenship_name\":\"Algerian\",\"country_ID\":\"DZ\",\"country_name\":\"Algeria\"},{\"citizenship_multi\":\"Tanzanians\",\"citizenship_name\":\"Tanzanian\",\"country_ID\":\"TZ\",\"country_name\":\"Tanzania\"},{\"citizenship_multi\":\"Tuvaluans\",\"citizenship_name\":\"Tuvaluan\",\"country_ID\":\"TV\",\"country_name\":\"Tuvalu\"},{\"citizenship_multi\":\"Trinidadians/Tobagonians\",\"citizenship_name\":\"Trinidadian/Tobagonian\",\"country_ID\":\"TT\",\"country_name\":\"Trinidad Tobago\"},{\"citizenship_multi\":\"Turks\",\"citizenship_name\":\"Turkish\",\"country_ID\":\"TR\",\"country_name\":\"Turkey\"},{\"citizenship_multi\":\"Tunisians\",\"citizenship_name\":\"Tunisian\",\"country_ID\":\"TN\",\"country_name\":\"Tunisia\"},{\"citizenship_multi\":\"Tongans\",\"citizenship_name\":\"Tongan\",\"country_ID\":\"TO\",\"country_name\":\"Tonga\"},{\"citizenship_multi\":\"Timorese\",\"citizenship_name\":\"Timorese\",\"country_ID\":\"TL\",\"country_name\":\"Timor Leste\"},{\"citizenship_multi\":\"Turkmens\",\"citizenship_name\":\"Turkmen\",\"country_ID\":\"TM\",\"country_name\":\"Turkmenistan\"},{\"citizenship_multi\":\"Tokelauans\",\"citizenship_name\":\"Tokelauan\",\"country_ID\":\"TK\",\"country_name\":\"Tokelau\"},{\"citizenship_multi\":\"Thai\",\"citizenship_name\":\"Thai\",\"country_ID\":\"TH\",\"country_name\":\"Thailand\"},{\"citizenship_multi\":\"Togolese\",\"citizenship_name\":\"Togolese\",\"country_ID\":\"TG\",\"country_name\":\"Togo\"},{\"citizenship_multi\":\"Chadians\",\"citizenship_name\":\"Chadian\",\"country_ID\":\"TD\",\"country_name\":\"Chad\"},{\"citizenship_multi\":\"Emiratis\",\"citizenship_name\":\"Emirati\",\"country_ID\":\"AE\",\"country_name\":\"United Arab Emirates\"},{\"citizenship_multi\":\"Andorrans\",\"citizenship_name\":\"Andorran\",\"country_ID\":\"AD\",\"country_name\":\"Andorra\"},{\"citizenship_multi\":\"Antiguans/Barbudans\",\"citizenship_name\":\"Antiguan/Barbudan\",\"country_ID\":\"AG\",\"country_name\":\"Antigua Barbuda\"},{\"citizenship_multi\":\"Afghans\",\"citizenship_name\":\"Afghan\",\"country_ID\":\"AF\",\"country_name\":\"Afghanistan\"},{\"citizenship_multi\":\"Anguillans\",\"citizenship_name\":\"Anguillan\",\"country_ID\":\"AI\",\"country_name\":\"Anguilla\"},{\"citizenship_multi\":\"Armenians\",\"citizenship_name\":\"Armenian\",\"country_ID\":\"AM\",\"country_name\":\"Armenia\"},{\"citizenship_multi\":\"Albanians\",\"citizenship_name\":\"Albanian\",\"country_ID\":\"AL\",\"country_name\":\"Albania\"},{\"citizenship_multi\":\"Angolans\",\"citizenship_name\":\"Angolan\",\"country_ID\":\"AO\",\"country_name\":\"Angola\"},{\"citizenship_multi\":\"American Samoans\",\"citizenship_name\":\"American Samoan\",\"country_ID\":\"AS\",\"country_name\":\"American Samoa\"},{\"citizenship_multi\":\"Argentines\",\"citizenship_name\":\"Argentine\",\"country_ID\":\"AR\",\"country_name\":\"Argentina\"},{\"citizenship_multi\":\"Australians\",\"citizenship_name\":\"Australian\",\"country_ID\":\"AU\",\"country_name\":\"Australia\"},{\"citizenship_multi\":\"Austrians\",\"citizenship_name\":\"Austrian\",\"country_ID\":\"AT\",\"country_name\":\"Austria\"},{\"citizenship_multi\":\"Arubans\",\"citizenship_name\":\"Aruban\",\"country_ID\":\"AW\",\"country_name\":\"Aruba\"},{\"citizenship_multi\":\"Azerbaijanis\",\"citizenship_name\":\"Azerbaijani\",\"country_ID\":\"AZ\",\"country_name\":\"Azerbaijan\"},{\"citizenship_multi\":\"Qataris\",\"citizenship_name\":\"Qatari\",\"country_ID\":\"QA\",\"country_name\":\"Qatar\"}]"}],"_postman_id":"06e3bace-2729-b9ea-bac1-a3c70e9c956d"},{"name":"/country/basic/:destination_id","id":"346f4915-3883-8cb2-c8dd-74a2114fc702","request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{Sherpa-API-Key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{endpoint}}/country/basic/VN","description":"<p>Retreive a basic information for a country.</p>\n<table>\n    <tr>\n        <th>Name</th>\n        <th>Type</th>\n        <th>Description</th>\n    </tr>\n    <tr>\n        <td>country_name</td>\n        <td>String</td>\n        <td>Country Name</td>\n    </tr>\n    <tr>\n        <td>country_ID</td>\n        <td>String</td>\n        <td><a href=\"https://en.wikipedia.org/wiki/ISO_3166-2\">ISO 3166-2</a> Country Code</td>\n    </tr>\n    <tr>\n        <td>citizenship_name</td>\n        <td>String</td>\n        <td>Citizenship</td>\n    </tr>\n    <tr>\n        <td>citizenship_multi</td>\n        <td>String</td>\n        <td>Citizenship as a multiple</td>\n    </tr>\n</table>","urlObject":{"path":["country","basic","VN"],"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"6042577d-aaa7-9bbd-9e78-6856bcb5a7fd","name":"sample-response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{Sherpa-API-Key}}","enabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"{{endpoint}}/country/basic/VN"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"109","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":""},{"name":"Date","key":"Date","value":"Tue, 09 May 2017 21:40:25 GMT","description":""},{"name":"Etag","key":"Etag","value":"W/\"6d-M0quq3IiGzXI3oLwwsdBlYGHKrA\"","description":""},{"name":"Server","key":"Server","value":"Cowboy","description":""},{"name":"Via","key":"Via","value":"1.1 vegur","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Express","description":""}],"cookie":[],"responseTime":"709","body":"{\"citizenship_multi\":\"Vietnamese\",\"citizenship_name\":\"Vietnamese\",\"country_ID\":\"VN\",\"country_name\":\"Vietnam\"}"}],"_postman_id":"346f4915-3883-8cb2-c8dd-74a2114fc702"}],"id":"c74d9cb1-42df-74d8-afd2-e61384441e86","_postman_id":"c74d9cb1-42df-74d8-afd2-e61384441e86","description":""}]}