{ "info": { "_postman_id": "7fd357cf-1664-4f52-adb6-54716a5c3b10", "name": "Unified.to account inventory 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:24:32.000Z", "updatedAt": "2026-07-28T03:24:33.000Z", "lastUpdatedBy": "35240", "uid": "35240-7fd357cf-1664-4f52-adb6-54716a5c3b10" }, "item": [ { "name": "commerce", "item": [ { "name": "{connection_id}", "item": [ { "name": "inventory", "item": [ { "name": "{id}", "item": [ { "name": "Remove an inventory", "id": "bcf43e7a-0238-4b91-ac6f-2aaae833e429", "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/inventory/:id", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "inventory", ":id" ], "variable": [ { "id": "f66f09f0-6acd-45c6-9f99-aaebdc1aad98", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "646265e2-0f7e-4bd5-a6c0-d3a16b897402", "key": "id", "value": "", "description": "(Required) ID of the Inventory" } ] } }, "response": [ { "id": "ba48959e-2aa3-4616-b61f-bc2f1f2c104c", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/inventory/:id", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "inventory", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:33.000Z", "updatedAt": "2026-07-28T03:24:33.000Z", "uid": "35240-ba48959e-2aa3-4616-b61f-bc2f1f2c104c" }, { "id": "19a7d29d-0e2c-4499-83a7-420e69c44f06", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/inventory/:id", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "inventory", ":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:24:33.000Z", "updatedAt": "2026-07-28T03:24:33.000Z", "uid": "35240-19a7d29d-0e2c-4499-83a7-420e69c44f06" } ], "createdAt": "2026-07-28T03:24:33.000Z", "updatedAt": "2026-07-28T03:24:33.000Z", "uid": "35240-bcf43e7a-0238-4b91-ac6f-2aaae833e429" }, { "name": "Retrieve an inventory", "id": "4456b4b6-ab46-4175-a798-9434d030693e", "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/inventory/:id?fields=id&fields=available&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "inventory", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "available" }, { "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": "ade8851f-0fef-4cdb-970f-c3dc814ec018", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "c6f2676d-74fb-4530-8976-c960b8d726f1", "key": "id", "value": "", "description": "(Required) ID of the Inventory" } ] } }, "response": [ { "id": "344166a7-6641-4cc6-a687-06e17d59a833", "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/inventory/:id?fields=available&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "inventory", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "available" }, { "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 \"available\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_option_id\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"sit_64\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:33.000Z", "updatedAt": "2026-07-28T03:24:33.000Z", "uid": "35240-344166a7-6641-4cc6-a687-06e17d59a833" } ], "createdAt": "2026-07-28T03:24:33.000Z", "updatedAt": "2026-07-28T03:24:33.000Z", "uid": "35240-4456b4b6-ab46-4175-a798-9434d030693e" }, { "name": "Update an inventory", "id": "3a9cd3e7-2146-4440-a611-438048caaa1e", "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 \"available\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_option_id\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"sit_64\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/inventory/:id?fields=id&fields=available&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "inventory", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "available" }, { "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": "18e9047c-fb9e-44a4-a1bc-8ab844bb7d9c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "f1bf53be-ac22-408b-a9c4-bce871ae409c", "key": "id", "value": "", "description": "(Required) ID of the Inventory" } ] } }, "response": [ { "id": "db45d8a2-cf2b-4afc-aec0-d83bad58069d", "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 \"available\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_option_id\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"sit_64\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/inventory/:id?fields=available&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "inventory", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "available" }, { "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 \"available\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_option_id\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"sit_64\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:33.000Z", "updatedAt": "2026-07-28T03:24:33.000Z", "uid": "35240-db45d8a2-cf2b-4afc-aec0-d83bad58069d" } ], "createdAt": "2026-07-28T03:24:33.000Z", "updatedAt": "2026-07-28T03:24:33.000Z", "uid": "35240-3a9cd3e7-2146-4440-a611-438048caaa1e" }, { "name": "Update an inventory", "id": "4f4a2df4-14cb-444a-a372-bbafb9e071d4", "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 \"available\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_option_id\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"sit_64\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/inventory/:id?fields=id&fields=available&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "inventory", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "available" }, { "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": "4cf04dcf-9da2-44dc-8781-b0d07e2bc4a7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7a68c58a-fbe2-49e8-8959-d3dce3badac8", "key": "id", "value": "", "description": "(Required) ID of the Inventory" } ] } }, "response": [ { "id": "afc70232-2526-4004-a415-1274c8890c5e", "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 \"available\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_option_id\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"sit_64\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/inventory/:id?fields=available&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "inventory", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "available" }, { "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 \"available\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_option_id\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"sit_64\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:33.000Z", "updatedAt": "2026-07-28T03:24:33.000Z", "uid": "35240-afc70232-2526-4004-a415-1274c8890c5e" } ], "createdAt": "2026-07-28T03:24:33.000Z", "updatedAt": "2026-07-28T03:24:33.000Z", "uid": "35240-4f4a2df4-14cb-444a-a372-bbafb9e071d4" } ], "id": "bf03802e-8abf-45a1-aa28-805dda3fdfd0", "createdAt": "2026-07-28T03:24:33.000Z", "updatedAt": "2026-07-28T03:24:33.000Z", "uid": "35240-bf03802e-8abf-45a1-aa28-805dda3fdfd0" }, { "name": "List all inventories", "id": "e91ac13e-66cc-4107-b7fa-f59d683f9ff7", "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/inventory?limit=&offset=&updated_gte=&sort=&order=&query=&item_variant_id=&location_id=&fields=id&fields=available&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "inventory" ], "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 item variant ID to filter by (reference to CommerceCommerceItemvariant)", "key": "item_variant_id", "value": "" }, { "description": "The location ID to filter by (reference to CommerceLocation)", "key": "location_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "available" }, { "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": "078fdaeb-0d00-4b1b-82bc-6d1814877215", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "ca3c761e-8651-4414-abb3-bb71489ac16d", "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/inventory?limit=&offset=&updated_gte=&sort=&order=&query=&item_variant_id=&location_id=&fields=available&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "inventory" ], "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 item variant ID to filter by (reference to CommerceCommerceItemvariant)", "key": "item_variant_id", "value": "" }, { "description": "The location ID to filter by (reference to CommerceLocation)", "key": "location_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "available" }, { "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 \"available\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_option_id\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"sint_f\": 52210517,\n \"incididunt_7\": 74131765,\n \"minim_f\": 38637884.04047158\n },\n \"updated_at\": \"\"\n },\n {\n \"available\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_option_id\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"voluptateb5\": \"velit cillum\",\n \"in08\": 65492037,\n \"aliqua9d9\": -40136433\n },\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:33.000Z", "updatedAt": "2026-07-28T03:24:33.000Z", "uid": "35240-ca3c761e-8651-4414-abb3-bb71489ac16d" } ], "createdAt": "2026-07-28T03:24:33.000Z", "updatedAt": "2026-07-28T03:24:33.000Z", "uid": "35240-e91ac13e-66cc-4107-b7fa-f59d683f9ff7" }, { "name": "Create an inventory", "id": "6c1143f9-32db-46c8-9042-38480274ca63", "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 \"available\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_option_id\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"sit_64\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/inventory?fields=id&fields=available&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "inventory" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "available" }, { "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": "446532fe-2103-4272-8ebc-23f686b578fd", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "a5b9797b-57e7-45a3-82fa-35f8655a04ee", "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 \"available\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_option_id\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"sit_64\": false\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/inventory?fields=available&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "inventory" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "available" }, { "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 \"available\": \"\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"item_option_id\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"raw\": {\n \"sit_64\": false\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:33.000Z", "updatedAt": "2026-07-28T03:24:33.000Z", "uid": "35240-a5b9797b-57e7-45a3-82fa-35f8655a04ee" } ], "createdAt": "2026-07-28T03:24:33.000Z", "updatedAt": "2026-07-28T03:24:33.000Z", "uid": "35240-6c1143f9-32db-46c8-9042-38480274ca63" } ], "id": "d3ac53e1-e8ce-49ba-a1bb-851f02f4871f", "createdAt": "2026-07-28T03:24:33.000Z", "updatedAt": "2026-07-28T03:24:33.000Z", "uid": "35240-d3ac53e1-e8ce-49ba-a1bb-851f02f4871f" } ], "id": "74858de1-3bbb-43a5-aa38-25433d2ed0b4", "createdAt": "2026-07-28T03:24:33.000Z", "updatedAt": "2026-07-28T03:24:33.000Z", "uid": "35240-74858de1-3bbb-43a5-aa38-25433d2ed0b4" } ], "id": "71187e21-42fd-485d-be25-affa4a81f432", "createdAt": "2026-07-28T03:24:33.000Z", "updatedAt": "2026-07-28T03:24:33.000Z", "uid": "35240-71187e21-42fd-485d-be25-affa4a81f432" } ], "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" } ] }