{ "info": { "_postman_id": "0064cb72-3e4c-4f8b-ad2d-4a9d9f186b9c", "name": "Unified.to account reservation API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:26:35.000Z", "updatedAt": "2026-07-28T03:26:35.000Z", "lastUpdatedBy": "35240", "uid": "35240-0064cb72-3e4c-4f8b-ad2d-4a9d9f186b9c" }, "item": [ { "name": "commerce", "item": [ { "name": "{connection_id}", "item": [ { "name": "reservation", "item": [ { "name": "{id}", "item": [ { "name": "Remove a reservation", "id": "8b214e04-e297-4ec6-babe-7cba3057798a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/reservation/:id", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "reservation", ":id" ], "variable": [ { "id": "9e7e0afa-321f-4492-a64d-40bbac7d0140", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "c153d6eb-89d7-41dd-9327-d39981852543", "key": "id", "value": "", "description": "(Required) ID of the Reservation" } ] } }, "response": [ { "id": "9e3e2f77-ca4c-4385-b9b2-f32d98276b34", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/reservation/:id", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "reservation", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:26:35.000Z", "updatedAt": "2026-07-28T03:26:35.000Z", "uid": "35240-9e3e2f77-ca4c-4385-b9b2-f32d98276b34" }, { "id": "800277ae-6e34-417f-8c35-ef41d8ebfc68", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/reservation/:id", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "reservation", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:26:35.000Z", "updatedAt": "2026-07-28T03:26:35.000Z", "uid": "35240-800277ae-6e34-417f-8c35-ef41d8ebfc68" } ], "createdAt": "2026-07-28T03:26:35.000Z", "updatedAt": "2026-07-28T03:26:35.000Z", "uid": "35240-8b214e04-e297-4ec6-babe-7cba3057798a" }, { "name": "Retrieve a reservation", "id": "06675985-fbaf-4891-b22b-92405afe2df1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/reservation/:id?fields=guest_name&fields=location_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "reservation", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "guest_name" }, { "description": "Fields to return", "key": "fields", "value": "location_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "3d8e8497-1f9f-4ad1-a87e-080f764a1abb", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "2e92f468-89cf-4a94-a1ec-a77708f8ff05", "key": "id", "value": "", "description": "(Required) ID of the Reservation" } ] } }, "response": [ { "id": "05e25bba-2f24-4f62-8ebc-cd99767f8ea4", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/reservation/:id?fields=location_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "reservation", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "location_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"guest_email\": \"\",\n \"guest_name\": \"\",\n \"guest_phone\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"location_id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"nisi9\": \"mollit do\"\n },\n \"size\": \"\",\n \"staff_name\": \"\",\n \"staff_user_id\": \"\",\n \"start_at\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:26:35.000Z", "updatedAt": "2026-07-28T03:26:35.000Z", "uid": "35240-05e25bba-2f24-4f62-8ebc-cd99767f8ea4" } ], "createdAt": "2026-07-28T03:26:35.000Z", "updatedAt": "2026-07-28T03:26:35.000Z", "uid": "35240-06675985-fbaf-4891-b22b-92405afe2df1" }, { "name": "Update a reservation", "id": "e92eea09-2bd2-40b4-8554-4ca956fcaf97", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"guest_email\": \"\",\n \"guest_name\": \"\",\n \"guest_phone\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"location_id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"nisi9\": \"mollit do\"\n },\n \"size\": \"\",\n \"staff_name\": \"\",\n \"staff_user_id\": \"\",\n \"start_at\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/reservation/:id?fields=guest_name&fields=location_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "reservation", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "guest_name" }, { "description": "Fields to return", "key": "fields", "value": "location_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "07354955-0bea-4527-8c0b-fff7c5ccc315", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1e284958-83bb-4b82-9892-98292682271d", "key": "id", "value": "", "description": "(Required) ID of the Reservation" } ] } }, "response": [ { "id": "2859d2f0-3505-43f1-b94f-f6a374876fa6", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"guest_email\": \"\",\n \"guest_name\": \"\",\n \"guest_phone\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"location_id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"nisi9\": \"mollit do\"\n },\n \"size\": \"\",\n \"staff_name\": \"\",\n \"staff_user_id\": \"\",\n \"start_at\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/reservation/:id?fields=location_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "reservation", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "location_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"guest_email\": \"\",\n \"guest_name\": \"\",\n \"guest_phone\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"location_id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"nisi9\": \"mollit do\"\n },\n \"size\": \"\",\n \"staff_name\": \"\",\n \"staff_user_id\": \"\",\n \"start_at\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:26:35.000Z", "updatedAt": "2026-07-28T03:26:35.000Z", "uid": "35240-2859d2f0-3505-43f1-b94f-f6a374876fa6" } ], "createdAt": "2026-07-28T03:26:35.000Z", "updatedAt": "2026-07-28T03:26:35.000Z", "uid": "35240-e92eea09-2bd2-40b4-8554-4ca956fcaf97" }, { "name": "Update a reservation", "id": "b18fa2bc-fc39-4905-9c75-03cb2ba03e3d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"guest_email\": \"\",\n \"guest_name\": \"\",\n \"guest_phone\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"location_id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"nisi9\": \"mollit do\"\n },\n \"size\": \"\",\n \"staff_name\": \"\",\n \"staff_user_id\": \"\",\n \"start_at\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/reservation/:id?fields=guest_name&fields=location_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "reservation", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "guest_name" }, { "description": "Fields to return", "key": "fields", "value": "location_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "79d74a83-0280-4424-bd16-36d1d7660805", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0712e86d-371e-4cfb-8cc0-eb123b7ab360", "key": "id", "value": "", "description": "(Required) ID of the Reservation" } ] } }, "response": [ { "id": "44f8247c-0f04-46f7-a33f-247339f805b7", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"guest_email\": \"\",\n \"guest_name\": \"\",\n \"guest_phone\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"location_id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"nisi9\": \"mollit do\"\n },\n \"size\": \"\",\n \"staff_name\": \"\",\n \"staff_user_id\": \"\",\n \"start_at\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/reservation/:id?fields=location_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "reservation", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "location_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"guest_email\": \"\",\n \"guest_name\": \"\",\n \"guest_phone\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"location_id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"nisi9\": \"mollit do\"\n },\n \"size\": \"\",\n \"staff_name\": \"\",\n \"staff_user_id\": \"\",\n \"start_at\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:26:35.000Z", "updatedAt": "2026-07-28T03:26:35.000Z", "uid": "35240-44f8247c-0f04-46f7-a33f-247339f805b7" } ], "createdAt": "2026-07-28T03:26:35.000Z", "updatedAt": "2026-07-28T03:26:35.000Z", "uid": "35240-b18fa2bc-fc39-4905-9c75-03cb2ba03e3d" } ], "id": "9ac73c36-eb98-407d-aa62-598a07a136d8", "createdAt": "2026-07-28T03:26:35.000Z", "updatedAt": "2026-07-28T03:26:35.000Z", "uid": "35240-9ac73c36-eb98-407d-aa62-598a07a136d8" }, { "name": "List all reservations", "id": "7579f3c4-2628-4725-8985-499dd38b1763", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/reservation?limit=&offset=&updated_gte=&sort=&order=&query=&location_id=&start_gte=&end_lt=&item_id=&user_id=&fields=guest_name&fields=location_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "reservation" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The location ID to filter by (reference to CommerceLocation)", "key": "location_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "The item ID to filter by (reference to CommerceItem)", "key": "item_id", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "guest_name" }, { "description": "Fields to return", "key": "fields", "value": "location_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "7faec2db-f335-479b-b407-f79e14979502", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "06c6eba3-1e2e-4c2e-8cff-b74f7e9b3a9f", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/reservation?limit=&offset=&updated_gte=&sort=&order=&query=&location_id=&start_gte=&end_lt=&item_id=&user_id=&fields=location_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "reservation" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The location ID to filter by (reference to CommerceLocation)", "key": "location_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "The item ID to filter by (reference to CommerceItem)", "key": "item_id", "value": "" }, { "description": "The user/employee ID to filter by (reference to HrisEmployee)", "key": "user_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "location_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"guest_email\": \"\",\n \"guest_name\": \"\",\n \"guest_phone\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"location_id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"enim17f\": 94290005,\n \"velit28f\": 88536640.76545185\n },\n \"size\": \"\",\n \"staff_name\": \"\",\n \"staff_user_id\": \"\",\n \"start_at\": \"\",\n \"status\": \"CANCELLED\",\n \"updated_at\": \"\",\n \"url\": \"\"\n },\n {\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"guest_email\": \"\",\n \"guest_name\": \"\",\n \"guest_phone\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"location_id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"exercitation7a9\": -97902492\n },\n \"size\": \"\",\n \"staff_name\": \"\",\n \"staff_user_id\": \"\",\n \"start_at\": \"\",\n \"status\": \"CONFIRMED\",\n \"updated_at\": \"\",\n \"url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:35.000Z", "updatedAt": "2026-07-28T03:26:35.000Z", "uid": "35240-06c6eba3-1e2e-4c2e-8cff-b74f7e9b3a9f" } ], "createdAt": "2026-07-28T03:26:35.000Z", "updatedAt": "2026-07-28T03:26:35.000Z", "uid": "35240-7579f3c4-2628-4725-8985-499dd38b1763" }, { "name": "Create a reservation", "id": "09c6d1d3-a7a3-40d4-a9c0-c244e8ca24d0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"guest_email\": \"\",\n \"guest_name\": \"\",\n \"guest_phone\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"location_id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"nisi9\": \"mollit do\"\n },\n \"size\": \"\",\n \"staff_name\": \"\",\n \"staff_user_id\": \"\",\n \"start_at\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/reservation?fields=guest_name&fields=location_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "reservation" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "guest_name" }, { "description": "Fields to return", "key": "fields", "value": "location_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "f6766e4a-c231-4c15-bec3-c1d5974b4433", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e35ac3a4-b511-4bef-a4b4-9a2466feb55e", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"guest_email\": \"\",\n \"guest_name\": \"\",\n \"guest_phone\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"location_id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"nisi9\": \"mollit do\"\n },\n \"size\": \"\",\n \"staff_name\": \"\",\n \"staff_user_id\": \"\",\n \"start_at\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/reservation?fields=location_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "reservation" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "location_id" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"end_at\": \"\",\n \"guest_email\": \"\",\n \"guest_name\": \"\",\n \"guest_phone\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"location_id\": \"\",\n \"notes\": \"\",\n \"raw\": {\n \"nisi9\": \"mollit do\"\n },\n \"size\": \"\",\n \"staff_name\": \"\",\n \"staff_user_id\": \"\",\n \"start_at\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:26:35.000Z", "updatedAt": "2026-07-28T03:26:35.000Z", "uid": "35240-e35ac3a4-b511-4bef-a4b4-9a2466feb55e" } ], "createdAt": "2026-07-28T03:26:35.000Z", "updatedAt": "2026-07-28T03:26:35.000Z", "uid": "35240-09c6d1d3-a7a3-40d4-a9c0-c244e8ca24d0" } ], "id": "3579167d-c225-410b-8038-c9b653d2a524", "createdAt": "2026-07-28T03:26:35.000Z", "updatedAt": "2026-07-28T03:26:35.000Z", "uid": "35240-3579167d-c225-410b-8038-c9b653d2a524" } ], "id": "62b07758-9886-4a22-be37-68003cdcf7a8", "createdAt": "2026-07-28T03:26:35.000Z", "updatedAt": "2026-07-28T03:26:35.000Z", "uid": "35240-62b07758-9886-4a22-be37-68003cdcf7a8" } ], "id": "ce4ef8bf-aa61-4bfe-b0b7-8059720e2789", "createdAt": "2026-07-28T03:26:35.000Z", "updatedAt": "2026-07-28T03:26:35.000Z", "uid": "35240-ce4ef8bf-aa61-4bfe-b0b7-8059720e2789" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.unified.to" } ] }