{"info":{"_postman_id":"b105b38d-bc68-40f8-92db-a58e343de841","name":"Pelago Distribution API (Docs)","description":"<html><head></head><body><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>Base Url</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UAT</td>\n<td><a href=\"https://api.stage.pelago.co/v1\">https://api.stage.pelago.co/v1</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.pelago.co/v1\">https://api.pelago.co/v1</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>Please reach out to <a href=\"https://mailto:distribution@pelago.co\">distribution@pelago.co</a> to get the API keys for UAT and Production environments.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10357392","collectionId":"b105b38d-bc68-40f8-92db-a58e343de841","publishedId":"2s9Y5R3mur","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"f99f1b"},"publishDate":"2023-08-29T06:40:26.000Z"},"item":[{"name":"Get Products","id":"33a814c0-2b55-450d-98c3-79b8ab16cfe8","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.pelago.co/v1/feed/products/","description":"<p>The Pelago Products API provides an endpoint to retrieve a paginated list of products based on specified parameters. This API is useful for querying products in a particular currency, destination, tag, or subcategory. Here’s a breakdown of the query parameters:</p>\n<ul>\n<li><p><strong>currency</strong>(optional): (string) The currency code in which product prices should be displayed (e.g., <code>USD</code>, <code>SGD</code>).</p>\n</li>\n<li><p><strong>destinations</strong>(optional): (string) Filters products by specified destination(s). Multiple destinations can be separated by commas.</p>\n</li>\n<li><p><strong>tags</strong>(optional): (string) Filters products by tags, allowing you to target specific types of products. Multiple tags can be separated by commas.</p>\n</li>\n<li><p><strong>subcategories</strong>(optional): (string) Allows filtering of products based on subcategories for more granular results. Multiple subcategories can be separated by commas.</p>\n</li>\n<li><p><strong>page</strong>(optional): (int) Specifies the page number for paginated results.</p>\n</li>\n<li><p><strong>page_size</strong>(optional): (int) Defines the number of products returned per page, allowing control over the size of each paginated result set.</p>\n</li>\n<li><p><strong>status</strong>(optional): (string) Filters products based on published status. Possible values: <code>PUBLISHED</code> (default), <code>UNPUBLISHED</code>, <code>ALL</code></p>\n</li>\n</ul>\n","urlObject":{"path":["feed","products",""],"host":["https://api.pelago.co/v1"],"query":[{"disabled":true,"description":{"content":"<p>(optional) currency code; default is <code>SGD</code> Supported currency </p>\n<p>Use /v1/feed/metadata/ API to get all the supported currencies</p>\n","type":"text/plain"},"key":"currency","value":"<string>"},{"disabled":true,"description":{"content":"<p>(optional) comma-separated list of destination ids; default is <code>singapore</code></p>\n<p>Use /v1/feed/destinations/ API to get all the supported destinations</p>\n","type":"text/plain"},"key":"destinations","value":"<string>"},{"disabled":true,"description":{"content":"<p>(optional) comma-separated list of tags</p>\n<p>Use /v1/feed/metadata/ API to get all the supported tags</p>\n","type":"text/plain"},"key":"tags","value":"<string>"},{"disabled":true,"description":{"content":"<p>(optional) comma-separated list of subcategories</p>\n<p>Use /v1/feed/metadata/ API to get all the supported subcategories</p>\n","type":"text/plain"},"key":"subcategories","value":"<string>"},{"disabled":true,"description":{"content":"<p>(optional)</p>\n","type":"text/plain"},"key":"page","value":"<int>"},{"disabled":true,"description":{"content":"<p>(optional)</p>\n","type":"text/plain"},"key":"page_size","value":"<int>"},{"disabled":true,"description":{"content":"<p>(optional) default is <code>PUBLISHED</code></p>\n","type":"text/plain"},"key":"status","value":"<string>"}],"variable":[]}},"response":[{"id":"9fa60c48-e52c-4c02-932d-8adb31f69aba","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"api-key","type":"text"}],"url":{"raw":"https://api.pelago.co/v1/feed/products/?currency=SGD&destinations=singapore,tokyo&tags=tag_families_with_kids&page=1&page_size=10&status=PUBLISHED","protocol":"https","host":["api","pelago","co"],"path":["v1","feed","products",""],"query":[{"key":"currency","value":"SGD","description":"(optional) currency code; default is `SGD`"},{"key":"destinations","value":"singapore,tokyo","description":"(optional) comma-separated list of destination ids; default is `singapore`"},{"key":"tags","value":"tag_families_with_kids"},{"key":"subcategories","value":"subcat_landmarks","disabled":true},{"key":"page","value":"1"},{"key":"page_size","value":"10"},{"key":"status","value":"PUBLISHED","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Aug 2023 04:09:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self' data https://static.userback.io; font-src 'self' https://fonts.gstatic.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://static.userback.io https://code.jquery.com https://stackpath.bootstrapcdn.com https://cdn.jsdelivr.net; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://static.userback.io https://stackpath.bootstrapcdn.com https://cdn.jsdelivr.net; object-src 'none'; connect-src 'self' https://api.userback.io https://static.userback.io https://*.pelago.co https://*.amazonaws.com https://*.amazoncognito.com; manifest-src 'self'"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"page\": 1,\n        \"pageSize\": 10,\n        \"products\": [\n            {\n                \"address\": \"Marina Gardens Drive, Gardens by the Bay, Singapore\",\n                \"categories\": [\n                    {\n                        \"id\": \"subcat_landmarks\",\n                        \"label\": \"Landmarks\"\n                    }\n                ],\n                \"country\": {\n                    \"id\": \"SG\",\n                    \"name\": \"Singapore\"\n                },\n                \"currency\": \"SGD\",\n                \"status\": \"PUBLISHED\",\n                \"description\": \"In the Year of the Dragon, Gardens by the Bays annual Chinese New Year floral display comes to life with a grand centrepiece - a close to 7m-tall dragon that stretches over 15m in length, rising majestically amidst more than a thousand dahlias of varied shapes, sizes and colours. Part of the dragon’s scales are adorned with both cut and preserved flowers in striking yellow and red, which were painstakingly arranged by hand.<br><br>Complementing this showstopper are four colourful dragon lanterns, each symbolising the elements of metal, water, fire, and earth, along with other sets interpreting Chinese sayings. Further enhancing the dragon theme is a towering dragon sculpture made out of hardwood and recycled steel. Entitled \\\"The Bearer of Infinite Blessings”, this five-toed dragon holding the jewel of life in its arms, celebrates growth, progress and abundance.  <b>Visit the Dahlia Dreams at Flower Dome from now to 25 Feb.</b><br><br>Gardens by the Bay is Singapore's premier horticultural attraction, and a city icon, spanning 101 hectares in the centre of the city featuring over 1.5 million plants. Step into the Flower Dome, the largest glass greenhouse in the world, as listed in the 2015 Guinness World Records, and the Cloud Forest, which is home to the world's tallest indoor waterfall. Explore the three waterfront gardens, spectacular cacti in the Sun Garden, and more.\",\n                \"destination\": {\n                    \"id\": \"singapore\",\n                    \"name\": \"Singapore\"\n                },\n                \"id\": \"p0zni\",\n                \"image\": {\n                    \"large\": \"https://www.pelago.co/img/products/SG-Singapore/gardens-by-the-bay/0124-0353_2024-dahlia-dreams-website-banners-kv-1920x1080-large.jpeg\",\n                    \"medium\": \"https://www.pelago.co/img/products/SG-Singapore/gardens-by-the-bay/0124-0353_2024-dahlia-dreams-website-banners-kv-1920x1080-medium.jpeg\",\n                    \"original\": \"https://www.pelago.co/img/products/SG-Singapore/gardens-by-the-bay/0124-0353_2024-dahlia-dreams-website-banners-kv-1920x1080.jpeg\",\n                    \"small\": \"https://www.pelago.co/img/products/SG-Singapore/gardens-by-the-bay/0124-0353_2024-dahlia-dreams-website-banners-kv-1920x1080-small.jpeg\",\n                    \"xlarge\": \"https://www.pelago.co/img/products/SG-Singapore/gardens-by-the-bay/0124-0353_2024-dahlia-dreams-website-banners-kv-1920x1080-xlarge.jpeg\"\n                },\n                \"location\": {\n                    \"lat\": 1.2815683,\n                    \"lng\": 103.8636132\n                },\n                \"name\": \"Gardens by the Bay Tickets\",\n                \"price\": 12.0,\n                \"reviews\": {\n                    \"averageRating\": 4.54,\n                    \"count\": 178\n                },\n                \"score\": 0.4461889263549637,\n                \"tags\": [\n                    {\n                        \"id\": \"tag_featured\",\n                        \"label\": \"Featured\"\n                    },\n                    {\n                        \"id\": \"tag_families_with_kids\",\n                        \"label\": \"Families with Kids\"\n                    },\n                    {\n                        \"id\": \"tag_couples\",\n                        \"label\": \"Couples\"\n                    },\n                    {\n                        \"id\": \"tag_iconic\",\n                        \"label\": \"Iconic\"\n                    },\n                    {\n                        \"id\": \"tag_nature_and_wildlife\",\n                        \"label\": \"Nature & Wildlife\"\n                    }\n                ],\n                \"url\": \"https://www.pelago.co/activity/p0zni-gardens-by-the-bay-singapore/\"\n            },\n            ...\n        ],\n        \"total\": 10\n    },\n    \"error\": null\n}"},{"id":"8d46b85c-5fd6-48d5-b3a5-78e8bd893c50","name":"Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.pelago.co/v1/feed/products/"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Aug 2023 04:42:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self' data https://static.userback.io; font-src 'self' https://fonts.gstatic.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://static.userback.io https://code.jquery.com https://stackpath.bootstrapcdn.com https://cdn.jsdelivr.net; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://static.userback.io https://stackpath.bootstrapcdn.com https://cdn.jsdelivr.net; object-src 'none'; connect-src 'self' https://api.userback.io https://static.userback.io https://*.pelago.co https://*.amazonaws.com https://*.amazoncognito.com; manifest-src 'self'"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Invalid authentication credentials\"\n    }\n}"},{"id":"8b1b1d52-52a2-4b31-89bc-2e56d3af0ed6","name":"Description","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"api-key","type":"text"}],"url":"https://api.pelago.co/v1/feed/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Aug 2023 04:09:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self' data https://static.userback.io; font-src 'self' https://fonts.gstatic.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://static.userback.io https://code.jquery.com https://stackpath.bootstrapcdn.com https://cdn.jsdelivr.net; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://static.userback.io https://stackpath.bootstrapcdn.com https://cdn.jsdelivr.net; object-src 'none'; connect-src 'self' https://api.userback.io https://static.userback.io https://*.pelago.co https://*.amazonaws.com https://*.amazoncognito.com; manifest-src 'self'"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"products\": [\n            {\n                \"address\": \"<string> address (in English)\",\n                \"categories\": [\n                    {\n                        \"id\": \"<string> category id\",\n                        \"label\": \"<string> category label\"\n                    }\n                ], \n                \"country\": {\n                    \"id\": \"<string> country id\", \n                    \"name\": \"<string> country name (in English)\"\n                },\n                \"currency\": \"<string> currency passed from query parameters\",\n                \"description\": \"<string> product description\",\n                \"destination\": {\n                    \"id\": \"<string> destination id\", \n                    \"name\": \"<string> destination name (in English)\"\n                },\n                \"id\": \"<string> product id\",\n                \"image\": {\n                    \"large\": \"<string> resized image url (if exists)\",\n                    \"medium\": \"<string> resized image url (if exists)\",\n                    \"original\": \"<string> image url\",\n                    \"small\": \"<string> resized image url (if exists)\",\n                    \"xlarge\": \"<string> resized image url (if exists)\"\n                },\n                \"location\": {\n                    \"lat\": \"<float> latitude\", \n                    \"lng\": \"<float> longitude\"\n                },\n                \"name\": \"<string> product name (in English)\",\n                \"price\": \"<float> price based on currency\",\n                \"reviews\": {\n                    \"averageRating\": \"<float> average rating score with maximum of 5.0\",\n                    \"count\": \"<int> total number of reviews\"\n                },\n                \"score\": \"<float> product popularity score\",\n                \"tags\": [\n                    {\n                        \"id\": \"<string> tag id\",\n                        \"label\": \"<string> tag label\"\n                    }\n                ],\n                \"url\": \"<string> product page url + tracking parameters\"\n            }\n        ],\n        \"total\": \"<integer> total number of products\"\n    },\n    \"error\": {\n        \"code\": \"<integer> error code\",\n        \"message\": \"<string> error message\"\n    }\n}"}],"_postman_id":"33a814c0-2b55-450d-98c3-79b8ab16cfe8"},{"name":"Get Metadata","id":"8d4268c8-06af-49e2-af2b-ae6263d57e23","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{API_KEY}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"api-key","type":"text"}],"url":"https://api.pelago.co/v1/feed/metadata/","description":"<h3 id=\"description\"><strong>Description</strong></h3>\n<p>Returns a list of supported currencies, tags, and subcategories used in the platform.</p>\n<ul>\n<li><p>The list of supported currencies with symbol and name, use <code>code</code> to apply filter on Products API.</p>\n</li>\n<li><p>Tags are used for content filtering and personalization.</p>\n</li>\n<li><p>Subcategories are linked to broader parent categories and help in organizing experiences/products.</p>\n</li>\n</ul>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<p><em>None</em></p>\n","urlObject":{"path":["feed","metadata",""],"host":["https://api.pelago.co/v1"],"query":[],"variable":[]}},"response":[{"id":"e853554d-5824-437f-bb49-4b0368e3e027","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"api-key","type":"text"}],"url":"https://api.pelago.co/v1/feed/metadata/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 20 Apr 2025 12:14:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self' data https://static.userback.io; font-src 'self' https://fonts.gstatic.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://static.userback.io https://code.jquery.com https://stackpath.bootstrapcdn.com https://cdn.jsdelivr.net; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://static.userback.io https://stackpath.bootstrapcdn.com https://cdn.jsdelivr.net; object-src 'none'; connect-src 'self' https://api.userback.io https://static.userback.io https://*.pelago.co https://*.amazonaws.com https://*.amazoncognito.com; manifest-src 'self'"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"currencies\": [\n        {\n            \"code\": \"SGD\",\n            \"name\": \"Singapore Dollar\",\n            \"symbol\": \"S$\"\n        },\n        {\n            \"code\": \"AUD\",\n            \"name\": \"Australian Dollar\",\n            \"symbol\": \"AU$\"\n        },\n        {\n            \"code\": \"EUR\",\n            \"name\": \"Euro\",\n            \"symbol\": \"€\"\n        },\n        {\n            \"code\": \"GBP\",\n            \"name\": \"Pound Sterling\",\n            \"symbol\": \"£\"\n        },\n        {\n            \"code\": \"INR\",\n            \"name\": \"Indian Rupees\",\n            \"symbol\": \"₹\"\n        },\n        {\n            \"code\": \"IDR\",\n            \"name\": \"Indonesian rupiah\",\n            \"symbol\": \"Rp\"\n        },\n        {\n            \"code\": \"JPY\",\n            \"name\": \"Japanese Yen\",\n            \"symbol\": \"JP¥\"\n        },\n        {\n            \"code\": \"HKD\",\n            \"name\": \"Hong Kong Dollar\",\n            \"symbol\": \"HK$\"\n        },\n        {\n            \"code\": \"MYR\",\n            \"name\": \"Malaysian ringgit\",\n            \"symbol\": \"RM\"\n        },\n        {\n            \"code\": \"TWD\",\n            \"name\": \"New Taiwan Dollar\",\n            \"symbol\": \"NT$\"\n        },\n        {\n            \"code\": \"THB\",\n            \"name\": \"Thai Baht\",\n            \"symbol\": \"฿\"\n        },\n        {\n            \"code\": \"PHP\",\n            \"name\": \"Philippine peso\",\n            \"symbol\": \"₱\"\n        },\n        {\n            \"code\": \"USD\",\n            \"name\": \"U.S Dollar\",\n            \"symbol\": \"US$\"\n        },\n        {\n            \"code\": \"NZD\",\n            \"name\": \"New Zealand Dollar\",\n            \"symbol\": \"NZ$\"\n        },\n        {\n            \"code\": \"VND\",\n            \"name\": \"Vietnamese Dong\",\n            \"symbol\": \"₫\"\n        },\n        {\n            \"code\": \"KRW\",\n            \"name\": \"South Korean won\",\n            \"symbol\": \"₩\"\n        },\n        {\n            \"code\": \"AED\",\n            \"name\": \"Emirati Dirham\",\n            \"symbol\": \"د.إ\"\n        },\n        {\n            \"code\": \"CNY\",\n            \"name\": \"Chinese Yuan\",\n            \"symbol\": \"CN¥\"\n        },\n        {\n            \"code\": \"CAD\",\n            \"name\": \"Canadian Dollar\",\n            \"symbol\": \"CA$\"\n        },\n        {\n            \"code\": \"CHF\",\n            \"name\": \"Swiss Franc\",\n            \"symbol\": \"CHF\"\n        }\n    ],\n    \"subcategories\": [\n        {\n            \"id\": \"sc_aquariums\",\n            \"name\": \"Aquariums\",\n            \"parent_category_id\": \"c_attractions\"\n        },\n        {\n            \"id\": \"sc_art_galleries\",\n            \"name\": \"Art galleries\",\n            \"parent_category_id\": \"c_attractions\"\n        },\n        {\n            \"id\": \"sc_attraction_passes\",\n            \"name\": \"Attraction passes\",\n            \"parent_category_id\": \"c_attractions\"\n        },\n        {\n            \"id\": \"sc_cable_cars\",\n            \"name\": \"Cable cars\",\n            \"parent_category_id\": \"c_attractions\"\n        },\n        {\n            \"id\": \"sc_historical_sites\",\n            \"name\": \"Historical sites\",\n            \"parent_category_id\": \"c_attractions\"\n        },\n        {\n            \"id\": \"sc_landmarks\",\n            \"name\": \"Landmarks\",\n            \"parent_category_id\": \"c_attractions\"\n        },\n        {\n            \"id\": \"sc_museums\",\n            \"name\": \"Museums & exhibitions\",\n            \"parent_category_id\": \"c_attractions\"\n        },\n        {\n            \"id\": \"sc_parks_gardens\",\n            \"name\": \"Parks & gardens\",\n            \"parent_category_id\": \"c_attractions\"\n        },\n        {\n            \"id\": \"sc_religious_sites\",\n            \"name\": \"Religious sites\",\n            \"parent_category_id\": \"c_attractions\"\n        },\n        {\n            \"id\": \"sc_theme_parks\",\n            \"name\": \"Theme parks\",\n            \"parent_category_id\": \"c_attractions\"\n        },\n        {\n            \"id\": \"sc_water_parks\",\n            \"name\": \"Water parks\",\n            \"parent_category_id\": \"c_attractions\"\n        },\n        {\n            \"id\": \"sc_zoos\",\n            \"name\": \"Zoos\",\n            \"parent_category_id\": \"c_attractions\"\n        },\n        {\n            \"id\": \"sc_other_attractions\",\n            \"name\": \"Other attractions\",\n            \"parent_category_id\": \"c_attractions\"\n        },\n        {\n            \"id\": \"sc_audio_self_guided_tours\",\n            \"name\": \"Audio (self-guided) tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_bike_tours\",\n            \"name\": \"Bike tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_brewery_tours\",\n            \"name\": \"Brewery tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_boat_tours\",\n            \"name\": \"Boat tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_bus_tours\",\n            \"name\": \"Bus tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_city_tours\",\n            \"name\": \"City tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_day_trips\",\n            \"name\": \"Day trips\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_food_drink_tours\",\n            \"name\": \"Food tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_guided_tours\",\n            \"name\": \"Guided tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_half_day_tours\",\n            \"name\": \"Half-day tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_helicopter_plane_tours\",\n            \"name\": \"Helicopter & plane tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_hiking_tours\",\n            \"name\": \"Hiking tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_historical_tours\",\n            \"name\": \"Historical tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_hop_on_hop_off_tours\",\n            \"name\": \"Hop-on Hop-off tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_motorbike_tours\",\n            \"name\": \"Motorbike tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_multi_day_tours\",\n            \"name\": \"Multi-day tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_photography_tours\",\n            \"name\": \"Photography tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_private_tours\",\n            \"name\": \"Private tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_shopping_tours\",\n            \"name\": \"Shopping tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_train_tours\",\n            \"name\": \"Train tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_walking_tours\",\n            \"name\": \"Walking tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_wildlife_tours\",\n            \"name\": \"Wildlife tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_other_tours\",\n            \"name\": \"Other tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_wine_tours\",\n            \"name\": \"Wine tours\",\n            \"parent_category_id\": \"c_tours\"\n        },\n        {\n            \"id\": \"sc_airport_transfer\",\n            \"name\": \"Airport transfer\",\n            \"parent_category_id\": \"c_transport\"\n        },\n        {\n            \"id\": \"sc_bicycle_rental\",\n            \"name\": \"Bicycle rental\",\n            \"parent_category_id\": \"c_transport\"\n        },\n        {\n            \"id\": \"sc_buses\",\n            \"name\": \"Buses\",\n            \"parent_category_id\": \"c_transport\"\n        },\n        {\n            \"id\": \"sc_car_rental\",\n            \"name\": \"Car rental\",\n            \"parent_category_id\": \"c_transport\"\n        },\n        {\n            \"id\": \"sc_ferries\",\n            \"name\": \"Ferries\",\n            \"parent_category_id\": \"c_transport\"\n        },\n        {\n            \"id\": \"sc_private_airport_transfers\",\n            \"name\": \"Private airport transfers\",\n            \"parent_category_id\": \"c_transport\"\n        },\n        {\n            \"id\": \"sc_private_car_with_driver\",\n            \"name\": \"Private car with driver\",\n            \"parent_category_id\": \"c_transport\"\n        },\n        {\n            \"id\": \"sc_scooters_motorbikes_hire\",\n            \"name\": \"Scooters & motorbikes hire\",\n            \"parent_category_id\": \"c_transport\"\n        },\n        {\n            \"id\": \"sc_trains_rail_passes\",\n            \"name\": \"Trains & rail passes\",\n            \"parent_category_id\": \"c_transport\"\n        },\n        {\n            \"id\": \"sc_other_transport\",\n            \"name\": \"Other transport\",\n            \"parent_category_id\": \"c_transport\"\n        },\n        {\n            \"id\": \"sc_esim_sim_cards\",\n            \"name\": \"eSIM & SIM cards\",\n            \"parent_category_id\": \"c_travel_essentials\"\n        },\n        {\n            \"id\": \"sc_wi_fi\",\n            \"name\": \"Wi-Fi\",\n            \"parent_category_id\": \"c_travel_essentials\"\n        },\n        {\n            \"id\": \"sc_airport_lounges\",\n            \"name\": \"Airport lounges\",\n            \"parent_category_id\": \"c_travel_essentials\"\n        },\n        {\n            \"id\": \"sc_airport_services\",\n            \"name\": \"Airport services\",\n            \"parent_category_id\": \"c_travel_essentials\"\n        },\n        {\n            \"id\": \"sc_other_services\",\n            \"name\": \"Other services\",\n            \"parent_category_id\": \"c_travel_essentials\"\n        },\n        {\n            \"id\": \"sc_bungee_jumping\",\n            \"name\": \"Bungee jumping\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_camping_glamping\",\n            \"name\": \"Camping & glamping\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_climbing\",\n            \"name\": \"Climbing\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_cultural_experience\",\n            \"name\": \"Cultural experience\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_desert_safari\",\n            \"name\": \"Desert safari\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_fishing\",\n            \"name\": \"Fishing\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_go_karting\",\n            \"name\": \"Go karting\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_golf\",\n            \"name\": \"Golf\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_hiking_mountain_climbing\",\n            \"name\": \"Hiking & mountain climbing\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_horse_riding\",\n            \"name\": \"Horse riding\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_hot_air_ballooning\",\n            \"name\": \"Hot air ballooning\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_indoor_adventure\",\n            \"name\": \"Other indoor activities\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_mountain_excursions\",\n            \"name\": \"Mountain excursions\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_northern_lights\",\n            \"name\": \"Northern lights\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_outdoor_adventure\",\n            \"name\": \"Other outdoor activities\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_photography_experience\",\n            \"name\": \"Photography experience\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_quad_biking\",\n            \"name\": \"Quad biking\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_safari\",\n            \"name\": \"Safari\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_skiing_snowboarding\",\n            \"name\": \"Skiing & snowboarding\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_skydiving\",\n            \"name\": \"Skydiving\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_snowshoeing\",\n            \"name\": \"Snowshoeing\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_ziplining\",\n            \"name\": \"Ziplining\",\n            \"parent_category_id\": \"c_activities\"\n        },\n        {\n            \"id\": \"sc_canyoning\",\n            \"name\": \"Canyoning\",\n            \"parent_category_id\": \"c_water_activities\"\n        },\n        {\n            \"id\": \"sc_jet_skiing\",\n            \"name\": \"Jet skiing\",\n            \"parent_category_id\": \"c_water_activities\"\n        },\n        {\n            \"id\": \"sc_kayaking_paddle_sports\",\n            \"name\": \"Kayaking & paddle sports\",\n            \"parent_category_id\": \"c_water_activities\"\n        },\n        {\n            \"id\": \"sc_parasailing\",\n            \"name\": \"Parasailing\",\n            \"parent_category_id\": \"c_water_activities\"\n        },\n        {\n            \"id\": \"sc_rafting\",\n            \"name\": \"Rafting\",\n            \"parent_category_id\": \"c_water_activities\"\n        },\n        {\n            \"id\": \"sc_sailing_boat_hire\",\n            \"name\": \"Sailing & boat hire\",\n            \"parent_category_id\": \"c_water_activities\"\n        },\n        {\n            \"id\": \"sc_scuba_diving_snorkelling\",\n            \"name\": \"Scuba diving & snorkelling\",\n            \"parent_category_id\": \"c_water_activities\"\n        },\n        {\n            \"id\": \"sc_speedboat\",\n            \"name\": \"Speedboat\",\n            \"parent_category_id\": \"c_water_activities\"\n        },\n        {\n            \"id\": \"sc_surfing\",\n            \"name\": \"Surfing\",\n            \"parent_category_id\": \"c_water_activities\"\n        },\n        {\n            \"id\": \"sc_other_water_activities\",\n            \"name\": \"Other water activities\",\n            \"parent_category_id\": \"c_water_activities\"\n        },\n        {\n            \"id\": \"sc_comedy\",\n            \"name\": \"Comedy\",\n            \"parent_category_id\": \"c_events\"\n        },\n        {\n            \"id\": \"sc_dance_shows\",\n            \"name\": \"Dance shows\",\n            \"parent_category_id\": \"c_events\"\n        },\n        {\n            \"id\": \"sc_festivals\",\n            \"name\": \"Festivals\",\n            \"parent_category_id\": \"c_events\"\n        },\n        {\n            \"id\": \"sc_fireworks\",\n            \"name\": \"Fireworks\",\n            \"parent_category_id\": \"c_events\"\n        },\n        {\n            \"id\": \"sc_magic_shows\",\n            \"name\": \"Magic shows\",\n            \"parent_category_id\": \"c_events\"\n        },\n        {\n            \"id\": \"sc_music_concerts_shows\",\n            \"name\": \"Music concerts & shows\",\n            \"parent_category_id\": \"c_events\"\n        },\n        {\n            \"id\": \"sc_musicals\",\n            \"name\": \"Musicals\",\n            \"parent_category_id\": \"c_events\"\n        },\n        {\n            \"id\": \"sc_nightclubs\",\n            \"name\": \"Nightclubs\",\n            \"parent_category_id\": \"c_events\"\n        },\n        {\n            \"id\": \"sc_opera\",\n            \"name\": \"Opera\",\n            \"parent_category_id\": \"c_events\"\n        },\n        {\n            \"id\": \"sc_shows\",\n            \"name\": \"Shows\",\n            \"parent_category_id\": \"c_events\"\n        },\n        {\n            \"id\": \"sc_sports_events\",\n            \"name\": \"Sports events\",\n            \"parent_category_id\": \"c_events\"\n        },\n        {\n            \"id\": \"sc_theatre\",\n            \"name\": \"Theatre\",\n            \"parent_category_id\": \"c_events\"\n        },\n        {\n            \"id\": \"sc_other_events\",\n            \"name\": \"Other events\",\n            \"parent_category_id\": \"c_events\"\n        },\n        {\n            \"id\": \"sc_cooking_classes\",\n            \"name\": \"Cooking classes\",\n            \"parent_category_id\": \"c_classes\"\n        },\n        {\n            \"id\": \"sc_dance_classes\",\n            \"name\": \"Dance classes\",\n            \"parent_category_id\": \"c_classes\"\n        },\n        {\n            \"id\": \"sc_language_classes\",\n            \"name\": \"Language classes\",\n            \"parent_category_id\": \"c_classes\"\n        },\n        {\n            \"id\": \"sc_pottery_classes\",\n            \"name\": \"Pottery classes\",\n            \"parent_category_id\": \"c_classes\"\n        },\n        {\n            \"id\": \"sc_workshops\",\n            \"name\": \"Workshops\",\n            \"parent_category_id\": \"c_classes\"\n        },\n        {\n            \"id\": \"sc_other_classes\",\n            \"name\": \"Other classes\",\n            \"parent_category_id\": \"c_classes\"\n        },\n        {\n            \"id\": \"sc_hot_springs_onsen\",\n            \"name\": \"Hot springs & onsen\",\n            \"parent_category_id\": \"c_wellness\"\n        },\n        {\n            \"id\": \"sc_fitness\",\n            \"name\": \"Fitness\",\n            \"parent_category_id\": \"c_wellness\"\n        },\n        {\n            \"id\": \"sc_massage\",\n            \"name\": \"Massage & Spas\",\n            \"parent_category_id\": \"c_wellness\"\n        },\n        {\n            \"id\": \"sc_meditation\",\n            \"name\": \"Meditation\",\n            \"parent_category_id\": \"c_wellness\"\n        },\n        {\n            \"id\": \"sc_spa_retreats\",\n            \"name\": \"Retreats\",\n            \"parent_category_id\": \"c_wellness\"\n        },\n        {\n            \"id\": \"sc_yoga\",\n            \"name\": \"Yoga\",\n            \"parent_category_id\": \"c_wellness\"\n        },\n        {\n            \"id\": \"sc_other_wellness_experiences\",\n            \"name\": \"Other wellness experiences\",\n            \"parent_category_id\": \"c_wellness\"\n        },\n        {\n            \"id\": \"sc_dinner_cruises\",\n            \"name\": \"Dining cruises\",\n            \"parent_category_id\": \"c_cruises\"\n        },\n        {\n            \"id\": \"sc_multi_day_cruises\",\n            \"name\": \"Multi-day cruises\",\n            \"parent_category_id\": \"c_cruises\"\n        },\n        {\n            \"id\": \"sc_river_cruises\",\n            \"name\": \"River cruises\",\n            \"parent_category_id\": \"c_cruises\"\n        },\n        {\n            \"id\": \"sc_sightseeing_cruises\",\n            \"name\": \"Sightseeing cruises\",\n            \"parent_category_id\": \"c_cruises\"\n        },\n        {\n            \"id\": \"sc_other_cruises\",\n            \"name\": \"Other cruises\",\n            \"parent_category_id\": \"c_cruises\"\n        },\n        {\n            \"id\": \"sc_dining\",\n            \"name\": \"Dining\",\n            \"parent_category_id\": \"c_experiences\"\n        },\n        {\n            \"id\": \"sc_glamping\",\n            \"name\": \"Glamping\",\n            \"parent_category_id\": \"c_experiences\"\n        },\n        {\n            \"id\": \"sc_pub_crawl\",\n            \"name\": \"Pub crawl\",\n            \"parent_category_id\": \"c_experiences\"\n        },\n        {\n            \"id\": \"sc_staycation\",\n            \"name\": \"Staycation\",\n            \"parent_category_id\": \"c_experiences\"\n        },\n        {\n            \"id\": \"sc_other_experiences\",\n            \"name\": \"Other experiences\",\n            \"parent_category_id\": \"c_experiences\"\n        }\n    ],\n    \"tags\": [\n        {\n            \"id\": \"tag_day_trips\",\n            \"name\": \"Day Trips\"\n        },\n        {\n            \"id\": \"tag_families_with_kids\",\n            \"name\": \"Families with Kids\"\n        },\n        {\n            \"id\": \"tag_health_and_wellness\",\n            \"name\": \"Health & Wellness\"\n        },\n        {\n            \"id\": \"tag_adventure\",\n            \"name\": \"Adventure\"\n        },\n        {\n            \"id\": \"tag_arts_and_crafts\",\n            \"name\": \"Arts & Crafts\"\n        },\n        {\n            \"id\": \"tag_culture_and_heritage\",\n            \"name\": \"Culture & Heritage\"\n        },\n        {\n            \"id\": \"tag_pelago_exclusive\",\n            \"name\": \"Pelago Exclusive\"\n        },\n        {\n            \"id\": \"tag_hidden_gem\",\n            \"name\": \"Hidden Gem\"\n        },\n        {\n            \"id\": \"tag_iconic\",\n            \"name\": \"Iconic\"\n        },\n        {\n            \"id\": \"tag_food_and_drinks\",\n            \"name\": \"Food & Drinks\"\n        },\n        {\n            \"id\": \"tag_nature_and_wildlife\",\n            \"name\": \"Nature & Wildlife\"\n        },\n        {\n            \"id\": \"tag_special_deals\",\n            \"name\": \"Special Deals\"\n        },\n        {\n            \"id\": \"tag_transport_and_travel_essentials\",\n            \"name\": \"Travel Essentials\"\n        }\n    ]\n}"},{"id":"9cd56fa9-8090-4ef7-922a-c0772a7c624d","name":"Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"api-key","type":"text"}],"url":"https://api.pelago.co/v1/feed/products/"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Aug 2023 04:42:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self' data https://static.userback.io; font-src 'self' https://fonts.gstatic.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://static.userback.io https://code.jquery.com https://stackpath.bootstrapcdn.com https://cdn.jsdelivr.net; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://static.userback.io https://stackpath.bootstrapcdn.com https://cdn.jsdelivr.net; object-src 'none'; connect-src 'self' https://api.userback.io https://static.userback.io https://*.pelago.co https://*.amazonaws.com https://*.amazoncognito.com; manifest-src 'self'"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Invalid authentication credentials\"\n    }\n}"}],"_postman_id":"8d4268c8-06af-49e2-af2b-ae6263d57e23"},{"name":"Get Destinations","id":"58135cae-c1b0-4eb8-b72d-4e975d14d71e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.pelago.co/v1/feed/destinations/?countries=<country-id1>,<country-id2>,...","description":"<p>The Pelago Destinations API provides an endpoint to retrieve information about all the available destinations or based on specified country IDs. This API can be used to filter and display destination data specific to one or more countries</p>\n<p><strong>Query Parameters</strong>:</p>\n<ul>\n<li><strong>countries</strong>(optional): (string) One or more country IDs separated by commas. This parameter filters destinations to only those within the specified countries.</li>\n</ul>\n<p><strong>Example Request</strong>:<br /><code>https://api.pelago.co/v1/feed/destinations/?countries=SG,ID</code></p>\n<p>This example would return destinations in Singapore (SG) and Indonesia (ID).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{DISTRIBUTION_API_KEY}}"}]},"isInherited":true,"source":{"_postman_id":"b105b38d-bc68-40f8-92db-a58e343de841","id":"b105b38d-bc68-40f8-92db-a58e343de841","name":"Pelago Distribution API (Docs)","type":"collection"}},"urlObject":{"path":["feed","destinations",""],"host":["https://api.pelago.co/v1"],"query":[{"key":"countries","value":"<country-id1>,<country-id2>,..."}],"variable":[]}},"response":[{"id":"f03ec468-b682-4072-be1a-0fb67f8d7ae4","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"api-key","type":"text"}],"url":{"raw":"https://api.pelago.co/v1/feed/destinations?countries=SG,ID","protocol":"https","host":["api","pelago","co"],"path":["v1","feed","destinations"],"query":[{"key":"countries","value":"SG,ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Aug 2023 04:09:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self' data https://static.userback.io; font-src 'self' https://fonts.gstatic.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://static.userback.io https://code.jquery.com https://stackpath.bootstrapcdn.com https://cdn.jsdelivr.net; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://static.userback.io https://stackpath.bootstrapcdn.com https://cdn.jsdelivr.net; object-src 'none'; connect-src 'self' https://api.userback.io https://static.userback.io https://*.pelago.co https://*.amazonaws.com https://*.amazoncognito.com; manifest-src 'self'"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"destinations\": [\n            {\n                \"airportCodes\": [\n                    \"SIN\"\n                ],\n                \"code\": 53,\n                \"countryId\": \"SG\",\n                \"countryName\": \"Singapore\",\n                \"destinationId\": \"singapore\",\n                \"name\": \"Singapore\",\n                \"rank\": 1,\n                \"timezone\": \"Asia/Singapore\",\n                \"url\": \"https://www.pelago.com/singapore-things-to-do-d53/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"BLC\"\n                ],\n                \"code\": 16,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"bali\",\n                \"name\": \"Bali\",\n                \"rank\": 8,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/bali-things-to-do-d16/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"BTH\",\n                    \"TNJ\"\n                ],\n                \"code\": 42,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"bintan\",\n                \"name\": \"Bintan\",\n                \"rank\": 36,\n                \"timezone\": \"Asia/Jakarta\",\n                \"url\": \"https://www.pelago.com/bintan-things-to-do-d42/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"PCB\",\n                    \"HLP\",\n                    \"CGK\"\n                ],\n                \"code\": 62,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"jakarta\",\n                \"name\": \"Jakarta\",\n                \"rank\": 41,\n                \"timezone\": \"Asia/Jakarta\",\n                \"url\": \"https://www.pelago.com/jakarta-things-to-do-d62/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"BTH\"\n                ],\n                \"code\": 41,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"batam\",\n                \"name\": \"Batam\",\n                \"rank\": 53,\n                \"timezone\": \"Asia/Jakarta\",\n                \"url\": \"https://www.pelago.com/batam-things-to-do-d41/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"DPS\"\n                ],\n                \"code\": 1055,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"ubud\",\n                \"name\": \"Ubud\",\n                \"rank\": 84,\n                \"timezone\": \"Asia/Brunei\",\n                \"url\": \"https://www.pelago.com/ubud-things-to-do-d1055/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"YIA\",\n                    \"JOG\"\n                ],\n                \"code\": 60,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"yogyakarta\",\n                \"name\": \"Yogyakarta\",\n                \"rank\": 103,\n                \"timezone\": \"Asia/Jakarta\",\n                \"url\": \"https://www.pelago.com/yogyakarta-things-to-do-d60/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"DPS\"\n                ],\n                \"code\": 3279,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"seminyak\",\n                \"name\": \"Seminyak\",\n                \"rank\": 120,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/seminyak-things-to-do-d3279/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"LOP\",\n                    \"AMI\"\n                ],\n                \"code\": 52,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"lombok\",\n                \"name\": \"Lombok\",\n                \"rank\": 126,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/lombok-things-to-do-d52/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"SUB\"\n                ],\n                \"code\": 109,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"surabaya\",\n                \"name\": \"Surabaya\",\n                \"rank\": 149,\n                \"timezone\": \"Asia/Jakarta\",\n                \"url\": \"https://www.pelago.com/surabaya-things-to-do-d109/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"LBJ\"\n                ],\n                \"code\": 107,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"labuan-bajo\",\n                \"name\": \"Labuan Bajo\",\n                \"rank\": 169,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/labuan-bajo-things-to-do-d107/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"DPS\"\n                ],\n                \"code\": 1062,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"kuta\",\n                \"name\": \"Kuta\",\n                \"rank\": 209,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/kuta-things-to-do-d1062/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"DPS\"\n                ],\n                \"code\": 3287,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"tanjung-benoa\",\n                \"name\": \"Tanjung Benoa\",\n                \"rank\": 275,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/tanjung-benoa-things-to-do-d3287/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"DPS\"\n                ],\n                \"code\": 3289,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"jimbaran\",\n                \"name\": \"Jimbaran\",\n                \"rank\": 299,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/jimbaran-things-to-do-d3289/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"BTH\",\n                    \"TNJ\"\n                ],\n                \"code\": 3299,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"lagoi\",\n                \"name\": \"Lagoi\",\n                \"rank\": 324,\n                \"timezone\": \"Asia/Jakarta\",\n                \"url\": \"https://www.pelago.com/lagoi-things-to-do-d3299/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"BDO\"\n                ],\n                \"code\": 124,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"bandung\",\n                \"name\": \"Bandung\",\n                \"rank\": 344,\n                \"timezone\": \"Asia/Jakarta\",\n                \"url\": \"https://www.pelago.com/bandung-things-to-do-d124/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"MES\"\n                ],\n                \"code\": 3298,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"medan\",\n                \"name\": \"Medan\",\n                \"rank\": 475,\n                \"timezone\": \"Asia/Jakarta\",\n                \"url\": \"https://www.pelago.com/medan-things-to-do-d3298/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"DPS\"\n                ],\n                \"code\": 3276,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"nusa-dua\",\n                \"name\": \"Nusa Dua\",\n                \"rank\": 562,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/nusa-dua-things-to-do-d3276/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"DPS\"\n                ],\n                \"code\": 3963,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"gianyar\",\n                \"name\": \"Gianyar\",\n                \"rank\": 734,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/gianyar-things-to-do-d3963/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"SRG\"\n                ],\n                \"code\": 3284,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"semarang\",\n                \"name\": \"Semarang\",\n                \"rank\": 763,\n                \"timezone\": \"Asia/Jakarta\",\n                \"url\": \"https://www.pelago.com/semarang-things-to-do-d3284/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"DPS\"\n                ],\n                \"code\": 3290,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"nusa-penida\",\n                \"name\": \"Nusa Penida\",\n                \"rank\": 840,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/nusa-penida-things-to-do-d3290/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"AMI\"\n                ],\n                \"code\": 3292,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"gili-trawangan\",\n                \"name\": \"Gili Trawangan\",\n                \"rank\": 942,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/gili-trawangan-things-to-do-d3292/\"\n            },\n            {\n                \"airportCodes\": [],\n                \"code\": 1061,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"kintamani\",\n                \"name\": \"Kintamani\",\n                \"rank\": 1281,\n                \"timezone\": \"Asia/Singapore\",\n                \"url\": \"https://www.pelago.com/kintamani-things-to-do-d1061/\"\n            },\n            {\n                \"airportCodes\": [],\n                \"code\": 3280,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"komodo\",\n                \"name\": \"Komodo\",\n                \"rank\": 1305,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/komodo-things-to-do-d3280/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"UPG\"\n                ],\n                \"code\": 3297,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"makassar\",\n                \"name\": \"Makassar\",\n                \"rank\": 1544,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/makassar-things-to-do-d3297/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"MLG\"\n                ],\n                \"code\": 3278,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"malang\",\n                \"name\": \"Malang\",\n                \"rank\": 1547,\n                \"timezone\": \"Asia/Jakarta\",\n                \"url\": \"https://www.pelago.com/malang-things-to-do-d3278/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"MDC\"\n                ],\n                \"code\": 3277,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"manado\",\n                \"name\": \"Manado\",\n                \"rank\": 1553,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/manado-things-to-do-d3277/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"LOP\",\n                    \"AMI\"\n                ],\n                \"code\": 3895,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"north-lombok\",\n                \"name\": \"North Lombok\",\n                \"rank\": 1860,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/north-lombok-things-to-do-d3895/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"DPS\"\n                ],\n                \"code\": 3288,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"nusa-lembongan\",\n                \"name\": \"Nusa Lembongan\",\n                \"rank\": 1878,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/nusa-lembongan-things-to-do-d3288/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"PDG\"\n                ],\n                \"code\": 3285,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"padang\",\n                \"name\": \"Padang\",\n                \"rank\": 1953,\n                \"timezone\": \"Asia/Jakarta\",\n                \"url\": \"https://www.pelago.com/padang-things-to-do-d3285/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"PKN\"\n                ],\n                \"code\": 3296,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"pangkalan-bun\",\n                \"name\": \"Pangkalan Bun\",\n                \"rank\": 1977,\n                \"timezone\": \"Asia/Pontianak\",\n                \"url\": \"https://www.pelago.com/pangkalan-bun-things-to-do-d3296/\"\n            },\n            {\n                \"airportCodes\": [],\n                \"code\": 3294,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"pemuteran\",\n                \"name\": \"Pemuteran\",\n                \"rank\": 2010,\n                \"timezone\": \"Asia/Jakarta\",\n                \"url\": \"https://www.pelago.com/pemuteran-things-to-do-d3294/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"DPS\"\n                ],\n                \"code\": 1054,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"south-kuta\",\n                \"name\": \"South Kuta\",\n                \"rank\": 2546,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/south-kuta-things-to-do-d1054/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"LOP\",\n                    \"AMI\"\n                ],\n                \"code\": 3301,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"tetebatu\",\n                \"name\": \"Tetebatu\",\n                \"rank\": 2680,\n                \"timezone\": \"Asia/Jakarta\",\n                \"url\": \"https://www.pelago.com/tetebatu-things-to-do-d3301/\"\n            },\n            {\n                \"airportCodes\": [],\n                \"code\": 3293,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"tulamben\",\n                \"name\": \"Tulamben\",\n                \"rank\": 2770,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/tulamben-things-to-do-d3293/\"\n            },\n            {\n                \"airportCodes\": [],\n                \"code\": 3283,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"aceh\",\n                \"name\": \"Aceh\",\n                \"rank\": 3037,\n                \"timezone\": \"Asia/Jakarta\",\n                \"url\": \"https://www.pelago.com/aceh-things-to-do-d3283/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"AMQ\"\n                ],\n                \"code\": 3300,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"ambon\",\n                \"name\": \"Ambon\",\n                \"rank\": 3108,\n                \"timezone\": \"Asia/Jayapura\",\n                \"url\": \"https://www.pelago.com/ambon-things-to-do-d3300/\"\n            },\n            {\n                \"airportCodes\": [],\n                \"code\": 3281,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"banyuwangi\",\n                \"name\": \"Banyuwangi\",\n                \"rank\": 3253,\n                \"timezone\": \"Asia/Jakarta\",\n                \"url\": \"https://www.pelago.com/banyuwangi-things-to-do-d3281/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"BTH\",\n                    \"TNJ\"\n                ],\n                \"code\": 3282,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"bintan-island\",\n                \"name\": \"Bintan Island\",\n                \"rank\": 3325,\n                \"timezone\": \"Asia/Jakarta\",\n                \"url\": \"https://www.pelago.com/bintan-island-things-to-do-d3282/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"YIA\",\n                    \"JOG\"\n                ],\n                \"code\": 3295,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"borobudur\",\n                \"name\": \"Borobudur\",\n                \"rank\": 3356,\n                \"timezone\": \"Asia/Jakarta\",\n                \"url\": \"https://www.pelago.com/borobudur-things-to-do-d3295/\"\n            },\n            {\n                \"airportCodes\": [],\n                \"code\": 3286,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"bukittinggi\",\n                \"name\": \"Bukittinggi\",\n                \"rank\": 3401,\n                \"timezone\": \"Asia/Jakarta\",\n                \"url\": \"https://www.pelago.com/bukittinggi-things-to-do-d3286/\"\n            },\n            {\n                \"airportCodes\": [],\n                \"code\": 3291,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"candidasa\",\n                \"name\": \"Candidasa\",\n                \"rank\": 3453,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/candidasa-things-to-do-d3291/\"\n            },\n            {\n                \"airportCodes\": [\n                    \"DPS\"\n                ],\n                \"code\": 1059,\n                \"countryId\": \"ID\",\n                \"countryName\": \"Indonesia\",\n                \"destinationId\": \"denpasar\",\n                \"name\": \"Denpasar\",\n                \"rank\": 3713,\n                \"timezone\": \"Asia/Makassar\",\n                \"url\": \"https://www.pelago.com/denpasar-things-to-do-d1059/\"\n            }\n        ],\n        \"total\": 43\n    },\n    \"error\": null\n}"},{"id":"89a98a1f-f1b5-4a1d-b572-9573cf561bfe","name":"Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.pelago.co/v1/feed/destinations/"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Aug 2023 04:42:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self' data https://static.userback.io; font-src 'self' https://fonts.gstatic.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://static.userback.io https://code.jquery.com https://stackpath.bootstrapcdn.com https://cdn.jsdelivr.net; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://static.userback.io https://stackpath.bootstrapcdn.com https://cdn.jsdelivr.net; object-src 'none'; connect-src 'self' https://api.userback.io https://static.userback.io https://*.pelago.co https://*.amazonaws.com https://*.amazoncognito.com; manifest-src 'self'"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": 401,\n        \"message\": \"Invalid authentication credentials\"\n    }\n}"},{"id":"bceca640-df5e-4120-8e6a-4b54c351a633","name":"Description","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"api-key","type":"text"}],"url":"https://api.pelago.co/v1/feed/destinations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Aug 2023 04:09:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"deny"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self' data https://static.userback.io; font-src 'self' https://fonts.gstatic.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://static.userback.io https://code.jquery.com https://stackpath.bootstrapcdn.com https://cdn.jsdelivr.net; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://static.userback.io https://stackpath.bootstrapcdn.com https://cdn.jsdelivr.net; object-src 'none'; connect-src 'self' https://api.userback.io https://static.userback.io https://*.pelago.co https://*.amazonaws.com https://*.amazoncognito.com; manifest-src 'self'"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"destinations\": [\n            {\n                \"code\": \"<int> destination id\",\n                \"countryId\": \"<string> country id\", \n                \"countryName\": \"<string> country name (in English)\",\n                \"destinationId\": \"<string> destination id\",\n                \"name\": \"<string> destination name (in English)\",\n                \"rank\": \"<float> destination popularity rank\",\n                \"timezone\": \"<string> destination's timezone\",\n                \"url\": \"<string> destination page url + tracking parameters\"\n            }\n        ],\n        \"total\": \"<integer> total number of destinations\"\n    },\n    \"error\": {\n        \"code\": \"<integer> error code\",\n        \"message\": \"<string> error message\"\n    }\n}"}],"_postman_id":"58135cae-c1b0-4eb8-b72d-4e975d14d71e"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{DISTRIBUTION_API_KEY}}"}]}},"event":[{"listen":"prerequest","script":{"id":"6c9eae6e-01c2-491a-a62b-2739a9ef47d0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d11cbaf8-6946-4925-9869-378268e9c515","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.pelago.co/v1","type":"string"},{"key":"currency","value":"string"},{"key":"destination","value":"singapore"}]}