{ "info": { "_postman_id": "909c6c05-daa0-4c6a-80c8-16f8275e697c", "name": "Unified.to account repo 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:28.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "lastUpdatedBy": "35240", "uid": "35240-909c6c05-daa0-4c6a-80c8-16f8275e697c" }, "item": [ { "name": "repo", "item": [ { "name": "{connection_id}", "item": [ { "name": "branch", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Branch", "id": "0bb3adad-736e-488d-be36-0e459fe3efbc", "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/branch/:id", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch", ":id" ], "variable": [ { "id": "129de743-6f2f-4d3a-b3df-0ddf5b5ceceb", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b58971d1-4307-4f3c-8fad-4f384095e3ce", "key": "id", "value": "", "description": "(Required) ID of the Branch" } ] } }, "response": [ { "id": "13c92e2d-75cb-4ab2-8742-9577e07f0189", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/repo/:connection_id/branch/:id", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch", ":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:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-13c92e2d-75cb-4ab2-8742-9577e07f0189" }, { "id": "113afa55-2cdd-4219-86ad-93614d9cd999", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/repo/:connection_id/branch/:id", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch", ":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:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-113afa55-2cdd-4219-86ad-93614d9cd999" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-0bb3adad-736e-488d-be36-0e459fe3efbc" }, { "name": "Retrieve a Branch", "id": "a146c878-3031-434a-8f73-c03aea377595", "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/branch/:id?fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "3a9f47e7-4c0c-4ada-9ec0-b5c836a7922c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "20132789-7d78-497e-a017-e8f35b1b911d", "key": "id", "value": "", "description": "(Required) ID of the Branch" } ] } }, "response": [ { "id": "84340b17-f9d1-44f0-90bd-74883f10348f", "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/branch/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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 \"name\": \"\",\n \"repo_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"sinte\": \"velit exercitation\",\n \"dolor40\": -23850233.825338125\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-84340b17-f9d1-44f0-90bd-74883f10348f" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-a146c878-3031-434a-8f73-c03aea377595" }, { "name": "Update a Branch", "id": "b07cb379-afe7-4adf-83d7-d3eb6f1e9d9b", "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 \"name\": \"\",\n \"repo_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"sinte\": \"velit exercitation\",\n \"dolor40\": -23850233.825338125\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/branch/:id?fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "e4ff544f-d925-4fde-a816-3644b1ac513f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "70eec8ca-8e8d-45bf-8b5b-cee7dfd8f1af", "key": "id", "value": "", "description": "(Required) ID of the Branch" } ] } }, "response": [ { "id": "78e38cd5-617e-4d4a-a88d-8a437643c94c", "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 \"name\": \"\",\n \"repo_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"sinte\": \"velit exercitation\",\n \"dolor40\": -23850233.825338125\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/branch/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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 \"name\": \"\",\n \"repo_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"sinte\": \"velit exercitation\",\n \"dolor40\": -23850233.825338125\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-78e38cd5-617e-4d4a-a88d-8a437643c94c" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-b07cb379-afe7-4adf-83d7-d3eb6f1e9d9b" }, { "name": "Update a Branch", "id": "0d01c78f-671a-4e42-a138-32d0ed54ba4f", "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 \"name\": \"\",\n \"repo_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"sinte\": \"velit exercitation\",\n \"dolor40\": -23850233.825338125\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/branch/:id?fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "033eea24-f7c8-4502-a5ad-f16b196f41f3", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0c9ae031-3280-4bb6-ba6d-eed7006252fb", "key": "id", "value": "", "description": "(Required) ID of the Branch" } ] } }, "response": [ { "id": "6f66d048-854c-4ee8-baff-b6f68a4bfbb5", "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 \"name\": \"\",\n \"repo_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"sinte\": \"velit exercitation\",\n \"dolor40\": -23850233.825338125\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/branch/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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 \"name\": \"\",\n \"repo_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"sinte\": \"velit exercitation\",\n \"dolor40\": -23850233.825338125\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-6f66d048-854c-4ee8-baff-b6f68a4bfbb5" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-0d01c78f-671a-4e42-a138-32d0ed54ba4f" } ], "id": "6e49c748-256e-45fd-897e-819c0c50174f", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-6e49c748-256e-45fd-897e-819c0c50174f" }, { "name": "List All Branches", "id": "b948dcc6-ee5b-40f4-9957-4ca4753d520d", "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/branch?limit=&offset=&updated_gte=&sort=&order=&query=&repo_id=&fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch" ], "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": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "c6d63079-d007-45da-8252-f87a76bf402b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "bffe736b-5efc-4f20-ab95-f893dcef61c4", "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/branch?limit=&offset=&updated_gte=&sort=&order=&query=&repo_id=&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch" ], "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": "Fields to return", "key": "fields", "value": "updated_at" }, { "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 \"name\": \"\",\n \"repo_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"sit_c43\": 64792958.145996094\n },\n \"updated_at\": \"\"\n },\n {\n \"name\": \"\",\n \"repo_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"occaecat_4\": true\n },\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-bffe736b-5efc-4f20-ab95-f893dcef61c4" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-b948dcc6-ee5b-40f4-9957-4ca4753d520d" }, { "name": "Create a Branch", "id": "1074c461-78ce-4174-aa3d-017e4ea01639", "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 \"name\": \"\",\n \"repo_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"sinte\": \"velit exercitation\",\n \"dolor40\": -23850233.825338125\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/branch?fields=updated_at&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "3c8ed7c5-282c-4576-ad75-309b30cf73b9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "28d8f1e9-5ea9-410f-8a2c-b2c65f30fdb2", "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 \"name\": \"\",\n \"repo_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"sinte\": \"velit exercitation\",\n \"dolor40\": -23850233.825338125\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/branch?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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 \"name\": \"\",\n \"repo_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"sinte\": \"velit exercitation\",\n \"dolor40\": -23850233.825338125\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-28d8f1e9-5ea9-410f-8a2c-b2c65f30fdb2" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-1074c461-78ce-4174-aa3d-017e4ea01639" } ], "id": "54ee2c1d-7579-4c98-b415-1cad26b00ea7", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-54ee2c1d-7579-4c98-b415-1cad26b00ea7" }, { "name": "commit", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Commit", "id": "8e42c954-ba63-433c-bccd-a3d0ee34f473", "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": "61b3f4f0-50fe-4ebb-a9ed-83fce51fb097", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "36a810a6-7097-4c19-b5ca-e65d37d975cd", "key": "id", "value": "", "description": "(Required) ID of the Commit" } ] } }, "response": [ { "id": "da7a6ffa-111f-4a9f-bec2-a57acaf622dc", "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:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-da7a6ffa-111f-4a9f-bec2-a57acaf622dc" }, { "id": "9fd9ffcf-ae68-4165-889d-d40441921f9b", "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:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-9fd9ffcf-ae68-4165-889d-d40441921f9b" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-8e42c954-ba63-433c-bccd-a3d0ee34f473" }, { "name": "Retrieve a Commit", "id": "bb989c18-8d94-4473-94ef-3935cd879c24", "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=raw&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "3407303c-702d-4d3b-a941-823e631b08c6", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d37fe37a-7755-4c2f-8876-9c178c939369", "key": "id", "value": "", "description": "(Required) ID of the Commit" } ] } }, "response": [ { "id": "26d322df-b486-4fb5-bd95-c4f274fce183", "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=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"in_394\": -42885703.87198036\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-26d322df-b486-4fb5-bd95-c4f274fce183" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-bb989c18-8d94-4473-94ef-3935cd879c24" }, { "name": "Update a Commit", "id": "9bdc15c9-7eb7-472c-ab0f-0e6403be4d31", "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 \"in_394\": -42885703.87198036\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/commit/:id?fields=raw&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "3ad26cf8-c402-4e9d-b2a2-756ee7edf5ab", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6ce5387b-f1fe-439c-a165-fec1239503b4", "key": "id", "value": "", "description": "(Required) ID of the Commit" } ] } }, "response": [ { "id": "8cba0b4c-35db-493a-901a-73f8a0f8cef0", "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 \"in_394\": -42885703.87198036\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/commit/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"in_394\": -42885703.87198036\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-8cba0b4c-35db-493a-901a-73f8a0f8cef0" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-9bdc15c9-7eb7-472c-ab0f-0e6403be4d31" }, { "name": "Update a Commit", "id": "aabf79c9-779b-4e47-90fa-7da70b60da07", "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 \"in_394\": -42885703.87198036\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/commit/:id?fields=raw&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "99dd8ff1-5cc5-4cea-9fd3-972373059c08", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0035df96-5a63-4096-b6db-3aebf1f785d6", "key": "id", "value": "", "description": "(Required) ID of the Commit" } ] } }, "response": [ { "id": "53818a15-d41a-42a9-8f4c-c24a74f01b9f", "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 \"in_394\": -42885703.87198036\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/commit/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"in_394\": -42885703.87198036\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-53818a15-d41a-42a9-8f4c-c24a74f01b9f" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-aabf79c9-779b-4e47-90fa-7da70b60da07" } ], "id": "8aeb93db-b69d-456b-9497-88c2259e6fd8", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-8aeb93db-b69d-456b-9497-88c2259e6fd8" }, { "name": "List All Commits", "id": "43feb0c4-504a-49ff-bc25-e8f50ec94de8", "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=raw&fields=raw&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": "raw" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "a7820b3a-48cb-4f91-a907-6fead35f73f7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "a1cdf802-f9ca-45a3-9990-5a110147c280", "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=raw&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": "raw" }, { "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 \"fugiat9\": -66610086.52615541,\n \"sit_ae\": 32867091.846452385\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 \"esse8\": -66653829.326960295,\n \"reprehenderite\": 62178637,\n \"ea__c\": 95540168\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-a1cdf802-f9ca-45a3-9990-5a110147c280" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-43feb0c4-504a-49ff-bc25-e8f50ec94de8" }, { "name": "Create a Commit", "id": "5cd8acb1-4ada-4c36-8e25-f8592fdf738a", "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 \"in_394\": -42885703.87198036\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/commit?fields=raw&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "2969de88-6098-45c3-8ab9-fa185eba8387", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "576133fe-9ce1-4d0c-8133-c6f3c5a22789", "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 \"in_394\": -42885703.87198036\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/commit?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "commit" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"in_394\": -42885703.87198036\n },\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-576133fe-9ce1-4d0c-8133-c6f3c5a22789" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-5cd8acb1-4ada-4c36-8e25-f8592fdf738a" } ], "id": "dff559ab-c249-4005-9d97-a9986fe236cf", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-dff559ab-c249-4005-9d97-a9986fe236cf" }, { "name": "organization", "item": [ { "name": "{id}", "item": [ { "name": "Remove an Organization", "id": "6e1ef1fb-012d-4ea6-860c-634381dda4f5", "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/organization/:id", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization", ":id" ], "variable": [ { "id": "48871cd1-875d-40d3-bd98-167dc15b447d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "bc566567-c243-401c-9331-e0587d8ae345", "key": "id", "value": "", "description": "(Required) ID of the Organization" } ] } }, "response": [ { "id": "bdb6f305-740b-4e03-825a-b52077b381fe", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/repo/:connection_id/organization/:id", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization", ":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:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-bdb6f305-740b-4e03-825a-b52077b381fe" }, { "id": "8d0b48f6-c8f3-4f43-b241-19ccd52aac9a", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/repo/:connection_id/organization/:id", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization", ":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:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-8d0b48f6-c8f3-4f43-b241-19ccd52aac9a" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-6e1ef1fb-012d-4ea6-860c-634381dda4f5" }, { "name": "Retrieve an Organization", "id": "e7380013-60a5-4ae6-87d7-344d0cf15cce", "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/organization/:id?fields=raw&fields=web_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "web_url" }, { "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": "71213ffc-aa4e-4cce-8d8e-40a4f4126d63", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b8ec66f5-a495-4b16-b786-4cc859f72cdc", "key": "id", "value": "", "description": "(Required) ID of the Organization" } ] } }, "response": [ { "id": "80421bde-9225-421c-809d-f2731f9e7a41", "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/organization/:id?fields=web_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "web_url" }, { "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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"qui_c6\": -37489604,\n \"dolor_c\": 89735775.82286039\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-80421bde-9225-421c-809d-f2731f9e7a41" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-e7380013-60a5-4ae6-87d7-344d0cf15cce" }, { "name": "Update an Organization", "id": "211d2589-de78-41be-861c-fb149e994014", "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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"qui_c6\": -37489604,\n \"dolor_c\": 89735775.82286039\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/organization/:id?fields=raw&fields=web_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "web_url" }, { "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": "780c61b5-0d7a-4793-8493-5e3dd513f266", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "f59b8423-f3e2-467a-996d-6329cc2f48c3", "key": "id", "value": "", "description": "(Required) ID of the Organization" } ] } }, "response": [ { "id": "6a7b0486-d586-44cf-b4fc-415f584559cd", "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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"qui_c6\": -37489604,\n \"dolor_c\": 89735775.82286039\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/organization/:id?fields=web_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "web_url" }, { "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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"qui_c6\": -37489604,\n \"dolor_c\": 89735775.82286039\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-6a7b0486-d586-44cf-b4fc-415f584559cd" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-211d2589-de78-41be-861c-fb149e994014" }, { "name": "Update an Organization", "id": "f733b329-5141-4790-8ff6-91caada10cb2", "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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"qui_c6\": -37489604,\n \"dolor_c\": 89735775.82286039\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/organization/:id?fields=raw&fields=web_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "web_url" }, { "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": "09fc62ab-0162-4750-885d-6bf8652b715f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3eafe31f-fcc8-4711-80c9-ebd7b1cfe49d", "key": "id", "value": "", "description": "(Required) ID of the Organization" } ] } }, "response": [ { "id": "5bb9eb96-c803-4bf1-911c-d2a618897190", "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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"qui_c6\": -37489604,\n \"dolor_c\": 89735775.82286039\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/organization/:id?fields=web_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "web_url" }, { "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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"qui_c6\": -37489604,\n \"dolor_c\": 89735775.82286039\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-5bb9eb96-c803-4bf1-911c-d2a618897190" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-f733b329-5141-4790-8ff6-91caada10cb2" } ], "id": "facb0f61-ed76-4169-8ea8-3759f5df21c5", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-facb0f61-ed76-4169-8ea8-3759f5df21c5" }, { "name": "List All Organizations", "id": "f633e020-61a9-4f91-8f84-93fccf1cb71f", "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/organization?limit=&offset=&updated_gte=&sort=&order=&query=&fields=raw&fields=web_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization" ], "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": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "web_url" }, { "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": "ea25ff26-9e98-4995-87fc-6b032a56be68", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "80d7e7ea-9ed0-43b6-9622-07a2817c4304", "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/organization?limit=&offset=&updated_gte=&sort=&order=&query=&fields=web_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization" ], "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": "Fields to return", "key": "fields", "value": "web_url" }, { "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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"in_8b\": 98807330,\n \"in4\": \"minim irure\",\n \"sit_8\": \"quis occaecat\"\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n },\n {\n \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"Duis1b6\": -90084175.50322405,\n \"dolor398\": -48031075,\n \"in7ab\": 16857133\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-80d7e7ea-9ed0-43b6-9622-07a2817c4304" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-f633e020-61a9-4f91-8f84-93fccf1cb71f" }, { "name": "Create an Organization", "id": "d14daef3-baa7-477d-b1e4-c16d7f2381b7", "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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"qui_c6\": -37489604,\n \"dolor_c\": 89735775.82286039\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/organization?fields=raw&fields=web_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "web_url" }, { "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": "114c054a-f7c0-427a-920a-061ad6f6976b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "b001f0c8-d152-447f-8e4c-a3833b55ecab", "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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"qui_c6\": -37489604,\n \"dolor_c\": 89735775.82286039\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/organization?fields=web_url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "web_url" }, { "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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"qui_c6\": -37489604,\n \"dolor_c\": 89735775.82286039\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-b001f0c8-d152-447f-8e4c-a3833b55ecab" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-d14daef3-baa7-477d-b1e4-c16d7f2381b7" } ], "id": "9f2e511f-41db-413b-b71e-d25178867f7d", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-9f2e511f-41db-413b-b71e-d25178867f7d" }, { "name": "pullrequest", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Pullrequest", "id": "2837872b-7808-4f8c-9ae9-98bd0115191f", "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/pullrequest/:id", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest", ":id" ], "variable": [ { "id": "0ea6b44b-8000-4168-a953-62573af83add", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "902bde89-7532-4ac5-bb32-416e3c16556f", "key": "id", "value": "", "description": "(Required) ID of the Pullrequest" } ] } }, "response": [ { "id": "6702ed95-b66a-4faa-b99f-8291384ffe71", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/repo/:connection_id/pullrequest/:id", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest", ":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:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-6702ed95-b66a-4faa-b99f-8291384ffe71" }, { "id": "1bf32b3c-6225-4431-92a9-5b66fd625306", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/repo/:connection_id/pullrequest/:id", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest", ":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:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-1bf32b3c-6225-4431-92a9-5b66fd625306" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-2837872b-7808-4f8c-9ae9-98bd0115191f" }, { "name": "Retrieve a Pullrequest", "id": "65f7f82f-73d3-425d-85ee-cba698810a5b", "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/pullrequest/:id?fields=updated_at&fields=user_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "user_ids" }, { "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": "19211c06-ac2b-4ab2-863b-fe724593c646", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1acf8a02-d80a-4603-af99-30737c9a045d", "key": "id", "value": "", "description": "(Required) ID of the Pullrequest" } ] } }, "response": [ { "id": "325c9364-85dd-470a-aa28-6766de38bc78", "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/pullrequest/:id?fields=user_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_ids" }, { "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 \"closed_at\": \"\",\n \"commit_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"labels\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"aute_c\": true,\n \"laborum_eaf\": -72829787.87272136\n },\n \"repo_id\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-325c9364-85dd-470a-aa28-6766de38bc78" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-65f7f82f-73d3-425d-85ee-cba698810a5b" }, { "name": "Update a Pullrequest", "id": "eb89d5d7-d7cc-44f4-aabf-60582b68e522", "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 \"closed_at\": \"\",\n \"commit_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"labels\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"aute_c\": true,\n \"laborum_eaf\": -72829787.87272136\n },\n \"repo_id\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/pullrequest/:id?fields=updated_at&fields=user_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "user_ids" }, { "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": "77a30b1a-e0da-4221-871e-97d911ce09c6", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "fe4d1c54-ad68-4a52-b513-634bb3dd3a85", "key": "id", "value": "", "description": "(Required) ID of the Pullrequest" } ] } }, "response": [ { "id": "408deb44-9ad4-435a-ae7c-05604cf71d93", "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 \"closed_at\": \"\",\n \"commit_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"labels\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"aute_c\": true,\n \"laborum_eaf\": -72829787.87272136\n },\n \"repo_id\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/pullrequest/:id?fields=user_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_ids" }, { "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 \"closed_at\": \"\",\n \"commit_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"labels\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"aute_c\": true,\n \"laborum_eaf\": -72829787.87272136\n },\n \"repo_id\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-408deb44-9ad4-435a-ae7c-05604cf71d93" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-eb89d5d7-d7cc-44f4-aabf-60582b68e522" }, { "name": "Update a Pullrequest", "id": "73d0eab8-3323-49c7-91ca-a41150f03b77", "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 \"closed_at\": \"\",\n \"commit_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"labels\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"aute_c\": true,\n \"laborum_eaf\": -72829787.87272136\n },\n \"repo_id\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/pullrequest/:id?fields=updated_at&fields=user_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "user_ids" }, { "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": "82b86ec3-2cd3-428e-b3f9-f8935dd562f9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "a25bab9d-7544-4766-9598-d04b8c8f9ae6", "key": "id", "value": "", "description": "(Required) ID of the Pullrequest" } ] } }, "response": [ { "id": "d4cf6931-7642-4123-be8c-f055d8198996", "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 \"closed_at\": \"\",\n \"commit_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"labels\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"aute_c\": true,\n \"laborum_eaf\": -72829787.87272136\n },\n \"repo_id\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/pullrequest/:id?fields=user_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_ids" }, { "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 \"closed_at\": \"\",\n \"commit_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"labels\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"aute_c\": true,\n \"laborum_eaf\": -72829787.87272136\n },\n \"repo_id\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-d4cf6931-7642-4123-be8c-f055d8198996" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-73d0eab8-3323-49c7-91ca-a41150f03b77" } ], "id": "b7570e40-bd15-4539-a296-9453460955a7", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-b7570e40-bd15-4539-a296-9453460955a7" }, { "name": "List All Pullrequests", "id": "a70fd696-7ccb-4ef8-891d-7f1d13423039", "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/pullrequest?limit=&offset=&updated_gte=&sort=&order=&query=&repo_id=&fields=updated_at&fields=user_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest" ], "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": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "user_ids" }, { "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": "b22e060d-0b8b-4c8f-9464-78fb4cf2a2a0", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e79c249a-b8f5-4df9-992e-3a9057355ebd", "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/pullrequest?limit=&offset=&updated_gte=&sort=&order=&query=&repo_id=&fields=user_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest" ], "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": "Fields to return", "key": "fields", "value": "user_ids" }, { "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 \"closed_at\": \"\",\n \"commit_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"labels\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"pariaturd1\": \"consectetur tempor\",\n \"iruree_a\": -3908398\n },\n \"repo_id\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"closed_at\": \"\",\n \"commit_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"labels\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"labore_4\": -64667960,\n \"exercitation887\": -66671029\n },\n \"repo_id\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n]", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-e79c249a-b8f5-4df9-992e-3a9057355ebd" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-a70fd696-7ccb-4ef8-891d-7f1d13423039" }, { "name": "Create a Pullrequest", "id": "7598a2bf-e623-42fb-a118-e7434ae61042", "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 \"closed_at\": \"\",\n \"commit_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"labels\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"aute_c\": true,\n \"laborum_eaf\": -72829787.87272136\n },\n \"repo_id\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/pullrequest?fields=updated_at&fields=user_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "user_ids" }, { "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": "0d732be6-0a76-4dea-816a-ea657e135457", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "16de4a74-9c91-455c-afa5-591f5c454bf3", "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 \"closed_at\": \"\",\n \"commit_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"labels\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"aute_c\": true,\n \"laborum_eaf\": -72829787.87272136\n },\n \"repo_id\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/pullrequest?fields=user_ids&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_ids" }, { "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 \"closed_at\": \"\",\n \"commit_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"labels\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"aute_c\": true,\n \"laborum_eaf\": -72829787.87272136\n },\n \"repo_id\": \"\",\n \"status\": \"REJECTED\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-16de4a74-9c91-455c-afa5-591f5c454bf3" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-7598a2bf-e623-42fb-a118-e7434ae61042" } ], "id": "e796340a-8f26-495c-8005-c71872df4425", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-e796340a-8f26-495c-8005-c71872df4425" }, { "name": "repository", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Repository", "id": "4c45fda4-1960-4ec6-9aa3-98269fe9e3c1", "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/repository/:id", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository", ":id" ], "variable": [ { "id": "c1d9bd7e-8326-42c6-a65b-bf36debce7fe", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0d9dde1a-ae9a-4f8c-bdcf-d84cb7e03515", "key": "id", "value": "", "description": "(Required) ID of the Repository" } ] } }, "response": [ { "id": "1fbaf4e2-f625-491f-a99b-bed396fe7887", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/repo/:connection_id/repository/:id", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository", ":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:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-1fbaf4e2-f625-491f-a99b-bed396fe7887" }, { "id": "d756852b-1bd5-4982-9f3d-4348b9844d00", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/repo/:connection_id/repository/:id", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository", ":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:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-d756852b-1bd5-4982-9f3d-4348b9844d00" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-4c45fda4-1960-4ec6-9aa3-98269fe9e3c1" }, { "name": "Retrieve a Repository", "id": "2830a963-30ad-46a3-8504-3d6d4605dc77", "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/repository/:id?fields=is_private&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_private" }, { "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": "8d652a2d-70e4-400a-9a7a-00835fd00380", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "f02d754c-a4cf-43b1-9012-e31e61b34865", "key": "id", "value": "", "description": "(Required) ID of the Repository" } ] } }, "response": [ { "id": "92b3d978-711f-4638-ad51-5f0ea2f9739e", "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/repository/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository", ":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 \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_private\": \"\",\n \"org_id\": \"\",\n \"owner\": \"\",\n \"raw\": {\n \"officia7\": -19977707,\n \"Lorem788\": 43130932.19788274\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-92b3d978-711f-4638-ad51-5f0ea2f9739e" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-2830a963-30ad-46a3-8504-3d6d4605dc77" }, { "name": "Update a Repository", "id": "68f95bc5-a4bd-44ac-93d8-8cd38db8cc25", "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 \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_private\": \"\",\n \"org_id\": \"\",\n \"owner\": \"\",\n \"raw\": {\n \"officia7\": -19977707,\n \"Lorem788\": 43130932.19788274\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/repository/:id?fields=is_private&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_private" }, { "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": "ea551f2b-f13c-43a5-b12e-eab93ff14cb1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1542fc2e-e51c-4890-9fce-738fd095991e", "key": "id", "value": "", "description": "(Required) ID of the Repository" } ] } }, "response": [ { "id": "775c2d60-02d5-4846-b168-a62ccde71948", "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 \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_private\": \"\",\n \"org_id\": \"\",\n \"owner\": \"\",\n \"raw\": {\n \"officia7\": -19977707,\n \"Lorem788\": 43130932.19788274\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/repository/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository", ":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 \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_private\": \"\",\n \"org_id\": \"\",\n \"owner\": \"\",\n \"raw\": {\n \"officia7\": -19977707,\n \"Lorem788\": 43130932.19788274\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-775c2d60-02d5-4846-b168-a62ccde71948" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-68f95bc5-a4bd-44ac-93d8-8cd38db8cc25" }, { "name": "Update a Repository", "id": "08945f9a-5623-48c3-9de9-fc1db61abf97", "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 \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_private\": \"\",\n \"org_id\": \"\",\n \"owner\": \"\",\n \"raw\": {\n \"officia7\": -19977707,\n \"Lorem788\": 43130932.19788274\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/repository/:id?fields=is_private&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_private" }, { "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": "5ffe86ad-e01c-42b0-9198-fd9b4f65614c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "741a9c15-a442-40b8-9677-4348b50bdb97", "key": "id", "value": "", "description": "(Required) ID of the Repository" } ] } }, "response": [ { "id": "7b102209-aa49-4dda-9b7e-d77b537d4b37", "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 \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_private\": \"\",\n \"org_id\": \"\",\n \"owner\": \"\",\n \"raw\": {\n \"officia7\": -19977707,\n \"Lorem788\": 43130932.19788274\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/repository/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository", ":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 \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_private\": \"\",\n \"org_id\": \"\",\n \"owner\": \"\",\n \"raw\": {\n \"officia7\": -19977707,\n \"Lorem788\": 43130932.19788274\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-7b102209-aa49-4dda-9b7e-d77b537d4b37" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-08945f9a-5623-48c3-9de9-fc1db61abf97" } ], "id": "f38c290e-7343-4682-94d7-ad52df8ef22c", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-f38c290e-7343-4682-94d7-ad52df8ef22c" }, { "name": "List All Repositories", "id": "7ff7568d-959e-4861-be88-a13adf38faa7", "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/repository?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&fields=is_private&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository" ], "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 org ID to filter by (reference to RepoOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "is_private" }, { "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": "91e20b38-b205-499a-8807-3520715af5eb", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "b2861f77-621f-4ebe-9b39-ef51a1e49f24", "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/repository?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository" ], "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 org ID to filter by (reference to RepoOrganization)", "key": "org_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 \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_private\": \"\",\n \"org_id\": \"\",\n \"owner\": \"\",\n \"raw\": {\n \"irure81\": false\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n },\n {\n \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_private\": \"\",\n \"org_id\": \"\",\n \"owner\": \"\",\n \"raw\": {\n \"pariaturdc2\": \"in dolore\",\n \"ut_fe2\": \"laborum\"\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-b2861f77-621f-4ebe-9b39-ef51a1e49f24" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-7ff7568d-959e-4861-be88-a13adf38faa7" }, { "name": "Create a Repository", "id": "9f249323-c69d-4e02-8500-c1822b36a3ec", "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 \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_private\": \"\",\n \"org_id\": \"\",\n \"owner\": \"\",\n \"raw\": {\n \"officia7\": -19977707,\n \"Lorem788\": 43130932.19788274\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/repository?fields=is_private&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_private" }, { "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": "1c30b33c-42a8-4825-a020-3baef671bb65", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "ae4afbf6-061a-4877-bb85-6825f598d27c", "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 \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_private\": \"\",\n \"org_id\": \"\",\n \"owner\": \"\",\n \"raw\": {\n \"officia7\": -19977707,\n \"Lorem788\": 43130932.19788274\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/repository?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository" ], "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 \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_private\": \"\",\n \"org_id\": \"\",\n \"owner\": \"\",\n \"raw\": {\n \"officia7\": -19977707,\n \"Lorem788\": 43130932.19788274\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-ae4afbf6-061a-4877-bb85-6825f598d27c" } ], "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-9f249323-c69d-4e02-8500-c1822b36a3ec" } ], "id": "e09db33e-f0d1-4002-8f12-584ae92d03ff", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-e09db33e-f0d1-4002-8f12-584ae92d03ff" } ], "id": "2d830027-a932-42d4-af45-4b9744dd9fde", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-2d830027-a932-42d4-af45-4b9744dd9fde" } ], "id": "1acb949d-fb64-489a-b960-cac80d7e6422", "createdAt": "2026-07-28T03:26:29.000Z", "updatedAt": "2026-07-28T03:26:29.000Z", "uid": "35240-1acb949d-fb64-489a-b960-cac80d7e6422" } ], "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" } ] }