{ "info": { "_postman_id": "39dc721a-5807-4f54-a39e-e663caaaf083", "name": "Unified.to account repository 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:31.000Z", "updatedAt": "2026-07-28T03:26:31.000Z", "lastUpdatedBy": "35240", "uid": "35240-39dc721a-5807-4f54-a39e-e663caaaf083" }, "item": [ { "name": "repo", "item": [ { "name": "{connection_id}", "item": [ { "name": "repository", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Repository", "id": "c7ba2465-c887-491e-8138-df93400221f5", "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": "0576ecd2-a5e1-4d57-a923-10b323154fdf", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "70e65ffe-3794-46dc-a3cf-b98d745e1abc", "key": "id", "value": "", "description": "(Required) ID of the Repository" } ] } }, "response": [ { "id": "726931af-5f26-458d-966c-f77ab8dd7c81", "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:32.000Z", "updatedAt": "2026-07-28T03:26:32.000Z", "uid": "35240-726931af-5f26-458d-966c-f77ab8dd7c81" }, { "id": "41b42bec-2768-45b0-992f-79bebce0804b", "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:32.000Z", "updatedAt": "2026-07-28T03:26:32.000Z", "uid": "35240-41b42bec-2768-45b0-992f-79bebce0804b" } ], "createdAt": "2026-07-28T03:26:32.000Z", "updatedAt": "2026-07-28T03:26:32.000Z", "uid": "35240-c7ba2465-c887-491e-8138-df93400221f5" }, { "name": "Retrieve a Repository", "id": "1baf01d5-d40a-4d50-9955-6b00838414fb", "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=owner&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "owner" }, { "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": "1e1f6246-de7d-499d-bc0e-6ccd9afa4dd7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6d673dfc-afc4-487c-a7a8-b7f233ed3eea", "key": "id", "value": "", "description": "(Required) ID of the Repository" } ] } }, "response": [ { "id": "8a06ea88-a341-4de9-8899-c3d814da0ef2", "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=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository", ":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 \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_private\": \"\",\n \"org_id\": \"\",\n \"owner\": \"\",\n \"raw\": {\n \"laboruma9\": true\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:26:32.000Z", "updatedAt": "2026-07-28T03:26:32.000Z", "uid": "35240-8a06ea88-a341-4de9-8899-c3d814da0ef2" } ], "createdAt": "2026-07-28T03:26:32.000Z", "updatedAt": "2026-07-28T03:26:32.000Z", "uid": "35240-1baf01d5-d40a-4d50-9955-6b00838414fb" }, { "name": "Update a Repository", "id": "8229eb28-4b24-4b50-809c-8e795bb5e5f1", "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 \"laboruma9\": true\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/repository/:id?fields=owner&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "owner" }, { "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": "6946896f-1323-45f5-92ba-87f6e6bbb147", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "dce85cd5-afed-4266-bc85-73967712a893", "key": "id", "value": "", "description": "(Required) ID of the Repository" } ] } }, "response": [ { "id": "2292cf5d-0f87-40c8-b29a-5b279ef0b1bf", "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 \"laboruma9\": true\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/repository/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository", ":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 \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_private\": \"\",\n \"org_id\": \"\",\n \"owner\": \"\",\n \"raw\": {\n \"laboruma9\": true\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:26:32.000Z", "updatedAt": "2026-07-28T03:26:32.000Z", "uid": "35240-2292cf5d-0f87-40c8-b29a-5b279ef0b1bf" } ], "createdAt": "2026-07-28T03:26:32.000Z", "updatedAt": "2026-07-28T03:26:32.000Z", "uid": "35240-8229eb28-4b24-4b50-809c-8e795bb5e5f1" }, { "name": "Update a Repository", "id": "9aa9a854-bad3-4dae-83f1-16fd7e249cd5", "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 \"laboruma9\": true\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/repository/:id?fields=owner&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "owner" }, { "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": "b179d962-f4a1-4476-9571-bd21f10a43d5", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "fa64ae53-e33c-48d9-84c5-5ebf1b653cf9", "key": "id", "value": "", "description": "(Required) ID of the Repository" } ] } }, "response": [ { "id": "96a0a659-487f-4b03-9a0d-4c73d06f49a9", "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 \"laboruma9\": true\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/repository/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository", ":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 \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_private\": \"\",\n \"org_id\": \"\",\n \"owner\": \"\",\n \"raw\": {\n \"laboruma9\": true\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:26:32.000Z", "updatedAt": "2026-07-28T03:26:32.000Z", "uid": "35240-96a0a659-487f-4b03-9a0d-4c73d06f49a9" } ], "createdAt": "2026-07-28T03:26:32.000Z", "updatedAt": "2026-07-28T03:26:32.000Z", "uid": "35240-9aa9a854-bad3-4dae-83f1-16fd7e249cd5" } ], "id": "f28243b1-dec8-4fd6-bacf-40dcde9f0f0c", "createdAt": "2026-07-28T03:26:31.000Z", "updatedAt": "2026-07-28T03:26:31.000Z", "uid": "35240-f28243b1-dec8-4fd6-bacf-40dcde9f0f0c" }, { "name": "List All Repositories", "id": "5ee6ead5-e027-4405-977c-acf4c2c2a351", "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=owner&fields=raw&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": "owner" }, { "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": "913314d3-bce7-45a2-85bd-835ab65a3e49", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "780d8793-c156-451a-a6a4-3b9d24580c92", "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=raw&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": "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 \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_private\": \"\",\n \"org_id\": \"\",\n \"owner\": \"\",\n \"raw\": {\n \"laborumbe\": 70048845,\n \"reprehenderit89\": -90351482\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 \"laboris_c\": -32872198.398188382,\n \"velit_da\": -95680078.85376918\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:32.000Z", "updatedAt": "2026-07-28T03:26:32.000Z", "uid": "35240-780d8793-c156-451a-a6a4-3b9d24580c92" } ], "createdAt": "2026-07-28T03:26:32.000Z", "updatedAt": "2026-07-28T03:26:32.000Z", "uid": "35240-5ee6ead5-e027-4405-977c-acf4c2c2a351" }, { "name": "Create a Repository", "id": "bccf63fe-6b32-4cdc-ba97-fedaeb2ada7e", "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 \"laboruma9\": true\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/repository?fields=owner&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "owner" }, { "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": "b8558213-db44-466c-ba9a-c398f62f144a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "e73f48b4-b250-4f25-8e0d-ebef75e53cc0", "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 \"laboruma9\": true\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/repository?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "repository" ], "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 \"name\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_private\": \"\",\n \"org_id\": \"\",\n \"owner\": \"\",\n \"raw\": {\n \"laboruma9\": true\n },\n \"updated_at\": \"\",\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:26:32.000Z", "updatedAt": "2026-07-28T03:26:32.000Z", "uid": "35240-e73f48b4-b250-4f25-8e0d-ebef75e53cc0" } ], "createdAt": "2026-07-28T03:26:32.000Z", "updatedAt": "2026-07-28T03:26:32.000Z", "uid": "35240-bccf63fe-6b32-4cdc-ba97-fedaeb2ada7e" } ], "id": "3b46d98e-9200-4bef-a1a6-b87b58cb0d64", "createdAt": "2026-07-28T03:26:31.000Z", "updatedAt": "2026-07-28T03:26:31.000Z", "uid": "35240-3b46d98e-9200-4bef-a1a6-b87b58cb0d64" } ], "id": "a1901e07-edad-4e4a-9f0e-2c7482ca18a0", "createdAt": "2026-07-28T03:26:31.000Z", "updatedAt": "2026-07-28T03:26:31.000Z", "uid": "35240-a1901e07-edad-4e4a-9f0e-2c7482ca18a0" } ], "id": "ef2fca4b-fb7a-424d-9c94-8257a0abe78d", "createdAt": "2026-07-28T03:26:31.000Z", "updatedAt": "2026-07-28T03:26:31.000Z", "uid": "35240-ef2fca4b-fb7a-424d-9c94-8257a0abe78d" } ], "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" } ] }