{ "info": { "_postman_id": "a9af2d70-1b94-46d3-9354-eddfd6795b1b", "name": "Unified.to account change API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:23:01.000Z", "updatedAt": "2026-07-28T03:23:01.000Z", "lastUpdatedBy": "35240", "uid": "35240-a9af2d70-1b94-46d3-9354-eddfd6795b1b" }, "item": [ { "name": "task", "item": [ { "name": "{connection_id}", "item": [ { "name": "change", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Change", "id": "7a94c793-adef-4f05-93de-c2d23fbe3658", "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}}/task/:connection_id/change/:id?fields=user_id&fields=task_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "change", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Fields to return", "key": "fields", "value": "task_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": "16ce780f-c9c4-4132-a6d3-b6bcd1017c80", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7684193c-8716-4908-9181-69306b9decfe", "key": "id", "value": "", "description": "(Required) ID of the Change" } ] } }, "response": [ { "id": "c675822f-df57-4e06-a05d-0aede1c5f58a", "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}}/task/:connection_id/change/:id?fields=task_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "change", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "task_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 \"created_at\": \"\",\n \"id\": \"\",\n \"items\": [\n {\n \"field\": \"\",\n \"from\": \"\",\n \"to\": \"\"\n },\n {\n \"field\": \"\",\n \"from\": \"\",\n \"to\": \"\"\n }\n ],\n \"raw\": {\n \"pariatur4c3\": -7553055\n },\n \"task_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:23:02.000Z", "updatedAt": "2026-07-28T03:23:02.000Z", "uid": "35240-c675822f-df57-4e06-a05d-0aede1c5f58a" } ], "createdAt": "2026-07-28T03:23:02.000Z", "updatedAt": "2026-07-28T03:23:02.000Z", "uid": "35240-7a94c793-adef-4f05-93de-c2d23fbe3658" } ], "id": "6d2b825d-75a6-436d-8156-5c72ccec556f", "createdAt": "2026-07-28T03:23:02.000Z", "updatedAt": "2026-07-28T03:23:02.000Z", "uid": "35240-6d2b825d-75a6-436d-8156-5c72ccec556f" }, { "name": "List All Changes", "id": "942e85ff-f6ab-4ab2-80fd-aeef2ea97672", "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}}/task/:connection_id/change?limit=&offset=&updated_gte=&sort=&order=&query=&task_id=&fields=user_id&fields=task_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "change" ], "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 task ID to filter by (reference to TaskTask)", "key": "task_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "user_id" }, { "description": "Fields to return", "key": "fields", "value": "task_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": "6e8b5650-4393-4105-bc9f-a3d11c967957", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "8fc92255-2dc4-4f6c-9c74-9fb5ba838bb5", "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}}/task/:connection_id/change?limit=&offset=&updated_gte=&sort=&order=&query=&task_id=&fields=task_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "task", ":connection_id", "change" ], "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 task ID to filter by (reference to TaskTask)", "key": "task_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "task_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 \"created_at\": \"\",\n \"id\": \"\",\n \"items\": [\n {\n \"field\": \"\",\n \"from\": \"\",\n \"to\": \"\"\n },\n {\n \"field\": \"\",\n \"from\": \"\",\n \"to\": \"\"\n }\n ],\n \"raw\": {\n \"Ute4\": \"aliqua do sed\",\n \"irure18\": false\n },\n \"task_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"created_at\": \"\",\n \"id\": \"\",\n \"items\": [\n {\n \"field\": \"\",\n \"from\": \"\",\n \"to\": \"\"\n },\n {\n \"field\": \"\",\n \"from\": \"\",\n \"to\": \"\"\n }\n ],\n \"raw\": {\n \"sunt246\": -54643671,\n \"ipsum_3fd\": true,\n \"estb\": false\n },\n \"task_id\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:02.000Z", "updatedAt": "2026-07-28T03:23:02.000Z", "uid": "35240-8fc92255-2dc4-4f6c-9c74-9fb5ba838bb5" } ], "createdAt": "2026-07-28T03:23:02.000Z", "updatedAt": "2026-07-28T03:23:02.000Z", "uid": "35240-942e85ff-f6ab-4ab2-80fd-aeef2ea97672" } ], "id": "4477191b-6425-4016-a6a4-3e308b44106d", "createdAt": "2026-07-28T03:23:02.000Z", "updatedAt": "2026-07-28T03:23:02.000Z", "uid": "35240-4477191b-6425-4016-a6a4-3e308b44106d" } ], "id": "f2893339-33e9-4a93-b352-6d2cb1f59b3a", "createdAt": "2026-07-28T03:23:02.000Z", "updatedAt": "2026-07-28T03:23:02.000Z", "uid": "35240-f2893339-33e9-4a93-b352-6d2cb1f59b3a" } ], "id": "b9fe1e4b-a9ca-4f4d-823e-632d32e5cc83", "createdAt": "2026-07-28T03:23:02.000Z", "updatedAt": "2026-07-28T03:23:02.000Z", "uid": "35240-b9fe1e4b-a9ca-4f4d-823e-632d32e5cc83" } ], "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" } ] }