{ "info": { "_postman_id": "bbc46e0c-ec3a-4fa4-9938-e0e82d3d21ef", "name": "Unified.to account branch 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:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "lastUpdatedBy": "35240", "uid": "35240-bbc46e0c-ec3a-4fa4-9938-e0e82d3d21ef" }, "item": [ { "name": "repo", "item": [ { "name": "{connection_id}", "item": [ { "name": "branch", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Branch", "id": "67a98492-a8d3-424e-b9e3-109ade037875", "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": "36f2515c-b15d-4dcb-96ab-7e7c77be5cf9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "a86a0f42-ab02-474c-ba8c-371c1adac769", "key": "id", "value": "", "description": "(Required) ID of the Branch" } ] } }, "response": [ { "id": "29406e9a-7602-4c72-8757-2c5ec7612dc1", "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:22:53.000Z", "updatedAt": "2026-07-28T03:22:53.000Z", "uid": "35240-29406e9a-7602-4c72-8757-2c5ec7612dc1" }, { "id": "fbd452ff-75d3-4775-ac54-b4c948bb6e2e", "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:22:53.000Z", "updatedAt": "2026-07-28T03:22:53.000Z", "uid": "35240-fbd452ff-75d3-4775-ac54-b4c948bb6e2e" } ], "createdAt": "2026-07-28T03:22:53.000Z", "updatedAt": "2026-07-28T03:22:53.000Z", "uid": "35240-67a98492-a8d3-424e-b9e3-109ade037875" }, { "name": "Retrieve a Branch", "id": "2d47d278-c4aa-4af2-a1d0-ed8886ebba97", "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=repo_id&fields=repo_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "repo_id" }, { "description": "Fields to return", "key": "fields", "value": "repo_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": "fc5fdcda-b003-4f57-ae70-7a87fac17af3", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e452bb5b-f03b-47bc-b9dc-1ea30b9d145f", "key": "id", "value": "", "description": "(Required) ID of the Branch" } ] } }, "response": [ { "id": "1cf83288-02bf-4517-9cb0-6db4ba568ea2", "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=repo_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "repo_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 \"repo_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"dob\": \"tempor conseq\"\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:53.000Z", "updatedAt": "2026-07-28T03:22:53.000Z", "uid": "35240-1cf83288-02bf-4517-9cb0-6db4ba568ea2" } ], "createdAt": "2026-07-28T03:22:53.000Z", "updatedAt": "2026-07-28T03:22:53.000Z", "uid": "35240-2d47d278-c4aa-4af2-a1d0-ed8886ebba97" }, { "name": "Update a Branch", "id": "5b4c6141-f7f5-4767-8784-137160f0b4ed", "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 \"dob\": \"tempor conseq\"\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/branch/:id?fields=repo_id&fields=repo_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "repo_id" }, { "description": "Fields to return", "key": "fields", "value": "repo_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": "e984eb0b-d331-43c6-bbe4-35c73c55ac40", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "551fedc1-83c8-4837-a3cc-203211c633c0", "key": "id", "value": "", "description": "(Required) ID of the Branch" } ] } }, "response": [ { "id": "5bca3012-5427-4d67-9e7f-ec4ed03c030a", "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 \"dob\": \"tempor conseq\"\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/branch/:id?fields=repo_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "repo_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 \"repo_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"dob\": \"tempor conseq\"\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:53.000Z", "updatedAt": "2026-07-28T03:22:53.000Z", "uid": "35240-5bca3012-5427-4d67-9e7f-ec4ed03c030a" } ], "createdAt": "2026-07-28T03:22:53.000Z", "updatedAt": "2026-07-28T03:22:53.000Z", "uid": "35240-5b4c6141-f7f5-4767-8784-137160f0b4ed" }, { "name": "Update a Branch", "id": "a44dbf23-e8b1-4321-a99f-fcbeb57ad570", "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 \"dob\": \"tempor conseq\"\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/branch/:id?fields=repo_id&fields=repo_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "repo_id" }, { "description": "Fields to return", "key": "fields", "value": "repo_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": "8b04e380-c2d2-4cdc-80b4-2f17a5e881ea", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "975c6b7e-e885-4336-b441-3154f2e2fc6f", "key": "id", "value": "", "description": "(Required) ID of the Branch" } ] } }, "response": [ { "id": "d6841aad-945e-4644-881b-24d1155815ba", "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 \"dob\": \"tempor conseq\"\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/branch/:id?fields=repo_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "repo_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 \"repo_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"dob\": \"tempor conseq\"\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:53.000Z", "updatedAt": "2026-07-28T03:22:53.000Z", "uid": "35240-d6841aad-945e-4644-881b-24d1155815ba" } ], "createdAt": "2026-07-28T03:22:53.000Z", "updatedAt": "2026-07-28T03:22:53.000Z", "uid": "35240-a44dbf23-e8b1-4321-a99f-fcbeb57ad570" } ], "id": "f0835257-49b2-4080-a6aa-f56abe231424", "createdAt": "2026-07-28T03:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-f0835257-49b2-4080-a6aa-f56abe231424" }, { "name": "List All Branches", "id": "918b9fb6-79ba-4f3e-804e-277b061109a6", "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=repo_id&fields=repo_id&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": "repo_id" }, { "description": "Fields to return", "key": "fields", "value": "repo_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": "4fdc1d16-1f47-4d77-b626-3e9f22352a73", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "b3ceb387-3fff-4f0c-b718-00b4732e7522", "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=repo_id&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": "repo_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 \"repo_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"labore__c\": \"sit ea esse\",\n \"laborumb\": false\n },\n \"updated_at\": \"\"\n },\n {\n \"name\": \"\",\n \"repo_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"cillumb\": 6022299.400209352,\n \"aliquipb3\": -46813740.44906428,\n \"reprehenderit_a\": \"laboris Duis\",\n \"velit_c_6\": 70202464.86243838\n },\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:53.000Z", "updatedAt": "2026-07-28T03:22:53.000Z", "uid": "35240-b3ceb387-3fff-4f0c-b718-00b4732e7522" } ], "createdAt": "2026-07-28T03:22:53.000Z", "updatedAt": "2026-07-28T03:22:53.000Z", "uid": "35240-918b9fb6-79ba-4f3e-804e-277b061109a6" }, { "name": "Create a Branch", "id": "a4f6b4fa-04e5-4ed5-a9df-3e9ed92a265a", "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 \"dob\": \"tempor conseq\"\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/branch?fields=repo_id&fields=repo_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "repo_id" }, { "description": "Fields to return", "key": "fields", "value": "repo_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": "408bccd5-9733-4da8-93a1-2004ecf754b9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "55078c56-09a6-4533-ae92-5c493b916289", "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 \"dob\": \"tempor conseq\"\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/branch?fields=repo_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "branch" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "repo_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 \"repo_id\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"raw\": {\n \"dob\": \"tempor conseq\"\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:53.000Z", "updatedAt": "2026-07-28T03:22:53.000Z", "uid": "35240-55078c56-09a6-4533-ae92-5c493b916289" } ], "createdAt": "2026-07-28T03:22:53.000Z", "updatedAt": "2026-07-28T03:22:53.000Z", "uid": "35240-a4f6b4fa-04e5-4ed5-a9df-3e9ed92a265a" } ], "id": "a1e5f16b-3840-47c6-8d56-98ffb1d952e5", "createdAt": "2026-07-28T03:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-a1e5f16b-3840-47c6-8d56-98ffb1d952e5" } ], "id": "04ba5253-93a3-4fc7-91b9-3fe7cd687924", "createdAt": "2026-07-28T03:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-04ba5253-93a3-4fc7-91b9-3fe7cd687924" } ], "id": "a57881e8-a8e4-423b-b768-f7b047d6ec15", "createdAt": "2026-07-28T03:22:52.000Z", "updatedAt": "2026-07-28T03:22:52.000Z", "uid": "35240-a57881e8-a8e4-423b-b768-f7b047d6ec15" } ], "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" } ] }