{ "info": { "_postman_id": "5dc15b42-85e7-4802-836f-a9104c1a1f14", "name": "Unified.to account list 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:24:53.000Z", "updatedAt": "2026-07-28T03:24:53.000Z", "lastUpdatedBy": "35240", "uid": "35240-5dc15b42-85e7-4802-836f-a9104c1a1f14" }, "item": [ { "name": "martech", "item": [ { "name": "{connection_id}", "item": [ { "name": "list", "item": [ { "name": "{id}", "item": [ { "name": "Remove a List", "id": "0790ccdf-691b-4749-84b2-7bc5d69585fc", "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}}/martech/:connection_id/list/:id", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list", ":id" ], "variable": [ { "id": "35d989a8-5355-4d76-8c13-d97ce3d52a6e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6dbe2807-1f34-41ca-9e9a-b579906573cd", "key": "id", "value": "", "description": "(Required) ID of the List" } ] } }, "response": [ { "id": "4f47bf37-6056-40f4-bda7-cb7264c75f7c", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/martech/:connection_id/list/:id", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:54.000Z", "updatedAt": "2026-07-28T03:24:54.000Z", "uid": "35240-4f47bf37-6056-40f4-bda7-cb7264c75f7c" }, { "id": "044a1e08-8a3c-4ba9-a96c-8a519248f16b", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/martech/:connection_id/list/:id", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list", ":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:24:54.000Z", "updatedAt": "2026-07-28T03:24:54.000Z", "uid": "35240-044a1e08-8a3c-4ba9-a96c-8a519248f16b" } ], "createdAt": "2026-07-28T03:24:54.000Z", "updatedAt": "2026-07-28T03:24:54.000Z", "uid": "35240-0790ccdf-691b-4749-84b2-7bc5d69585fc" }, { "name": "Retrieve a List", "id": "bbc2c20a-14cf-434c-93e1-0b5743ed152c", "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}}/martech/:connection_id/list/:id?fields=created_at&fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "subject" }, { "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": "3efadd00-171a-4d1e-9527-4cbdce508383", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "4ebe7107-1f11-4126-ab4c-20b514dba750", "key": "id", "value": "", "description": "(Required) ID of the List" } ] } }, "response": [ { "id": "44d3096f-0c92-447c-bff6-b060e10bd9ae", "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}}/martech/:connection_id/list/:id?fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "subject" }, { "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"language\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"dolorea1\": 47503288\n },\n \"sender_company\": \"\",\n \"sender_email\": \"\",\n \"sender_name\": \"\",\n \"sender_phone\": \"\",\n \"start_at\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:54.000Z", "updatedAt": "2026-07-28T03:24:54.000Z", "uid": "35240-44d3096f-0c92-447c-bff6-b060e10bd9ae" } ], "createdAt": "2026-07-28T03:24:54.000Z", "updatedAt": "2026-07-28T03:24:54.000Z", "uid": "35240-bbc2c20a-14cf-434c-93e1-0b5743ed152c" }, { "name": "Update a List", "id": "82455a9b-75c0-4afb-9ccd-95069d515804", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"language\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"dolorea1\": 47503288\n },\n \"sender_company\": \"\",\n \"sender_email\": \"\",\n \"sender_name\": \"\",\n \"sender_phone\": \"\",\n \"start_at\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/list/:id?fields=created_at&fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "subject" }, { "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": "13a8e551-6190-4c44-bd53-9e617ef629ef", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0edfd8b0-008c-4b9b-9b06-c29bace8be9f", "key": "id", "value": "", "description": "(Required) ID of the List" } ] } }, "response": [ { "id": "d8f2f6db-3abb-4c53-8815-4858aad5c244", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"language\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"dolorea1\": 47503288\n },\n \"sender_company\": \"\",\n \"sender_email\": \"\",\n \"sender_name\": \"\",\n \"sender_phone\": \"\",\n \"start_at\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/list/:id?fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "subject" }, { "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"language\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"dolorea1\": 47503288\n },\n \"sender_company\": \"\",\n \"sender_email\": \"\",\n \"sender_name\": \"\",\n \"sender_phone\": \"\",\n \"start_at\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:54.000Z", "updatedAt": "2026-07-28T03:24:54.000Z", "uid": "35240-d8f2f6db-3abb-4c53-8815-4858aad5c244" } ], "createdAt": "2026-07-28T03:24:54.000Z", "updatedAt": "2026-07-28T03:24:54.000Z", "uid": "35240-82455a9b-75c0-4afb-9ccd-95069d515804" }, { "name": "Update a List", "id": "799534eb-53d3-4358-83e9-fbfe42a796a7", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"language\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"dolorea1\": 47503288\n },\n \"sender_company\": \"\",\n \"sender_email\": \"\",\n \"sender_name\": \"\",\n \"sender_phone\": \"\",\n \"start_at\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/list/:id?fields=created_at&fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "subject" }, { "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": "07de6762-0b3b-4859-8d32-762e9525ad81", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "288870db-9e04-40cd-bc37-3ba17d9162e5", "key": "id", "value": "", "description": "(Required) ID of the List" } ] } }, "response": [ { "id": "02f1ddf7-5475-4b17-876f-d94b6fb91d8e", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"language\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"dolorea1\": 47503288\n },\n \"sender_company\": \"\",\n \"sender_email\": \"\",\n \"sender_name\": \"\",\n \"sender_phone\": \"\",\n \"start_at\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/list/:id?fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "subject" }, { "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"language\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"dolorea1\": 47503288\n },\n \"sender_company\": \"\",\n \"sender_email\": \"\",\n \"sender_name\": \"\",\n \"sender_phone\": \"\",\n \"start_at\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:54.000Z", "updatedAt": "2026-07-28T03:24:54.000Z", "uid": "35240-02f1ddf7-5475-4b17-876f-d94b6fb91d8e" } ], "createdAt": "2026-07-28T03:24:54.000Z", "updatedAt": "2026-07-28T03:24:54.000Z", "uid": "35240-799534eb-53d3-4358-83e9-fbfe42a796a7" } ], "id": "56aa0a6d-d7a3-45fa-b048-8e5c2409a588", "createdAt": "2026-07-28T03:24:54.000Z", "updatedAt": "2026-07-28T03:24:54.000Z", "uid": "35240-56aa0a6d-d7a3-45fa-b048-8e5c2409a588" }, { "name": "List All Lists", "id": "799a975f-4fd8-4d54-8fec-94acb6603456", "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}}/martech/:connection_id/list?limit=&offset=&updated_gte=&sort=&order=&query=&fields=created_at&fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list" ], "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": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "subject" }, { "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": "4a90eb74-0d91-4091-b23a-43d18874c24d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "f73b4a84-2548-4bf6-b009-a3abe18009af", "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}}/martech/:connection_id/list?limit=&offset=&updated_gte=&sort=&order=&query=&fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list" ], "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": "subject" }, { "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"language\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"Lorem_2ad\": 28931248,\n \"idb7\": \"adipisicing Excepteur\"\n },\n \"sender_company\": \"\",\n \"sender_email\": \"\",\n \"sender_name\": \"\",\n \"sender_phone\": \"\",\n \"start_at\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"language\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"aliquip_1a\": -19670715.685112357,\n \"ea_4\": -16755902,\n \"exercitation_ec9\": 85269001.04407519\n },\n \"sender_company\": \"\",\n \"sender_email\": \"\",\n \"sender_name\": \"\",\n \"sender_phone\": \"\",\n \"start_at\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:54.000Z", "updatedAt": "2026-07-28T03:24:54.000Z", "uid": "35240-f73b4a84-2548-4bf6-b009-a3abe18009af" } ], "createdAt": "2026-07-28T03:24:54.000Z", "updatedAt": "2026-07-28T03:24:54.000Z", "uid": "35240-799a975f-4fd8-4d54-8fec-94acb6603456" }, { "name": "Create a List", "id": "a20829ff-5ab9-4669-88eb-76d125de318a", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"language\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"dolorea1\": 47503288\n },\n \"sender_company\": \"\",\n \"sender_email\": \"\",\n \"sender_name\": \"\",\n \"sender_phone\": \"\",\n \"start_at\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/list?fields=created_at&fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Fields to return", "key": "fields", "value": "subject" }, { "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": "4a3bb031-3414-4ce5-afba-8d229a02bea0", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "ecdd5343-46d2-4756-8b41-f1ea0c827774", "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"language\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"dolorea1\": 47503288\n },\n \"sender_company\": \"\",\n \"sender_email\": \"\",\n \"sender_name\": \"\",\n \"sender_phone\": \"\",\n \"start_at\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/list?fields=subject&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "subject" }, { "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\",\n \"end_at\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"language\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"dolorea1\": 47503288\n },\n \"sender_company\": \"\",\n \"sender_email\": \"\",\n \"sender_name\": \"\",\n \"sender_phone\": \"\",\n \"start_at\": \"\",\n \"subject\": \"\",\n \"updated_at\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T03:24:54.000Z", "updatedAt": "2026-07-28T03:24:54.000Z", "uid": "35240-ecdd5343-46d2-4756-8b41-f1ea0c827774" } ], "createdAt": "2026-07-28T03:24:54.000Z", "updatedAt": "2026-07-28T03:24:54.000Z", "uid": "35240-a20829ff-5ab9-4669-88eb-76d125de318a" } ], "id": "d2e0349d-cab5-4e07-beaa-97f8886219c3", "createdAt": "2026-07-28T03:24:54.000Z", "updatedAt": "2026-07-28T03:24:54.000Z", "uid": "35240-d2e0349d-cab5-4e07-beaa-97f8886219c3" } ], "id": "442bb338-3cc9-4bcc-bd43-cd1836c01195", "createdAt": "2026-07-28T03:24:54.000Z", "updatedAt": "2026-07-28T03:24:54.000Z", "uid": "35240-442bb338-3cc9-4bcc-bd43-cd1836c01195" } ], "id": "1839266e-cedd-4e82-a140-e41065ab6d94", "createdAt": "2026-07-28T03:24:54.000Z", "updatedAt": "2026-07-28T03:24:54.000Z", "uid": "35240-1839266e-cedd-4e82-a140-e41065ab6d94" } ], "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" } ] }