{ "info": { "_postman_id": "69020ee2-861c-43a1-bc1c-f150446ca069", "name": "Unified.to account member 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:25:00.000Z", "updatedAt": "2026-07-28T03:25:00.000Z", "lastUpdatedBy": "35240", "uid": "35240-69020ee2-861c-43a1-bc1c-f150446ca069" }, "item": [ { "name": "martech", "item": [ { "name": "{connection_id}", "item": [ { "name": "member", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Member", "id": "8df66c71-295d-4f14-8abf-35b2b548c1eb", "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": "3c77e5cf-9a5d-4d0b-ab5f-682ee954128d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ee88e174-31f8-465d-ab8b-5b13bddc1b0e", "key": "id", "value": "", "description": "(Required) ID of the Member" } ] } }, "response": [ { "id": "7149fff8-7d18-4cdb-8385-98527b8d0fdf", "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:25:00.000Z", "updatedAt": "2026-07-28T03:25:00.000Z", "uid": "35240-7149fff8-7d18-4cdb-8385-98527b8d0fdf" }, { "id": "531b7d71-9215-421f-ad5f-aff3533e64e5", "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:25:00.000Z", "updatedAt": "2026-07-28T03:25:00.000Z", "uid": "35240-531b7d71-9215-421f-ad5f-aff3533e64e5" } ], "createdAt": "2026-07-28T03:25:00.000Z", "updatedAt": "2026-07-28T03:25:00.000Z", "uid": "35240-8df66c71-295d-4f14-8abf-35b2b548c1eb" }, { "name": "Retrieve a Member", "id": "ebe793d0-7570-4789-91b9-e0cea20ebebc", "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=tags&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "tags" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "e16eda39-dcbf-4d6d-ae44-bdc321f0efac", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "fcf62364-af6a-4be0-8973-76f896942a50", "key": "id", "value": "", "description": "(Required) ID of the Member" } ] } }, "response": [ { "id": "f4c7d617-0dd2-4b9e-af57-7a1eba70f5dc", "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=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\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 \"sed_476\": 4835371\n },\n \"status\": \"PENDING\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:00.000Z", "updatedAt": "2026-07-28T03:25:00.000Z", "uid": "35240-f4c7d617-0dd2-4b9e-af57-7a1eba70f5dc" } ], "createdAt": "2026-07-28T03:25:00.000Z", "updatedAt": "2026-07-28T03:25:00.000Z", "uid": "35240-ebe793d0-7570-4789-91b9-e0cea20ebebc" }, { "name": "Update a Member", "id": "89e4749c-201c-461c-a4b7-cd3bf76c3d62", "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\": \"OTHER\"\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 \"sed_476\": 4835371\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=tags&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "tags" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "e4097dab-e670-4190-8a75-d923d91da631", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "39ff5849-292a-4785-964c-22460b7cc52b", "key": "id", "value": "", "description": "(Required) ID of the Member" } ] } }, "response": [ { "id": "7d657808-c78a-41ff-894a-3c810c904f7e", "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\": \"OTHER\"\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 \"sed_476\": 4835371\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&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\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 \"sed_476\": 4835371\n },\n \"status\": \"PENDING\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:00.000Z", "updatedAt": "2026-07-28T03:25:00.000Z", "uid": "35240-7d657808-c78a-41ff-894a-3c810c904f7e" } ], "createdAt": "2026-07-28T03:25:00.000Z", "updatedAt": "2026-07-28T03:25:00.000Z", "uid": "35240-89e4749c-201c-461c-a4b7-cd3bf76c3d62" }, { "name": "Update a Member", "id": "c392b64e-5056-4808-9629-7fcac2e5e114", "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\": \"OTHER\"\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 \"sed_476\": 4835371\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=tags&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "tags" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "d38ff396-3f26-41fc-99a7-9ffb3ed84475", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "64a18556-a54d-4fb5-873e-9541bfbaf839", "key": "id", "value": "", "description": "(Required) ID of the Member" } ] } }, "response": [ { "id": "04439f87-cd7e-47d0-b1a3-d217f5b966e9", "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\": \"OTHER\"\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 \"sed_476\": 4835371\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&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\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 \"sed_476\": 4835371\n },\n \"status\": \"PENDING\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:00.000Z", "updatedAt": "2026-07-28T03:25:00.000Z", "uid": "35240-04439f87-cd7e-47d0-b1a3-d217f5b966e9" } ], "createdAt": "2026-07-28T03:25:00.000Z", "updatedAt": "2026-07-28T03:25:00.000Z", "uid": "35240-c392b64e-5056-4808-9629-7fcac2e5e114" } ], "id": "e09ff862-764d-4090-9600-708896e48a0a", "createdAt": "2026-07-28T03:25:00.000Z", "updatedAt": "2026-07-28T03:25:00.000Z", "uid": "35240-e09ff862-764d-4090-9600-708896e48a0a" }, { "name": "List All Members", "id": "afebf6f2-a056-4f8c-85d9-e62d2d6282e4", "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=tags&fields=raw&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": "tags" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "78baed26-08eb-4978-a678-ca132ea2320b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "2f685809-1eaa-45f9-8aab-7e2c05826e9e", "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=raw&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": "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\": \"WORK\"\n }\n ],\n \"first_name\": \"\",\n \"id\": \"\",\n \"last_name\": \"\",\n \"list_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"raw\": {\n \"nostrud_08\": \"velit consectetur dolore\"\n },\n \"status\": \"CLEANED\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\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 \"nisi72\": \"velit incididunt\",\n \"laboris_4\": true\n },\n \"status\": \"TRANSACTIONAL\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:25:00.000Z", "updatedAt": "2026-07-28T03:25:00.000Z", "uid": "35240-2f685809-1eaa-45f9-8aab-7e2c05826e9e" } ], "createdAt": "2026-07-28T03:25:00.000Z", "updatedAt": "2026-07-28T03:25:00.000Z", "uid": "35240-afebf6f2-a056-4f8c-85d9-e62d2d6282e4" }, { "name": "Create a Member", "id": "8422f592-143d-4d31-abdf-fb66ba068a6a", "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\": \"OTHER\"\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 \"sed_476\": 4835371\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=tags&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "tags" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "ef1449c8-d684-484e-b08f-b2becd89d535", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "5304cc21-4615-4402-a05e-f4714988610f", "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\": \"OTHER\"\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 \"sed_476\": 4835371\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&raw=", "host": [ "{{baseUrl}}" ], "path": [ "martech", ":connection_id", "member" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"emails\": [\n {\n \"email\": \"\",\n \"type\": \"OTHER\"\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 \"sed_476\": 4835371\n },\n \"status\": \"PENDING\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:00.000Z", "updatedAt": "2026-07-28T03:25:00.000Z", "uid": "35240-5304cc21-4615-4402-a05e-f4714988610f" } ], "createdAt": "2026-07-28T03:25:00.000Z", "updatedAt": "2026-07-28T03:25:00.000Z", "uid": "35240-8422f592-143d-4d31-abdf-fb66ba068a6a" } ], "id": "ea76ccce-3aac-4042-a93b-d01421785f4e", "createdAt": "2026-07-28T03:25:00.000Z", "updatedAt": "2026-07-28T03:25:00.000Z", "uid": "35240-ea76ccce-3aac-4042-a93b-d01421785f4e" } ], "id": "81e518b9-471a-45ee-b978-de6474889587", "createdAt": "2026-07-28T03:25:00.000Z", "updatedAt": "2026-07-28T03:25:00.000Z", "uid": "35240-81e518b9-471a-45ee-b978-de6474889587" } ], "id": "ef7d9e7d-1496-442f-9989-64aed6be5e56", "createdAt": "2026-07-28T03:25:00.000Z", "updatedAt": "2026-07-28T03:25:00.000Z", "uid": "35240-ef7d9e7d-1496-442f-9989-64aed6be5e56" } ], "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" } ] }