{ "info": { "_postman_id": "39ab7553-542e-41b1-876d-9964e61975c8", "name": "Unified.to account pullrequest 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:23.000Z", "updatedAt": "2026-07-28T03:26:24.000Z", "lastUpdatedBy": "35240", "uid": "35240-39ab7553-542e-41b1-876d-9964e61975c8" }, "item": [ { "name": "repo", "item": [ { "name": "{connection_id}", "item": [ { "name": "pullrequest", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Pullrequest", "id": "46ac0d4e-d6b8-447c-b22f-515c2e7231a9", "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": "98202921-2b25-4600-b4d4-2350e62e85fc", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "04fc33b3-d869-443a-afca-9f03473cf009", "key": "id", "value": "", "description": "(Required) ID of the Pullrequest" } ] } }, "response": [ { "id": "b1386b51-f94f-455d-a60c-4a706fc0a1c5", "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:24.000Z", "updatedAt": "2026-07-28T03:26:24.000Z", "uid": "35240-b1386b51-f94f-455d-a60c-4a706fc0a1c5" }, { "id": "2dff9df0-cda2-4695-9388-b5b41629cfce", "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:24.000Z", "updatedAt": "2026-07-28T03:26:24.000Z", "uid": "35240-2dff9df0-cda2-4695-9388-b5b41629cfce" } ], "createdAt": "2026-07-28T03:26:24.000Z", "updatedAt": "2026-07-28T03:26:24.000Z", "uid": "35240-46ac0d4e-d6b8-447c-b22f-515c2e7231a9" }, { "name": "Retrieve a Pullrequest", "id": "c49c67f1-3ba9-4b8e-9872-f74128963253", "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=created_at&fields=repo_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "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": "08ee54d6-d7a0-4d73-8c31-fe94de235e68", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5b9f6644-2e40-4b82-97a0-a84144c82b91", "key": "id", "value": "", "description": "(Required) ID of the Pullrequest" } ] } }, "response": [ { "id": "00825192-bd6c-49fc-8a79-4dee9437e995", "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=repo_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest", ":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 \"closed_at\": \"\",\n \"commit_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"labels\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"adipisicing95\": 30758733.695087284,\n \"ipsum_3c\": 98597992.61212975\n },\n \"repo_id\": \"\",\n \"status\": \"APPROVED\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:26:24.000Z", "updatedAt": "2026-07-28T03:26:24.000Z", "uid": "35240-00825192-bd6c-49fc-8a79-4dee9437e995" } ], "createdAt": "2026-07-28T03:26:24.000Z", "updatedAt": "2026-07-28T03:26:24.000Z", "uid": "35240-c49c67f1-3ba9-4b8e-9872-f74128963253" }, { "name": "Update a Pullrequest", "id": "be5bf9e2-7206-4384-a581-96a6ba804acd", "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 \"adipisicing95\": 30758733.695087284,\n \"ipsum_3c\": 98597992.61212975\n },\n \"repo_id\": \"\",\n \"status\": \"APPROVED\",\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=created_at&fields=repo_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "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": "001542ce-6207-4aa3-a639-6426e1c75362", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ac484762-5b15-4d42-b061-c135b3d5013c", "key": "id", "value": "", "description": "(Required) ID of the Pullrequest" } ] } }, "response": [ { "id": "648047cb-2204-4c96-930f-f36ddb41e0d8", "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 \"adipisicing95\": 30758733.695087284,\n \"ipsum_3c\": 98597992.61212975\n },\n \"repo_id\": \"\",\n \"status\": \"APPROVED\",\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=repo_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest", ":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 \"closed_at\": \"\",\n \"commit_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"labels\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"adipisicing95\": 30758733.695087284,\n \"ipsum_3c\": 98597992.61212975\n },\n \"repo_id\": \"\",\n \"status\": \"APPROVED\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:26:24.000Z", "updatedAt": "2026-07-28T03:26:24.000Z", "uid": "35240-648047cb-2204-4c96-930f-f36ddb41e0d8" } ], "createdAt": "2026-07-28T03:26:24.000Z", "updatedAt": "2026-07-28T03:26:24.000Z", "uid": "35240-be5bf9e2-7206-4384-a581-96a6ba804acd" }, { "name": "Update a Pullrequest", "id": "d1eabcc5-1fa9-40a9-9438-1ba98d996370", "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 \"adipisicing95\": 30758733.695087284,\n \"ipsum_3c\": 98597992.61212975\n },\n \"repo_id\": \"\",\n \"status\": \"APPROVED\",\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=created_at&fields=repo_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "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": "6d5a056a-2e70-4522-bac6-07ac2d8a23fa", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d9d4e984-e20b-435e-a8bb-c6a9125a323b", "key": "id", "value": "", "description": "(Required) ID of the Pullrequest" } ] } }, "response": [ { "id": "f703134b-438c-4502-916c-02179a766816", "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 \"adipisicing95\": 30758733.695087284,\n \"ipsum_3c\": 98597992.61212975\n },\n \"repo_id\": \"\",\n \"status\": \"APPROVED\",\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=repo_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest", ":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 \"closed_at\": \"\",\n \"commit_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"labels\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"adipisicing95\": 30758733.695087284,\n \"ipsum_3c\": 98597992.61212975\n },\n \"repo_id\": \"\",\n \"status\": \"APPROVED\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:26:24.000Z", "updatedAt": "2026-07-28T03:26:24.000Z", "uid": "35240-f703134b-438c-4502-916c-02179a766816" } ], "createdAt": "2026-07-28T03:26:24.000Z", "updatedAt": "2026-07-28T03:26:24.000Z", "uid": "35240-d1eabcc5-1fa9-40a9-9438-1ba98d996370" } ], "id": "0a61a8db-4ac8-4cc3-a732-5c54b6663d4f", "createdAt": "2026-07-28T03:26:24.000Z", "updatedAt": "2026-07-28T03:26:24.000Z", "uid": "35240-0a61a8db-4ac8-4cc3-a732-5c54b6663d4f" }, { "name": "List All Pullrequests", "id": "5bdf73be-4641-479d-98fd-21b46f3fda75", "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=created_at&fields=repo_id&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": "created_at" }, { "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": "df5d25eb-eca4-4e61-bd9b-2cc134d478c9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "0c7c80c2-e635-44b1-b28b-20bfcb00afe2", "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=repo_id&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": "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 \"closed_at\": \"\",\n \"commit_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"labels\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"consectetur0f\": \"culpa ut consectetur\",\n \"sintad9\": -17889030\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 \"aliquip_ff\": \"non do nostrud enim qui\",\n \"eiusmod_af5\": \"et quis aliquip dolor\"\n },\n \"repo_id\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n }\n]", "createdAt": "2026-07-28T03:26:24.000Z", "updatedAt": "2026-07-28T03:26:24.000Z", "uid": "35240-0c7c80c2-e635-44b1-b28b-20bfcb00afe2" } ], "createdAt": "2026-07-28T03:26:24.000Z", "updatedAt": "2026-07-28T03:26:24.000Z", "uid": "35240-5bdf73be-4641-479d-98fd-21b46f3fda75" }, { "name": "Create a Pullrequest", "id": "513fece5-8e7a-4eda-8cf7-558eb296ca1e", "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 \"adipisicing95\": 30758733.695087284,\n \"ipsum_3c\": 98597992.61212975\n },\n \"repo_id\": \"\",\n \"status\": \"APPROVED\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/pullrequest?fields=created_at&fields=repo_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "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": "1b3a23c1-93b4-4de5-848c-fe188338f418", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "825b41ea-3e46-4989-8a32-64e2321e2ddc", "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 \"adipisicing95\": 30758733.695087284,\n \"ipsum_3c\": 98597992.61212975\n },\n \"repo_id\": \"\",\n \"status\": \"APPROVED\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/pullrequest?fields=repo_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "pullrequest" ], "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 \"closed_at\": \"\",\n \"commit_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"id\": \"\",\n \"labels\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"adipisicing95\": 30758733.695087284,\n \"ipsum_3c\": 98597992.61212975\n },\n \"repo_id\": \"\",\n \"status\": \"APPROVED\",\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T03:26:24.000Z", "updatedAt": "2026-07-28T03:26:24.000Z", "uid": "35240-825b41ea-3e46-4989-8a32-64e2321e2ddc" } ], "createdAt": "2026-07-28T03:26:24.000Z", "updatedAt": "2026-07-28T03:26:24.000Z", "uid": "35240-513fece5-8e7a-4eda-8cf7-558eb296ca1e" } ], "id": "9f3682f5-36db-418e-b2a7-6eebd6114d0c", "createdAt": "2026-07-28T03:26:24.000Z", "updatedAt": "2026-07-28T03:26:24.000Z", "uid": "35240-9f3682f5-36db-418e-b2a7-6eebd6114d0c" } ], "id": "a54ef91f-6cfe-4d0d-8995-4759ab04b74c", "createdAt": "2026-07-28T03:26:24.000Z", "updatedAt": "2026-07-28T03:26:24.000Z", "uid": "35240-a54ef91f-6cfe-4d0d-8995-4759ab04b74c" } ], "id": "8fd629c3-e6ef-4876-82a4-b2001a861ba1", "createdAt": "2026-07-28T03:26:24.000Z", "updatedAt": "2026-07-28T03:26:24.000Z", "uid": "35240-8fd629c3-e6ef-4876-82a4-b2001a861ba1" } ], "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" } ] }