{ "info": { "_postman_id": "6bdf6b37-1091-4183-aa4b-9e5bf34ac375", "name": "Salesforce Marketing Cloud REST API", "description": "The Salesforce Marketing Cloud REST API provides access to Marketing Cloud resources including contacts, journeys, data extensions, triggered sends, and transactional messaging. It uses OAuth 2.0 for authentication and is the primary interface for programmatic Marketing Cloud integrations.\n\n\nContact Support:\n Name: Salesforce Marketing Cloud Developers", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "lastUpdatedBy": "35240", "uid": "35240-6bdf6b37-1091-4183-aa4b-9e5bf34ac375" }, "item": [ { "name": "v2", "item": [ { "name": "token", "item": [ { "name": "Get an access token", "id": "47bff4a0-edca-4ec9-9af7-d81615d58af4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"grant_type\": \"client_credentials\",\n \"client_id\": \"\",\n \"client_secret\": \"\",\n \"code\": \"\",\n \"redirect_uri\": \"\",\n \"refresh_token\": \"\",\n \"scope\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/token", "host": [ "{{baseUrl}}" ], "path": [ "v2", "token" ] }, "description": "Obtains an OAuth 2.0 access token for authenticating subsequent API requests. Supports both client credentials (server-to-server) and authorization code grant types. The access token should be included in the Authorization header as \"Bearer {access_token}\" for all API calls. Tokens expire after a defined period; request a new token when needed.\n" }, "response": [ { "id": "5fceb419-742d-4f2b-a382-f3200abe71ad", "name": "Access token obtained successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"grant_type\": \"client_credentials\",\n \"client_id\": \"\",\n \"client_secret\": \"\",\n \"code\": \"\",\n \"redirect_uri\": \"\",\n \"refresh_token\": \"\",\n \"scope\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/token", "host": [ "{{baseUrl}}" ], "path": [ "v2", "token" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"access_token\": \"\",\n \"token_type\": \"\",\n \"expires_in\": \"\",\n \"scope\": \"\",\n \"refresh_token\": \"\",\n \"rest_instance_url\": \"\",\n \"soap_instance_url\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-5fceb419-742d-4f2b-a382-f3200abe71ad" }, { "id": "6c6eede9-ff6b-46e7-9c8a-1a58cdcb9933", "name": "Bad request. Invalid client credentials, grant type, or request parameters.\n", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"grant_type\": \"client_credentials\",\n \"client_id\": \"\",\n \"client_secret\": \"\",\n \"code\": \"\",\n \"redirect_uri\": \"\",\n \"refresh_token\": \"\",\n \"scope\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/token", "host": [ "{{baseUrl}}" ], "path": [ "v2", "token" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-6c6eede9-ff6b-46e7-9c8a-1a58cdcb9933" }, { "id": "49978af0-8ca1-4929-b6fa-ca71f610a51f", "name": "Unauthorized. Invalid client ID or client secret.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"grant_type\": \"client_credentials\",\n \"client_id\": \"\",\n \"client_secret\": \"\",\n \"code\": \"\",\n \"redirect_uri\": \"\",\n \"refresh_token\": \"\",\n \"scope\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v2/token", "host": [ "{{baseUrl}}" ], "path": [ "v2", "token" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-49978af0-8ca1-4929-b6fa-ca71f610a51f" } ], "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-47bff4a0-edca-4ec9-9af7-d81615d58af4" } ], "id": "1ec46e7c-f335-4273-abdc-fd2a07509ec5", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-1ec46e7c-f335-4273-abdc-fd2a07509ec5" } ], "id": "b42dccd0-c384-4cb6-a7d9-d4f92405d1ad", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-b42dccd0-c384-4cb6-a7d9-d4f92405d1ad" }, { "name": "contacts", "item": [ { "name": "v1", "item": [ { "name": "contacts", "item": [ { "name": "{contactKey}", "item": [ { "name": "Get a contact by contact key", "id": "b63a4bfd-fd35-49bb-99b4-38be581bed14", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/contacts/v1/contacts/:contactKey", "host": [ "{{baseUrl}}" ], "path": [ "contacts", "v1", "contacts", ":contactKey" ], "variable": [ { "id": "154a14a9-5667-46d5-8084-a6f0108be084", "key": "contactKey", "value": "", "description": "(Required) The unique contact key (subscriber key) of the Marketing Cloud contact to retrieve.\n" } ] }, "description": "Retrieves a single Marketing Cloud contact by their contact key. The contact key is a unique identifier for the contact, typically the subscriber key or email address used when the contact was created.\n" }, "response": [ { "id": "842401ec-9fa1-43b9-b511-b456c4bc8603", "name": "The requested Marketing Cloud contact.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/contacts/v1/contacts/:contactKey", "host": [ "{{baseUrl}}" ], "path": [ "contacts", "v1", "contacts", ":contactKey" ], "variable": [ { "key": "contactKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"contactKey\": \"\",\n \"contactId\": \"\",\n \"contactStatus\": \"\",\n \"isAnonymous\": \"\",\n \"attributeSets\": [\n {\n \"name\": \"\",\n \"items\": [\n {\n \"do_d2\": -32532250\n },\n {\n \"reprehenderit_dd\": \"exercitation ea laboris in\",\n \"in_3f\": false\n }\n ]\n },\n {\n \"name\": \"\",\n \"items\": [\n {\n \"in_15\": \"ea deser\",\n \"nostrud__b4\": true,\n \"occaecat43\": 53872666.13296339,\n \"Ut_d6\": \"pariatur\"\n },\n {\n \"in70\": \"laboris enim tempor ex eiusmod\"\n }\n ]\n }\n ]\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-842401ec-9fa1-43b9-b511-b456c4bc8603" }, { "id": "8a3e68f8-1145-4487-b654-1b0b411d6888", "name": "Unauthorized. Invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/contacts/v1/contacts/:contactKey", "host": [ "{{baseUrl}}" ], "path": [ "contacts", "v1", "contacts", ":contactKey" ], "variable": [ { "key": "contactKey" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-8a3e68f8-1145-4487-b654-1b0b411d6888" }, { "id": "e3ab180d-d4db-4341-84dd-cf21a7d11b7e", "name": "Contact not found for the specified contact key.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/contacts/v1/contacts/:contactKey", "host": [ "{{baseUrl}}" ], "path": [ "contacts", "v1", "contacts", ":contactKey" ], "variable": [ { "key": "contactKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-e3ab180d-d4db-4341-84dd-cf21a7d11b7e" } ], "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-b63a4bfd-fd35-49bb-99b4-38be581bed14" } ], "id": "388a8335-bbb2-45a2-a717-771ff01bd0bd", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-388a8335-bbb2-45a2-a717-771ff01bd0bd" }, { "name": "List contacts", "id": "a715946f-bc46-431e-81e5-11e70689feb6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/contacts/v1/contacts?page=1&pageSize=50", "host": [ "{{baseUrl}}" ], "path": [ "contacts", "v1", "contacts" ], "query": [ { "description": "The page number to retrieve. Defaults to 1.", "key": "page", "value": "1" }, { "description": "The number of contacts to return per page. Defaults to 50.", "key": "pageSize", "value": "50" } ] }, "description": "Returns a paginated list of contacts in the Marketing Cloud account. Contacts are the core subscriber entities that can be subscribed to email, SMS, or other channels. Use the page and pageSize parameters to paginate through large contact lists.\n" }, "response": [ { "id": "0c6003b5-3067-46cf-a4e2-7fadb7e45e5f", "name": "Paginated list of contacts.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/contacts/v1/contacts?page=1&pageSize=50", "host": [ "{{baseUrl}}" ], "path": [ "contacts", "v1", "contacts" ], "query": [ { "description": "The page number to retrieve. Defaults to 1.", "key": "page", "value": "1" }, { "description": "The number of contacts to return per page. Defaults to 50.", "key": "pageSize", "value": "50" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"contactKey\": \"\",\n \"contactId\": \"\",\n \"contactStatus\": \"\",\n \"isAnonymous\": \"\",\n \"attributeSets\": [\n {\n \"name\": \"\",\n \"items\": [\n {\n \"et_29\": 96430258,\n \"reprehenderitcfb\": \"commodo\"\n },\n {\n \"laborum_5e\": -74738741.1146585\n }\n ]\n },\n {\n \"name\": \"\",\n \"items\": [\n {\n \"voluptatee\": \"ex elit veniam\"\n },\n {\n \"tempor5de\": -83014841.37247285\n }\n ]\n }\n ]\n },\n {\n \"contactKey\": \"\",\n \"contactId\": \"\",\n \"contactStatus\": \"\",\n \"isAnonymous\": \"\",\n \"attributeSets\": [\n {\n \"name\": \"\",\n \"items\": [\n {\n \"reprehenderit8\": 44193083\n },\n {\n \"commodo_d_\": -52204859.015982844,\n \"laboreb02\": -92201876.75871871,\n \"reprehenderit0\": 95688991.17306358\n }\n ]\n },\n {\n \"name\": \"\",\n \"items\": [\n {\n \"tempord\": \"aliqua proident commodo nisi\",\n \"Excepteur__e9\": \"dolore voluptate est\",\n \"doa\": -10753148\n },\n {\n \"reprehenderit2b3\": -91566290,\n \"ullamcoae\": -12814481.21848023\n }\n ]\n }\n ]\n }\n ],\n \"count\": \"\",\n \"page\": \"\",\n \"pageSize\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-0c6003b5-3067-46cf-a4e2-7fadb7e45e5f" }, { "id": "91661528-521c-4c1b-8508-48e33e2741c0", "name": "Unauthorized. Invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/contacts/v1/contacts?page=1&pageSize=50", "host": [ "{{baseUrl}}" ], "path": [ "contacts", "v1", "contacts" ], "query": [ { "description": "The page number to retrieve. Defaults to 1.", "key": "page", "value": "1" }, { "description": "The number of contacts to return per page. Defaults to 50.", "key": "pageSize", "value": "50" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-91661528-521c-4c1b-8508-48e33e2741c0" } ], "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-a715946f-bc46-431e-81e5-11e70689feb6" }, { "name": "Delete contacts", "id": "cd6d2cf2-6a70-430e-bc7d-fe6c7d918569", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contactKeys\": [\n \"\",\n \"\"\n ],\n \"deleteOperationType\": \"BusinessUnit\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/contacts/v1/contacts", "host": [ "{{baseUrl}}" ], "path": [ "contacts", "v1", "contacts" ] }, "description": "Deletes one or more contacts from Marketing Cloud. Deletion is asynchronous; the response indicates the operation was accepted. Contact deletion removes the contact and their data across all business units in the account.\n" }, "response": [ { "id": "bee6d259-b759-4e74-a095-fbd13414e4ff", "name": "Contact deletion request accepted successfully.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"contactKeys\": [\n \"\",\n \"\"\n ],\n \"deleteOperationType\": \"BusinessUnit\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/contacts/v1/contacts", "host": [ "{{baseUrl}}" ], "path": [ "contacts", "v1", "contacts" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestServiceMessageID\": \"\",\n \"resultMessages\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-bee6d259-b759-4e74-a095-fbd13414e4ff" }, { "id": "2a7f8dad-cf5b-49a9-84be-8ef79c8c0adf", "name": "Bad request. Invalid contact keys or deletion type.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"contactKeys\": [\n \"\",\n \"\"\n ],\n \"deleteOperationType\": \"BusinessUnit\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/contacts/v1/contacts", "host": [ "{{baseUrl}}" ], "path": [ "contacts", "v1", "contacts" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-2a7f8dad-cf5b-49a9-84be-8ef79c8c0adf" }, { "id": "2eb1ca8a-2072-41b5-bcae-a439e0b444c7", "name": "Unauthorized. Invalid or expired access token.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"contactKeys\": [\n \"\",\n \"\"\n ],\n \"deleteOperationType\": \"BusinessUnit\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/contacts/v1/contacts", "host": [ "{{baseUrl}}" ], "path": [ "contacts", "v1", "contacts" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-2eb1ca8a-2072-41b5-bcae-a439e0b444c7" } ], "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-cd6d2cf2-6a70-430e-bc7d-fe6c7d918569" } ], "id": "2a05c6cd-ab11-451e-ab9d-65658976f0af", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-2a05c6cd-ab11-451e-ab9d-65658976f0af" } ], "id": "1711e80b-a3d9-4fba-8e91-79a064661e9b", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-1711e80b-a3d9-4fba-8e91-79a064661e9b" } ], "id": "210f4a18-21c2-47a6-92a5-3e14106eba91", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-210f4a18-21c2-47a6-92a5-3e14106eba91" }, { "name": "data", "item": [ { "name": "v1", "item": [ { "name": "async", "item": [ { "name": "dataextensions", "item": [ { "name": "key:{key}", "item": [ { "name": "rows", "item": [ { "name": "Get Data Extension rows", "id": "b6da077d-3052-4ad5-9703-e3f625d69e47", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/data/v1/async/dataextensions/key:{{key}}/rows?$pageSize=50&$page=1&$orderBy=", "host": [ "{{baseUrl}}" ], "path": [ "data", "v1", "async", "dataextensions", "key:{{key}}", "rows" ], "query": [ { "description": "The number of rows to return per page. Defaults to 50.", "key": "$pageSize", "value": "50" }, { "description": "The page number to retrieve. Defaults to 1.", "key": "$page", "value": "1" }, { "description": "Field name and direction for sorting results (e.g., \"LastName ASC\" or \"CreatedDate DESC\").\n", "key": "$orderBy", "value": "" } ] }, "description": "Retrieves rows from a Marketing Cloud Data Extension identified by its external key. Data Extensions are custom tables for storing subscriber data, lookup tables, or any structured data used in campaigns and journeys. Use the $pageSize and $page parameters to paginate through large data sets.\n" }, "response": [ { "id": "3c9f0b0c-93b2-46c4-a762-423ba01b7727", "name": "Paginated rows from the Data Extension.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/data/v1/async/dataextensions/key:{{key}}/rows?$pageSize=50&$page=1&$orderBy=", "host": [ "{{baseUrl}}" ], "path": [ "data", "v1", "async", "dataextensions", "key:{{key}}", "rows" ], "query": [ { "description": "The number of rows to return per page. Defaults to 50.", "key": "$pageSize", "value": "50" }, { "description": "The page number to retrieve. Defaults to 1.", "key": "$page", "value": "1" }, { "description": "Field name and direction for sorting results (e.g., \"LastName ASC\" or \"CreatedDate DESC\").\n", "key": "$orderBy", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"page\": \"\",\n \"pageSize\": \"\",\n \"items\": [\n {\n \"reprehenderit_498\": \"culpa qui minim\",\n \"tempor_a\": 37173725.61728412,\n \"cupidatate\": true\n },\n {\n \"adipisicing__5\": true\n }\n ]\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-3c9f0b0c-93b2-46c4-a762-423ba01b7727" }, { "id": "08931b75-a67d-495c-80de-ccde047ae832", "name": "Unauthorized. Invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/data/v1/async/dataextensions/key:{{key}}/rows?$pageSize=50&$page=1&$orderBy=", "host": [ "{{baseUrl}}" ], "path": [ "data", "v1", "async", "dataextensions", "key:{{key}}", "rows" ], "query": [ { "description": "The number of rows to return per page. Defaults to 50.", "key": "$pageSize", "value": "50" }, { "description": "The page number to retrieve. Defaults to 1.", "key": "$page", "value": "1" }, { "description": "Field name and direction for sorting results (e.g., \"LastName ASC\" or \"CreatedDate DESC\").\n", "key": "$orderBy", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-08931b75-a67d-495c-80de-ccde047ae832" }, { "id": "7cbacf21-934d-42eb-b61c-5f19b26e3366", "name": "Data Extension not found for the specified key.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/data/v1/async/dataextensions/key:{{key}}/rows?$pageSize=50&$page=1&$orderBy=", "host": [ "{{baseUrl}}" ], "path": [ "data", "v1", "async", "dataextensions", "key:{{key}}", "rows" ], "query": [ { "description": "The number of rows to return per page. Defaults to 50.", "key": "$pageSize", "value": "50" }, { "description": "The page number to retrieve. Defaults to 1.", "key": "$page", "value": "1" }, { "description": "Field name and direction for sorting results (e.g., \"LastName ASC\" or \"CreatedDate DESC\").\n", "key": "$orderBy", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-7cbacf21-934d-42eb-b61c-5f19b26e3366" } ], "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-b6da077d-3052-4ad5-9703-e3f625d69e47" }, { "name": "Insert rows into a Data Extension", "id": "6f28c23a-691c-404c-9cc2-9b41fdd455d8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"items\": [\n {\n \"dolorec52\": true\n },\n {\n \"sed_28\": \"velit deserunt nisi voluptate occaecat\",\n \"eiusmod_5\": false\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/data/v1/async/dataextensions/key:{{key}}/rows", "host": [ "{{baseUrl}}" ], "path": [ "data", "v1", "async", "dataextensions", "key:{{key}}", "rows" ] }, "description": "Inserts one or more rows into a Marketing Cloud Data Extension. If a row with the same primary key already exists, the operation upserts the row (updates existing values). Returns the number of rows inserted or updated.\n" }, "response": [ { "id": "84f208fa-726d-48ba-b1a5-3367f8a96526", "name": "Rows inserted or updated successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"items\": [\n {\n \"dolorec52\": true\n },\n {\n \"sed_28\": \"velit deserunt nisi voluptate occaecat\",\n \"eiusmod_5\": false\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/data/v1/async/dataextensions/key:{{key}}/rows", "host": [ "{{baseUrl}}" ], "path": [ "data", "v1", "async", "dataextensions", "key:{{key}}", "rows" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestId\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-84f208fa-726d-48ba-b1a5-3367f8a96526" }, { "id": "7e954f93-21f2-4009-a1f7-6ec659c4d3a4", "name": "Bad request. Invalid row data, missing required columns, or data type mismatch.\n", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"items\": [\n {\n \"dolorec52\": true\n },\n {\n \"sed_28\": \"velit deserunt nisi voluptate occaecat\",\n \"eiusmod_5\": false\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/data/v1/async/dataextensions/key:{{key}}/rows", "host": [ "{{baseUrl}}" ], "path": [ "data", "v1", "async", "dataextensions", "key:{{key}}", "rows" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-7e954f93-21f2-4009-a1f7-6ec659c4d3a4" }, { "id": "d9cd5cf4-32bf-4ad3-8f42-e22bf1857571", "name": "Unauthorized. Invalid or expired access token.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"items\": [\n {\n \"dolorec52\": true\n },\n {\n \"sed_28\": \"velit deserunt nisi voluptate occaecat\",\n \"eiusmod_5\": false\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/data/v1/async/dataextensions/key:{{key}}/rows", "host": [ "{{baseUrl}}" ], "path": [ "data", "v1", "async", "dataextensions", "key:{{key}}", "rows" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-d9cd5cf4-32bf-4ad3-8f42-e22bf1857571" }, { "id": "1d6cb13e-60d7-4939-8c65-1e260d529c6f", "name": "Data Extension not found for the specified key.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"items\": [\n {\n \"dolorec52\": true\n },\n {\n \"sed_28\": \"velit deserunt nisi voluptate occaecat\",\n \"eiusmod_5\": false\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/data/v1/async/dataextensions/key:{{key}}/rows", "host": [ "{{baseUrl}}" ], "path": [ "data", "v1", "async", "dataextensions", "key:{{key}}", "rows" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-1d6cb13e-60d7-4939-8c65-1e260d529c6f" } ], "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-6f28c23a-691c-404c-9cc2-9b41fdd455d8" } ], "id": "069b025c-7f5e-4759-9097-f9be9e730d1d", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-069b025c-7f5e-4759-9097-f9be9e730d1d" } ], "id": "d24d2778-b8d4-44d1-b08a-b29f4ccbad44", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-d24d2778-b8d4-44d1-b08a-b29f4ccbad44" } ], "id": "0f5e2dc0-7df0-492e-8677-7deb18b13e49", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-0f5e2dc0-7df0-492e-8677-7deb18b13e49" } ], "id": "7821f9a8-d174-49dd-98db-c93094f9fe36", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-7821f9a8-d174-49dd-98db-c93094f9fe36" } ], "id": "030c0864-4ec2-4358-9ec1-628edbc4f2cb", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-030c0864-4ec2-4358-9ec1-628edbc4f2cb" } ], "id": "3d6590f4-69c3-422f-9628-d8de1eb18efb", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-3d6590f4-69c3-422f-9628-d8de1eb18efb" }, { "name": "messaging", "item": [ { "name": "v1", "item": [ { "name": "email", "item": [ { "name": "messages", "item": [ { "name": "{messageKey}", "item": [ { "name": "Get email message send status", "id": "4dd99172-0307-454b-b679-23013df57ca7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/messaging/v1/email/messages/:messageKey", "host": [ "{{baseUrl}}" ], "path": [ "messaging", "v1", "email", "messages", ":messageKey" ], "variable": [ { "id": "8dd2d6fd-c310-441e-a164-10b5e42f3a9d", "key": "messageKey", "value": "", "description": "(Required) The unique message key (recipientSendId) returned when the email send was created.\n" } ] }, "description": "Retrieves the status of a triggered email send for a specific recipient using the messageKey (recipientSendId) returned when the send was created. Returns the current delivery status and any error details.\n" }, "response": [ { "id": "6f9f8625-11da-47b3-83f8-8d5b7c7707e4", "name": "Email message send status.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/messaging/v1/email/messages/:messageKey", "host": [ "{{baseUrl}}" ], "path": [ "messaging", "v1", "email", "messages", ":messageKey" ], "variable": [ { "key": "messageKey" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"eventCategoryType\": \"\",\n \"timestamp\": \"\",\n \"subscriberKey\": \"\",\n \"messageKey\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-6f9f8625-11da-47b3-83f8-8d5b7c7707e4" }, { "id": "60a9096f-1911-4cda-b3e5-80b9630f9945", "name": "Unauthorized. Invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/messaging/v1/email/messages/:messageKey", "host": [ "{{baseUrl}}" ], "path": [ "messaging", "v1", "email", "messages", ":messageKey" ], "variable": [ { "key": "messageKey" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-60a9096f-1911-4cda-b3e5-80b9630f9945" }, { "id": "a525e347-2bf7-4004-85ed-f2713167b2f6", "name": "Message not found for the specified message key.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/messaging/v1/email/messages/:messageKey", "host": [ "{{baseUrl}}" ], "path": [ "messaging", "v1", "email", "messages", ":messageKey" ], "variable": [ { "key": "messageKey" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-a525e347-2bf7-4004-85ed-f2713167b2f6" } ], "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-4dd99172-0307-454b-b679-23013df57ca7" } ], "id": "1e7ceab2-57d4-4beb-bbdb-231f2b7fc459", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-1e7ceab2-57d4-4beb-bbdb-231f2b7fc459" }, { "name": "Create an email send (triggered send)", "id": "c831d606-6df6-40f5-a5cc-9cfd86a32a58", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"definitionKey\": \"\",\n \"recipients\": [\n {\n \"contactKey\": \"\",\n \"to\": \"\",\n \"attributes\": {\n \"adipisicing1\": true\n },\n \"messageKey\": \"\"\n },\n {\n \"contactKey\": \"\",\n \"to\": \"\",\n \"attributes\": {\n \"ullamcoa\": false,\n \"fugiat_f\": 88253539.89954609\n },\n \"messageKey\": \"\"\n }\n ],\n \"attributes\": {\n \"qui5\": false,\n \"officia_5\": -24659280\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/v1/email/messages", "host": [ "{{baseUrl}}" ], "path": [ "messaging", "v1", "email", "messages" ] }, "description": "Creates and initiates a triggered email send to one or more recipients. Each send requires a message definition key referencing a triggered send definition configured in Marketing Cloud Email Studio. Supports personalization attributes and subscriber data overrides.\n" }, "response": [ { "id": "29434ef0-8259-4f03-8a71-d20b320ddcd7", "name": "Email send request accepted. The send is queued for processing.\n", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"definitionKey\": \"\",\n \"recipients\": [\n {\n \"contactKey\": \"\",\n \"to\": \"\",\n \"attributes\": {\n \"adipisicing1\": true\n },\n \"messageKey\": \"\"\n },\n {\n \"contactKey\": \"\",\n \"to\": \"\",\n \"attributes\": {\n \"ullamcoa\": false,\n \"fugiat_f\": 88253539.89954609\n },\n \"messageKey\": \"\"\n }\n ],\n \"attributes\": {\n \"qui5\": false,\n \"officia_5\": -24659280\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/v1/email/messages", "host": [ "{{baseUrl}}" ], "path": [ "messaging", "v1", "email", "messages" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestId\": \"\",\n \"responses\": [\n {\n \"recipientSendId\": \"\",\n \"hasErrors\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ]\n },\n {\n \"recipientSendId\": \"\",\n \"hasErrors\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-29434ef0-8259-4f03-8a71-d20b320ddcd7" }, { "id": "5c20ea4e-8a01-4e1e-926b-0c8c593cf9e2", "name": "Bad request. Invalid message definition or recipient data.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"definitionKey\": \"\",\n \"recipients\": [\n {\n \"contactKey\": \"\",\n \"to\": \"\",\n \"attributes\": {\n \"adipisicing1\": true\n },\n \"messageKey\": \"\"\n },\n {\n \"contactKey\": \"\",\n \"to\": \"\",\n \"attributes\": {\n \"ullamcoa\": false,\n \"fugiat_f\": 88253539.89954609\n },\n \"messageKey\": \"\"\n }\n ],\n \"attributes\": {\n \"qui5\": false,\n \"officia_5\": -24659280\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/v1/email/messages", "host": [ "{{baseUrl}}" ], "path": [ "messaging", "v1", "email", "messages" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-5c20ea4e-8a01-4e1e-926b-0c8c593cf9e2" }, { "id": "deeb1fa3-0bb9-43d5-a348-b50334efac59", "name": "Unauthorized. Invalid or expired access token.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"definitionKey\": \"\",\n \"recipients\": [\n {\n \"contactKey\": \"\",\n \"to\": \"\",\n \"attributes\": {\n \"adipisicing1\": true\n },\n \"messageKey\": \"\"\n },\n {\n \"contactKey\": \"\",\n \"to\": \"\",\n \"attributes\": {\n \"ullamcoa\": false,\n \"fugiat_f\": 88253539.89954609\n },\n \"messageKey\": \"\"\n }\n ],\n \"attributes\": {\n \"qui5\": false,\n \"officia_5\": -24659280\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/v1/email/messages", "host": [ "{{baseUrl}}" ], "path": [ "messaging", "v1", "email", "messages" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-deeb1fa3-0bb9-43d5-a348-b50334efac59" } ], "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-c831d606-6df6-40f5-a5cc-9cfd86a32a58" } ], "id": "aed7c98c-f72d-4cd4-b3a4-d47f3f0da9a5", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-aed7c98c-f72d-4cd4-b3a4-d47f3f0da9a5" } ], "id": "56dfcbcd-d8d9-45e8-af80-c7e20ef29c83", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-56dfcbcd-d8d9-45e8-af80-c7e20ef29c83" }, { "name": "sms", "item": [ { "name": "messages", "item": [ { "name": "Create an SMS send", "id": "4f4e7118-e727-4179-975d-7ecf7605e1cb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"definitionKey\": \"\",\n \"recipients\": [\n {\n \"contactKey\": \"\",\n \"to\": \"\",\n \"attributes\": {\n \"amet4a\": 58680138,\n \"dolore2f\": \"in\"\n }\n },\n {\n \"contactKey\": \"\",\n \"to\": \"\",\n \"attributes\": {\n \"incididunta_\": 47377967\n }\n }\n ],\n \"attributes\": {\n \"ipsum50\": 77040718,\n \"in_8\": 27070177\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/v1/sms/messages", "host": [ "{{baseUrl}}" ], "path": [ "messaging", "v1", "sms", "messages" ] }, "description": "Creates and initiates an SMS message send to one or more recipients. Requires a message definition key referencing an SMS definition configured in Marketing Cloud MobileConnect. Supports personalization attributes for dynamic message content.\n" }, "response": [ { "id": "61406bfb-a69a-49e9-b311-9adc1f45fe7b", "name": "SMS send request accepted and queued for processing.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"definitionKey\": \"\",\n \"recipients\": [\n {\n \"contactKey\": \"\",\n \"to\": \"\",\n \"attributes\": {\n \"amet4a\": 58680138,\n \"dolore2f\": \"in\"\n }\n },\n {\n \"contactKey\": \"\",\n \"to\": \"\",\n \"attributes\": {\n \"incididunta_\": 47377967\n }\n }\n ],\n \"attributes\": {\n \"ipsum50\": 77040718,\n \"in_8\": 27070177\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/v1/sms/messages", "host": [ "{{baseUrl}}" ], "path": [ "messaging", "v1", "sms", "messages" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestId\": \"\",\n \"responses\": [\n {\n \"recipientSendId\": \"\",\n \"hasErrors\": \"\"\n },\n {\n \"recipientSendId\": \"\",\n \"hasErrors\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-61406bfb-a69a-49e9-b311-9adc1f45fe7b" }, { "id": "6606c390-b1e0-4a5d-ba34-b3e0f43eb676", "name": "Bad request. Invalid message definition or phone number format.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"definitionKey\": \"\",\n \"recipients\": [\n {\n \"contactKey\": \"\",\n \"to\": \"\",\n \"attributes\": {\n \"amet4a\": 58680138,\n \"dolore2f\": \"in\"\n }\n },\n {\n \"contactKey\": \"\",\n \"to\": \"\",\n \"attributes\": {\n \"incididunta_\": 47377967\n }\n }\n ],\n \"attributes\": {\n \"ipsum50\": 77040718,\n \"in_8\": 27070177\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/v1/sms/messages", "host": [ "{{baseUrl}}" ], "path": [ "messaging", "v1", "sms", "messages" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-6606c390-b1e0-4a5d-ba34-b3e0f43eb676" }, { "id": "9517796f-2000-4e28-81ed-cf04db035310", "name": "Unauthorized. Invalid or expired access token.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"definitionKey\": \"\",\n \"recipients\": [\n {\n \"contactKey\": \"\",\n \"to\": \"\",\n \"attributes\": {\n \"amet4a\": 58680138,\n \"dolore2f\": \"in\"\n }\n },\n {\n \"contactKey\": \"\",\n \"to\": \"\",\n \"attributes\": {\n \"incididunta_\": 47377967\n }\n }\n ],\n \"attributes\": {\n \"ipsum50\": 77040718,\n \"in_8\": 27070177\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/messaging/v1/sms/messages", "host": [ "{{baseUrl}}" ], "path": [ "messaging", "v1", "sms", "messages" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-9517796f-2000-4e28-81ed-cf04db035310" } ], "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-4f4e7118-e727-4179-975d-7ecf7605e1cb" } ], "id": "aefe81f6-7376-445c-ba78-e3d964c20b11", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-aefe81f6-7376-445c-ba78-e3d964c20b11" } ], "id": "36de3e27-5f9e-4581-bcef-5c0c14e00e66", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-36de3e27-5f9e-4581-bcef-5c0c14e00e66" } ], "id": "0a1abf99-21cc-4fd3-aed2-92e599ee843b", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-0a1abf99-21cc-4fd3-aed2-92e599ee843b" } ], "id": "500b3c52-ecf8-4257-8b63-602ceea40480", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-500b3c52-ecf8-4257-8b63-602ceea40480" }, { "name": "interaction", "item": [ { "name": "v1", "item": [ { "name": "interactions", "item": [ { "name": "{interactionId}", "item": [ { "name": "Get a journey by ID", "id": "37c62fce-eba9-417a-be22-d5cca0f09547", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interaction/v1/interactions/:interactionId?versionNumber=", "host": [ "{{baseUrl}}" ], "path": [ "interaction", "v1", "interactions", ":interactionId" ], "query": [ { "description": "The version number of the journey to retrieve. If not specified, returns the latest version.\n", "key": "versionNumber", "value": "" } ], "variable": [ { "id": "554e4c74-8f7d-4e98-8b19-031bc99ae461", "key": "interactionId", "value": "", "description": "(Required) The unique ID of the journey (interaction) to retrieve." } ] }, "description": "Retrieves detailed information about a specific Marketing Cloud Journey Builder journey, including its activities, triggers, goals, and current status.\n" }, "response": [ { "id": "630cf178-283a-4c65-9365-23511fe60c89", "name": "Detailed information about the specified journey.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/interaction/v1/interactions/:interactionId?versionNumber=", "host": [ "{{baseUrl}}" ], "path": [ "interaction", "v1", "interactions", ":interactionId" ], "query": [ { "description": "The version number of the journey to retrieve. If not specified, returns the latest version.\n", "key": "versionNumber", "value": "" } ], "variable": [ { "key": "interactionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"version\": \"\",\n \"status\": \"Published\",\n \"createdDate\": \"\",\n \"modifiedDate\": \"\",\n \"triggers\": [\n {\n \"eiusmod877\": \"consequat mollit cupidatat ut aliqua\"\n },\n {\n \"irure__63\": \"mollit dolor\",\n \"est__\": -93714546.9798348,\n \"ad_1a4\": true\n }\n ],\n \"activities\": [\n {\n \"do40\": 18196927\n },\n {\n \"Ut_9a2\": true\n }\n ]\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-630cf178-283a-4c65-9365-23511fe60c89" }, { "id": "6643f741-a898-4b0e-8751-51eda1cab01b", "name": "Unauthorized. Invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/interaction/v1/interactions/:interactionId?versionNumber=", "host": [ "{{baseUrl}}" ], "path": [ "interaction", "v1", "interactions", ":interactionId" ], "query": [ { "description": "The version number of the journey to retrieve. If not specified, returns the latest version.\n", "key": "versionNumber", "value": "" } ], "variable": [ { "key": "interactionId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-6643f741-a898-4b0e-8751-51eda1cab01b" }, { "id": "5319c28e-35b3-4e00-8b67-050b63dc2b02", "name": "Journey not found for the specified interaction ID.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/interaction/v1/interactions/:interactionId?versionNumber=", "host": [ "{{baseUrl}}" ], "path": [ "interaction", "v1", "interactions", ":interactionId" ], "query": [ { "description": "The version number of the journey to retrieve. If not specified, returns the latest version.\n", "key": "versionNumber", "value": "" } ], "variable": [ { "key": "interactionId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-5319c28e-35b3-4e00-8b67-050b63dc2b02" } ], "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-37c62fce-eba9-417a-be22-d5cca0f09547" } ], "id": "bd8c1670-d7d1-40b8-ae01-d5540aff4214", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-bd8c1670-d7d1-40b8-ae01-d5540aff4214" }, { "name": "List journeys", "id": "39fbfc66-0d6c-456b-a471-8a5e253aba44", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/interaction/v1/interactions?page=1&pageSize=50&status=Draft", "host": [ "{{baseUrl}}" ], "path": [ "interaction", "v1", "interactions" ], "query": [ { "description": "The page number to retrieve. Defaults to 1.", "key": "page", "value": "1" }, { "description": "The number of journeys to return per page. Defaults to 50.", "key": "pageSize", "value": "50" }, { "description": "Filter journeys by status. Use Draft, Published, ScheduledToSend, Stopped, or Deleted.\n", "key": "status", "value": "Draft" } ] }, "description": "Returns a paginated list of Marketing Cloud Journey Builder journeys (interactions). Includes both active and inactive journeys. Use the page and pageSize parameters to paginate. Can filter by journey status.\n" }, "response": [ { "id": "254c0e04-ff3e-44a6-b96b-7509538cb0c7", "name": "Paginated list of journeys.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/interaction/v1/interactions?page=1&pageSize=50&status=Draft", "host": [ "{{baseUrl}}" ], "path": [ "interaction", "v1", "interactions" ], "query": [ { "description": "The page number to retrieve. Defaults to 1.", "key": "page", "value": "1" }, { "description": "The number of journeys to return per page. Defaults to 50.", "key": "pageSize", "value": "50" }, { "description": "Filter journeys by status. Use Draft, Published, ScheduledToSend, Stopped, or Deleted.\n", "key": "status", "value": "Draft" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"page\": \"\",\n \"pageSize\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"version\": \"\",\n \"status\": \"Stopped\",\n \"createdDate\": \"\",\n \"modifiedDate\": \"\",\n \"triggers\": [\n {\n \"deseruntd60\": -42363119.03727788,\n \"site0\": \"culpa laborum cillum\"\n },\n {\n \"nisid16\": \"consectetur e\",\n \"reprehenderit03c\": -9507836,\n \"laborumee\": \"Ut Excepteur\"\n }\n ],\n \"activities\": [\n {\n \"officiab\": true,\n \"incididunt8\": \"ad pariatur exercitation nostrud cupidatat\",\n \"sint0\": \"Ut ut in ut\",\n \"tempor_95\": \"cupidatat proident nisi in\"\n },\n {\n \"sit_3\": -17380067.40711318\n }\n ]\n },\n {\n \"id\": \"\",\n \"key\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"version\": \"\",\n \"status\": \"Deleted\",\n \"createdDate\": \"\",\n \"modifiedDate\": \"\",\n \"triggers\": [\n {\n \"pariatur_6\": 56791009\n },\n {\n \"incididunt_3c3\": 36961074.42213613\n }\n ],\n \"activities\": [\n {\n \"mollit_a80\": \"aute qui\",\n \"ad_32\": 94161585.01440606\n },\n {\n \"nulla3a6\": false\n }\n ]\n }\n ]\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-254c0e04-ff3e-44a6-b96b-7509538cb0c7" }, { "id": "55ec9590-071a-444e-84cb-51169b06474e", "name": "Unauthorized. Invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/interaction/v1/interactions?page=1&pageSize=50&status=Draft", "host": [ "{{baseUrl}}" ], "path": [ "interaction", "v1", "interactions" ], "query": [ { "description": "The page number to retrieve. Defaults to 1.", "key": "page", "value": "1" }, { "description": "The number of journeys to return per page. Defaults to 50.", "key": "pageSize", "value": "50" }, { "description": "Filter journeys by status. Use Draft, Published, ScheduledToSend, Stopped, or Deleted.\n", "key": "status", "value": "Draft" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-55ec9590-071a-444e-84cb-51169b06474e" } ], "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-39fbfc66-0d6c-456b-a471-8a5e253aba44" } ], "id": "3c63f6e6-e567-467f-8b94-a6d7d73fe58a", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-3c63f6e6-e567-467f-8b94-a6d7d73fe58a" }, { "name": "events", "item": [ { "name": "Fire a journey entry event", "id": "bab8e07f-dc42-4704-a254-b3f7d8e4ad14", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"ContactKey\": \"\",\n \"EventDefinitionKey\": \"\",\n \"Data\": {\n \"nisi_d\": -17627467.71419041,\n \"labore_387\": true,\n \"commodo_9d\": 90713714\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/interaction/v1/events", "host": [ "{{baseUrl}}" ], "path": [ "interaction", "v1", "events" ] }, "description": "Fires an event that causes contacts to enter a Marketing Cloud Journey Builder journey at the specified event-triggered entry source. The event definition key must match an API event or custom event configured as the journey's entry source. Supports passing contact data to personalize the journey experience.\n" }, "response": [ { "id": "b177e32b-e769-4e95-8734-73c77de3411e", "name": "Journey entry event fired successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"ContactKey\": \"\",\n \"EventDefinitionKey\": \"\",\n \"Data\": {\n \"nisi_d\": -17627467.71419041,\n \"labore_387\": true,\n \"commodo_9d\": 90713714\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/interaction/v1/events", "host": [ "{{baseUrl}}" ], "path": [ "interaction", "v1", "events" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestId\": \"\",\n \"eventInstanceId\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-b177e32b-e769-4e95-8734-73c77de3411e" }, { "id": "710c2675-4217-42a8-aae6-0beb25959402", "name": "Bad request. Invalid event definition key, contact key, or event data.\n", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"ContactKey\": \"\",\n \"EventDefinitionKey\": \"\",\n \"Data\": {\n \"nisi_d\": -17627467.71419041,\n \"labore_387\": true,\n \"commodo_9d\": 90713714\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/interaction/v1/events", "host": [ "{{baseUrl}}" ], "path": [ "interaction", "v1", "events" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-710c2675-4217-42a8-aae6-0beb25959402" }, { "id": "138fa749-9d51-4b39-83fb-3865dc734cb6", "name": "Unauthorized. Invalid or expired access token.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"ContactKey\": \"\",\n \"EventDefinitionKey\": \"\",\n \"Data\": {\n \"nisi_d\": -17627467.71419041,\n \"labore_387\": true,\n \"commodo_9d\": 90713714\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/interaction/v1/events", "host": [ "{{baseUrl}}" ], "path": [ "interaction", "v1", "events" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-138fa749-9d51-4b39-83fb-3865dc734cb6" } ], "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-bab8e07f-dc42-4704-a254-b3f7d8e4ad14" } ], "id": "a22dde4f-083e-4d33-b61d-97643a6acb9a", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-a22dde4f-083e-4d33-b61d-97643a6acb9a" } ], "id": "36fb4933-8915-48ce-9e81-7026eb838ca0", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-36fb4933-8915-48ce-9e81-7026eb838ca0" } ], "id": "3c9964e3-8b27-4d17-a7e9-d97c05c7f202", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-3c9964e3-8b27-4d17-a7e9-d97c05c7f202" }, { "name": "asset", "item": [ { "name": "v1", "item": [ { "name": "content", "item": [ { "name": "assets", "item": [ { "name": "{id}", "item": [ { "name": "Get a content asset by ID", "id": "2742f163-081b-4918-821a-68774e1e0fca", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/asset/v1/content/assets/:id", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets", ":id" ], "variable": [ { "id": "81e226bb-f604-408f-893b-3f9f996c22d7", "key": "id", "value": "", "description": "(Required) The numeric ID of the Marketing Cloud content asset." } ] }, "description": "Retrieves a single Marketing Cloud Content Builder asset by its numeric ID. Returns the asset metadata and content.\n" }, "response": [ { "id": "c7999d29-e9b3-4f97-91aa-c9f126111ced", "name": "The requested content asset.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/asset/v1/content/assets/:id", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"assetType\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"content\": \"\",\n \"data\": {\n \"noncc\": \"sit officia ex in\",\n \"eiusmod_f1c\": 40729219,\n \"occaecatdd\": \"esse est nisi ut\"\n },\n \"category\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"createdDate\": \"\",\n \"modifiedDate\": \"\",\n \"customerKey\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-c7999d29-e9b3-4f97-91aa-c9f126111ced" }, { "id": "c2d49726-e7d5-411c-bf92-58bf5d5639a7", "name": "Unauthorized. Invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/asset/v1/content/assets/:id", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-c2d49726-e7d5-411c-bf92-58bf5d5639a7" }, { "id": "754533dc-d082-459a-ba6b-52a596150add", "name": "Asset not found for the specified ID.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/asset/v1/content/assets/:id", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-754533dc-d082-459a-ba6b-52a596150add" } ], "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-2742f163-081b-4918-821a-68774e1e0fca" }, { "name": "Update a content asset", "id": "cc67a234-8f98-407e-ab65-a219491cf457", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"assetType\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"content\": \"\",\n \"data\": {\n \"noncc\": \"sit officia ex in\",\n \"eiusmod_f1c\": 40729219,\n \"occaecatdd\": \"esse est nisi ut\"\n },\n \"category\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"createdDate\": \"\",\n \"modifiedDate\": \"\",\n \"customerKey\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/asset/v1/content/assets/:id", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets", ":id" ], "variable": [ { "id": "0e1aae6f-6597-4532-b516-bc049d1ca13e", "key": "id", "value": "", "description": "(Required) The numeric ID of the Marketing Cloud content asset." } ] }, "description": "Replaces the content and metadata of an existing Marketing Cloud Content Builder asset. The entire asset definition must be provided; partial updates are not supported. Returns the updated asset.\n" }, "response": [ { "id": "c201ca06-ba38-42d6-a791-782d6be02be1", "name": "Content asset updated successfully.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"assetType\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"content\": \"\",\n \"data\": {\n \"noncc\": \"sit officia ex in\",\n \"eiusmod_f1c\": 40729219,\n \"occaecatdd\": \"esse est nisi ut\"\n },\n \"category\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"createdDate\": \"\",\n \"modifiedDate\": \"\",\n \"customerKey\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/asset/v1/content/assets/:id", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"assetType\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"content\": \"\",\n \"data\": {\n \"noncc\": \"sit officia ex in\",\n \"eiusmod_f1c\": 40729219,\n \"occaecatdd\": \"esse est nisi ut\"\n },\n \"category\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"createdDate\": \"\",\n \"modifiedDate\": \"\",\n \"customerKey\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-c201ca06-ba38-42d6-a791-782d6be02be1" }, { "id": "9ed19101-23fc-4ad0-a5ea-63cbdd6fd3bd", "name": "Bad request. Invalid asset definition or missing required fields.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"assetType\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"content\": \"\",\n \"data\": {\n \"noncc\": \"sit officia ex in\",\n \"eiusmod_f1c\": 40729219,\n \"occaecatdd\": \"esse est nisi ut\"\n },\n \"category\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"createdDate\": \"\",\n \"modifiedDate\": \"\",\n \"customerKey\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/asset/v1/content/assets/:id", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-9ed19101-23fc-4ad0-a5ea-63cbdd6fd3bd" }, { "id": "ac02417b-6ae6-431d-a6fd-ba71b849ce50", "name": "Unauthorized. Invalid or expired access token.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"assetType\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"content\": \"\",\n \"data\": {\n \"noncc\": \"sit officia ex in\",\n \"eiusmod_f1c\": 40729219,\n \"occaecatdd\": \"esse est nisi ut\"\n },\n \"category\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"createdDate\": \"\",\n \"modifiedDate\": \"\",\n \"customerKey\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/asset/v1/content/assets/:id", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-ac02417b-6ae6-431d-a6fd-ba71b849ce50" }, { "id": "da96a3fc-55ff-47a9-bd63-fb579473970d", "name": "Asset not found for the specified ID.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"assetType\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"content\": \"\",\n \"data\": {\n \"noncc\": \"sit officia ex in\",\n \"eiusmod_f1c\": 40729219,\n \"occaecatdd\": \"esse est nisi ut\"\n },\n \"category\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"createdDate\": \"\",\n \"modifiedDate\": \"\",\n \"customerKey\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/asset/v1/content/assets/:id", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-da96a3fc-55ff-47a9-bd63-fb579473970d" } ], "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-cc67a234-8f98-407e-ab65-a219491cf457" }, { "name": "Delete a content asset", "id": "be175681-6219-4bcd-8a76-587b16def4e4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/asset/v1/content/assets/:id", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets", ":id" ], "variable": [ { "id": "38d9cc5b-6470-44aa-81ab-b0d5e7c16a3f", "key": "id", "value": "", "description": "(Required) The numeric ID of the Marketing Cloud content asset." } ] }, "description": "Deletes a Marketing Cloud Content Builder asset by its numeric ID. Deletion is permanent and cannot be undone. Ensure the asset is not in use by active journeys or sends before deleting.\n" }, "response": [ { "id": "e28bbcfb-955f-47a9-9bb9-7f63d11d25f0", "name": "Asset deleted successfully. No body is returned.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/asset/v1/content/assets/:id", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-e28bbcfb-955f-47a9-9bb9-7f63d11d25f0" }, { "id": "6c5a1a46-2744-4c41-b448-6bf4ba1fc9c9", "name": "Unauthorized. Invalid or expired access token.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/asset/v1/content/assets/:id", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-6c5a1a46-2744-4c41-b448-6bf4ba1fc9c9" }, { "id": "996fc9b9-c649-41d5-89af-d20b28e39599", "name": "Asset not found for the specified ID.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/asset/v1/content/assets/:id", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-996fc9b9-c649-41d5-89af-d20b28e39599" } ], "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-be175681-6219-4bcd-8a76-587b16def4e4" } ], "id": "7c39ccd1-4edc-4ca4-b930-2dc82b829bbd", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-7c39ccd1-4edc-4ca4-b930-2dc82b829bbd" }, { "name": "List content assets", "id": "3b5e6599-2d27-47b5-919c-067f58f85aca", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/asset/v1/content/assets?page=1&pageSize=50&assetType=", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets" ], "query": [ { "description": "The page number to retrieve. Defaults to 1.", "key": "page", "value": "1" }, { "description": "The number of assets to return per page. Defaults to 50.", "key": "pageSize", "value": "50" }, { "description": "Filter by asset type name (e.g., templatebasedemail, htmlemail, image, document, block).\n", "key": "assetType", "value": "" } ] }, "description": "Returns a paginated list of Marketing Cloud Content Builder assets including emails, images, documents, and other content items. Supports filtering by asset type and searching by name.\n" }, "response": [ { "id": "426649fc-62c5-4577-92c2-237bb6f93ba0", "name": "Paginated list of content assets.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/asset/v1/content/assets?page=1&pageSize=50&assetType=", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets" ], "query": [ { "description": "The page number to retrieve. Defaults to 1.", "key": "page", "value": "1" }, { "description": "The number of assets to return per page. Defaults to 50.", "key": "pageSize", "value": "50" }, { "description": "Filter by asset type name (e.g., templatebasedemail, htmlemail, image, document, block).\n", "key": "assetType", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"count\": \"\",\n \"page\": \"\",\n \"pageSize\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"assetType\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"content\": \"\",\n \"data\": {\n \"voluptated\": \"et sed nisi non\"\n },\n \"category\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"createdDate\": \"\",\n \"modifiedDate\": \"\",\n \"customerKey\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"assetType\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"content\": \"\",\n \"data\": {\n \"aliquip182\": \"adipisicing magna sint esse Duis\",\n \"non2\": 85248255,\n \"do_0\": 76920406.85207969\n },\n \"category\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"createdDate\": \"\",\n \"modifiedDate\": \"\",\n \"customerKey\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-426649fc-62c5-4577-92c2-237bb6f93ba0" }, { "id": "c42cf8e8-5913-4db2-9731-036f715af476", "name": "Unauthorized. Invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/asset/v1/content/assets?page=1&pageSize=50&assetType=", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets" ], "query": [ { "description": "The page number to retrieve. Defaults to 1.", "key": "page", "value": "1" }, { "description": "The number of assets to return per page. Defaults to 50.", "key": "pageSize", "value": "50" }, { "description": "Filter by asset type name (e.g., templatebasedemail, htmlemail, image, document, block).\n", "key": "assetType", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-c42cf8e8-5913-4db2-9731-036f715af476" } ], "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-3b5e6599-2d27-47b5-919c-067f58f85aca" }, { "name": "Create a content asset", "id": "781a9ccb-d0d2-42fc-8daa-4c6c6ba8a705", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"assetType\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"content\": \"\",\n \"data\": {\n \"noncc\": \"sit officia ex in\",\n \"eiusmod_f1c\": 40729219,\n \"occaecatdd\": \"esse est nisi ut\"\n },\n \"category\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"createdDate\": \"\",\n \"modifiedDate\": \"\",\n \"customerKey\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/asset/v1/content/assets", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets" ] }, "description": "Creates a new content asset in Marketing Cloud Content Builder. Assets can be emails, templates, images, blocks, or other content types. The asset type is specified using the assetType object. File content can be provided inline as a base64 string or referenced by URL.\n" }, "response": [ { "id": "531fe134-8f39-4537-b180-d2a4ed55f938", "name": "Content asset created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"assetType\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"content\": \"\",\n \"data\": {\n \"noncc\": \"sit officia ex in\",\n \"eiusmod_f1c\": 40729219,\n \"occaecatdd\": \"esse est nisi ut\"\n },\n \"category\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"createdDate\": \"\",\n \"modifiedDate\": \"\",\n \"customerKey\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/asset/v1/content/assets", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"assetType\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"content\": \"\",\n \"data\": {\n \"noncc\": \"sit officia ex in\",\n \"eiusmod_f1c\": 40729219,\n \"occaecatdd\": \"esse est nisi ut\"\n },\n \"category\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"createdDate\": \"\",\n \"modifiedDate\": \"\",\n \"customerKey\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-531fe134-8f39-4537-b180-d2a4ed55f938" }, { "id": "dcf2e485-27b6-422b-9076-8056a4a281ce", "name": "Bad request. Invalid asset definition or missing required fields.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"assetType\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"content\": \"\",\n \"data\": {\n \"noncc\": \"sit officia ex in\",\n \"eiusmod_f1c\": 40729219,\n \"occaecatdd\": \"esse est nisi ut\"\n },\n \"category\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"createdDate\": \"\",\n \"modifiedDate\": \"\",\n \"customerKey\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/asset/v1/content/assets", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-dcf2e485-27b6-422b-9076-8056a4a281ce" }, { "id": "d5f33bcc-3039-4c3c-a9d4-8f444c5f477c", "name": "Unauthorized. Invalid or expired access token.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"assetType\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"content\": \"\",\n \"data\": {\n \"noncc\": \"sit officia ex in\",\n \"eiusmod_f1c\": 40729219,\n \"occaecatdd\": \"esse est nisi ut\"\n },\n \"category\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"createdDate\": \"\",\n \"modifiedDate\": \"\",\n \"customerKey\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/asset/v1/content/assets", "host": [ "{{baseUrl}}" ], "path": [ "asset", "v1", "content", "assets" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errorcode\": \"\",\n \"documentation\": \"\"\n}", "createdAt": "2026-06-05T13:13:18.000Z", "updatedAt": "2026-06-05T13:13:18.000Z", "uid": "35240-d5f33bcc-3039-4c3c-a9d4-8f444c5f477c" } ], "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-781a9ccb-d0d2-42fc-8daa-4c6c6ba8a705" } ], "id": "c5f6586f-6c43-4601-a70d-7a1a04bc5c87", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-c5f6586f-6c43-4601-a70d-7a1a04bc5c87" } ], "id": "7f825b09-39f9-4f1b-a2c2-e68417025d87", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-7f825b09-39f9-4f1b-a2c2-e68417025d87" } ], "id": "dda214cb-1738-4e89-814a-de71f01b169c", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-dda214cb-1738-4e89-814a-de71f01b169c" } ], "id": "a62d5656-4c35-459d-b8ff-c7f48743e16e", "createdAt": "2026-06-05T13:13:17.000Z", "updatedAt": "2026-06-05T13:13:17.000Z", "uid": "35240-a62d5656-4c35-459d-b8ff-c7f48743e16e" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "subdomain", "value": "YOUR_SUBDOMAIN" }, { "key": "baseUrl", "value": "https://{{subdomain}}.rest.marketingcloudapis.com" }, { "key": "key", "value": "" } ] }