{ "info": { "_postman_id": "8a9280cd-2b88-415c-86bc-784d6acc2798", "name": "Unified.to account martech 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:58.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "lastUpdatedBy": "35240", "uid": "35240-8a9280cd-2b88-415c-86bc-784d6acc2798" }, "item": [ { "name": "martech", "item": [ { "name": "{connection_id}", "item": [ { "name": "campaign", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Campaign", "id": "3925f826-6d0f-4674-97da-dcb94a7f95af", "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/campaign/:id", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign", ":id" ], "variable": [ { "id": "fb4199e7-504a-4ded-8dfa-101e355c07e4", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "826cd1c6-91d0-4d54-a4a4-8b0a78171c6b", "key": "id", "value": "", "description": "(Required) ID of the Campaign" } ] } }, "response": [ { "id": "fd126c82-cc81-447e-ab8b-5f642291533a", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/martech/:connection_id/campaign/:id", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign", ":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:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-fd126c82-cc81-447e-ab8b-5f642291533a" }, { "id": "b9d218a4-ee72-4412-9569-0f63ad3c6b42", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/martech/:connection_id/campaign/:id", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign", ":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:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-b9d218a4-ee72-4412-9569-0f63ad3c6b42" } ], "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-3925f826-6d0f-4674-97da-dcb94a7f95af" }, { "name": "Retrieve a Campaign", "id": "f8c4264d-ff79-4e8e-a099-967cbaf3ea03", "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/campaign/:id?fields=list_ids&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "list_ids" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "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": "3204c0a0-775e-4632-abb6-49d59d8df3a8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "59ba41f1-b020-4904-b8a8-b0dcd1e4f402", "key": "id", "value": "", "description": "(Required) ID of the Campaign" } ] } }, "response": [ { "id": "77836495-5682-48a9-910b-205d9307e785", "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/campaign/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "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 \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"aute5d8\": \"occaecat reprehenderit ullamco magna\",\n \"sit_25\": true\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"SENDING\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-77836495-5682-48a9-910b-205d9307e785" } ], "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-f8c4264d-ff79-4e8e-a099-967cbaf3ea03" }, { "name": "Update a Campaign", "id": "b5ef77bf-7e15-4772-b6f7-7488ca593360", "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 \"created_at\": \"\",\n \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"aute5d8\": \"occaecat reprehenderit ullamco magna\",\n \"sit_25\": true\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"SENDING\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/campaign/:id?fields=list_ids&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "list_ids" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "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": "5d84479a-e214-414d-b1c8-16fd480ae03b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "8f9a1c27-e3dd-4a7d-b8c1-aeec7e9359c5", "key": "id", "value": "", "description": "(Required) ID of the Campaign" } ] } }, "response": [ { "id": "4c8111fa-c539-4f4d-a71c-9e1e72d11110", "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 \"created_at\": \"\",\n \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"aute5d8\": \"occaecat reprehenderit ullamco magna\",\n \"sit_25\": true\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"SENDING\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/campaign/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "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 \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"aute5d8\": \"occaecat reprehenderit ullamco magna\",\n \"sit_25\": true\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"SENDING\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-4c8111fa-c539-4f4d-a71c-9e1e72d11110" } ], "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-b5ef77bf-7e15-4772-b6f7-7488ca593360" }, { "name": "Update a Campaign", "id": "4e608d29-4b48-4d3f-9cb7-7d497166bf1b", "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 \"created_at\": \"\",\n \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"aute5d8\": \"occaecat reprehenderit ullamco magna\",\n \"sit_25\": true\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"SENDING\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/campaign/:id?fields=list_ids&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "list_ids" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "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": "e11f5505-c5df-44e7-8c27-2bc97370530d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "a93965d9-bed5-42f3-85ef-9e0649ee8845", "key": "id", "value": "", "description": "(Required) ID of the Campaign" } ] } }, "response": [ { "id": "34708765-5ec2-46ee-bd19-b5a8eda31b62", "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 \"created_at\": \"\",\n \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"aute5d8\": \"occaecat reprehenderit ullamco magna\",\n \"sit_25\": true\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"SENDING\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/campaign/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "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 \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"aute5d8\": \"occaecat reprehenderit ullamco magna\",\n \"sit_25\": true\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"SENDING\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-34708765-5ec2-46ee-bd19-b5a8eda31b62" } ], "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-4e608d29-4b48-4d3f-9cb7-7d497166bf1b" } ], "id": "ac04d6ea-ab77-44c3-bb8e-772892f86f2e", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-ac04d6ea-ab77-44c3-bb8e-772892f86f2e" }, { "name": "List All Campaigns", "id": "2228a562-9adf-4cfd-a809-86881a2c3c70", "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/campaign?limit=&offset=&updated_gte=&sort=&order=&query=&list_id=&member_id=&fields=list_ids&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign" ], "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 list ID to filter by", "key": "list_id", "value": "" }, { "description": "The member ID to filter by", "key": "member_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "list_ids" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "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": "c0feadd3-d72a-4c20-b995-8777aa04442a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "306582d2-caa5-45ad-81cc-f8f28aaf4557", "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/campaign?limit=&offset=&updated_gte=&sort=&order=&query=&list_id=&member_id=&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign" ], "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 list ID to filter by", "key": "list_id", "value": "" }, { "description": "The member ID to filter by", "key": "member_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "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 \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"nisi_c\": 99076158.98369345,\n \"adipisicing_a57\": false\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"OTHER\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"cillum_c\": 87094195\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"SENDING\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-306582d2-caa5-45ad-81cc-f8f28aaf4557" } ], "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-2228a562-9adf-4cfd-a809-86881a2c3c70" }, { "name": "Create a Campaign", "id": "5872243a-54e0-481b-88f3-33a148fd594e", "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 \"created_at\": \"\",\n \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"aute5d8\": \"occaecat reprehenderit ullamco magna\",\n \"sit_25\": true\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"SENDING\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/campaign?fields=list_ids&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "list_ids" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "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": "72660ae8-2721-4afd-96fa-660d054d8356", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "f55c2f2c-af3f-4eef-ae30-38841dc87646", "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 \"created_at\": \"\",\n \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"aute5d8\": \"occaecat reprehenderit ullamco magna\",\n \"sit_25\": true\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"SENDING\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/campaign?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "campaign" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "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 \"created_at\": \"\",\n \"from_email\": \"\",\n \"from_name\": \"\",\n \"id\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"preview_text\": \"\",\n \"raw\": {\n \"aute5d8\": \"occaecat reprehenderit ullamco magna\",\n \"sit_25\": true\n },\n \"reply_to_email\": \"\",\n \"send_at\": \"\",\n \"status\": \"SENDING\",\n \"subject_line\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-f55c2f2c-af3f-4eef-ae30-38841dc87646" } ], "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-5872243a-54e0-481b-88f3-33a148fd594e" } ], "id": "11b279e4-e34a-44a5-8b0f-06da9e3f8b30", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-11b279e4-e34a-44a5-8b0f-06da9e3f8b30" }, { "name": "list", "item": [ { "name": "{id}", "item": [ { "name": "Remove a List", "id": "e6a15a60-afb7-453d-b176-056003219c79", "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": "a7a6bd9a-79ef-4bc2-aa58-f795dfb2bd19", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "11039ec3-4f65-427a-b32c-37dbaeb00812", "key": "id", "value": "", "description": "(Required) ID of the List" } ] } }, "response": [ { "id": "36d3650f-2912-4677-8b4c-724c8296be1c", "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:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-36d3650f-2912-4677-8b4c-724c8296be1c" }, { "id": "55e33ae6-8c2b-4dec-8472-dad2b5712050", "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:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-55e33ae6-8c2b-4dec-8472-dad2b5712050" } ], "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-e6a15a60-afb7-453d-b176-056003219c79" }, { "name": "Retrieve a List", "id": "34b6613f-0ff5-4eb2-b0e1-04cca5ba27ae", "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=updated_at&fields=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "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": "0e5854b8-cc21-4053-a234-a1e26da513c6", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3ef552dd-0f46-4284-8684-8d05c4fb37d2", "key": "id", "value": "", "description": "(Required) ID of the List" } ] } }, "response": [ { "id": "beff01c5-daf1-4272-9a5d-a8cf7d4ae8fc", "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=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "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 \"exercitation_0\": -53251295.22803653,\n \"reprehenderit5\": false\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:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-beff01c5-daf1-4272-9a5d-a8cf7d4ae8fc" } ], "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-34b6613f-0ff5-4eb2-b0e1-04cca5ba27ae" }, { "name": "Update a List", "id": "dabf37c8-23ce-437d-9a91-924578b0aab0", "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 \"exercitation_0\": -53251295.22803653,\n \"reprehenderit5\": false\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=updated_at&fields=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "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": "8254a276-1b60-405d-b79d-cf24362474b1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "3c3b9dde-c57f-43bb-a05a-005713f75dcc", "key": "id", "value": "", "description": "(Required) ID of the List" } ] } }, "response": [ { "id": "2de28ef2-6ec8-4b99-bd4e-c80d4b065c49", "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 \"exercitation_0\": -53251295.22803653,\n \"reprehenderit5\": false\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=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "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 \"exercitation_0\": -53251295.22803653,\n \"reprehenderit5\": false\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:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-2de28ef2-6ec8-4b99-bd4e-c80d4b065c49" } ], "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-dabf37c8-23ce-437d-9a91-924578b0aab0" }, { "name": "Update a List", "id": "2e41b854-d926-49cd-95e1-02869f77680f", "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 \"exercitation_0\": -53251295.22803653,\n \"reprehenderit5\": false\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=updated_at&fields=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "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": "da7b0e45-a0cc-4b63-bd63-dc43c2607a09", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "46ad33e9-b243-4c39-a19a-5a6131ee8f73", "key": "id", "value": "", "description": "(Required) ID of the List" } ] } }, "response": [ { "id": "9c3cfa64-a24b-4ade-94e8-3b9cd3664310", "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 \"exercitation_0\": -53251295.22803653,\n \"reprehenderit5\": false\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=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "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 \"exercitation_0\": -53251295.22803653,\n \"reprehenderit5\": false\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:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-9c3cfa64-a24b-4ade-94e8-3b9cd3664310" } ], "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-2e41b854-d926-49cd-95e1-02869f77680f" } ], "id": "c4d456aa-c473-47b0-91e1-97d2ede8b53e", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-c4d456aa-c473-47b0-91e1-97d2ede8b53e" }, { "name": "List All Lists", "id": "4ede73ef-0817-4294-bdaa-f862fb85a26b", "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=updated_at&fields=end_at&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": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "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": "5b13af11-d0b7-4018-9695-f1ba87dcb3f1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "945ec283-6745-498f-8c00-775f67b94749", "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=end_at&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": "end_at" }, { "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 \"proidentde9\": 72139418,\n \"eu_2\": 18697954.941713586,\n \"do__4\": false\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 \"do_68b\": -23636345.364161164,\n \"dolored\": \"nulla consectetur ipsum sunt\"\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:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-945ec283-6745-498f-8c00-775f67b94749" } ], "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-4ede73ef-0817-4294-bdaa-f862fb85a26b" }, { "name": "Create a List", "id": "5fdd756b-c173-4bd5-94ac-88a9e35b5df4", "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 \"exercitation_0\": -53251295.22803653,\n \"reprehenderit5\": false\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=updated_at&fields=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "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": "6bee75cb-439f-49e3-8bfc-5b717825bf2f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "c2af1408-35f2-40ce-bb56-ea96cfdfa31f", "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 \"exercitation_0\": -53251295.22803653,\n \"reprehenderit5\": false\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=end_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "list" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "end_at" }, { "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 \"exercitation_0\": -53251295.22803653,\n \"reprehenderit5\": false\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:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-c2af1408-35f2-40ce-bb56-ea96cfdfa31f" } ], "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-5fdd756b-c173-4bd5-94ac-88a9e35b5df4" } ], "id": "0abddff2-d6fb-4376-ac56-22ddb2599db5", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-0abddff2-d6fb-4376-ac56-22ddb2599db5" }, { "name": "member", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Member", "id": "5ff4d32e-3c8d-4129-b1f2-9b6b4fffdc7e", "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/member/:id", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member", ":id" ], "variable": [ { "id": "8e929ba1-131b-43d6-8291-999500a5eb2b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0f8a3302-423c-445a-9f18-3349b64d87cf", "key": "id", "value": "", "description": "(Required) ID of the Member" } ] } }, "response": [ { "id": "2f8d2b59-6dcc-46df-9b1b-76757d1c6b99", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/martech/:connection_id/member/:id", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member", ":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:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-2f8d2b59-6dcc-46df-9b1b-76757d1c6b99" }, { "id": "f50daf8d-1d64-47c5-b91c-9399b82815c1", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/martech/:connection_id/member/:id", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member", ":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:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-f50daf8d-1d64-47c5-b91c-9399b82815c1" } ], "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-5ff4d32e-3c8d-4129-b1f2-9b6b4fffdc7e" }, { "name": "Retrieve a Member", "id": "ad632348-784b-4ac1-b2ac-686909327975", "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/member/:id?fields=raw&fields=status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "status" }, { "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": "2e1c6034-00c4-4d46-9dbc-08be7eb7be99", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "118692b9-b6cd-4e49-a4d2-5f2e530fd135", "key": "id", "value": "", "description": "(Required) ID of the Member" } ] } }, "response": [ { "id": "e8040320-bde8-45d7-8e2a-02bc64980458", "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/member/:id?fields=status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "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 \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_3\": -44505134.78657667,\n \"et6d\": \"tempor Lorem\"\n },\n \"status\": \"PENDING\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-e8040320-bde8-45d7-8e2a-02bc64980458" } ], "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-ad632348-784b-4ac1-b2ac-686909327975" }, { "name": "Update a Member", "id": "17c1f9c6-7540-45f0-b2fe-157eb814b8e3", "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 \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_3\": -44505134.78657667,\n \"et6d\": \"tempor Lorem\"\n },\n \"status\": \"PENDING\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/member/:id?fields=raw&fields=status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "status" }, { "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": "12143901-b183-405e-8eab-159d0c24ef16", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "8b3fc1f7-9390-4b28-9af3-a0e41d757877", "key": "id", "value": "", "description": "(Required) ID of the Member" } ] } }, "response": [ { "id": "cdff2339-c80b-4a6d-8c5b-752fd37328e1", "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 \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_3\": -44505134.78657667,\n \"et6d\": \"tempor Lorem\"\n },\n \"status\": \"PENDING\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/member/:id?fields=status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "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 \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_3\": -44505134.78657667,\n \"et6d\": \"tempor Lorem\"\n },\n \"status\": \"PENDING\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-cdff2339-c80b-4a6d-8c5b-752fd37328e1" } ], "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-17c1f9c6-7540-45f0-b2fe-157eb814b8e3" }, { "name": "Update a Member", "id": "ce96c12f-81f3-4fae-a548-f444ca888047", "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 \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_3\": -44505134.78657667,\n \"et6d\": \"tempor Lorem\"\n },\n \"status\": \"PENDING\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/member/:id?fields=raw&fields=status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "status" }, { "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": "4ea17fde-cb5e-4d04-8046-e8fbac50c630", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0804a86f-5ebd-459c-9845-ba949d2cf7ab", "key": "id", "value": "", "description": "(Required) ID of the Member" } ] } }, "response": [ { "id": "91f3e8a5-7b2f-4f68-a4ff-367b6d783336", "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 \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_3\": -44505134.78657667,\n \"et6d\": \"tempor Lorem\"\n },\n \"status\": \"PENDING\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/member/:id?fields=status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "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 \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_3\": -44505134.78657667,\n \"et6d\": \"tempor Lorem\"\n },\n \"status\": \"PENDING\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-91f3e8a5-7b2f-4f68-a4ff-367b6d783336" } ], "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-ce96c12f-81f3-4fae-a548-f444ca888047" } ], "id": "d0fd55e9-a164-4710-b21c-4c06b826450b", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-d0fd55e9-a164-4710-b21c-4c06b826450b" }, { "name": "List All Members", "id": "3b491d54-e47f-49e3-b993-a8323c2ea17c", "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/member?limit=&offset=&updated_gte=&sort=&order=&query=&list_id=&fields=raw&fields=status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member" ], "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 list ID to filter by", "key": "list_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "status" }, { "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": "9663bff1-3c16-4086-9a13-e7bf2a84b5f1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "35c95867-4f4c-4e0f-9cb1-946a5af5c963", "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/member?limit=&offset=&updated_gte=&sort=&order=&query=&list_id=&fields=status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member" ], "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 list ID to filter by", "key": "list_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "status" }, { "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 \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"raw\": {\n \"mollit_a\": \"labore nostrud ullamco non\",\n \"anim_86\": -99677121,\n \"ipsum_c65\": \"laboris qui Lorem dolore c\"\n },\n \"status\": \"UNSUBSCRIBED\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"HOME\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"raw\": {\n \"commodo06\": true,\n \"aliquaa\": -58832880.643330835\n },\n \"status\": \"UNSUBSCRIBED\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-35c95867-4f4c-4e0f-9cb1-946a5af5c963" } ], "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-3b491d54-e47f-49e3-b993-a8323c2ea17c" }, { "name": "Create a Member", "id": "04bca194-1fc9-4f1c-9bac-1413973ca351", "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 \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_3\": -44505134.78657667,\n \"et6d\": \"tempor Lorem\"\n },\n \"status\": \"PENDING\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/member?fields=raw&fields=status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "status" }, { "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": "56edb2a6-54ae-4807-a4b8-b52ba743e717", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "1883aaa9-1058-4a15-979e-5d515690ca02", "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 \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_3\": -44505134.78657667,\n \"et6d\": \"tempor Lorem\"\n },\n \"status\": \"PENDING\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/martech/:connection_id/member?fields=status&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "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 \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"WORK\"\n },\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"raw\": {\n \"sunt_3\": -44505134.78657667,\n \"et6d\": \"tempor Lorem\"\n },\n \"status\": \"PENDING\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-1883aaa9-1058-4a15-979e-5d515690ca02" } ], "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-04bca194-1fc9-4f1c-9bac-1413973ca351" } ], "id": "26d4793d-e323-4431-b42b-36a4c00613b6", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-26d4793d-e323-4431-b42b-36a4c00613b6" }, { "name": "report", "item": [ { "name": "List All Reports", "id": "513168fa-7c0a-441a-9a3e-5f2e2151bfb0", "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/report?limit=&offset=&updated_gte=&sort=&order=&query=&campaign_id=&list_id=&start_gte=&end_lt=&fields=hard_bounces&fields=links&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "report" ], "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 campaign ID to filter by", "key": "campaign_id", "value": "" }, { "description": "The list ID to filter by", "key": "list_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "hard_bounces" }, { "description": "Fields to return", "key": "fields", "value": "links" }, { "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": "5218ff0a-2125-430d-84ea-452260e69e91", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "009966ad-88d8-424e-9723-3fc9d8f49fdc", "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/report?limit=&offset=&updated_gte=&sort=&order=&query=&campaign_id=&list_id=&start_gte=&end_lt=&fields=links&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "report" ], "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 campaign ID to filter by", "key": "campaign_id", "value": "" }, { "description": "The list ID to filter by", "key": "list_id", "value": "" }, { "description": "The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "start_gte", "value": "" }, { "description": "The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "end_lt", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "links" }, { "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 \"abuse_reports\": \"\",\n \"campaign_id\": \"\",\n \"click_rate\": \"\",\n \"clicks_total\": \"\",\n \"emails_sent\": \"\",\n \"end_at\": \"\",\n \"forwards_count\": \"\",\n \"forwards_opens\": \"\",\n \"hard_bounces\": \"\",\n \"id\": \"\",\n \"last_click_at\": \"\",\n \"last_open_at\": \"\",\n \"links\": [\n {\n \"click_percentage\": \"\",\n \"last_click_at\": \"\",\n \"total_clicks\": \"\",\n \"unique_click_percentage\": \"\",\n \"unique_clicks\": \"\",\n \"url\": \"\"\n },\n {\n \"click_percentage\": \"\",\n \"last_click_at\": \"\",\n \"total_clicks\": \"\",\n \"unique_click_percentage\": \"\",\n \"unique_clicks\": \"\",\n \"url\": \"\"\n }\n ],\n \"list_id\": \"\",\n \"open_rate\": \"\",\n \"opens_total\": \"\",\n \"raw\": {\n \"minim_92\": -88043507,\n \"anim_0\": 92497240.1150893,\n \"elit4f\": 95005222,\n \"sit_21\": false\n },\n \"sent_at\": \"\",\n \"soft_bounces\": \"\",\n \"start_at\": \"\",\n \"syntax_errors\": \"\",\n \"unique_clicks\": \"\",\n \"unique_opens\": \"\",\n \"unique_subscriber_clicks\": \"\",\n \"unsubscribed\": \"\"\n },\n {\n \"abuse_reports\": \"\",\n \"campaign_id\": \"\",\n \"click_rate\": \"\",\n \"clicks_total\": \"\",\n \"emails_sent\": \"\",\n \"end_at\": \"\",\n \"forwards_count\": \"\",\n \"forwards_opens\": \"\",\n \"hard_bounces\": \"\",\n \"id\": \"\",\n \"last_click_at\": \"\",\n \"last_open_at\": \"\",\n \"links\": [\n {\n \"click_percentage\": \"\",\n \"last_click_at\": \"\",\n \"total_clicks\": \"\",\n \"unique_click_percentage\": \"\",\n \"unique_clicks\": \"\",\n \"url\": \"\"\n },\n {\n \"click_percentage\": \"\",\n \"last_click_at\": \"\",\n \"total_clicks\": \"\",\n \"unique_click_percentage\": \"\",\n \"unique_clicks\": \"\",\n \"url\": \"\"\n }\n ],\n \"list_id\": \"\",\n \"open_rate\": \"\",\n \"opens_total\": \"\",\n \"raw\": {\n \"dolore55\": -69838414,\n \"est6\": 85598502.31635201\n },\n \"sent_at\": \"\",\n \"soft_bounces\": \"\",\n \"start_at\": \"\",\n \"syntax_errors\": \"\",\n \"unique_clicks\": \"\",\n \"unique_opens\": \"\",\n \"unique_subscriber_clicks\": \"\",\n \"unsubscribed\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-009966ad-88d8-424e-9723-3fc9d8f49fdc" } ], "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-513168fa-7c0a-441a-9a3e-5f2e2151bfb0" } ], "id": "2a29d753-fc72-484c-9008-fd94c18a19aa", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-2a29d753-fc72-484c-9008-fd94c18a19aa" } ], "id": "48532e6a-0c60-4103-9970-0629c39321d5", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-48532e6a-0c60-4103-9970-0629c39321d5" } ], "id": "35c6ddef-4981-428e-b37d-ddf4673e9b0b", "createdAt": "2026-07-28T03:24:59.000Z", "updatedAt": "2026-07-28T03:24:59.000Z", "uid": "35240-35c6ddef-4981-428e-b37d-ddf4673e9b0b" } ], "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" } ] }