{ "info": { "_postman_id": "22c38eb1-6276-4a86-98b8-ee4edbc0ba55", "name": "Unified.to account creative API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:23:45.000Z", "updatedAt": "2026-07-28T03:23:45.000Z", "lastUpdatedBy": "35240", "uid": "35240-22c38eb1-6276-4a86-98b8-ee4edbc0ba55" }, "item": [ { "name": "ads", "item": [ { "name": "{connection_id}", "item": [ { "name": "creative", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Creative", "id": "223f32e0-87f8-474b-bb13-46aa923aed24", "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}}/ads/:connection_id/creative/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative", ":id" ], "variable": [ { "id": "739b5264-3183-4f8b-8563-eb616da12b2e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "320c3ef0-84c5-47ee-bc86-2ed8ad2e8d52", "key": "id", "value": "", "description": "(Required) ID of the Creative" } ] } }, "response": [ { "id": "b045e5fc-0906-4068-8819-8b6e316facca", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:23:46.000Z", "updatedAt": "2026-07-28T03:23:46.000Z", "uid": "35240-b045e5fc-0906-4068-8819-8b6e316facca" }, { "id": "27ec61a2-2b0e-48bf-b59f-4d8d04ae177e", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative", ":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:23:46.000Z", "updatedAt": "2026-07-28T03:23:46.000Z", "uid": "35240-27ec61a2-2b0e-48bf-b59f-4d8d04ae177e" } ], "createdAt": "2026-07-28T03:23:46.000Z", "updatedAt": "2026-07-28T03:23:46.000Z", "uid": "35240-223f32e0-87f8-474b-bb13-46aa923aed24" }, { "name": "Retrieve a Creative", "id": "b8e7a858-b6b8-4f22-a3b9-de05afe0b297", "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}}/ads/:connection_id/creative/:id?fields=path2&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "path2" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "224715dd-6dc9-440e-80d8-921ca5622813", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "e8c7229b-3324-43a0-b171-eae72898371a", "key": "id", "value": "", "description": "(Required) ID of the Creative" } ] } }, "response": [ { "id": "45341adb-d25e-4b3d-87a2-e63963cfeb36", "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}}/ads/:connection_id/creative/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"ASSET_BASED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"HOSTED\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"in8\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CUSTOM_CONVERSION_ID\",\n \"name\": \"\",\n \"raw\": {\n \"do_dfc\": -22082081.36826566\n }\n }\n ],\n \"raw\": {\n \"sed19f\": \"ullamco anim\",\n \"nisi_c\": false\n },\n \"status\": \"ARCHIVED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "createdAt": "2026-07-28T03:23:46.000Z", "updatedAt": "2026-07-28T03:23:46.000Z", "uid": "35240-45341adb-d25e-4b3d-87a2-e63963cfeb36" } ], "createdAt": "2026-07-28T03:23:46.000Z", "updatedAt": "2026-07-28T03:23:46.000Z", "uid": "35240-b8e7a858-b6b8-4f22-a3b9-de05afe0b297" }, { "name": "Update a Creative", "id": "717f87ea-a2eb-4503-a8d2-0bea52d25d41", "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 \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"ASSET_BASED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"HOSTED\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"in8\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CUSTOM_CONVERSION_ID\",\n \"name\": \"\",\n \"raw\": {\n \"do_dfc\": -22082081.36826566\n }\n }\n ],\n \"raw\": {\n \"sed19f\": \"ullamco anim\",\n \"nisi_c\": false\n },\n \"status\": \"ARCHIVED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative/:id?fields=path2&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "path2" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "5f6e441b-7ffd-4b1f-9c9b-a71b41cbda7e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "da750e2a-b214-42b2-a449-d77f10aa8ccb", "key": "id", "value": "", "description": "(Required) ID of the Creative" } ] } }, "response": [ { "id": "22498395-3aa0-4ce7-8e4f-15c2223eec8f", "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 \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"ASSET_BASED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"HOSTED\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"in8\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CUSTOM_CONVERSION_ID\",\n \"name\": \"\",\n \"raw\": {\n \"do_dfc\": -22082081.36826566\n }\n }\n ],\n \"raw\": {\n \"sed19f\": \"ullamco anim\",\n \"nisi_c\": false\n },\n \"status\": \"ARCHIVED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"ASSET_BASED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"HOSTED\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"in8\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CUSTOM_CONVERSION_ID\",\n \"name\": \"\",\n \"raw\": {\n \"do_dfc\": -22082081.36826566\n }\n }\n ],\n \"raw\": {\n \"sed19f\": \"ullamco anim\",\n \"nisi_c\": false\n },\n \"status\": \"ARCHIVED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "createdAt": "2026-07-28T03:23:46.000Z", "updatedAt": "2026-07-28T03:23:46.000Z", "uid": "35240-22498395-3aa0-4ce7-8e4f-15c2223eec8f" } ], "createdAt": "2026-07-28T03:23:46.000Z", "updatedAt": "2026-07-28T03:23:46.000Z", "uid": "35240-717f87ea-a2eb-4503-a8d2-0bea52d25d41" }, { "name": "Update a Creative", "id": "d5759ffe-ed5e-489e-8d5a-4ffa9d0cf0fa", "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 \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"ASSET_BASED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"HOSTED\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"in8\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CUSTOM_CONVERSION_ID\",\n \"name\": \"\",\n \"raw\": {\n \"do_dfc\": -22082081.36826566\n }\n }\n ],\n \"raw\": {\n \"sed19f\": \"ullamco anim\",\n \"nisi_c\": false\n },\n \"status\": \"ARCHIVED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative/:id?fields=path2&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "path2" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "8fff22c4-13b2-4e9f-b675-bf9ad22e7213", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7c6ec599-2404-4d71-a3a2-5e6509b103d4", "key": "id", "value": "", "description": "(Required) ID of the Creative" } ] } }, "response": [ { "id": "32140ece-93b9-4bdb-a489-e7b35ccde129", "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 \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"ASSET_BASED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"HOSTED\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"in8\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CUSTOM_CONVERSION_ID\",\n \"name\": \"\",\n \"raw\": {\n \"do_dfc\": -22082081.36826566\n }\n }\n ],\n \"raw\": {\n \"sed19f\": \"ullamco anim\",\n \"nisi_c\": false\n },\n \"status\": \"ARCHIVED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"ASSET_BASED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"HOSTED\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"in8\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CUSTOM_CONVERSION_ID\",\n \"name\": \"\",\n \"raw\": {\n \"do_dfc\": -22082081.36826566\n }\n }\n ],\n \"raw\": {\n \"sed19f\": \"ullamco anim\",\n \"nisi_c\": false\n },\n \"status\": \"ARCHIVED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "createdAt": "2026-07-28T03:23:46.000Z", "updatedAt": "2026-07-28T03:23:46.000Z", "uid": "35240-32140ece-93b9-4bdb-a489-e7b35ccde129" } ], "createdAt": "2026-07-28T03:23:46.000Z", "updatedAt": "2026-07-28T03:23:46.000Z", "uid": "35240-d5759ffe-ed5e-489e-8d5a-4ffa9d0cf0fa" } ], "id": "4c884feb-4ef1-4b71-9e04-b0769c66d872", "createdAt": "2026-07-28T03:23:46.000Z", "updatedAt": "2026-07-28T03:23:46.000Z", "uid": "35240-4c884feb-4ef1-4b71-9e04-b0769c66d872" }, { "name": "List All Creatives", "id": "06f24176-eb21-42b3-82c4-60bf6c64f52d", "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}}/ads/:connection_id/creative?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&group_id=&fields=path2&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative" ], "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 org ID to filter by (reference to AdsOrganization)", "key": "org_id", "value": "" }, { "description": "The group ID to filter by (reference to AdsGroup)", "key": "group_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "path2" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "4de6d917-ab0d-49ea-81bc-24db75080831", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "95cf09f9-11bb-411e-928f-b04f45208826", "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}}/ads/:connection_id/creative?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&group_id=&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative" ], "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 org ID to filter by (reference to AdsOrganization)", "key": "org_id", "value": "" }, { "description": "The group ID to filter by (reference to AdsGroup)", "key": "group_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"PUBLISHER_HOSTED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"RICH_MEDIA\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"CUSTOM_CONVERSION_ID\",\n \"name\": \"\",\n \"raw\": {\n \"quis9\": false,\n \"id_712\": \"dolore fugiat labore\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"MESSAGING_CHANNEL_ID\",\n \"name\": \"\",\n \"raw\": {\n \"dolor_d7\": \"reprehenderit mollit laborum\",\n \"occaecatb1d\": -18586504.043674484\n }\n }\n ],\n \"raw\": {\n \"nostrud218\": 70565576.58751404,\n \"etf_\": 72876316,\n \"adipisicinga7\": \"consequat in ea\",\n \"proident_707\": false\n },\n \"status\": \"SCHEDULED_FOR_DELETION\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n },\n {\n \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"STANDARD\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"UNSPECIFIED\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"AD_GROUP_TYPE\",\n \"name\": \"\",\n \"raw\": {\n \"idbe_\": true,\n \"Excepteur_af\": \"Excepteur tempor enim adipisicing\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"TWEET_ID\",\n \"name\": \"\",\n \"raw\": {\n \"dolore5\": 28453184.002957284,\n \"magna909\": -43869332.39630455\n }\n }\n ],\n \"raw\": {\n \"tempore\": \"nisi do cupidatat\",\n \"aute_4e\": \"in\",\n \"sunt_f8\": true\n },\n \"status\": \"PAUSED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n }\n]", "createdAt": "2026-07-28T03:23:46.000Z", "updatedAt": "2026-07-28T03:23:46.000Z", "uid": "35240-95cf09f9-11bb-411e-928f-b04f45208826" } ], "createdAt": "2026-07-28T03:23:46.000Z", "updatedAt": "2026-07-28T03:23:46.000Z", "uid": "35240-06f24176-eb21-42b3-82c4-60bf6c64f52d" }, { "name": "Create a Creative", "id": "b299e748-c497-44d7-90c9-7e6fb1fc20b8", "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 \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"ASSET_BASED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"HOSTED\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"in8\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CUSTOM_CONVERSION_ID\",\n \"name\": \"\",\n \"raw\": {\n \"do_dfc\": -22082081.36826566\n }\n }\n ],\n \"raw\": {\n \"sed19f\": \"ullamco anim\",\n \"nisi_c\": false\n },\n \"status\": \"ARCHIVED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative?fields=path2&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "path2" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "18b52388-08a3-49e7-ad91-278602e3b337", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "9f80ea84-6714-4060-b3e9-fc9639ca82b7", "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 \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"ASSET_BASED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"HOSTED\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"in8\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CUSTOM_CONVERSION_ID\",\n \"name\": \"\",\n \"raw\": {\n \"do_dfc\": -22082081.36826566\n }\n }\n ],\n \"raw\": {\n \"sed19f\": \"ullamco anim\",\n \"nisi_c\": false\n },\n \"status\": \"ARCHIVED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/creative?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "creative" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"asset_urls\": [\n \"\",\n \"\"\n ],\n \"body\": \"\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_type\": \"ASSET_BASED\",\n \"cta\": \"\",\n \"external_ad_reference\": \"\",\n \"external_creative_reference\": \"\",\n \"external_placement_reference\": \"\",\n \"group_id\": \"\",\n \"height\": \"\",\n \"hosting_source\": \"HOSTED\",\n \"id\": \"\",\n \"item_id\": \"\",\n \"link_url\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"in8\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CUSTOM_CONVERSION_ID\",\n \"name\": \"\",\n \"raw\": {\n \"do_dfc\": -22082081.36826566\n }\n }\n ],\n \"raw\": {\n \"sed19f\": \"ullamco anim\",\n \"nisi_c\": false\n },\n \"status\": \"ARCHIVED\",\n \"third_party_tag\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"vast_tag_url\": \"\",\n \"width\": \"\"\n}", "createdAt": "2026-07-28T03:23:46.000Z", "updatedAt": "2026-07-28T03:23:46.000Z", "uid": "35240-9f80ea84-6714-4060-b3e9-fc9639ca82b7" } ], "createdAt": "2026-07-28T03:23:46.000Z", "updatedAt": "2026-07-28T03:23:46.000Z", "uid": "35240-b299e748-c497-44d7-90c9-7e6fb1fc20b8" } ], "id": "9ae3f4bd-a4fb-46c3-b586-a92bf26844a9", "createdAt": "2026-07-28T03:23:46.000Z", "updatedAt": "2026-07-28T03:23:46.000Z", "uid": "35240-9ae3f4bd-a4fb-46c3-b586-a92bf26844a9" } ], "id": "0d43f6fc-f46d-4307-b898-c52214f8d046", "createdAt": "2026-07-28T03:23:46.000Z", "updatedAt": "2026-07-28T03:23:46.000Z", "uid": "35240-0d43f6fc-f46d-4307-b898-c52214f8d046" } ], "id": "c53246ea-34b0-4252-82ba-3002bb6eed1a", "createdAt": "2026-07-28T03:23:46.000Z", "updatedAt": "2026-07-28T03:23:46.000Z", "uid": "35240-c53246ea-34b0-4252-82ba-3002bb6eed1a" } ], "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" } ] }