{ "info": { "_postman_id": "1a2dd341-376b-419b-b4e5-af296f022aec", "name": "Unified.to account commit 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:23:25.000Z", "updatedAt": "2026-07-28T03:23:25.000Z", "lastUpdatedBy": "35240", "uid": "35240-1a2dd341-376b-419b-b4e5-af296f022aec" }, "item": [ { "name": "repo", "item": [ { "name": "{connection_id}", "item": [ { "name": "commit", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Commit", "id": "be51e726-cd52-4537-ae29-66cb98293949", "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}}/repo/:connection_id/commit/:id", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit", ":id" ], "variable": [ { "id": "ce72fdbd-d11a-4284-be8d-d5590e23f962", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "f70157f8-cf03-41a5-a939-50dfd97d9eb4", "key": "id", "value": "", "description": "(Required) ID of the Commit" } ] } }, "response": [ { "id": "d4ff0e99-92ba-4356-804e-8bd834584053", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/repo/:connection_id/commit/:id", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-d4ff0e99-92ba-4356-804e-8bd834584053" }, { "id": "794c54b4-aca2-4e6f-98cc-cad1dd5f0a01", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/repo/:connection_id/commit/:id", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit", ":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:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-794c54b4-aca2-4e6f-98cc-cad1dd5f0a01" } ], "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-be51e726-cd52-4537-ae29-66cb98293949" }, { "name": "Retrieve a Commit", "id": "3fabf2f9-fc3b-4a49-8e24-d8219db20497", "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}}/repo/:connection_id/commit/:id?fields=id&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "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": "9cb4776b-b63d-4186-a113-a8a6c6179971", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "9b9d7206-7998-475e-b8d1-618c9fd5cdaa", "key": "id", "value": "", "description": "(Required) ID of the Commit" } ] } }, "response": [ { "id": "5754668f-dcc7-4b96-b435-b3e344d15ebe", "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}}/repo/:connection_id/commit/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "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 \"repo_id\": \"\",\n \"branch_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"message\": \"\",\n \"raw\": {\n \"ad_6\": 89989466\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-5754668f-dcc7-4b96-b435-b3e344d15ebe" } ], "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-3fabf2f9-fc3b-4a49-8e24-d8219db20497" }, { "name": "Update a Commit", "id": "2ee54aba-a69e-47a9-a51c-5b2e3ca5c6ae", "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 \"repo_id\": \"\",\n \"branch_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"message\": \"\",\n \"raw\": {\n \"ad_6\": 89989466\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/commit/:id?fields=id&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "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": "ef8b6f10-5058-4d4f-b311-312b2b4bcfed", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3034cc8b-55be-48fc-a042-e0ddd9a655ef", "key": "id", "value": "", "description": "(Required) ID of the Commit" } ] } }, "response": [ { "id": "2925644b-c71d-4c8c-90f8-09eb516254d8", "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 \"repo_id\": \"\",\n \"branch_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"message\": \"\",\n \"raw\": {\n \"ad_6\": 89989466\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/commit/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "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 \"repo_id\": \"\",\n \"branch_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"message\": \"\",\n \"raw\": {\n \"ad_6\": 89989466\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-2925644b-c71d-4c8c-90f8-09eb516254d8" } ], "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-2ee54aba-a69e-47a9-a51c-5b2e3ca5c6ae" }, { "name": "Update a Commit", "id": "1dc0abdc-e8e4-4aac-afbe-ec86d2a0d2ff", "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 \"repo_id\": \"\",\n \"branch_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"message\": \"\",\n \"raw\": {\n \"ad_6\": 89989466\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/commit/:id?fields=id&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "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": "62522cff-f603-4c1a-b398-c7bcbb3e905a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "a8ca5534-e630-45bb-be45-ceb1a49dd560", "key": "id", "value": "", "description": "(Required) ID of the Commit" } ] } }, "response": [ { "id": "912eee25-c855-45b0-b039-54218d299816", "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 \"repo_id\": \"\",\n \"branch_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"message\": \"\",\n \"raw\": {\n \"ad_6\": 89989466\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/commit/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "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 \"repo_id\": \"\",\n \"branch_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"message\": \"\",\n \"raw\": {\n \"ad_6\": 89989466\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-912eee25-c855-45b0-b039-54218d299816" } ], "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-1dc0abdc-e8e4-4aac-afbe-ec86d2a0d2ff" } ], "id": "b1e4b4b4-bec3-437a-a079-37402ef01e2f", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-b1e4b4b4-bec3-437a-a079-37402ef01e2f" }, { "name": "List All Commits", "id": "31996997-d4df-49e9-9844-aed54cade4f7", "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}}/repo/:connection_id/commit?limit=&offset=&updated_gte=&sort=&order=&query=&repo_id=&branch_id=&fields=id&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit" ], "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 repo ID to filter by (reference to RepoRepository)", "key": "repo_id", "value": "" }, { "description": "The repo branch ID to filter by (reference to RepoBranch)", "key": "branch_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "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": "5ac2db57-3594-4096-bcb2-7895e8de483d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e16c5ae9-0a0d-4d4d-b009-edb82a61f490", "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}}/repo/:connection_id/commit?limit=&offset=&updated_gte=&sort=&order=&query=&repo_id=&branch_id=&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit" ], "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 repo ID to filter by (reference to RepoRepository)", "key": "repo_id", "value": "" }, { "description": "The repo branch ID to filter by (reference to RepoBranch)", "key": "branch_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "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 \"repo_id\": \"\",\n \"branch_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"message\": \"\",\n \"raw\": {\n \"incididunt_c\": true\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"repo_id\": \"\",\n \"branch_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"message\": \"\",\n \"raw\": {\n \"laboruma\": false,\n \"docc\": -23436098.289063796\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-e16c5ae9-0a0d-4d4d-b009-edb82a61f490" } ], "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-31996997-d4df-49e9-9844-aed54cade4f7" }, { "name": "Create a Commit", "id": "8626d400-8482-403d-a54e-a500277b7443", "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 \"repo_id\": \"\",\n \"branch_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"message\": \"\",\n \"raw\": {\n \"ad_6\": 89989466\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/commit?fields=id&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "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": "4268d962-ffb7-405a-b105-ab611bc498f9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "87a17fc2-cb3f-4752-a915-c74ddf448f7d", "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 \"repo_id\": \"\",\n \"branch_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"message\": \"\",\n \"raw\": {\n \"ad_6\": 89989466\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/commit?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "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 \"repo_id\": \"\",\n \"branch_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"message\": \"\",\n \"raw\": {\n \"ad_6\": 89989466\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-87a17fc2-cb3f-4752-a915-c74ddf448f7d" } ], "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-8626d400-8482-403d-a54e-a500277b7443" } ], "id": "a2048305-0651-47c9-8334-dd448a406ed4", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-a2048305-0651-47c9-8334-dd448a406ed4" } ], "id": "a45aafef-a4f4-4698-91c1-72e39984ad22", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-a45aafef-a4f4-4698-91c1-72e39984ad22" } ], "id": "1b44354c-7813-4b5c-854e-b0d1d2b89330", "createdAt": "2026-07-28T03:23:26.000Z", "updatedAt": "2026-07-28T03:23:26.000Z", "uid": "35240-1b44354c-7813-4b5c-854e-b0d1d2b89330" } ], "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" } ] }