{ "info": { "_postman_id": "99fbeca7-7ac5-46f2-b9f0-bba87fc63dac", "name": "Unified.to account ad 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:22:35.000Z", "updatedAt": "2026-07-28T03:22:35.000Z", "lastUpdatedBy": "35240", "uid": "35240-99fbeca7-7ac5-46f2-b9f0-bba87fc63dac" }, "item": [ { "name": "ads", "item": [ { "name": "{connection_id}", "item": [ { "name": "ad", "item": [ { "name": "{id}", "item": [ { "name": "Remove an Ad", "id": "26b3b69e-5818-4a9f-90bf-2b33bf57ac42", "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/ad/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad", ":id" ], "variable": [ { "id": "4c757386-4e1b-4b00-b131-ba28f7c7eb11", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "fb17fe0c-d159-4eb6-9752-f30c792c099b", "key": "id", "value": "", "description": "(Required) ID of the Ad" } ] } }, "response": [ { "id": "0afccb07-f0e6-454e-b971-4084c5419d16", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:22:35.000Z", "updatedAt": "2026-07-28T03:22:35.000Z", "uid": "35240-0afccb07-f0e6-454e-b971-4084c5419d16" }, { "id": "59ea8e76-8001-43ed-aa65-f492906f6afa", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad", ":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:22:35.000Z", "updatedAt": "2026-07-28T03:22:35.000Z", "uid": "35240-59ea8e76-8001-43ed-aa65-f492906f6afa" } ], "createdAt": "2026-07-28T03:22:35.000Z", "updatedAt": "2026-07-28T03:22:35.000Z", "uid": "35240-26b3b69e-5818-4a9f-90bf-2b33bf57ac42" }, { "name": "Retrieve an Ad", "id": "8edbca32-4a62-4678-9cca-52b3c5f086f0", "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/ad/:id?fields=status&fields=promoted&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "promoted" }, { "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": "95938ea0-77ea-4c33-b8fe-362c9241349f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "a291127a-0025-423d-833b-fda825313d44", "key": "id", "value": "", "description": "(Required) ID of the Ad" } ] } }, "response": [ { "id": "e444cf3d-bca1-4ad5-ab3d-aa53a8b28a6b", "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/ad/:id?fields=promoted&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "promoted" }, { "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 \"ad_copy\": \"\",\n \"ad_type\": \"DISPLAY\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"TWEET_ID\",\n \"name\": \"\",\n \"raw\": {\n \"amet9e9\": \"veniam\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CATALOG_ID\",\n \"name\": \"\",\n \"raw\": {\n \"sint_62\": -83945200.8815703\n }\n }\n ],\n \"raw\": {\n \"cillumf14\": \"sit id anim\",\n \"Excepteur_64\": -54803819.15526591,\n \"labore_df\": false,\n \"non5\": 11086142\n },\n \"status\": \"ACTIVE\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:35.000Z", "updatedAt": "2026-07-28T03:22:35.000Z", "uid": "35240-e444cf3d-bca1-4ad5-ab3d-aa53a8b28a6b" } ], "createdAt": "2026-07-28T03:22:35.000Z", "updatedAt": "2026-07-28T03:22:35.000Z", "uid": "35240-8edbca32-4a62-4678-9cca-52b3c5f086f0" }, { "name": "Update an Ad", "id": "a425606f-1356-4733-a62b-4b644b1977a3", "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 \"ad_copy\": \"\",\n \"ad_type\": \"DISPLAY\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"TWEET_ID\",\n \"name\": \"\",\n \"raw\": {\n \"amet9e9\": \"veniam\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CATALOG_ID\",\n \"name\": \"\",\n \"raw\": {\n \"sint_62\": -83945200.8815703\n }\n }\n ],\n \"raw\": {\n \"cillumf14\": \"sit id anim\",\n \"Excepteur_64\": -54803819.15526591,\n \"labore_df\": false,\n \"non5\": 11086142\n },\n \"status\": \"ACTIVE\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad/:id?fields=status&fields=promoted&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "promoted" }, { "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": "a2d3fe5e-4b5e-4a16-bb40-567c7faba345", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "9fb9a297-aff2-4e14-939c-455949ddf10d", "key": "id", "value": "", "description": "(Required) ID of the Ad" } ] } }, "response": [ { "id": "138119a2-b85f-430f-b531-e4888651b1a7", "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 \"ad_copy\": \"\",\n \"ad_type\": \"DISPLAY\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"TWEET_ID\",\n \"name\": \"\",\n \"raw\": {\n \"amet9e9\": \"veniam\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CATALOG_ID\",\n \"name\": \"\",\n \"raw\": {\n \"sint_62\": -83945200.8815703\n }\n }\n ],\n \"raw\": {\n \"cillumf14\": \"sit id anim\",\n \"Excepteur_64\": -54803819.15526591,\n \"labore_df\": false,\n \"non5\": 11086142\n },\n \"status\": \"ACTIVE\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad/:id?fields=promoted&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "promoted" }, { "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 \"ad_copy\": \"\",\n \"ad_type\": \"DISPLAY\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"TWEET_ID\",\n \"name\": \"\",\n \"raw\": {\n \"amet9e9\": \"veniam\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CATALOG_ID\",\n \"name\": \"\",\n \"raw\": {\n \"sint_62\": -83945200.8815703\n }\n }\n ],\n \"raw\": {\n \"cillumf14\": \"sit id anim\",\n \"Excepteur_64\": -54803819.15526591,\n \"labore_df\": false,\n \"non5\": 11086142\n },\n \"status\": \"ACTIVE\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:35.000Z", "updatedAt": "2026-07-28T03:22:35.000Z", "uid": "35240-138119a2-b85f-430f-b531-e4888651b1a7" } ], "createdAt": "2026-07-28T03:22:35.000Z", "updatedAt": "2026-07-28T03:22:35.000Z", "uid": "35240-a425606f-1356-4733-a62b-4b644b1977a3" }, { "name": "Update an Ad", "id": "78f478a3-b81b-499f-b25a-cc9d2082522d", "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 \"ad_copy\": \"\",\n \"ad_type\": \"DISPLAY\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"TWEET_ID\",\n \"name\": \"\",\n \"raw\": {\n \"amet9e9\": \"veniam\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CATALOG_ID\",\n \"name\": \"\",\n \"raw\": {\n \"sint_62\": -83945200.8815703\n }\n }\n ],\n \"raw\": {\n \"cillumf14\": \"sit id anim\",\n \"Excepteur_64\": -54803819.15526591,\n \"labore_df\": false,\n \"non5\": 11086142\n },\n \"status\": \"ACTIVE\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad/:id?fields=status&fields=promoted&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "promoted" }, { "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": "180d16c6-473e-418a-8fc9-7c8f2e5c0ef7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "c171123b-ed04-48f5-9182-e95b3e5499ce", "key": "id", "value": "", "description": "(Required) ID of the Ad" } ] } }, "response": [ { "id": "65169701-8719-492f-ac2b-7e47c61f9086", "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 \"ad_copy\": \"\",\n \"ad_type\": \"DISPLAY\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"TWEET_ID\",\n \"name\": \"\",\n \"raw\": {\n \"amet9e9\": \"veniam\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CATALOG_ID\",\n \"name\": \"\",\n \"raw\": {\n \"sint_62\": -83945200.8815703\n }\n }\n ],\n \"raw\": {\n \"cillumf14\": \"sit id anim\",\n \"Excepteur_64\": -54803819.15526591,\n \"labore_df\": false,\n \"non5\": 11086142\n },\n \"status\": \"ACTIVE\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad/:id?fields=promoted&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "promoted" }, { "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 \"ad_copy\": \"\",\n \"ad_type\": \"DISPLAY\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"TWEET_ID\",\n \"name\": \"\",\n \"raw\": {\n \"amet9e9\": \"veniam\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CATALOG_ID\",\n \"name\": \"\",\n \"raw\": {\n \"sint_62\": -83945200.8815703\n }\n }\n ],\n \"raw\": {\n \"cillumf14\": \"sit id anim\",\n \"Excepteur_64\": -54803819.15526591,\n \"labore_df\": false,\n \"non5\": 11086142\n },\n \"status\": \"ACTIVE\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:35.000Z", "updatedAt": "2026-07-28T03:22:35.000Z", "uid": "35240-65169701-8719-492f-ac2b-7e47c61f9086" } ], "createdAt": "2026-07-28T03:22:35.000Z", "updatedAt": "2026-07-28T03:22:35.000Z", "uid": "35240-78f478a3-b81b-499f-b25a-cc9d2082522d" } ], "id": "eca51b8a-44a6-4f70-9bf9-d02cdf399cc7", "createdAt": "2026-07-28T03:22:35.000Z", "updatedAt": "2026-07-28T03:22:35.000Z", "uid": "35240-eca51b8a-44a6-4f70-9bf9-d02cdf399cc7" }, { "name": "List All Ads", "id": "8d84fbf7-fb97-491f-8313-c4f7b07f4414", "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/ad?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&campaign_id=&group_id=&fields=status&fields=promoted&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad" ], "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 campaign ID to filter by", "key": "campaign_id", "value": "" }, { "description": "The group ID to filter by (reference to AdsGroup)", "key": "group_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "promoted" }, { "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": "8e09352a-c674-4132-9ed0-23aff578d803", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "07b0269a-efba-4668-8901-f60c77000018", "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/ad?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&campaign_id=&group_id=&fields=promoted&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad" ], "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 campaign ID to filter by", "key": "campaign_id", "value": "" }, { "description": "The group ID to filter by (reference to AdsGroup)", "key": "group_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "promoted" }, { "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 \"ad_copy\": \"\",\n \"ad_type\": \"APP\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"PAGE_ID\",\n \"name\": \"\",\n \"raw\": {\n \"mollit_930\": -87824532.49262838\n }\n },\n {\n \"id\": \"\",\n \"type\": \"APP_ID\",\n \"name\": \"\",\n \"raw\": {\n \"cillum_5c_\": true,\n \"qui_c\": -16415391,\n \"in_e7\": false,\n \"dolor_943\": false\n }\n }\n ],\n \"raw\": {\n \"sitf\": -20853903,\n \"aliqua_e\": 54571655\n },\n \"status\": \"UNSPECIFIED\",\n \"updated_at\": \"\"\n },\n {\n \"ad_copy\": \"\",\n \"ad_type\": \"TEXT\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"EVENT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"ullamco_e\": 58339703,\n \"minim_b7a\": 84241962,\n \"tempor18\": -37944453,\n \"amet_fe\": \"L\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"PRODUCT_ID\",\n \"name\": \"\",\n \"raw\": {\n \"ut_c\": -55754378.80495695,\n \"officia813\": -86357536.29538181\n }\n }\n ],\n \"raw\": {\n \"consecteturf5\": false\n },\n \"status\": \"SCHEDULED_FOR_DELETION\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:35.000Z", "updatedAt": "2026-07-28T03:22:35.000Z", "uid": "35240-07b0269a-efba-4668-8901-f60c77000018" } ], "createdAt": "2026-07-28T03:22:35.000Z", "updatedAt": "2026-07-28T03:22:35.000Z", "uid": "35240-8d84fbf7-fb97-491f-8313-c4f7b07f4414" }, { "name": "Create an Ad", "id": "6afdb6aa-ff4b-41d9-8d1f-f5b1f91b8095", "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 \"ad_copy\": \"\",\n \"ad_type\": \"DISPLAY\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"TWEET_ID\",\n \"name\": \"\",\n \"raw\": {\n \"amet9e9\": \"veniam\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CATALOG_ID\",\n \"name\": \"\",\n \"raw\": {\n \"sint_62\": -83945200.8815703\n }\n }\n ],\n \"raw\": {\n \"cillumf14\": \"sit id anim\",\n \"Excepteur_64\": -54803819.15526591,\n \"labore_df\": false,\n \"non5\": 11086142\n },\n \"status\": \"ACTIVE\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad?fields=status&fields=promoted&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "status" }, { "description": "Fields to return", "key": "fields", "value": "promoted" }, { "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": "e130d536-15d0-487a-b4cd-edf5a3956de7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "29f0b903-4850-4db0-82dd-4cfd2572a192", "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 \"ad_copy\": \"\",\n \"ad_type\": \"DISPLAY\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"TWEET_ID\",\n \"name\": \"\",\n \"raw\": {\n \"amet9e9\": \"veniam\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CATALOG_ID\",\n \"name\": \"\",\n \"raw\": {\n \"sint_62\": -83945200.8815703\n }\n }\n ],\n \"raw\": {\n \"cillumf14\": \"sit id anim\",\n \"Excepteur_64\": -54803819.15526591,\n \"labore_df\": false,\n \"non5\": 11086142\n },\n \"status\": \"ACTIVE\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/ad?fields=promoted&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "ad" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "promoted" }, { "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 \"ad_copy\": \"\",\n \"ad_type\": \"DISPLAY\",\n \"campaign_id\": \"\",\n \"created_at\": \"\",\n \"creative_asset_url\": \"\",\n \"creative_ids\": [\n \"\",\n \"\"\n ],\n \"cta\": \"\",\n \"description\": \"\",\n \"display_url\": \"\",\n \"final_url\": \"\",\n \"group_id\": \"\",\n \"headline\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"path1\": \"\",\n \"path2\": \"\",\n \"promoted\": [\n {\n \"id\": \"\",\n \"type\": \"TWEET_ID\",\n \"name\": \"\",\n \"raw\": {\n \"amet9e9\": \"veniam\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"CATALOG_ID\",\n \"name\": \"\",\n \"raw\": {\n \"sint_62\": -83945200.8815703\n }\n }\n ],\n \"raw\": {\n \"cillumf14\": \"sit id anim\",\n \"Excepteur_64\": -54803819.15526591,\n \"labore_df\": false,\n \"non5\": 11086142\n },\n \"status\": \"ACTIVE\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:22:35.000Z", "updatedAt": "2026-07-28T03:22:35.000Z", "uid": "35240-29f0b903-4850-4db0-82dd-4cfd2572a192" } ], "createdAt": "2026-07-28T03:22:35.000Z", "updatedAt": "2026-07-28T03:22:35.000Z", "uid": "35240-6afdb6aa-ff4b-41d9-8d1f-f5b1f91b8095" } ], "id": "a108ad42-0dc3-4f22-a54a-abbd88d28b18", "createdAt": "2026-07-28T03:22:35.000Z", "updatedAt": "2026-07-28T03:22:35.000Z", "uid": "35240-a108ad42-0dc3-4f22-a54a-abbd88d28b18" } ], "id": "2257bde4-cc6b-48d2-9ca0-562113919b24", "createdAt": "2026-07-28T03:22:35.000Z", "updatedAt": "2026-07-28T03:22:35.000Z", "uid": "35240-2257bde4-cc6b-48d2-9ca0-562113919b24" } ], "id": "6e55d5f2-082f-4088-a4b2-74ef8ddb1999", "createdAt": "2026-07-28T03:22:35.000Z", "updatedAt": "2026-07-28T03:22:35.000Z", "uid": "35240-6e55d5f2-082f-4088-a4b2-74ef8ddb1999" } ], "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" } ] }