{ "info": { "_postman_id": "5d2048c0-4ed5-4dbb-8541-2cb138398b75", "name": "Unified.to account target 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:26:51.000Z", "updatedAt": "2026-07-28T03:26:51.000Z", "lastUpdatedBy": "35240", "uid": "35240-5d2048c0-4ed5-4dbb-8541-2cb138398b75" }, "item": [ { "name": "ads", "item": [ { "name": "{connection_id}", "item": [ { "name": "target", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Target", "id": "e9ddb9ed-2618-4cc6-9d59-685a7880df33", "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/target/:id?fields=is_active&fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "target", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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": "6e6b7319-a992-478f-bb6c-d93cec91a366", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "870bb8a2-8100-4658-9fb5-a7ee9af7bc60", "key": "id", "value": "", "description": "(Required) ID of the Target" } ] } }, "response": [ { "id": "2e15e3fc-b0d8-4897-afab-3eb4d05febb7", "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/target/:id?fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "target", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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 \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"elit_d\": false,\n \"dolore8\": true\n },\n \"type\": \"CITY\"\n}", "createdAt": "2026-07-28T03:26:51.000Z", "updatedAt": "2026-07-28T03:26:51.000Z", "uid": "35240-2e15e3fc-b0d8-4897-afab-3eb4d05febb7" } ], "createdAt": "2026-07-28T03:26:51.000Z", "updatedAt": "2026-07-28T03:26:51.000Z", "uid": "35240-e9ddb9ed-2618-4cc6-9d59-685a7880df33" } ], "id": "0a1750ab-15ae-440b-bfe5-ac4cd4ff7b02", "createdAt": "2026-07-28T03:26:51.000Z", "updatedAt": "2026-07-28T03:26:51.000Z", "uid": "35240-0a1750ab-15ae-440b-bfe5-ac4cd4ff7b02" }, { "name": "List All Targets", "id": "27a33a50-21a8-4eea-b5cb-ae78384e143c", "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/target?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&type=&fields=is_active&fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "target" ], "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": "is_active" }, { "description": "Fields to return", "key": "fields", "value": "is_active" }, { "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": "d09db319-5c23-47fb-9653-0eb66d94c76a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "bd273fed-e907-4823-90f3-b56d0efde5dc", "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/target?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&type=&fields=is_active&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "target" ], "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": "is_active" }, { "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 \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"est8\": -54279379,\n \"quis_c\": 46997736\n },\n \"type\": \"CARRIER\"\n },\n {\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"ut_c\": -10621311.810151383,\n \"culpa3\": -99166717,\n \"dolor_741\": -81756804.98987754\n },\n \"type\": \"AGE_RANGE\"\n }\n]", "createdAt": "2026-07-28T03:26:51.000Z", "updatedAt": "2026-07-28T03:26:51.000Z", "uid": "35240-bd273fed-e907-4823-90f3-b56d0efde5dc" } ], "createdAt": "2026-07-28T03:26:51.000Z", "updatedAt": "2026-07-28T03:26:51.000Z", "uid": "35240-27a33a50-21a8-4eea-b5cb-ae78384e143c" } ], "id": "a9dae48e-4edb-4ea9-9645-758296c07146", "createdAt": "2026-07-28T03:26:51.000Z", "updatedAt": "2026-07-28T03:26:51.000Z", "uid": "35240-a9dae48e-4edb-4ea9-9645-758296c07146" } ], "id": "fc6d4f7a-417b-4d85-8e52-276b4735a104", "createdAt": "2026-07-28T03:26:51.000Z", "updatedAt": "2026-07-28T03:26:51.000Z", "uid": "35240-fc6d4f7a-417b-4d85-8e52-276b4735a104" } ], "id": "68defa1f-9073-4248-a3fd-1c5cfb2e4f42", "createdAt": "2026-07-28T03:26:51.000Z", "updatedAt": "2026-07-28T03:26:51.000Z", "uid": "35240-68defa1f-9073-4248-a3fd-1c5cfb2e4f42" } ], "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" } ] }