{"info":{"_postman_id":"d8ce6c71-a0fd-4092-a34e-0c8ba54769b0","name":"Hotelinking Api","description":"<html><head></head><body><p>The Hotelinking Api allows you to programmatically retrieve information from your guests.</p>\n<h1 id=\"overview\">Overview</h1>\n<ol>\n<li>You need a valid <a href=\"#authentication\">API Key</a> to send requests to the API endpoints. You can get your key contacting us for an <a href=\"#contact\">integration</a>.</li>\n<li>The API has an <a href=\"#rate-limits\">access rate limit</a> applied to it.</li>\n<li>Response to every request is sent in JSON format.</li>\n</ol>\n<h1 id=\"authentication\">Authentication</h1>\n<p>An API Key is required to be sent as part of every request, in the form of an <strong>X-Api-Key</strong> request header.</p>\n<p>If you do not have an API Key, you need to <a href=\"#contact\">contact</a> us to get one.</p>\n<p>An API Key tells our API server that the request it received came from you. </p>\n<h2 id=\"api-key-related-error-response\">API Key related error response</h2>\n<p>If an API Key is missing, malformed, or invalid, you will receive a <em>403 Forbidden</em> response code and the following JSON response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"Message\": \"User is not authorized to access this resource with an explicit deny\"\n}\n</code></pre><h1 id=\"rate-limits\">Rate limits</h1>\n<p>API access rate limits are applied at a per-key basis in unit time. Access to the API using a key has some limit configured for each API key. </p>\n<p>Once you hit the rate limit, you will receive a response similar to the following JSON, with a status code of <em>429 Too Many Requests</em>.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"Message\": \"Rate Limit exceeded\"\n}\n</code></pre><p>In case that you need more rate limits, please <a href=\"#contact\">contact us</a></p>\n<h1 id=\"test-server\">Test server</h1>\n<p>If you need we have available a mock server, to test this requests, here's the mock server to try it out:</p>\n<p>You can get the <a href=\"https://api.postman.com/collections/13480176-4a7ba9c1-78d2-4005-b289-265d3b808999?access_key=PMAT-01H6V9WXPREAA0RVNB14F1QXPN\">collection</a></p>\n<p>You can use the provided <a href=\"https://hotelinking.postman.co/workspace/Hotelinking-~009cba92-ca02-4e6a-8114-b449732c4cfa/environment/13480176-d4ea54e4-dd97-4f85-9d5f-7b276425aab5\">environment</a></p>\n<p>The URL for this server is: <a href=\"https://aac55c40-98c9-45dc-9505-9494d038283f.mock.pstmn.io\">https://aac55c40-98c9-45dc-9505-9494d038283f.mock.pstmn.io</a></p>\n<p>You can use all the requests available here witht this mocked server, and tests differents response codes.</p>\n<p>Here's an example:</p>\n<p>Request \"List Brand Users\":</p>\n<p>cURL request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{   \n\"curl --location 'https://aac55c40-98c9-45dc-9505-9494d038283f.mock.pstmn.io/brands/76/gdpr?lang=es'         --data ''\"\n}\n</code></pre><p>This will return a 200 OK with mock data.</p>\n<p>If you wish to try a different responde code (I.E. a 400), you can pass the header x-mock-response-code, in the headers, to mock this response.</p>\n<p>cURL request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"curl --location 'https://aac55c40-98c9-45dc-9505-9494d038283f.mock.pstmn.io/brands/76/gdpr?lang=es'         --header 'x-mock-response-code: 400'         --data ''\"\n}\n</code></pre><p>You can view the full documentation of this mock server, <a href=\"https://documenter.getpostman.com/view/13480176/2s9XxwusyU\">here</a></p>\n<h1 id=\"support\">Support</h1>\n<p>For any need of support you can contact us by send a <a href=\"#contact\">e - mail</a> or contacting your Key Account manager.</p>\n<p>In the event you receive a *503/ 504 * response from our servers, it implies that we have hit an unexpected spike in API access traffic and would usually be operational within the next 5 minutes.If the outage persists, or your receive any other form of * 5XX error *, kindly let us know.</p>\n<h1 id=\"contact\">Contact</h1>\n<p><strong><a href=\"https://hotelinking.com\">Hotelinking</a></strong></p>\n<p>email: <a href=\"mailto:integrations@hotelinking.com\">integrations@hotelinking.com</a></p>\n<hr>\n<h1 id=\"hotelinking-api-reference\">Hotelinking Api Reference</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Rate limits","slug":"rate-limits"},{"content":"Test server","slug":"test-server"},{"content":"Support","slug":"support"},{"content":"Contact","slug":"contact"},{"content":"Hotelinking Api Reference","slug":"hotelinking-api-reference"}],"owner":"6941995","collectionId":"d8ce6c71-a0fd-4092-a34e-0c8ba54769b0","publishedId":"2s8YY9uRex","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-11-03T12:03:16.000Z"},"item":[{"name":"CRM","item":[{"name":"Create CRM contact","id":"f664f574-d9ea-4030-bd98-649023f94507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<email>\",\n  \"custom_fields\": {\n    \"room_id\": \"<string>\",\n    \"satisfaction_score\": \"<integer>\",\n    \"res_intermediary\": \"<string>\",\n    \"language\": \"<string>\",\n    \"source\": \"<string>\",\n    \"residence_country\": \"<string>\",\n    \"zip_code\": \"<string>\",\n    \"res_channel\": \"<string>\",\n    \"res_state\": \"<string>\",\n    \"res_amount\": \"<number>\",\n    \"res_juniors\": \"<integer>\",\n    \"last_hotel_name\": \"<string>\",\n    \"province\": \"<string>\",\n    \"res_extras\": \"<string>\",\n    \"res_currency\": \"<string>\",\n    \"res_id\": \"<string>\",\n    \"company\": \"<string>\",\n    \"res_company\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"website\": \"<string>\",\n    \"res_comments\": \"<string>\",\n    \"check_in\": \"<date>\",\n    \"res_agency\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"res_data\": \"<string>\",\n    \"res_adults\": \"<integer>\",\n    \"res_room_type\": \"<string>\",\n    \"res_board\": \"<string>\",\n    \"res_babies\": \"<integer>\",\n    \"phone_number\": \"<string>\",\n    \"res_contract\": \"<string>\"\n  },\n  \"subscription_status\": \"<string>\",\n  \"consent_given_at\": \"<dateTime>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hotelinking.com/crm/users/:user_id/sites/:site_id/contacts","description":"<p>Creates a new contact in the CRM system after validating the quality of the email address.</p>\n","urlObject":{"path":["crm","users",":user_id","sites",":site_id","contacts"],"host":["https://api.hotelinking.com"],"query":[],"variable":[{"id":"c044bbeb-114e-4657-9af9-dcfdd53747f1","description":{"content":"<p>(Required) CRM user identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"user_id"},{"id":"993cadac-cee9-45cd-84f2-2f6ef87bd309","description":{"content":"<p>(Required) CRM site identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"site_id"}]}},"response":[],"_postman_id":"f664f574-d9ea-4030-bd98-649023f94507"},{"name":"List CRM custom fields","id":"50290e67-4dc0-41dc-ab47-4b01234df099","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.hotelinking.com/crm/users/:user_id/sites/:site_id/custom_fields","description":"<p>Retrieves a list of available custom fields that can be used when creating CRM contacts for the specified user and site</p>\n","urlObject":{"path":["crm","users",":user_id","sites",":site_id","custom_fields"],"host":["https://api.hotelinking.com"],"query":[],"variable":[{"id":"7ae4c9ee-f542-4021-930c-ab25fd87eab9","description":{"content":"<p>(Required) CRM user identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"user_id"},{"id":"694545ce-c590-4638-8d60-a10682e51d51","description":{"content":"<p>(Required) CRM site identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"site_id"}]}},"response":[],"_postman_id":"50290e67-4dc0-41dc-ab47-4b01234df099"},{"name":"Get CRM contact by email","id":"78450d19-f986-4a89-a180-7660fe3595b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.hotelinking.com/crm/users/:user_id/sites/:site_id/contacts/:email","description":"<p>Retrieves contact information from the CRM system using the contact's email address.</p>\n","urlObject":{"path":["crm","users",":user_id","sites",":site_id","contacts",":email"],"host":["https://api.hotelinking.com"],"query":[],"variable":[{"id":"f21c1921-51be-43b4-b498-82dacd343a99","description":{"content":"<p>(Required) CRM user identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"user_id"},{"id":"10c54159-b9f1-471e-80ba-52ea890be537","description":{"content":"<p>(Required) Contact email address</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"email"},{"id":"92f4bbe6-4951-45a1-a0bc-15e40a910c2b","description":{"content":"<p>(Required) CRM site identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"site_id"}]}},"response":[],"_postman_id":"78450d19-f986-4a89-a180-7660fe3595b6"},{"name":"Update CRM contact by email","id":"09bd0bce-b10a-490c-b5ae-9e0971efa7d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"custom_fields\": {\n    \"room_id\": \"<string>\",\n    \"satisfaction_score\": \"<integer>\",\n    \"res_intermediary\": \"<string>\",\n    \"language\": \"<string>\",\n    \"source\": \"<string>\",\n    \"residence_country\": \"<string>\",\n    \"res_channel\": \"<string>\",\n    \"res_state\": \"<string>\",\n    \"res_amount\": \"<number>\",\n    \"res_juniors\": \"<integer>\",\n    \"last_hotel_name\": \"<string>\",\n    \"res_extras\": \"<string>\",\n    \"res_currency\": \"<string>\",\n    \"res_id\": \"<string>\",\n    \"res_company\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"res_comments\": \"<string>\",\n    \"check_in\": \"<date>\",\n    \"last_name\": \"<string>\",\n    \"res_data\": \"<string>\",\n    \"res_adults\": \"<integer>\",\n    \"res_board\": \"<string>\",\n    \"res_babies\": \"<integer>\",\n    \"phone_number\": \"<string>\",\n    \"res_contract\": \"<string>\"\n  },\n  \"subscription_status\": \"<string>\",\n  \"consent_given_at\": \"<dateTime>\",\n  \"email\": \"<email>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hotelinking.com/crm/users/:user_id/sites/:site_id/contacts/:email","description":"<p>Updates contact information in the CRM system using the contact's email address. Only the fields provided in the request body will be updated (partial update).</p>\n","urlObject":{"path":["crm","users",":user_id","sites",":site_id","contacts",":email"],"host":["https://api.hotelinking.com"],"query":[],"variable":[{"id":"7bea51d4-e420-4480-94dd-7870bbfb768b","description":{"content":"<p>(Required) CRM user identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"user_id"},{"id":"a1c8d9d3-ecd1-4425-bf3d-4d84cf245240","description":{"content":"<p>(Required) Contact email address to update</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"email"},{"id":"1898872a-0685-44c5-a557-bdcc6d23a25d","description":{"content":"<p>(Required) CRM site identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"site_id"}]}},"response":[],"_postman_id":"09bd0bce-b10a-490c-b5ae-9e0971efa7d6"}],"id":"6610f0a4-e8a6-457d-85d0-f7d3d0ea0543","_postman_id":"6610f0a4-e8a6-457d-85d0-f7d3d0ea0543","description":""},{"name":"products","item":[{"name":"Get Product status","id":"a6cf4839-c376-4a9b-884b-ddec90030d9f","protocolProfileBehavior":{"disableBodyPruning":true},"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"}],"url":"https://api.hotelinking.com/brands/:brand_id/products/:product_id","description":"<p>Returns the product info for the brand</p>\n","urlObject":{"path":["brands",":brand_id","products",":product_id"],"host":["https://api.hotelinking.com"],"query":[],"variable":[{"id":"5a46b0e5-efc3-4673-a004-e2aa2d615daf","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"brand_id"},{"id":"6372ec67-a572-42a0-889c-cbe38ca88c3e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"product_id"}]}},"response":[{"id":"85290c93-2fff-4ed5-a648-550d26e50452","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/products/:product_id","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","products",":product_id"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) "},{"key":"product_id","value":"<string>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"product_id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"active\": \"<boolean>\"\n    },\n    {\n      \"product_id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"active\": \"<boolean>\"\n    }\n  ]\n}"},{"id":"776367c2-425c-4198-b042-4b6b6c254556","name":"404 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/products/:product_id","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","products",":product_id"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) "},{"key":"product_id","value":"<string>","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a6cf4839-c376-4a9b-884b-ddec90030d9f"},{"name":"Get Products status","id":"12574840-05ae-468d-a06d-31098872126b","protocolProfileBehavior":{"disableBodyPruning":true},"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"}],"url":"https://api.hotelinking.com/brands/:brand_id/products","description":"<p>Returns the products for the brand</p>\n","urlObject":{"path":["brands",":brand_id","products"],"host":["https://api.hotelinking.com"],"query":[],"variable":[{"id":"bf5674c8-866c-4b9d-879f-f25d7d92b3e9","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"brand_id"}]}},"response":[{"id":"66ca6a88-2e9b-4767-88d5-5bd8143e39a6","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/products","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","products"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"product_id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"active\": \"<boolean>\"\n    },\n    {\n      \"product_id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"active\": \"<boolean>\"\n    }\n  ]\n}"},{"id":"422e6003-4ebe-47a2-8ec6-562c94b56af6","name":"404 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/products","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","products"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"12574840-05ae-468d-a06d-31098872126b"}],"id":"21a29440-732e-465a-b8e1-d68916f5ad62","_postman_id":"21a29440-732e-465a-b8e1-d68916f5ad62","description":""},{"name":"reservation","item":[{"name":"Make precheckin on guest","id":"9fafb636-5a5e-4f53-a175-65b55ffdd519","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"brand_config\": {\n    \"telephone\": \"<boolean>\",\n    \"scanChildrenLikeAdults\": \"<boolean>\"\n  },\n  \"res_id\": \"<string>\",\n  \"guests\": [\n    {\n      \"birthday\": \"<string>\",\n      \"address\": {\n        \"country\": \"<string>\",\n        \"province\": \"<string>\",\n        \"city\": \"<string>\",\n        \"street\": \"<string>\",\n        \"state\": \"<string>\",\n        \"postal_code\": \"<string>\"\n      },\n      \"pax_type\": \"<string>\",\n      \"gender\": \"<string>\",\n      \"identity_document\": {\n        \"number\": \"<string>\",\n        \"expedition_date\": \"<string>\",\n        \"type\": \"<string>\",\n        \"expiration_date\": \"<string>\"\n      },\n      \"signature\": \"<string>\",\n      \"documents\": [\n        {\n          \"path\": \"<string>\",\n          \"name\": \"<string>\"\n        },\n        {\n          \"path\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      ],\n      \"second_surname\": \"<string>\",\n      \"language\": \"<string>\",\n      \"pms_id\": \"<string>\",\n      \"full_name\": \"<string>\",\n      \"validated\": \"<boolean>\",\n      \"nationality\": \"<string>\",\n      \"phone\": \"<string>\",\n      \"surname\": \"<string>\",\n      \"name\": \"<string>\",\n      \"comment\": {\n        \"hours\": \"<integer>\",\n        \"minutes\": \"<integer>\",\n        \"comment\": \"<string>\"\n      },\n      \"position\": \"<integer>\",\n      \"email\": \"<string>\"\n    },\n    {\n      \"birthday\": \"<string>\",\n      \"address\": {\n        \"country\": \"<string>\",\n        \"province\": \"<string>\",\n        \"city\": \"<string>\",\n        \"street\": \"<string>\",\n        \"state\": \"<string>\",\n        \"postal_code\": \"<string>\"\n      },\n      \"pax_type\": \"<string>\",\n      \"gender\": \"<string>\",\n      \"identity_document\": {\n        \"number\": \"<string>\",\n        \"expedition_date\": \"<string>\",\n        \"type\": \"<string>\",\n        \"expiration_date\": \"<string>\"\n      },\n      \"signature\": \"<string>\",\n      \"documents\": [\n        {\n          \"path\": \"<string>\",\n          \"name\": \"<string>\"\n        },\n        {\n          \"path\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      ],\n      \"second_surname\": \"<string>\",\n      \"language\": \"<string>\",\n      \"pms_id\": \"<string>\",\n      \"full_name\": \"<string>\",\n      \"validated\": \"<boolean>\",\n      \"nationality\": \"<string>\",\n      \"phone\": \"<string>\",\n      \"surname\": \"<string>\",\n      \"name\": \"<string>\",\n      \"comment\": {\n        \"hours\": \"<integer>\",\n        \"minutes\": \"<integer>\",\n        \"comment\": \"<string>\"\n      },\n      \"position\": \"<integer>\",\n      \"email\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hotelinking.com/integrations/brands/:brand_id/reservations/pre-check","description":"<p>Returns a reservation</p>\n","urlObject":{"path":["integrations","brands",":brand_id","reservations","pre-check"],"host":["https://api.hotelinking.com"],"query":[],"variable":[{"id":"db1750bb-e070-458d-94d1-b457ac2cdee7","description":{"content":"<p>(Required) Brand identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"brand_id"}]}},"response":[{"id":"ad070cd9-3b17-458c-9282-6b7956a5505b","name":"201 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"brand_config\": {\n    \"telephone\": \"<boolean>\",\n    \"scanChildrenLikeAdults\": \"<boolean>\"\n  },\n  \"res_id\": \"<string>\",\n  \"guests\": [\n    {\n      \"birthday\": \"<string>\",\n      \"address\": {\n        \"country\": \"<string>\",\n        \"province\": \"<string>\",\n        \"city\": \"<string>\",\n        \"street\": \"<string>\",\n        \"state\": \"<string>\",\n        \"postal_code\": \"<string>\"\n      },\n      \"pax_type\": \"<string>\",\n      \"gender\": \"<string>\",\n      \"identity_document\": {\n        \"number\": \"<string>\",\n        \"expedition_date\": \"<string>\",\n        \"type\": \"<string>\",\n        \"expiration_date\": \"<string>\"\n      },\n      \"signature\": \"<string>\",\n      \"documents\": [\n        {\n          \"path\": \"<string>\",\n          \"name\": \"<string>\"\n        },\n        {\n          \"path\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      ],\n      \"second_surname\": \"<string>\",\n      \"language\": \"<string>\",\n      \"pms_id\": \"<string>\",\n      \"full_name\": \"<string>\",\n      \"validated\": \"<boolean>\",\n      \"nationality\": \"<string>\",\n      \"phone\": \"<string>\",\n      \"surname\": \"<string>\",\n      \"name\": \"<string>\",\n      \"comment\": {\n        \"hours\": \"<integer>\",\n        \"minutes\": \"<integer>\",\n        \"comment\": \"<string>\"\n      },\n      \"position\": \"<integer>\",\n      \"email\": \"<string>\"\n    },\n    {\n      \"birthday\": \"<string>\",\n      \"address\": {\n        \"country\": \"<string>\",\n        \"province\": \"<string>\",\n        \"city\": \"<string>\",\n        \"street\": \"<string>\",\n        \"state\": \"<string>\",\n        \"postal_code\": \"<string>\"\n      },\n      \"pax_type\": \"<string>\",\n      \"gender\": \"<string>\",\n      \"identity_document\": {\n        \"number\": \"<string>\",\n        \"expedition_date\": \"<string>\",\n        \"type\": \"<string>\",\n        \"expiration_date\": \"<string>\"\n      },\n      \"signature\": \"<string>\",\n      \"documents\": [\n        {\n          \"path\": \"<string>\",\n          \"name\": \"<string>\"\n        },\n        {\n          \"path\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      ],\n      \"second_surname\": \"<string>\",\n      \"language\": \"<string>\",\n      \"pms_id\": \"<string>\",\n      \"full_name\": \"<string>\",\n      \"validated\": \"<boolean>\",\n      \"nationality\": \"<string>\",\n      \"phone\": \"<string>\",\n      \"surname\": \"<string>\",\n      \"name\": \"<string>\",\n      \"comment\": {\n        \"hours\": \"<integer>\",\n        \"minutes\": \"<integer>\",\n        \"comment\": \"<string>\"\n      },\n      \"position\": \"<integer>\",\n      \"email\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.hotelinking.com/integrations/brands/:brand_id/reservations/pre-check","host":["https://api.hotelinking.com"],"path":["integrations","brands",":brand_id","reservations","pre-check"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand identifier"}]}},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ef4c2cdc-ebe2-43f6-aa33-550cdf8e3779","name":"400 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"brand_config\": {\n    \"telephone\": \"<boolean>\",\n    \"scanChildrenLikeAdults\": \"<boolean>\"\n  },\n  \"res_id\": \"<string>\",\n  \"guests\": [\n    {\n      \"birthday\": \"<string>\",\n      \"address\": {\n        \"country\": \"<string>\",\n        \"province\": \"<string>\",\n        \"city\": \"<string>\",\n        \"street\": \"<string>\",\n        \"state\": \"<string>\",\n        \"postal_code\": \"<string>\"\n      },\n      \"pax_type\": \"<string>\",\n      \"gender\": \"<string>\",\n      \"identity_document\": {\n        \"number\": \"<string>\",\n        \"expedition_date\": \"<string>\",\n        \"type\": \"<string>\",\n        \"expiration_date\": \"<string>\"\n      },\n      \"signature\": \"<string>\",\n      \"documents\": [\n        {\n          \"path\": \"<string>\",\n          \"name\": \"<string>\"\n        },\n        {\n          \"path\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      ],\n      \"second_surname\": \"<string>\",\n      \"language\": \"<string>\",\n      \"pms_id\": \"<string>\",\n      \"full_name\": \"<string>\",\n      \"validated\": \"<boolean>\",\n      \"nationality\": \"<string>\",\n      \"phone\": \"<string>\",\n      \"surname\": \"<string>\",\n      \"name\": \"<string>\",\n      \"comment\": {\n        \"hours\": \"<integer>\",\n        \"minutes\": \"<integer>\",\n        \"comment\": \"<string>\"\n      },\n      \"position\": \"<integer>\",\n      \"email\": \"<string>\"\n    },\n    {\n      \"birthday\": \"<string>\",\n      \"address\": {\n        \"country\": \"<string>\",\n        \"province\": \"<string>\",\n        \"city\": \"<string>\",\n        \"street\": \"<string>\",\n        \"state\": \"<string>\",\n        \"postal_code\": \"<string>\"\n      },\n      \"pax_type\": \"<string>\",\n      \"gender\": \"<string>\",\n      \"identity_document\": {\n        \"number\": \"<string>\",\n        \"expedition_date\": \"<string>\",\n        \"type\": \"<string>\",\n        \"expiration_date\": \"<string>\"\n      },\n      \"signature\": \"<string>\",\n      \"documents\": [\n        {\n          \"path\": \"<string>\",\n          \"name\": \"<string>\"\n        },\n        {\n          \"path\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      ],\n      \"second_surname\": \"<string>\",\n      \"language\": \"<string>\",\n      \"pms_id\": \"<string>\",\n      \"full_name\": \"<string>\",\n      \"validated\": \"<boolean>\",\n      \"nationality\": \"<string>\",\n      \"phone\": \"<string>\",\n      \"surname\": \"<string>\",\n      \"name\": \"<string>\",\n      \"comment\": {\n        \"hours\": \"<integer>\",\n        \"minutes\": \"<integer>\",\n        \"comment\": \"<string>\"\n      },\n      \"position\": \"<integer>\",\n      \"email\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.hotelinking.com/integrations/brands/:brand_id/reservations/pre-check","host":["https://api.hotelinking.com"],"path":["integrations","brands",":brand_id","reservations","pre-check"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"77fbd7bc-4c96-4b8d-abb1-26c1ca26ae0c","name":"500 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"brand_config\": {\n    \"telephone\": \"<boolean>\",\n    \"scanChildrenLikeAdults\": \"<boolean>\"\n  },\n  \"res_id\": \"<string>\",\n  \"guests\": [\n    {\n      \"birthday\": \"<string>\",\n      \"address\": {\n        \"country\": \"<string>\",\n        \"province\": \"<string>\",\n        \"city\": \"<string>\",\n        \"street\": \"<string>\",\n        \"state\": \"<string>\",\n        \"postal_code\": \"<string>\"\n      },\n      \"pax_type\": \"<string>\",\n      \"gender\": \"<string>\",\n      \"identity_document\": {\n        \"number\": \"<string>\",\n        \"expedition_date\": \"<string>\",\n        \"type\": \"<string>\",\n        \"expiration_date\": \"<string>\"\n      },\n      \"signature\": \"<string>\",\n      \"documents\": [\n        {\n          \"path\": \"<string>\",\n          \"name\": \"<string>\"\n        },\n        {\n          \"path\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      ],\n      \"second_surname\": \"<string>\",\n      \"language\": \"<string>\",\n      \"pms_id\": \"<string>\",\n      \"full_name\": \"<string>\",\n      \"validated\": \"<boolean>\",\n      \"nationality\": \"<string>\",\n      \"phone\": \"<string>\",\n      \"surname\": \"<string>\",\n      \"name\": \"<string>\",\n      \"comment\": {\n        \"hours\": \"<integer>\",\n        \"minutes\": \"<integer>\",\n        \"comment\": \"<string>\"\n      },\n      \"position\": \"<integer>\",\n      \"email\": \"<string>\"\n    },\n    {\n      \"birthday\": \"<string>\",\n      \"address\": {\n        \"country\": \"<string>\",\n        \"province\": \"<string>\",\n        \"city\": \"<string>\",\n        \"street\": \"<string>\",\n        \"state\": \"<string>\",\n        \"postal_code\": \"<string>\"\n      },\n      \"pax_type\": \"<string>\",\n      \"gender\": \"<string>\",\n      \"identity_document\": {\n        \"number\": \"<string>\",\n        \"expedition_date\": \"<string>\",\n        \"type\": \"<string>\",\n        \"expiration_date\": \"<string>\"\n      },\n      \"signature\": \"<string>\",\n      \"documents\": [\n        {\n          \"path\": \"<string>\",\n          \"name\": \"<string>\"\n        },\n        {\n          \"path\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      ],\n      \"second_surname\": \"<string>\",\n      \"language\": \"<string>\",\n      \"pms_id\": \"<string>\",\n      \"full_name\": \"<string>\",\n      \"validated\": \"<boolean>\",\n      \"nationality\": \"<string>\",\n      \"phone\": \"<string>\",\n      \"surname\": \"<string>\",\n      \"name\": \"<string>\",\n      \"comment\": {\n        \"hours\": \"<integer>\",\n        \"minutes\": \"<integer>\",\n        \"comment\": \"<string>\"\n      },\n      \"position\": \"<integer>\",\n      \"email\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.hotelinking.com/integrations/brands/:brand_id/reservations/pre-check","host":["https://api.hotelinking.com"],"path":["integrations","brands",":brand_id","reservations","pre-check"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand identifier"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9fafb636-5a5e-4f53-a175-65b55ffdd519"},{"name":"Search reservation","id":"c85c410b-184b-4305-9b4a-dc9e0d9ccb49","protocolProfileBehavior":{"disableBodyPruning":true},"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"}],"url":"https://api.hotelinking.com/integrations/brands/:brand_id/reservations?email=<string>&cache=<string>&reservation_identifier=<string>&first_name=<string>&last_name=<string>&reservation_code=<string>&check_in=<string>&check_out=<string>","description":"<p>Returns a reservation</p>\n","urlObject":{"path":["integrations","brands",":brand_id","reservations"],"host":["https://api.hotelinking.com"],"query":[{"description":{"content":"<p>Email of the reservation holder</p>\n","type":"text/plain"},"key":"email","value":"<string>"},{"description":{"content":"<p>Specify if cached response should be returned when it is available (If this parameter is not specified the default value will be true)</p>\n","type":"text/plain"},"key":"cache","value":"<string>"},{"description":{"content":"<p>Identifier of the reservation</p>\n","type":"text/plain"},"key":"reservation_identifier","value":"<string>"},{"description":{"content":"<p>First name of the reservation holder</p>\n","type":"text/plain"},"key":"first_name","value":"<string>"},{"description":{"content":"<p>Surname of the reservation holder</p>\n","type":"text/plain"},"key":"last_name","value":"<string>"},{"description":{"content":"<p>Localizer of the reservation</p>\n","type":"text/plain"},"key":"reservation_code","value":"<string>"},{"description":{"content":"<p>Checkin date of the reservation </p>\n<p>Expected format YYYY-MM-DDD</p>\n","type":"text/plain"},"key":"check_in","value":"<string>"},{"description":{"content":"<p>Checkout date of the reservation </p>\n<p>Expected format YYYY-MM-DD</p>\n","type":"text/plain"},"key":"check_out","value":"<string>"}],"variable":[{"id":"6a93bf99-e1b8-42c4-b282-af0cbc023a14","description":{"content":"<p>(Required) Brand identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"brand_id"}]}},"response":[{"id":"ea3caf90-993f-4bc9-a3ef-9124e14737b8","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/integrations/brands/:brand_id/reservations?email=<string>&cache=<string>&reservation_identifier=<string>&first_name=<string>&last_name=<string>&reservation_code=<string>&check_in=<string>&check_out=<string>","host":["https://api.hotelinking.com"],"path":["integrations","brands",":brand_id","reservations"],"query":[{"key":"email","value":"<string>"},{"key":"cache","value":"<string>"},{"key":"reservation_identifier","value":"<string>"},{"key":"first_name","value":"<string>"},{"key":"last_name","value":"<string>"},{"key":"reservation_code","value":"<string>"},{"key":"check_in","value":"<string>"},{"key":"check_out","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"res_nights\": \"<integer>\",\n      \"check_in\": \"<string>\",\n      \"res_localizer\": \"<string>\",\n      \"res_room_number\": \"<string>\",\n      \"brand_id\": \"<integer>\",\n      \"res_date\": \"<string>\",\n      \"check_out\": \"<string>\",\n      \"res_adults\": \"<integer>\",\n      \"res_board\": \"<string>\",\n      \"res_id\": \"<string>\",\n      \"res_babies\": \"<integer>\",\n      \"guests\": [\n        {\n          \"birthday\": \"<string>\",\n          \"address\": \"<string>\",\n          \"pax_type\": \"<integer>\",\n          \"gender\": \"<string>\",\n          \"city\": \"<string>\",\n          \"last_name\": \"<string>\",\n          \"holder\": \"<boolean>\",\n          \"telephone\": \"<string>\",\n          \"document_id\": \"<string>\",\n          \"residence_country\": \"<string>\",\n          \"birth_country\": \"<string>\",\n          \"pms_id\": \"<string>\",\n          \"validated\": \"<boolean>\",\n          \"nationality\": \"<string>\",\n          \"province\": \"<string>\",\n          \"position\": \"<string>\",\n          \"postal_code\": \"<string>\",\n          \"first_name\": \"<string>\",\n          \"email\": \"<string>\"\n        },\n        {\n          \"birthday\": \"<string>\",\n          \"address\": \"<string>\",\n          \"pax_type\": \"<integer>\",\n          \"gender\": \"<string>\",\n          \"city\": \"<string>\",\n          \"last_name\": \"<string>\",\n          \"holder\": \"<boolean>\",\n          \"telephone\": \"<string>\",\n          \"document_id\": \"<string>\",\n          \"residence_country\": \"<string>\",\n          \"birth_country\": \"<string>\",\n          \"pms_id\": \"<string>\",\n          \"validated\": \"<boolean>\",\n          \"nationality\": \"<string>\",\n          \"province\": \"<string>\",\n          \"position\": \"<string>\",\n          \"postal_code\": \"<string>\",\n          \"first_name\": \"<string>\",\n          \"email\": \"<string>\"\n        }\n      ],\n      \"res_children\": \"<integer>\"\n    },\n    {\n      \"res_nights\": \"<integer>\",\n      \"check_in\": \"<string>\",\n      \"res_localizer\": \"<string>\",\n      \"res_room_number\": \"<string>\",\n      \"brand_id\": \"<integer>\",\n      \"res_date\": \"<string>\",\n      \"check_out\": \"<string>\",\n      \"res_adults\": \"<integer>\",\n      \"res_board\": \"<string>\",\n      \"res_id\": \"<string>\",\n      \"res_babies\": \"<integer>\",\n      \"guests\": [\n        {\n          \"birthday\": \"<string>\",\n          \"address\": \"<string>\",\n          \"pax_type\": \"<integer>\",\n          \"gender\": \"<string>\",\n          \"city\": \"<string>\",\n          \"last_name\": \"<string>\",\n          \"holder\": \"<boolean>\",\n          \"telephone\": \"<string>\",\n          \"document_id\": \"<string>\",\n          \"residence_country\": \"<string>\",\n          \"birth_country\": \"<string>\",\n          \"pms_id\": \"<string>\",\n          \"validated\": \"<boolean>\",\n          \"nationality\": \"<string>\",\n          \"province\": \"<string>\",\n          \"position\": \"<string>\",\n          \"postal_code\": \"<string>\",\n          \"first_name\": \"<string>\",\n          \"email\": \"<string>\"\n        },\n        {\n          \"birthday\": \"<string>\",\n          \"address\": \"<string>\",\n          \"pax_type\": \"<integer>\",\n          \"gender\": \"<string>\",\n          \"city\": \"<string>\",\n          \"last_name\": \"<string>\",\n          \"holder\": \"<boolean>\",\n          \"telephone\": \"<string>\",\n          \"document_id\": \"<string>\",\n          \"residence_country\": \"<string>\",\n          \"birth_country\": \"<string>\",\n          \"pms_id\": \"<string>\",\n          \"validated\": \"<boolean>\",\n          \"nationality\": \"<string>\",\n          \"province\": \"<string>\",\n          \"position\": \"<string>\",\n          \"postal_code\": \"<string>\",\n          \"first_name\": \"<string>\",\n          \"email\": \"<string>\"\n        }\n      ],\n      \"res_children\": \"<integer>\"\n    }\n  ]\n}"},{"id":"8dbdb779-7891-49ee-abbe-95408fc56d07","name":"400 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/integrations/brands/:brand_id/reservations?email=<string>&cache=<string>&reservation_identifier=<string>&first_name=<string>&last_name=<string>&reservation_code=<string>&check_in=<string>&check_out=<string>","host":["https://api.hotelinking.com"],"path":["integrations","brands",":brand_id","reservations"],"query":[{"key":"email","value":"<string>"},{"key":"cache","value":"<string>"},{"key":"reservation_identifier","value":"<string>"},{"key":"first_name","value":"<string>"},{"key":"last_name","value":"<string>"},{"key":"reservation_code","value":"<string>"},{"key":"check_in","value":"<string>"},{"key":"check_out","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f4229f05-b897-4652-86cc-d1eeb686fefd","name":"500 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/integrations/brands/:brand_id/reservations?email=<string>&cache=<string>&reservation_identifier=<string>&first_name=<string>&last_name=<string>&reservation_code=<string>&check_in=<string>&check_out=<string>","host":["https://api.hotelinking.com"],"path":["integrations","brands",":brand_id","reservations"],"query":[{"key":"email","value":"<string>"},{"key":"cache","value":"<string>"},{"key":"reservation_identifier","value":"<string>"},{"key":"first_name","value":"<string>"},{"key":"last_name","value":"<string>"},{"key":"reservation_code","value":"<string>"},{"key":"check_in","value":"<string>"},{"key":"check_out","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand identifier"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c85c410b-184b-4305-9b4a-dc9e0d9ccb49"},{"name":"Upload Documents to a guest in a reservation","id":"1d24774a-b028-40ab-9b7d-375bddc45ad9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documents\": [\n    {\n      \"pms_id\": \"<string>\",\n      \"path\": \"<object>\",\n      \"name\": \"<string>\",\n      \"content\": \"<object>\"\n    },\n    {\n      \"pms_id\": \"<string>\",\n      \"path\": \"<object>\",\n      \"name\": \"<string>\",\n      \"content\": \"<object>\"\n    }\n  ],\n  \"res_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hotelinking.com/integrations/brands/:brand_id/reservations/documents","description":"<p>Upload a document to a guest in a reservation</p>\n","urlObject":{"path":["integrations","brands",":brand_id","reservations","documents"],"host":["https://api.hotelinking.com"],"query":[],"variable":[{"id":"773ebae1-0924-4da1-b662-c6da9dc59365","description":{"content":"<p>(Required) Brand identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"brand_id"}]}},"response":[{"id":"55f02ac0-a7a0-4ab6-a77a-0a1bdbb17521","name":"204 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"documents\": [\n    {\n      \"pms_id\": \"<string>\",\n      \"path\": \"<object>\",\n      \"name\": \"<string>\",\n      \"content\": \"<object>\"\n    },\n    {\n      \"pms_id\": \"<string>\",\n      \"path\": \"<object>\",\n      \"name\": \"<string>\",\n      \"content\": \"<object>\"\n    }\n  ],\n  \"res_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.hotelinking.com/integrations/brands/:brand_id/reservations/documents","host":["https://api.hotelinking.com"],"path":["integrations","brands",":brand_id","reservations","documents"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand identifier"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a67b723d-0ccb-4eb5-a319-5f8dc79aa147","name":"400 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"documents\": [\n    {\n      \"pms_id\": \"<string>\",\n      \"path\": \"<object>\",\n      \"name\": \"<string>\",\n      \"content\": \"<object>\"\n    },\n    {\n      \"pms_id\": \"<string>\",\n      \"path\": \"<object>\",\n      \"name\": \"<string>\",\n      \"content\": \"<object>\"\n    }\n  ],\n  \"res_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.hotelinking.com/integrations/brands/:brand_id/reservations/documents","host":["https://api.hotelinking.com"],"path":["integrations","brands",":brand_id","reservations","documents"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3426a29a-6fc4-42bc-8dc3-2bbd85a12777","name":"500 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"documents\": [\n    {\n      \"pms_id\": \"<string>\",\n      \"path\": \"<object>\",\n      \"name\": \"<string>\",\n      \"content\": \"<object>\"\n    },\n    {\n      \"pms_id\": \"<string>\",\n      \"path\": \"<object>\",\n      \"name\": \"<string>\",\n      \"content\": \"<object>\"\n    }\n  ],\n  \"res_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.hotelinking.com/integrations/brands/:brand_id/reservations/documents","host":["https://api.hotelinking.com"],"path":["integrations","brands",":brand_id","reservations","documents"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand identifier"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1d24774a-b028-40ab-9b7d-375bddc45ad9"}],"id":"66ef28b0-c686-4f41-a716-4c9de8e5b4ed","_postman_id":"66ef28b0-c686-4f41-a716-4c9de8e5b4ed","description":""},{"name":"autocheckin","item":[{"name":"Get request stats (search, scan, checkin)","id":"aedb971f-de44-4dfb-b78b-09d4a1fd58bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.hotelinking.com/brands/:brand_id/autocheckin/stats/request?date_from=<string>&search_value=<string>&date_to=<string>&name=<string>&sort_field=<string>&page=<string>&sort_order=<string>&per_page=<string>&search_by=<string>","description":"<p>Returns requests checkin stats for a brand</p>\n","urlObject":{"path":["brands",":brand_id","autocheckin","stats","request"],"host":["https://api.hotelinking.com"],"query":[{"description":{"content":"<p>Stats date_from filter</p>\n<p>Format: date</p>\n<p>Expected format: YYYY-MM-DD</p>\n","type":"text/plain"},"key":"date_from","value":"<string>"},{"description":{"content":"<p>Value to search the data by</p>\n","type":"text/plain"},"key":"search_value","value":"<string>"},{"description":{"content":"<p>Stats date_to filter</p>\n<p>Format: date</p>\n<p>Expected format: YYYY-MM-DD</p>\n","type":"text/plain"},"key":"date_to","value":"<string>"},{"description":{"content":"<p>The name of the request</p>\n<p>Values: reservation, scan, checkin</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"description":{"content":"<p>Field to sort the data by</p>\n<p>Values: time, trace_id, source</p>\n","type":"text/plain"},"key":"sort_field","value":"<string>"},{"description":{"content":"<p>Page number to retrieve data</p>\n<p>Default: 1</p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"description":{"content":"<p>Sort order for the data</p>\n<p>Values: ASC, DESC</p>\n<p>Default: DESC</p>\n","type":"text/plain"},"key":"sort_order","value":"<string>"},{"description":{"content":"<p>Number of items to retrieve per page</p>\n<p>Default:10</p>\n","type":"text/plain"},"key":"per_page","value":"<string>"},{"description":{"content":"<p>Field to search the data by</p>\n<p>Values: trace_id, error, error_code, source, res_id, check_in, check_out, name, surname, nationality</p>\n","type":"text/plain"},"key":"search_by","value":"<string>"}],"variable":[{"id":"3b0cc6de-cf04-4873-b38a-ca3407c17e75","description":{"content":"<p>(Required) Brand identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"brand_id"}]}},"response":[{"id":"2b52d8a2-c770-4a3c-92a7-32dc37d90ba7","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/autocheckin/stats/request?date_from=<string>&search_value=<string>&date_to=<string>&name=<string>&sort_field=<string>&page=<string>&sort_order=<string>&per_page=<string>&search_by=<string>","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","autocheckin","stats","request"],"query":[{"key":"date_from","value":"<string>"},{"key":"search_value","value":"<string>"},{"key":"date_to","value":"<string>"},{"key":"name","value":"<string>"},{"key":"sort_field","value":"<string>"},{"key":"page","value":"<string>"},{"key":"sort_order","value":"<string>"},{"key":"per_page","value":"<string>"},{"key":"search_by","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aedb971f-de44-4dfb-b78b-09d4a1fd58bc"},{"name":"Get overview checkin stats","id":"ced288c4-2062-40db-b217-6713fcbe102e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.hotelinking.com/brands/:brand_id/autocheckin/stats/overview?date_from=<string>&date_to=<string>&interval=<string>","description":"<p>Returns an overview of checkin stats for a brand</p>\n","urlObject":{"path":["brands",":brand_id","autocheckin","stats","overview"],"host":["https://api.hotelinking.com"],"query":[{"description":{"content":"<p>Stats date_from filter</p>\n<p>Format: date</p>\n<p>Expected format: YYYY-MM-DD</p>\n","type":"text/plain"},"key":"date_from","value":"<string>"},{"description":{"content":"<p>Stats date_to filter date</p>\n<p>Format: date</p>\n<p>Expected format: YYYY-MM-DD</p>\n","type":"text/plain"},"key":"date_to","value":"<string>"},{"description":{"content":"<p>The interval to group the data</p>\n<p>Values: 24h, 1d, 7d, 30d</p>\n<p>Default: 24h</p>\n","type":"text/plain"},"key":"interval","value":"<string>"}],"variable":[{"id":"c7c2675b-1af8-4b7a-822d-1a1031911512","description":{"content":"<p>(Required) Brand identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"brand_id"}]}},"response":[{"id":"a16a8a9c-b94d-4746-be53-178daf574724","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/autocheckin/stats/overview?date_from=<string>&date_to=<string>&interval=<string>","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","autocheckin","stats","overview"],"query":[{"key":"date_from","value":"<string>"},{"key":"date_to","value":"<string>"},{"key":"interval","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ced288c4-2062-40db-b217-6713fcbe102e"}],"id":"fcb49ce8-f368-4a81-85ac-3c9ccfdbc2ef","_postman_id":"fcb49ce8-f368-4a81-85ac-3c9ccfdbc2ef","description":""},{"name":"users","item":[{"name":"Get brand user","id":"196ea4b8-7746-4776-877e-95e5b64c64cd","protocolProfileBehavior":{"disableBodyPruning":true},"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"}],"url":"https://api.hotelinking.com/brands/:brand_id/users/:user_id","description":"<p>Returns a user from a brand</p>\n","urlObject":{"path":["brands",":brand_id","users",":user_id"],"host":["https://api.hotelinking.com"],"query":[],"variable":[{"id":"d23371e8-63c6-4907-a590-47a25e3b30b7","description":{"content":"<p>(Required) Brand id to be used to retrieve user</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"brand_id"},{"id":"8882a794-fd8e-4df0-8e9f-5d9675ec1ff4","description":{"content":"<p>(Required) User id to be used to retrieve user</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"user_id"}]}},"response":[{"id":"e1a926a1-2197-45f5-8990-8ccb9b8f8ccc","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/users/:user_id","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","users",":user_id"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand id to be used to retrieve user"},{"key":"user_id","value":"<string>","description":"(Required) User id to be used to retrieve user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"birthday\": \"<date>\",\n    \"brand\": {\n      \"id\": \"<integer>\",\n      \"last_visit\": \"<date>\",\n      \"name\": \"<string>\"\n    },\n    \"country\": \"<string>\",\n    \"created_at\": \"<date>\",\n    \"document_id\": \"<string>\",\n    \"email\": \"<email>\",\n    \"email_result\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"gdpr_accepted\": \"<integer>\",\n    \"gender\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"lang\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"locale\": \"<string>\",\n    \"name\": \"<string>\",\n    \"reservation\": {\n      \"address\": \"<string>\",\n      \"birth_country\": \"<string>\",\n      \"birthday\": \"<date>\",\n      \"brand_id\": \"<integer>\",\n      \"check_in\": \"<date>\",\n      \"check_out\": \"<date>\",\n      \"city\": \"<string>\",\n      \"document_date_issue\": \"<date>\",\n      \"document_id\": \"<string>\",\n      \"document_type\": \"<string>\",\n      \"email\": \"<string>\",\n      \"first_name\": \"<string>\",\n      \"gender\": \"<string>\",\n      \"hotel_id\": \"<integer>\",\n      \"hotel_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"loyalty_member\": \"<integer>\",\n      \"nationality\": \"<string>\",\n      \"pax_type\": \"<string>\",\n      \"percent\": \"<integer>\",\n      \"pms_id\": \"<string>\",\n      \"position\": \"<integer>\",\n      \"postal_code\": \"<string>\",\n      \"province\": \"<string>\",\n      \"res_adults\": \"<integer>\",\n      \"res_agency\": \"<string>\",\n      \"res_amount\": \"<string>\",\n      \"res_babies\": \"<integer>\",\n      \"res_board\": \"<string>\",\n      \"res_channel\": \"<string>\",\n      \"res_childrens\": \"<string>\",\n      \"res_company\": \"<string>\",\n      \"res_contract\": \"<string>\",\n      \"res_currency\": \"<string>\",\n      \"res_data\": \"<string>\",\n      \"res_date\": \"<date>\",\n      \"res_id\": \"<string>\",\n      \"res_integerermediary\": \"<string>\",\n      \"res_juniors\": \"<string>\",\n      \"res_nights\": \"<integer>\",\n      \"res_room_number\": \"<string>\",\n      \"res_room_type\": \"<string>\",\n      \"res_seniors\": \"<string>\",\n      \"residence_country\": \"<string>\",\n      \"telephone\": \"<string>\"\n    },\n    \"sendex\": \"<number>\",\n    \"unsubscribed\": \"<integer>\",\n    \"visit\": {\n      \"room_number\": \"<string>\"\n    }\n  }\n}"},{"id":"85e750ef-1d8c-41ef-b39f-ce68350f56de","name":"400 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/users/:user_id","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","users",":user_id"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand id to be used to retrieve user"},{"key":"user_id","value":"<string>","description":"(Required) User id to be used to retrieve user"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": \"<string>\"\n}"},{"id":"6de88968-d463-4a2b-a3b9-28c8aebe2443","name":"500 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/users/:user_id","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","users",":user_id"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand id to be used to retrieve user"},{"key":"user_id","value":"<string>","description":"(Required) User id to be used to retrieve user"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": \"<string>\"\n}"}],"_postman_id":"196ea4b8-7746-4776-877e-95e5b64c64cd"},{"name":"List brand users","id":"3a026f85-92da-4cce-bdde-8eb29ea99ac4","protocolProfileBehavior":{"disableBodyPruning":true},"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"}],"url":"https://api.hotelinking.com/brands/:brand_id/users?date_from=<string>&date_to=<string>&unsubscribed=<string>&brands=<string>&page=<string>&page_items=<string>","description":"<p>Returns a paginated list of users for one or many brands</p>\n","urlObject":{"path":["brands",":brand_id","users"],"host":["https://api.hotelinking.com"],"query":[{"description":{"content":"<p>Users that visited the hotel from date_from filter </p>\n<p>Expected format YYYY-MM-DD</p>\n","type":"text/plain"},"key":"date_from","value":"<string>"},{"description":{"content":"<p>Users that visited the hotel date_to filter </p>\n<p>Expected format YYYY-MM-DD</p>\n","type":"text/plain"},"key":"date_to","value":"<string>"},{"description":{"content":"<p>Filter users that visited the hotel by subscription status</p>\n","type":"text/plain"},"key":"unsubscribed","value":"<string>"},{"description":{"content":"<p>Comma separated list of brand ids that belong to a chain (brand_id path parameter), this parameter will be disconsidered if not a hotel chain</p>\n","type":"text/plain"},"key":"brands","value":"<string>"},{"description":{"content":"<p>Pagination page number</p>\n<p>Default: 1</p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"description":{"content":"<p>Pagination number of items per page </p>\n<p>Default: 100</p>\n<p>Maximum: 500</p>\n<p>Minimum: 1</p>\n","type":"text/plain"},"key":"page_items","value":"<string>"}],"variable":[{"id":"7ae7bc05-679c-46e9-ad23-506c3118416d","description":{"content":"<p>(Required) Brand id to be used to fetch users</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"brand_id"}]}},"response":[{"id":"a6eb9f90-782b-4fe8-be68-4efe95e0ef7a","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/users?date_from=<string>&date_to=<string>&unsubscribed=<string>&brands=<string>&page=<string>&page_items=<string>","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","users"],"query":[{"key":"date_from","value":"<string>"},{"key":"date_to","value":"<string>"},{"key":"unsubscribed","value":"<string>"},{"key":"brands","value":"<string>"},{"key":"page","value":"<string>"},{"key":"page_items","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand id to be used to fetch users"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"birthday\": \"<date>\",\n      \"brand\": {\n        \"id\": \"<integer>\",\n        \"last_visit\": \"<date>\",\n        \"name\": \"<string>\"\n      },\n      \"country\": \"<string>\",\n      \"created_at\": \"<date>\",\n      \"document_id\": \"<string>\",\n      \"email\": \"<email>\",\n      \"email_result\": \"<string>\",\n      \"first_name\": \"<string>\",\n      \"gdpr_accepted\": \"<integer>\",\n      \"gender\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"lang\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"locale\": \"<string>\",\n      \"name\": \"<string>\",\n      \"reservation\": {\n        \"address\": \"<string>\",\n        \"birth_country\": \"<string>\",\n        \"birthday\": \"<date>\",\n        \"brand_id\": \"<integer>\",\n        \"check_in\": \"<date>\",\n        \"check_out\": \"<date>\",\n        \"city\": \"<string>\",\n        \"document_date_issue\": \"<date>\",\n        \"document_id\": \"<string>\",\n        \"document_type\": \"<string>\",\n        \"email\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"gender\": \"<string>\",\n        \"hotel_id\": \"<integer>\",\n        \"hotel_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"loyalty_member\": \"<integer>\",\n        \"nationality\": \"<string>\",\n        \"pax_type\": \"<string>\",\n        \"percent\": \"<integer>\",\n        \"pms_id\": \"<string>\",\n        \"position\": \"<integer>\",\n        \"postal_code\": \"<string>\",\n        \"province\": \"<string>\",\n        \"res_adults\": \"<integer>\",\n        \"res_agency\": \"<string>\",\n        \"res_amount\": \"<string>\",\n        \"res_babies\": \"<integer>\",\n        \"res_board\": \"<string>\",\n        \"res_channel\": \"<string>\",\n        \"res_childrens\": \"<string>\",\n        \"res_company\": \"<string>\",\n        \"res_contract\": \"<string>\",\n        \"res_currency\": \"<string>\",\n        \"res_data\": \"<string>\",\n        \"res_date\": \"<date>\",\n        \"res_id\": \"<string>\",\n        \"res_integerermediary\": \"<string>\",\n        \"res_juniors\": \"<string>\",\n        \"res_nights\": \"<integer>\",\n        \"res_room_number\": \"<string>\",\n        \"res_room_type\": \"<string>\",\n        \"res_seniors\": \"<string>\",\n        \"residence_country\": \"<string>\",\n        \"telephone\": \"<string>\"\n      },\n      \"sendex\": \"<number>\",\n      \"unsubscribed\": \"<integer>\",\n      \"visit\": {\n        \"room_number\": \"<string>\"\n      }\n    },\n    {\n      \"birthday\": \"<date>\",\n      \"brand\": {\n        \"id\": \"<integer>\",\n        \"last_visit\": \"<date>\",\n        \"name\": \"<string>\"\n      },\n      \"country\": \"<string>\",\n      \"created_at\": \"<date>\",\n      \"document_id\": \"<string>\",\n      \"email\": \"<email>\",\n      \"email_result\": \"<string>\",\n      \"first_name\": \"<string>\",\n      \"gdpr_accepted\": \"<integer>\",\n      \"gender\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"lang\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"locale\": \"<string>\",\n      \"name\": \"<string>\",\n      \"reservation\": {\n        \"address\": \"<string>\",\n        \"birth_country\": \"<string>\",\n        \"birthday\": \"<date>\",\n        \"brand_id\": \"<integer>\",\n        \"check_in\": \"<date>\",\n        \"check_out\": \"<date>\",\n        \"city\": \"<string>\",\n        \"document_date_issue\": \"<date>\",\n        \"document_id\": \"<string>\",\n        \"document_type\": \"<string>\",\n        \"email\": \"<string>\",\n        \"first_name\": \"<string>\",\n        \"gender\": \"<string>\",\n        \"hotel_id\": \"<integer>\",\n        \"hotel_name\": \"<string>\",\n        \"last_name\": \"<string>\",\n        \"loyalty_member\": \"<integer>\",\n        \"nationality\": \"<string>\",\n        \"pax_type\": \"<string>\",\n        \"percent\": \"<integer>\",\n        \"pms_id\": \"<string>\",\n        \"position\": \"<integer>\",\n        \"postal_code\": \"<string>\",\n        \"province\": \"<string>\",\n        \"res_adults\": \"<integer>\",\n        \"res_agency\": \"<string>\",\n        \"res_amount\": \"<string>\",\n        \"res_babies\": \"<integer>\",\n        \"res_board\": \"<string>\",\n        \"res_channel\": \"<string>\",\n        \"res_childrens\": \"<string>\",\n        \"res_company\": \"<string>\",\n        \"res_contract\": \"<string>\",\n        \"res_currency\": \"<string>\",\n        \"res_data\": \"<string>\",\n        \"res_date\": \"<date>\",\n        \"res_id\": \"<string>\",\n        \"res_integerermediary\": \"<string>\",\n        \"res_juniors\": \"<string>\",\n        \"res_nights\": \"<integer>\",\n        \"res_room_number\": \"<string>\",\n        \"res_room_type\": \"<string>\",\n        \"res_seniors\": \"<string>\",\n        \"residence_country\": \"<string>\",\n        \"telephone\": \"<string>\"\n      },\n      \"sendex\": \"<number>\",\n      \"unsubscribed\": \"<integer>\",\n      \"visit\": {\n        \"room_number\": \"<string>\"\n      }\n    }\n  ],\n  \"links\": {\n    \"first\": \"<string>\",\n    \"last\": \"<string>\",\n    \"next\": \"<string>\",\n    \"prev\": \"<string>\"\n  },\n  \"meta\": {\n    \"current_page\": \"<integer>\",\n    \"from\": \"<integer>\",\n    \"last_page\": \"<integer>\",\n    \"path\": \"<string>\",\n    \"per_page\": \"<integer>\",\n    \"to\": \"<integer>\",\n    \"total\": \"<integer>\"\n  }\n}"},{"id":"a696ae00-65f1-4741-ac71-779e082a9023","name":"400 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/users?date_from=<string>&date_to=<string>&unsubscribed=<string>&brands=<string>&page=<string>&page_items=<string>","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","users"],"query":[{"key":"date_from","value":"<string>"},{"key":"date_to","value":"<string>"},{"key":"unsubscribed","value":"<string>"},{"key":"brands","value":"<string>"},{"key":"page","value":"<string>"},{"key":"page_items","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand id to be used to fetch users"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": \"<string>\"\n}"},{"id":"d04ece91-18bf-4761-a387-0ca1adaa997e","name":"500 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/users?date_from=<string>&date_to=<string>&unsubscribed=<string>&brands=<string>&page=<string>&page_items=<string>","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","users"],"query":[{"key":"date_from","value":"<string>"},{"key":"date_to","value":"<string>"},{"key":"unsubscribed","value":"<string>"},{"key":"brands","value":"<string>"},{"key":"page","value":"<string>"},{"key":"page_items","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand id to be used to fetch users"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": \"<string>\"\n}"}],"_postman_id":"3a026f85-92da-4cce-bdde-8eb29ea99ac4"}],"id":"1de7b747-21bb-4973-a320-aa2c1b69ef7d","_postman_id":"1de7b747-21bb-4973-a320-aa2c1b69ef7d","description":""},{"name":"gdpr","item":[{"name":"Get brand GDPR","id":"4abca4c4-b560-4ae6-a94f-74214c5a4920","protocolProfileBehavior":{"disableBodyPruning":true},"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"}],"url":"https://api.hotelinking.com/brands/:brand_id/gdpr?lang=<string>","description":"<p>Returns the GDPR for the brand</p>\n","urlObject":{"path":["brands",":brand_id","gdpr"],"host":["https://api.hotelinking.com"],"query":[{"description":{"content":"<p>(Required) Language of the GDPR to be obtained</p>\n","type":"text/plain"},"key":"lang","value":"<string>"}],"variable":[{"id":"d8c9db54-c10a-4609-86d4-610002048ab0","description":{"content":"<p>(Required) Brand id to be used to fetch GDPR</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"brand_id"}]}},"response":[{"id":"a3c5023b-c78e-4990-8c8f-06aec14cabd7","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/gdpr?lang=<string>","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","gdpr"],"query":[{"key":"lang","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand id to be used to fetch GDPR"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"first_eprivacy_page\": \"<string>\",\n    \"legal_text\": \"<string>\",\n    \"restricted_portal\": \"<boolean>\",\n    \"second_eprivacy_page\": \"<integer>\"\n  }\n}"},{"id":"65a95b9b-c91f-4b3d-8b80-855d106852e5","name":"400 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/gdpr?lang=<string>","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","gdpr"],"query":[{"key":"lang","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand id to be used to fetch GDPR"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fe0a94e8-f415-4896-ae1e-267105b545a6","name":"404 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/gdpr?lang=<string>","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","gdpr"],"query":[{"key":"lang","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand id to be used to fetch GDPR"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4abca4c4-b560-4ae6-a94f-74214c5a4920"}],"id":"60c39f7a-b445-4478-bf81-c559bfef2d2e","_postman_id":"60c39f7a-b445-4478-bf81-c559bfef2d2e","description":""},{"name":"documents","item":[{"name":"Download document","id":"18cf006e-498c-4e50-871d-01b4093867ab","protocolProfileBehavior":{"disableBodyPruning":true},"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"}],"url":"https://api.hotelinking.com/brands/:brand_id/documents/download?path=<string>","description":"<p>Returns a document file</p>\n","urlObject":{"path":["brands",":brand_id","documents","download"],"host":["https://api.hotelinking.com"],"query":[{"description":{"content":"<p>(Required) document path</p>\n","type":"text/plain"},"key":"path","value":"<string>"}],"variable":[{"id":"c636f214-2227-418e-a8a4-1716ccc92057","description":{"content":"<p>(Required) Identifier to be used to fetch documents</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"brand_id"}]}},"response":[{"id":"df37f637-6a8e-487c-95fd-11241f2659d7","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/documents/download?path=<string>","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","documents","download"],"query":[{"key":"path","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Identifier to be used to fetch documents"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"<binary>\""},{"id":"cc7aa146-baf3-424d-914b-80e59e297ebf","name":"400 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/documents/download?path=<string>","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","documents","download"],"query":[{"key":"path","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Identifier to be used to fetch documents"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": \"<string>\"\n}"},{"id":"6c368002-4255-4c91-a9db-b3546b45552a","name":"500 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/documents/download?path=<string>","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","documents","download"],"query":[{"key":"path","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Identifier to be used to fetch documents"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": \"<string>\"\n}"}],"_postman_id":"18cf006e-498c-4e50-871d-01b4093867ab"},{"name":"Upload Documents to a guest in a reservation","id":"4c5a93ee-19b8-4a55-856f-27aa6035c04b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documents\": [\n    {\n      \"pms_id\": \"<string>\",\n      \"path\": \"<object>\",\n      \"name\": \"<string>\",\n      \"content\": \"<object>\"\n    },\n    {\n      \"pms_id\": \"<string>\",\n      \"path\": \"<object>\",\n      \"name\": \"<string>\",\n      \"content\": \"<object>\"\n    }\n  ],\n  \"res_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hotelinking.com/integrations/brands/:brand_id/reservations/documents","description":"<p>Upload a document to a guest in a reservation</p>\n","urlObject":{"path":["integrations","brands",":brand_id","reservations","documents"],"host":["https://api.hotelinking.com"],"query":[],"variable":[{"id":"51baf669-e031-4aa8-bd32-3a84cdf980d3","description":{"content":"<p>(Required) Brand identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"brand_id"}]}},"response":[{"id":"12ee9006-c2a7-4514-ac57-1cb5483ced54","name":"204 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"documents\": [\n    {\n      \"pms_id\": \"<string>\",\n      \"path\": \"<object>\",\n      \"name\": \"<string>\",\n      \"content\": \"<object>\"\n    },\n    {\n      \"pms_id\": \"<string>\",\n      \"path\": \"<object>\",\n      \"name\": \"<string>\",\n      \"content\": \"<object>\"\n    }\n  ],\n  \"res_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.hotelinking.com/integrations/brands/:brand_id/reservations/documents","host":["https://api.hotelinking.com"],"path":["integrations","brands",":brand_id","reservations","documents"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand identifier"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"70680954-966b-4874-9bc9-961c0279da99","name":"400 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"documents\": [\n    {\n      \"pms_id\": \"<string>\",\n      \"path\": \"<object>\",\n      \"name\": \"<string>\",\n      \"content\": \"<object>\"\n    },\n    {\n      \"pms_id\": \"<string>\",\n      \"path\": \"<object>\",\n      \"name\": \"<string>\",\n      \"content\": \"<object>\"\n    }\n  ],\n  \"res_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.hotelinking.com/integrations/brands/:brand_id/reservations/documents","host":["https://api.hotelinking.com"],"path":["integrations","brands",":brand_id","reservations","documents"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ac25a7ff-e2c8-4ce6-9e7d-d5d805e4afc6","name":"500 response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"documents\": [\n    {\n      \"pms_id\": \"<string>\",\n      \"path\": \"<object>\",\n      \"name\": \"<string>\",\n      \"content\": \"<object>\"\n    },\n    {\n      \"pms_id\": \"<string>\",\n      \"path\": \"<object>\",\n      \"name\": \"<string>\",\n      \"content\": \"<object>\"\n    }\n  ],\n  \"res_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.hotelinking.com/integrations/brands/:brand_id/reservations/documents","host":["https://api.hotelinking.com"],"path":["integrations","brands",":brand_id","reservations","documents"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand identifier"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4c5a93ee-19b8-4a55-856f-27aa6035c04b"},{"name":"List documents path","id":"ef5554d8-eb14-4268-9b39-f92ca88a2918","protocolProfileBehavior":{"disableBodyPruning":true},"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"}],"url":"https://api.hotelinking.com/brands/:brand_id/documents?date=<string>&reservation_id=<string>","description":"<p>Returns a list of document paths</p>\n","urlObject":{"path":["brands",":brand_id","documents"],"host":["https://api.hotelinking.com"],"query":[{"key":"date","value":"<string>"},{"description":{"content":"<p>Reservation identifier</p>\n","type":"text/plain"},"key":"reservation_id","value":"<string>"}],"variable":[{"id":"04e6dcd7-b94a-4eee-8642-7573be38fe5f","description":{"content":"<p>(Required) Brand identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"brand_id"}]}},"response":[{"id":"2614449b-21d4-4445-af23-75c9c00babeb","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/documents?date=<string>&reservation_id=<string>","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","documents"],"query":[{"key":"date","value":"<string>"},{"key":"reservation_id","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"5ed4fc77-3ffa-47d9-9041-949491d87c73","name":"400 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/documents?date=<string>&reservation_id=<string>","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","documents"],"query":[{"key":"date","value":"<string>"},{"key":"reservation_id","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": \"<string>\"\n}"},{"id":"142ccd77-1e9e-4c1d-b5d3-a632863a4e48","name":"500 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/documents?date=<string>&reservation_id=<string>","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","documents"],"query":[{"key":"date","value":"<string>"},{"key":"reservation_id","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand identifier"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": \"<string>\"\n}"}],"_postman_id":"ef5554d8-eb14-4268-9b39-f92ca88a2918"}],"id":"f7fc7478-8cec-4647-9374-1c430857cb4b","_postman_id":"f7fc7478-8cec-4647-9374-1c430857cb4b","description":""},{"name":"Webhook","item":[{"name":"Synchronize reservation webhook","id":"74d1c1d2-7566-471b-82e7-5382f006f8a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"reservation\": {\n    \"pms_reservation_id\": \"<string>\",\n    \"confirmation_number\": \"<string>\",\n    \"total_value\": \"<number>\",\n    \"booking_company\": \"<string>\",\n    \"board_type\": \"<string>\",\n    \"booking_date\": \"<dateTime>\",\n    \"adults\": \"<integer>\",\n    \"created_at\": \"<dateTime>\",\n    \"total_extras\": \"<number>\",\n    \"extras\": [\n      {\n        \"amount\": \"<number>\",\n        \"code\": \"<string>\",\n        \"quantity\": \"<integer>\",\n        \"notes\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"posted_at\": \"<dateTime>\",\n        \"cupidatat_2_\": false,\n        \"pariatur_a\": false,\n        \"fugiat_\": \"nulla quis culpa ut dolore\",\n        \"esseb63\": false\n      },\n      {\n        \"amount\": \"<number>\",\n        \"code\": \"<string>\",\n        \"quantity\": \"<integer>\",\n        \"notes\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"posted_at\": \"<dateTime>\"\n      }\n    ],\n    \"babies\": \"<integer>\",\n    \"hotel_code\": \"<string>\",\n    \"rate_plan\": \"<string>\",\n    \"booking_id\": \"<string>\",\n    \"check_out\": \"<dateTime>\",\n    \"juniors\": \"<integer>\",\n    \"updated_at\": \"<dateTime>\",\n    \"contract_code\": \"<string>\",\n    \"children\": \"<integer>\",\n    \"currency\": \"<string>\",\n    \"campaign_id\": \"<string>\",\n    \"booking_amount\": \"<number>\",\n    \"comments\": \"<string>\",\n    \"booking_channel\": \"<string>\",\n    \"source_system\": \"<string>\",\n    \"check_in\": \"<dateTime>\",\n    \"booking_agency\": \"<string>\",\n    \"hotel_name\": \"<string>\",\n    \"reservation_id\": \"<string>\",\n    \"extra_data\": \"<object>\",\n    \"nights\": \"<integer>\",\n    \"guests\": [\n      {\n        \"is_owner\": \"<boolean>\",\n        \"contact\": {\n          \"birthday\": \"<date>\",\n          \"country\": \"<string>\",\n          \"external_contact_id\": \"<string>\",\n          \"document_number\": \"<string>\",\n          \"pax_type\": \"<string>\",\n          \"gender\": \"<string>\",\n          \"city\": \"<string>\",\n          \"last_name\": \"<string>\",\n          \"created_at\": \"<dateTime>\",\n          \"language\": \"<string>\",\n          \"zip_code\": \"<string>\",\n          \"province\": \"<string>\",\n          \"nationality\": \"<string>\",\n          \"updated_at\": \"<dateTime>\",\n          \"phone\": \"<string>\",\n          \"loyalty_number\": \"<string>\",\n          \"vip_status\": \"<boolean>\",\n          \"company\": \"<string>\",\n          \"first_name\": \"<string>\",\n          \"marketing_opt_in\": \"<boolean>\",\n          \"email\": \"<email>\",\n          \"document_type\": \"<string>\"\n        },\n        \"occaecat__d\": 74690588\n      },\n      {\n        \"is_owner\": \"<boolean>\",\n        \"contact\": {\n          \"birthday\": \"<date>\",\n          \"country\": \"<string>\",\n          \"external_contact_id\": \"<string>\",\n          \"document_number\": \"<string>\",\n          \"pax_type\": \"<string>\",\n          \"gender\": \"<string>\",\n          \"city\": \"<string>\",\n          \"last_name\": \"<string>\",\n          \"created_at\": \"<dateTime>\",\n          \"language\": \"<string>\",\n          \"zip_code\": \"<string>\",\n          \"province\": \"<string>\",\n          \"nationality\": \"<string>\",\n          \"updated_at\": \"<dateTime>\",\n          \"phone\": \"<string>\",\n          \"loyalty_number\": \"<string>\",\n          \"vip_status\": \"<boolean>\",\n          \"company\": \"<string>\",\n          \"first_name\": \"<string>\",\n          \"marketing_opt_in\": \"<boolean>\",\n          \"email\": \"<email>\",\n          \"document_type\": \"<string>\"\n        }\n      }\n    ],\n    \"booking_intermediary\": \"<string>\",\n    \"localizer_code\": \"<string>\",\n    \"status\": \"<string>\",\n    \"room_type\": \"<string>\"\n  },\n  \"pariatur_44f\": 92080333.35360354,\n  \"occaecat_4d8\": -2588172,\n  \"ina_\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hotelinking.com/webhook/reservations","description":"<p>Receives reservation data from external systems with a flexible schema, and sends it to a queue for asynchronous processing. The endpoint accepts various payload formats and structures. The validation is performed internally by us. The documented fields serve as guidelines for the expected data structure. Additional fields beyond those documented are accepted and will be passed through for processing.</p>\n","urlObject":{"path":["webhook","reservations"],"host":["https://api.hotelinking.com"],"query":[],"variable":[]}},"response":[{"id":"3cca28d0-dfb1-4d66-bb6d-37624c162594","name":"Message successfully sent to queue","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"reservation\": {\n    \"pms_reservation_id\": \"<string>\",\n    \"confirmation_number\": \"<string>\",\n    \"total_value\": \"<number>\",\n    \"booking_company\": \"<string>\",\n    \"board_type\": \"<string>\",\n    \"booking_date\": \"<dateTime>\",\n    \"adults\": \"<integer>\",\n    \"created_at\": \"<dateTime>\",\n    \"total_extras\": \"<number>\",\n    \"extras\": [\n      {\n        \"amount\": \"<number>\",\n        \"code\": \"<string>\",\n        \"quantity\": \"<integer>\",\n        \"notes\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"posted_at\": \"<dateTime>\"\n      },\n      {\n        \"amount\": \"<number>\",\n        \"code\": \"<string>\",\n        \"quantity\": \"<integer>\",\n        \"notes\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"posted_at\": \"<dateTime>\",\n        \"autecb\": -66270852.83873706\n      }\n    ],\n    \"babies\": \"<integer>\",\n    \"hotel_code\": \"<string>\",\n    \"rate_plan\": \"<string>\",\n    \"booking_id\": \"<string>\",\n    \"check_out\": \"<dateTime>\",\n    \"juniors\": \"<integer>\",\n    \"updated_at\": \"<dateTime>\",\n    \"contract_code\": \"<string>\",\n    \"children\": \"<integer>\",\n    \"currency\": \"<string>\",\n    \"campaign_id\": \"<string>\",\n    \"booking_amount\": \"<number>\",\n    \"comments\": \"<string>\",\n    \"booking_channel\": \"<string>\",\n    \"source_system\": \"<string>\",\n    \"check_in\": \"<dateTime>\",\n    \"booking_agency\": \"<string>\",\n    \"hotel_name\": \"<string>\",\n    \"reservation_id\": \"<string>\",\n    \"extra_data\": \"<object>\",\n    \"nights\": \"<integer>\",\n    \"guests\": [\n      {\n        \"is_owner\": \"<boolean>\",\n        \"contact\": {\n          \"birthday\": \"<date>\",\n          \"country\": \"<string>\",\n          \"external_contact_id\": \"<string>\",\n          \"document_number\": \"<string>\",\n          \"pax_type\": \"<string>\",\n          \"gender\": \"<string>\",\n          \"city\": \"<string>\",\n          \"last_name\": \"<string>\",\n          \"created_at\": \"<dateTime>\",\n          \"language\": \"<string>\",\n          \"zip_code\": \"<string>\",\n          \"province\": \"<string>\",\n          \"nationality\": \"<string>\",\n          \"updated_at\": \"<dateTime>\",\n          \"phone\": \"<string>\",\n          \"loyalty_number\": \"<string>\",\n          \"vip_status\": \"<boolean>\",\n          \"company\": \"<string>\",\n          \"first_name\": \"<string>\",\n          \"marketing_opt_in\": \"<boolean>\",\n          \"email\": \"<email>\",\n          \"document_type\": \"<string>\"\n        }\n      },\n      {\n        \"is_owner\": \"<boolean>\",\n        \"contact\": {\n          \"birthday\": \"<date>\",\n          \"country\": \"<string>\",\n          \"external_contact_id\": \"<string>\",\n          \"document_number\": \"<string>\",\n          \"pax_type\": \"<string>\",\n          \"gender\": \"<string>\",\n          \"city\": \"<string>\",\n          \"last_name\": \"<string>\",\n          \"created_at\": \"<dateTime>\",\n          \"language\": \"<string>\",\n          \"zip_code\": \"<string>\",\n          \"province\": \"<string>\",\n          \"nationality\": \"<string>\",\n          \"updated_at\": \"<dateTime>\",\n          \"phone\": \"<string>\",\n          \"loyalty_number\": \"<string>\",\n          \"vip_status\": \"<boolean>\",\n          \"company\": \"<string>\",\n          \"first_name\": \"<string>\",\n          \"marketing_opt_in\": \"<boolean>\",\n          \"email\": \"<email>\",\n          \"document_type\": \"<string>\"\n        },\n        \"ipsum_\": \"est eu\",\n        \"Lorem9\": -7634533\n      }\n    ],\n    \"booking_intermediary\": \"<string>\",\n    \"localizer_code\": \"<string>\",\n    \"status\": \"<string>\",\n    \"room_type\": \"<string>\"\n  },\n  \"aliquip0\": -83075175.93441296\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hotelinking.com/webhook/reservations"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"10dd867e-a5a3-4c9c-aba6-87a0691c9e6b","name":"Bad request - Invalid request body or schema validation failed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"reservation\": {\n    \"pms_reservation_id\": \"<string>\",\n    \"confirmation_number\": \"<string>\",\n    \"total_value\": \"<number>\",\n    \"booking_company\": \"<string>\",\n    \"board_type\": \"<string>\",\n    \"booking_date\": \"<dateTime>\",\n    \"adults\": \"<integer>\",\n    \"created_at\": \"<dateTime>\",\n    \"total_extras\": \"<number>\",\n    \"extras\": [\n      {\n        \"amount\": \"<number>\",\n        \"code\": \"<string>\",\n        \"quantity\": \"<integer>\",\n        \"notes\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"posted_at\": \"<dateTime>\"\n      },\n      {\n        \"amount\": \"<number>\",\n        \"code\": \"<string>\",\n        \"quantity\": \"<integer>\",\n        \"notes\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"posted_at\": \"<dateTime>\",\n        \"autecb\": -66270852.83873706\n      }\n    ],\n    \"babies\": \"<integer>\",\n    \"hotel_code\": \"<string>\",\n    \"rate_plan\": \"<string>\",\n    \"booking_id\": \"<string>\",\n    \"check_out\": \"<dateTime>\",\n    \"juniors\": \"<integer>\",\n    \"updated_at\": \"<dateTime>\",\n    \"contract_code\": \"<string>\",\n    \"children\": \"<integer>\",\n    \"currency\": \"<string>\",\n    \"campaign_id\": \"<string>\",\n    \"booking_amount\": \"<number>\",\n    \"comments\": \"<string>\",\n    \"booking_channel\": \"<string>\",\n    \"source_system\": \"<string>\",\n    \"check_in\": \"<dateTime>\",\n    \"booking_agency\": \"<string>\",\n    \"hotel_name\": \"<string>\",\n    \"reservation_id\": \"<string>\",\n    \"extra_data\": \"<object>\",\n    \"nights\": \"<integer>\",\n    \"guests\": [\n      {\n        \"is_owner\": \"<boolean>\",\n        \"contact\": {\n          \"birthday\": \"<date>\",\n          \"country\": \"<string>\",\n          \"external_contact_id\": \"<string>\",\n          \"document_number\": \"<string>\",\n          \"pax_type\": \"<string>\",\n          \"gender\": \"<string>\",\n          \"city\": \"<string>\",\n          \"last_name\": \"<string>\",\n          \"created_at\": \"<dateTime>\",\n          \"language\": \"<string>\",\n          \"zip_code\": \"<string>\",\n          \"province\": \"<string>\",\n          \"nationality\": \"<string>\",\n          \"updated_at\": \"<dateTime>\",\n          \"phone\": \"<string>\",\n          \"loyalty_number\": \"<string>\",\n          \"vip_status\": \"<boolean>\",\n          \"company\": \"<string>\",\n          \"first_name\": \"<string>\",\n          \"marketing_opt_in\": \"<boolean>\",\n          \"email\": \"<email>\",\n          \"document_type\": \"<string>\"\n        }\n      },\n      {\n        \"is_owner\": \"<boolean>\",\n        \"contact\": {\n          \"birthday\": \"<date>\",\n          \"country\": \"<string>\",\n          \"external_contact_id\": \"<string>\",\n          \"document_number\": \"<string>\",\n          \"pax_type\": \"<string>\",\n          \"gender\": \"<string>\",\n          \"city\": \"<string>\",\n          \"last_name\": \"<string>\",\n          \"created_at\": \"<dateTime>\",\n          \"language\": \"<string>\",\n          \"zip_code\": \"<string>\",\n          \"province\": \"<string>\",\n          \"nationality\": \"<string>\",\n          \"updated_at\": \"<dateTime>\",\n          \"phone\": \"<string>\",\n          \"loyalty_number\": \"<string>\",\n          \"vip_status\": \"<boolean>\",\n          \"company\": \"<string>\",\n          \"first_name\": \"<string>\",\n          \"marketing_opt_in\": \"<boolean>\",\n          \"email\": \"<email>\",\n          \"document_type\": \"<string>\"\n        },\n        \"ipsum_\": \"est eu\",\n        \"Lorem9\": -7634533\n      }\n    ],\n    \"booking_intermediary\": \"<string>\",\n    \"localizer_code\": \"<string>\",\n    \"status\": \"<string>\",\n    \"room_type\": \"<string>\"\n  },\n  \"aliquip0\": -83075175.93441296\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hotelinking.com/webhook/reservations"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bcbcc59b-cc3f-481c-b19e-dedcf3ec1328","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"reservation\": {\n    \"pms_reservation_id\": \"<string>\",\n    \"confirmation_number\": \"<string>\",\n    \"total_value\": \"<number>\",\n    \"booking_company\": \"<string>\",\n    \"board_type\": \"<string>\",\n    \"booking_date\": \"<dateTime>\",\n    \"adults\": \"<integer>\",\n    \"created_at\": \"<dateTime>\",\n    \"total_extras\": \"<number>\",\n    \"extras\": [\n      {\n        \"amount\": \"<number>\",\n        \"code\": \"<string>\",\n        \"quantity\": \"<integer>\",\n        \"notes\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"posted_at\": \"<dateTime>\"\n      },\n      {\n        \"amount\": \"<number>\",\n        \"code\": \"<string>\",\n        \"quantity\": \"<integer>\",\n        \"notes\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"posted_at\": \"<dateTime>\",\n        \"autecb\": -66270852.83873706\n      }\n    ],\n    \"babies\": \"<integer>\",\n    \"hotel_code\": \"<string>\",\n    \"rate_plan\": \"<string>\",\n    \"booking_id\": \"<string>\",\n    \"check_out\": \"<dateTime>\",\n    \"juniors\": \"<integer>\",\n    \"updated_at\": \"<dateTime>\",\n    \"contract_code\": \"<string>\",\n    \"children\": \"<integer>\",\n    \"currency\": \"<string>\",\n    \"campaign_id\": \"<string>\",\n    \"booking_amount\": \"<number>\",\n    \"comments\": \"<string>\",\n    \"booking_channel\": \"<string>\",\n    \"source_system\": \"<string>\",\n    \"check_in\": \"<dateTime>\",\n    \"booking_agency\": \"<string>\",\n    \"hotel_name\": \"<string>\",\n    \"reservation_id\": \"<string>\",\n    \"extra_data\": \"<object>\",\n    \"nights\": \"<integer>\",\n    \"guests\": [\n      {\n        \"is_owner\": \"<boolean>\",\n        \"contact\": {\n          \"birthday\": \"<date>\",\n          \"country\": \"<string>\",\n          \"external_contact_id\": \"<string>\",\n          \"document_number\": \"<string>\",\n          \"pax_type\": \"<string>\",\n          \"gender\": \"<string>\",\n          \"city\": \"<string>\",\n          \"last_name\": \"<string>\",\n          \"created_at\": \"<dateTime>\",\n          \"language\": \"<string>\",\n          \"zip_code\": \"<string>\",\n          \"province\": \"<string>\",\n          \"nationality\": \"<string>\",\n          \"updated_at\": \"<dateTime>\",\n          \"phone\": \"<string>\",\n          \"loyalty_number\": \"<string>\",\n          \"vip_status\": \"<boolean>\",\n          \"company\": \"<string>\",\n          \"first_name\": \"<string>\",\n          \"marketing_opt_in\": \"<boolean>\",\n          \"email\": \"<email>\",\n          \"document_type\": \"<string>\"\n        }\n      },\n      {\n        \"is_owner\": \"<boolean>\",\n        \"contact\": {\n          \"birthday\": \"<date>\",\n          \"country\": \"<string>\",\n          \"external_contact_id\": \"<string>\",\n          \"document_number\": \"<string>\",\n          \"pax_type\": \"<string>\",\n          \"gender\": \"<string>\",\n          \"city\": \"<string>\",\n          \"last_name\": \"<string>\",\n          \"created_at\": \"<dateTime>\",\n          \"language\": \"<string>\",\n          \"zip_code\": \"<string>\",\n          \"province\": \"<string>\",\n          \"nationality\": \"<string>\",\n          \"updated_at\": \"<dateTime>\",\n          \"phone\": \"<string>\",\n          \"loyalty_number\": \"<string>\",\n          \"vip_status\": \"<boolean>\",\n          \"company\": \"<string>\",\n          \"first_name\": \"<string>\",\n          \"marketing_opt_in\": \"<boolean>\",\n          \"email\": \"<email>\",\n          \"document_type\": \"<string>\"\n        },\n        \"ipsum_\": \"est eu\",\n        \"Lorem9\": -7634533\n      }\n    ],\n    \"booking_intermediary\": \"<string>\",\n    \"localizer_code\": \"<string>\",\n    \"status\": \"<string>\",\n    \"room_type\": \"<string>\"\n  },\n  \"aliquip0\": -83075175.93441296\n}","options":{"raw":{"language":"json"}}},"url":"https://api.hotelinking.com/webhook/reservations"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"74d1c1d2-7566-471b-82e7-5382f006f8a8"}],"id":"76397736-de0a-4dfb-8baa-ab4e09fc824d","_postman_id":"76397736-de0a-4dfb-8baa-ab4e09fc824d","description":""},{"name":"configuration","item":[{"name":"Get Product Config","id":"3304810f-2a56-4efd-a424-8c3d8be2c734","protocolProfileBehavior":{"disableBodyPruning":true},"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"}],"url":"https://api.hotelinking.com/brands/:brand_id/products/:product_id/configuration","description":"<p>Returns the product configuration</p>\n","urlObject":{"path":["brands",":brand_id","products",":product_id","configuration"],"host":["https://api.hotelinking.com"],"query":[],"variable":[{"id":"745c9dfc-ba57-4423-a4fe-4037f50ae4f3","description":{"content":"<p>(Required) Brand identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"brand_id"},{"id":"498ad4f7-0fea-48fb-bd65-0b484b3f6ebc","description":{"content":"<p>(Required) Product identifier</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"product_id"}]}},"response":[{"id":"07af368d-47b3-4363-baf9-de521f819488","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/products/:product_id/configuration","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","products",":product_id","configuration"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand identifier"},{"key":"product_id","value":"<string>","description":"(Required) Product identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"<object>\""},{"id":"c21f055a-7852-42e9-90ee-838c07518f92","name":"404 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/products/:product_id/configuration","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","products",":product_id","configuration"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand identifier"},{"key":"product_id","value":"<string>","description":"(Required) Product identifier"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3304810f-2a56-4efd-a424-8c3d8be2c734"}],"id":"57f647f8-8bd6-4db8-98c7-f1070a168b29","_postman_id":"57f647f8-8bd6-4db8-98c7-f1070a168b29","description":""},{"name":"surveys","item":[{"name":"List brand survey answers","id":"397c490f-f30b-4574-99b9-944e350c2699","protocolProfileBehavior":{"disableBodyPruning":true},"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"}],"url":"https://api.hotelinking.com/brands/:brand_id/surveys/satisfactions/answers?date_from=<string>&favorite=<string>&category=<string>&date_to=<string>&brands=<string>&language=<string>&score=<string>&page=<string>&page_items=<string>","description":"<p>Returns a paginated list of survey answers for one or many brands</p>\n","urlObject":{"path":["brands",":brand_id","surveys","satisfactions","answers"],"host":["https://api.hotelinking.com"],"query":[{"description":{"content":"<p>Survey answers date_from filter </p>\n<p>Expected format YYYY-MM-DD</p>\n","type":"text/plain"},"key":"date_from","value":"<string>"},{"description":{"content":"<p>Specify if you want only the favorite survey answers to be returned </p>\n<p>Values 0 or 1</p>\n","type":"text/plain"},"key":"favorite","value":"<string>"},{"description":{"content":"<p>Survey category filter, in case of no value passed it will return the default satisfaction survey</p>\n","type":"text/plain"},"key":"category","value":"<string>"},{"description":{"content":"<p>Survey answers date_to filter </p>\n<p>Expected format YYYY-MM-DD</p>\n","type":"text/plain"},"key":"date_to","value":"<string>"},{"description":{"content":"<p>Comma separated list of brand ids that belong to a chain (brand_id path parameter), this parameter will be disconsidered if not a hotel chain</p>\n","type":"text/plain"},"key":"brands","value":"<string>"},{"description":{"content":"<p>Language filter for survey answers</p>\n<p>Default: en</p>\n","type":"text/plain"},"key":"language","value":"<string>"},{"description":{"content":"<p>Score filter for survey answers </p>\n<p>Default 0</p>\n<p>Minimum: 0</p>\n<p>Maximum: 10</p>\n","type":"text/plain"},"key":"score","value":"<string>"},{"description":{"content":"<p>Pagination page number</p>\n<p>Default: 1</p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"description":{"content":"<p>Pagination number of items per page </p>\n<p>Default: 100</p>\n<p>Maximum: 500</p>\n<p>Minimum: 1</p>\n","type":"text/plain"},"key":"page_items","value":"<string>"}],"variable":[{"id":"95c29ba9-1743-439a-b738-6a320085c846","description":{"content":"<p>(Required) Brand id to be used to fetch survey answers</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"brand_id"}]}},"response":[{"id":"906dbaa5-b2ae-48f2-9384-c97da6a7bae6","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/surveys/satisfactions/answers?date_from=<string>&favorite=<string>&category=<string>&date_to=<string>&brands=<string>&language=<string>&score=<string>&page=<string>&page_items=<string>","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","surveys","satisfactions","answers"],"query":[{"key":"date_from","value":"<string>"},{"key":"favorite","value":"<string>"},{"key":"category","value":"<string>"},{"key":"date_to","value":"<string>"},{"key":"brands","value":"<string>"},{"key":"language","value":"<string>"},{"key":"score","value":"<string>"},{"key":"page","value":"<string>"},{"key":"page_items","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand id to be used to fetch survey answers"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"avatar\": \"<string>\",\n      \"brand\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\"\n      },\n      \"comment\": \"<string>\",\n      \"created_at\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"score\": \"<number>\",\n      \"country\": \"<string>\",\n      \"visit\": [\n        {\n          \"checkIn\": \"<string>\",\n          \"checkOut\": \"<string>\",\n          \"resChannel\": \"<string>\"\n        },\n        {\n          \"checkIn\": \"<string>\",\n          \"checkOut\": \"<string>\",\n          \"resChannel\": \"<string>\"\n        }\n      ],\n      \"category\": \"<string>\",\n      \"roomID\": \"<string>\"\n    },\n    {\n      \"avatar\": \"<string>\",\n      \"brand\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\"\n      },\n      \"comment\": \"<string>\",\n      \"created_at\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"score\": \"<number>\",\n      \"country\": \"<string>\",\n      \"visit\": [\n        {\n          \"checkIn\": \"<string>\",\n          \"checkOut\": \"<string>\",\n          \"resChannel\": \"<string>\"\n        },\n        {\n          \"checkIn\": \"<string>\",\n          \"checkOut\": \"<string>\",\n          \"resChannel\": \"<string>\"\n        }\n      ],\n      \"category\": \"<string>\",\n      \"roomID\": \"<string>\"\n    }\n  ],\n  \"links\": {\n    \"first\": \"<string>\",\n    \"last\": \"<string>\",\n    \"next\": \"<string>\",\n    \"prev\": \"<string>\"\n  },\n  \"meta\": {\n    \"current_page\": \"<integer>\",\n    \"from\": \"<integer>\",\n    \"last_page\": \"<integer>\",\n    \"path\": \"<string>\",\n    \"per_page\": \"<integer>\",\n    \"to\": \"<integer>\",\n    \"total\": \"<integer>\"\n  }\n}"},{"id":"48698aa5-f4b1-4990-939e-38f7bcae666a","name":"400 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/surveys/satisfactions/answers?date_from=<string>&favorite=<string>&category=<string>&date_to=<string>&brands=<string>&language=<string>&score=<string>&page=<string>&page_items=<string>","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","surveys","satisfactions","answers"],"query":[{"key":"date_from","value":"<string>"},{"key":"favorite","value":"<string>"},{"key":"category","value":"<string>"},{"key":"date_to","value":"<string>"},{"key":"brands","value":"<string>"},{"key":"language","value":"<string>"},{"key":"score","value":"<string>"},{"key":"page","value":"<string>"},{"key":"page_items","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand id to be used to fetch survey answers"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": \"<string>\"\n}"},{"id":"7ca52291-380f-4761-9842-ae00955d0355","name":"500 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/surveys/satisfactions/answers?date_from=<string>&favorite=<string>&category=<string>&date_to=<string>&brands=<string>&language=<string>&score=<string>&page=<string>&page_items=<string>","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","surveys","satisfactions","answers"],"query":[{"key":"date_from","value":"<string>"},{"key":"favorite","value":"<string>"},{"key":"category","value":"<string>"},{"key":"date_to","value":"<string>"},{"key":"brands","value":"<string>"},{"key":"language","value":"<string>"},{"key":"score","value":"<string>"},{"key":"page","value":"<string>"},{"key":"page_items","value":"<string>"}],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) Brand id to be used to fetch survey answers"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": \"<string>\"\n}"}],"_postman_id":"397c490f-f30b-4574-99b9-944e350c2699"}],"id":"409a7766-aa6a-4133-a265-175363f77c1c","_postman_id":"409a7766-aa6a-4133-a265-175363f77c1c","description":""},{"name":"/brands/:brand_id/info","id":"cda628cb-5f59-48ac-9825-e417af07e42d","protocolProfileBehavior":{"disableBodyPruning":true},"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"}],"url":"https://api.hotelinking.com/brands/:brand_id/info","urlObject":{"path":["brands",":brand_id","info"],"host":["https://api.hotelinking.com"],"query":[],"variable":[{"id":"273a5dc2-ca02-41ac-9486-91fd571b65df","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"brand_id"}]}},"response":[{"id":"aefb4d95-96f3-4649-8a6a-3aee8a93199b","name":"200 response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/info","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","info"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"<object>\""}],"_postman_id":"cda628cb-5f59-48ac-9825-e417af07e42d"},{"name":"/brands/:brand_id/info","id":"c2f96cb1-4236-4585-bee7-0fac196578cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"OPTIONS","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.hotelinking.com/brands/:brand_id/info","urlObject":{"path":["brands",":brand_id","info"],"host":["https://api.hotelinking.com"],"query":[],"variable":[{"id":"baf7e6b3-f890-40d0-a12b-5e026fe8058e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"brand_id"}]}},"response":[{"id":"5cdda053-f602-487e-9d28-9ee8a18c0dc6","name":"200 response","originalRequest":{"method":"OPTIONS","header":[],"url":{"raw":"https://api.hotelinking.com/brands/:brand_id/info","host":["https://api.hotelinking.com"],"path":["brands",":brand_id","info"],"variable":[{"key":"brand_id","value":"<string>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"disabled":false,"key":"Access-Control-Allow-Origin","value":"<string>","description":""},{"disabled":false,"key":"Access-Control-Allow-Methods","value":"<string>","description":""},{"disabled":false,"key":"Access-Control-Allow-Headers","value":"<string>","description":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"<object>\""}],"_postman_id":"c2f96cb1-4236-4585-bee7-0fac196578cc"}],"variable":[{"key":"baseUrl","value":"https://api.hotelinking.com","type":"string"}]}