{ "info": { "_postman_id": "e66c03c0-0a32-48d3-8f13-d52edc7c0e9a", "name": "Unified.to account promoted API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:25:19.000Z", "updatedAt": "2026-07-28T03:25:19.000Z", "lastUpdatedBy": "35240", "uid": "35240-e66c03c0-0a32-48d3-8f13-d52edc7c0e9a" }, "item": [ { "name": "ads", "item": [ { "name": "{connection_id}", "item": [ { "name": "promoted", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Promoted", "id": "2eaaaf02-0f9a-448c-84a9-1195c72207cb", "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/promoted/:id?fields=raw&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "promoted", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "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": "9e317321-5cf7-425a-be1a-a45f8abb7cad", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "cd69519c-edc5-4be2-abad-1547f65be867", "key": "id", "value": "", "description": "(Required) ID of the Promoted" } ] } }, "response": [ { "id": "fa5ca68a-9a48-4c69-a400-36f6220ea662", "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/promoted/:id?fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "promoted", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "type" }, { "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 \"id\": \"\",\n \"type\": \"PRIORITIZED_SET_ID\",\n \"name\": \"\",\n \"raw\": {\n \"utb\": false\n }\n}", "createdAt": "2026-07-28T03:25:20.000Z", "updatedAt": "2026-07-28T03:25:20.000Z", "uid": "35240-fa5ca68a-9a48-4c69-a400-36f6220ea662" } ], "createdAt": "2026-07-28T03:25:20.000Z", "updatedAt": "2026-07-28T03:25:20.000Z", "uid": "35240-2eaaaf02-0f9a-448c-84a9-1195c72207cb" } ], "id": "71561bba-63d5-4e7f-ab06-225c8ac8fc87", "createdAt": "2026-07-28T03:25:20.000Z", "updatedAt": "2026-07-28T03:25:20.000Z", "uid": "35240-71561bba-63d5-4e7f-ab06-225c8ac8fc87" }, { "name": "List All Promoteds", "id": "7c2a3a0f-2a2b-4200-a949-1a43716e2176", "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/promoted?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&type=&fields=raw&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "promoted" ], "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": "" }, { "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "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": "b317c945-933c-4c6b-9245-8272b89cf4c2", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "923ff14b-6d95-4f49-b1a4-cc959872da65", "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/promoted?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&type=&fields=type&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "promoted" ], "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": "" }, { "key": "type", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "type" }, { "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 \"id\": \"\",\n \"type\": \"APP_ID\",\n \"name\": \"\",\n \"raw\": {\n \"nisi0\": true\n }\n },\n {\n \"id\": \"\",\n \"type\": \"AD_GROUP_TYPE\",\n \"name\": \"\",\n \"raw\": {\n \"enim_db\": false\n }\n }\n]", "createdAt": "2026-07-28T03:25:20.000Z", "updatedAt": "2026-07-28T03:25:20.000Z", "uid": "35240-923ff14b-6d95-4f49-b1a4-cc959872da65" } ], "createdAt": "2026-07-28T03:25:20.000Z", "updatedAt": "2026-07-28T03:25:20.000Z", "uid": "35240-7c2a3a0f-2a2b-4200-a949-1a43716e2176" } ], "id": "c18fe141-0033-4de0-8884-63222491bb31", "createdAt": "2026-07-28T03:25:20.000Z", "updatedAt": "2026-07-28T03:25:20.000Z", "uid": "35240-c18fe141-0033-4de0-8884-63222491bb31" } ], "id": "6ca51325-62d3-43f6-8705-94ad2b939fb5", "createdAt": "2026-07-28T03:25:20.000Z", "updatedAt": "2026-07-28T03:25:20.000Z", "uid": "35240-6ca51325-62d3-43f6-8705-94ad2b939fb5" } ], "id": "d4f617dd-2c48-4009-b49e-518d16909e33", "createdAt": "2026-07-28T03:25:20.000Z", "updatedAt": "2026-07-28T03:25:20.000Z", "uid": "35240-d4f617dd-2c48-4009-b49e-518d16909e33" } ], "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" } ] }