{"info":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","description":"<html><head></head><body><p>REST API for accessing ZenABM data. Generate an API token at <a href=\"https://app.zenabm.com/api-keys\">https://app.zenabm.com/api-keys</a>. Data is synced weekly (Monday–Sunday). Overview endpoints return weeklyData with weekStart/weekEnd dates.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"53042651","collectionId":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","publishedId":"2sBXitD817","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0F8A5F"},"publishDate":"2026-04-12T11:05:16.000Z"},"item":[{"name":"companies","item":[{"name":"{id}","item":[{"name":"overview","item":[{"name":"Get company metrics overview","id":"c99f0c5c-fd31-40a4-bf6a-dd7c002892e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/companies/:id/overview?period=last30Days","description":"<p>Returns aggregated and weekly metrics for a company over a given time period.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["companies",":id","overview"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"}],"variable":[{"id":"aee3e770-e80b-4705-b820-3a5e520459e0","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"a1af4bb1-ffd4-41c8-aedc-396d6f9cee2b","name":"Company overview with weekly metrics (weekStart, weekEnd)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/companies/:id/overview?period=last30Days","host":["https://app.zenabm.com/api/v1"],"path":["companies",":id","overview"],"query":[{"description":"Time period preset","key":"period","value":"last30Days"}],"variable":[{"key":"id","value":"string","description":"Company ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"summary\": {\n      \"impressions\": 109198,\n      \"clicks\": 468,\n      \"engagements\": 2769,\n      \"costInUsd\": 2797.37\n    },\n    \"weeklyData\": [\n      {\n        \"weekStart\": \"2025-03-03\",\n        \"weekEnd\": \"2025-03-09\",\n        \"impressions\": 142,\n        \"clicks\": 3,\n        \"engagements\": 2,\n        \"costInUsd\": 45.72\n      },\n      {\n        \"weekStart\": \"2025-03-10\",\n        \"weekEnd\": \"2025-03-16\",\n        \"impressions\": 3607,\n        \"clicks\": 31,\n        \"engagements\": 35,\n        \"costInUsd\": 106.35\n      }\n    ]\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T18:30:27.973Z\"\n  }\n}"}],"_postman_id":"c99f0c5c-fd31-40a4-bf6a-dd7c002892e1"}],"id":"e7aca729-03f5-46a0-9a86-94395987ff15","_postman_id":"e7aca729-03f5-46a0-9a86-94395987ff15","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"campaigns","item":[{"name":"List Ad Sets for a company","id":"cb315c02-cdde-4362-bbbe-f5fe09fa9f87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/companies/:id/campaigns?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string","description":"<p>Returns campaigns that a specific company has been exposed to, with per-company metrics.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["companies",":id","campaigns"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"},{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"description":{"content":"<p>Search filter</p>\n","type":"text/plain"},"key":"search","value":"string"}],"variable":[{"id":"730ec556-256d-48ef-a333-51b40360f152","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"832af7f0-c773-44c6-b72b-037c7d04e51c","name":"Paginated Ad Sets for company","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/companies/:id/campaigns?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string","host":["https://app.zenabm.com/api/v1"],"path":["companies",":id","campaigns"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"}],"variable":[{"key":"id","value":"string","description":"Company ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"1337_campaign_id\",\n      \"name\": \"Techcrunch 2025\",\n      \"impressions\": 5923,\n      \"clicks\": 31,\n      \"engagements\": 58,\n      \"costInUsd\": 436.58,\n      \"intents\": [\n        {\n          \"id\": \"1337\",\n          \"name\": \"Competitor\"\n        }\n      ]\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 114,\n    \"totalPages\": 6\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T18:41:52.562Z\"\n  }\n}"}],"_postman_id":"cb315c02-cdde-4362-bbbe-f5fe09fa9f87"}],"id":"9206b61d-70ae-480f-b624-2b471bf30ec0","_postman_id":"9206b61d-70ae-480f-b624-2b471bf30ec0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"campaign-groups","item":[{"name":"List Campaigns for a company","id":"57078f49-ffd3-4a05-8923-872cd76de12c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/companies/:id/campaign-groups?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string","description":"<p>Optional filters: sortBy, sortOrder, search</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["companies",":id","campaign-groups"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"},{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"description":{"content":"<p>Search filter</p>\n","type":"text/plain"},"key":"search","value":"string"}],"variable":[{"id":"d945fd99-a01d-4615-928c-07fedef9b3c1","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"6a676c12-e7dd-45e9-9f18-cb629eef569f","name":"Paginated Campaigns for company","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/companies/:id/campaign-groups?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string","host":["https://app.zenabm.com/api/v1"],"path":["companies",":id","campaign-groups"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"}],"variable":[{"key":"id","value":"string","description":"Company ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"1337_campaign_group_id\",\n      \"name\": \"Techcrunch 2025 CG\",\n      \"impressions\": 47759,\n      \"clicks\": 273,\n      \"engagements\": 2380,\n      \"costInUsd\": 1580.19\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 35,\n    \"totalPages\": 2\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T18:44:34.534Z\"\n  }\n}"}],"_postman_id":"57078f49-ffd3-4a05-8923-872cd76de12c"}],"id":"8ca05660-9c35-4ae8-8110-52b1e42b7484","_postman_id":"8ca05660-9c35-4ae8-8110-52b1e42b7484","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"abm-campaigns","item":[{"name":"List ABM campaigns for a company","id":"05bb697b-46a1-4042-8972-8e3e0ef590a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/companies/:id/abm-campaigns?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc","description":"<p>Optional filters: sortBy, sortOrder</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["companies",":id","abm-campaigns"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"},{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"}],"variable":[{"id":"c884cb98-bbf7-4eaa-ba62-84b23e805099","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"89f1985a-9d9c-4474-bab4-ed351899662e","name":"Paginated ABM campaigns for company","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/companies/:id/abm-campaigns?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc","host":["https://app.zenabm.com/api/v1"],"path":["companies",":id","abm-campaigns"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"}],"variable":[{"key":"id","value":"string","description":"Company ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"1337_abm_campaign_id\",\n      \"name\": \"Silicon Valley 2025\",\n      \"status\": \"ACTIVE\",\n      \"impressions\": 111554,\n      \"clicks\": 462,\n      \"engagements\": 2763,\n      \"costInUsd\": 2232.13\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 8,\n    \"totalPages\": 1\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T18:51:43.208Z\"\n  }\n}"}],"_postman_id":"05bb697b-46a1-4042-8972-8e3e0ef590a4"}],"id":"d27a0108-eb53-405d-840d-2435dcb7653d","_postman_id":"d27a0108-eb53-405d-840d-2435dcb7653d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"timeline","item":[{"name":"Get company timeline","id":"f8868684-acf1-42a2-8825-da1638f73115","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/companies/:id/timeline?startDate=1998-05-18&endDate=1998-05-18","description":"<p>Returns a chronological list of engagement events for a company within a date range.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["companies",":id","timeline"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Start date (ISO format, default: 30 days ago)</p>\n","type":"text/plain"},"key":"startDate","value":"1998-05-18"},{"description":{"content":"<p>End date (ISO format, default: today)</p>\n","type":"text/plain"},"key":"endDate","value":"1998-05-18"}],"variable":[{"id":"59de7085-1c11-4078-a816-a94c583f4440","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"d1e6d724-3d50-44c3-a522-9686d250a9c5","name":"Company timeline events","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/companies/:id/timeline?startDate=1998-05-18&endDate=1998-05-18","host":["https://app.zenabm.com/api/v1"],"path":["companies",":id","timeline"],"query":[{"description":"Start date (ISO format, default: 30 days ago)","key":"startDate","value":"1998-05-18"},{"description":"End date (ISO format, default: today)","key":"endDate","value":"1998-05-18"}],"variable":[{"key":"id","value":"string","description":"Company ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"summary\": {\n      \"impressions\": 109617,\n      \"clicks\": 468,\n      \"engagements\": 2769,\n      \"costInUsd\": 2797.37\n    },\n    \"deals\": [],\n    \"stageHistory\": [\n      {\n        \"stageId\": \"1337_identified\",\n        \"stageName\": \"Identified\",\n        \"stageColor\": \"#3B82F6\",\n        \"enteredAt\": \"2025-03-01T00:00:00.000Z\",\n        \"previousStageName\": null\n      },\n      {\n        \"stageId\": \"1337_aware\",\n        \"stageName\": \"Aware\",\n        \"stageColor\": \"#A855F7\",\n        \"enteredAt\": \"2025-04-15T00:00:00.000Z\",\n        \"previousStageName\": \"Identified\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T19:00:28.135Z\"\n  }\n}"}],"_postman_id":"f8868684-acf1-42a2-8825-da1638f73115"}],"id":"31f0fb89-2a89-455c-bc74-9ecbd4f00a0d","_postman_id":"31f0fb89-2a89-455c-bc74-9ecbd4f00a0d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"activity-log","item":[{"name":"Get company activity log","id":"28f416ee-0265-443b-bfad-003c5a0220a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/companies/:id/activity-log?page=1&pageSize=20","description":"<p>Merged chronological feed of stage changes, deals, intents, and exclusions. Paginated via <code>page</code>/<code>pageSize</code>. Note: <code>totalCount</code>/<code>totalPages</code> are not returned because the feed is merged from multiple sources.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["companies",":id","activity-log"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"}],"variable":[{"id":"71152d00-4a8d-4e49-8b6c-bcd761bd3e7d","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"1810c8b1-acf3-4747-89a8-765ea3e26794","name":"Company activity log entries","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/companies/:id/activity-log?page=1&pageSize=20","host":["https://app.zenabm.com/api/v1"],"path":["companies",":id","activity-log"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"}],"variable":[{"key":"id","value":"string","description":"Company ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"lifetime-stage-1337\",\n      \"type\": \"lifetime_abm_stage_change\",\n      \"date\": \"2026-03-28T11:00:00.000Z\",\n      \"title\": \"Lifetime ABM Stage changed to Interested\",\n      \"description\": \"Previously: Aware\",\n      \"toStage\": {\n        \"id\": \"1337_interested\",\n        \"name\": \"Interested\",\n        \"color\": \"#10B981\"\n      },\n      \"fromStage\": {\n        \"id\": \"1337_aware\",\n        \"name\": \"Aware\",\n        \"color\": \"#A855F7\"\n      }\n    },\n    {\n      \"id\": \"lifetime-stage-1338\",\n      \"type\": \"lifetime_abm_stage_change\",\n      \"date\": \"2026-03-15T08:00:00.000Z\",\n      \"title\": \"Lifetime ABM Stage changed to Aware\",\n      \"description\": \"Previously: Identified\",\n      \"toStage\": {\n        \"id\": \"1337_aware\",\n        \"name\": \"Aware\",\n        \"color\": \"#A855F7\"\n      },\n      \"fromStage\": {\n        \"id\": \"1337_identified\",\n        \"name\": \"Identified\",\n        \"color\": \"#3B82F6\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-04-12T19:02:02.855Z\"\n  }\n}"}],"_postman_id":"28f416ee-0265-443b-bfad-003c5a0220a5"}],"id":"26056a4a-12e1-494a-a680-0ca50f745d22","_postman_id":"26056a4a-12e1-494a-a680-0ca50f745d22","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"deals","item":[{"name":"Get deals for a company","id":"a7134e82-113b-4079-a4bf-59c868e68ea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/companies/:id/deals?page=1&pageSize=20&sortBy=string&sortOrder=desc","description":"<p>Optional filters: sortBy, sortOrder</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["companies",":id","deals"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"}],"variable":[{"id":"1b041c36-26e6-4042-8c22-5e3eeb78fcf6","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"d52478ee-b436-440d-af7f-09feaf5a870a","name":"Deals for company","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/companies/:id/deals?page=1&pageSize=20&sortBy=string&sortOrder=desc","host":["https://app.zenabm.com/api/v1"],"path":["companies",":id","deals"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"}],"variable":[{"key":"id","value":"string","description":"Company ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"data\": [\n      {\n        \"id\": \"clxyz123abc\",\n        \"dealName\": \"Acme Corp - Enterprise License\",\n        \"hubspotId\": \"12345678\",\n        \"hubspotPortalId\": \"98765432\",\n        \"amount\": 45000,\n        \"linkedinInfluenced\": true,\n        \"abmInfluenced\": true,\n        \"hubspotCreatedAt\": \"2025-03-15T10:30:00.000Z\",\n        \"hubspotClosedAt\": \"2025-06-20T14:00:00.000Z\",\n        \"company\": {\n          \"id\": \"1337\",\n          \"name\": \"Pied Piper\",\n          \"logoUrl\": \"https://piedpiper.com/assets/images/logo.png\",\n          \"website\": \"https://piedpiper.com\",\n          \"linkedInOrgId\": \"12345\",\n          \"hubspotCompanyId\": \"9876543\",\n          \"country\": \"United States\",\n          \"hubspotPortalId\": \"98765432\"\n        },\n        \"stage\": {\n          \"id\": \"1337_closed_won\",\n          \"name\": \"Closed Won\"\n        },\n        \"campaigns\": [\n          {\n            \"id\": \"1337\",\n            \"name\": \"Q1 Enterprise ABM Campaign\"\n          }\n        ],\n        \"impressionsBeforeDeal\": 8450,\n        \"impressionsAfterDeal\": 3200,\n        \"linkedinImpressionsBeforeDeal\": 5200,\n        \"abmImpressionsBeforeDeal\": 3250,\n        \"linkedinImpressionsAfterDeal\": 1800,\n        \"abmImpressionsAfterDeal\": 1400,\n        \"clicksBeforeDeal\": 142,\n        \"clicksAfterDeal\": 58,\n        \"linkedinClicksBeforeDeal\": 89,\n        \"abmClicksBeforeDeal\": 53,\n        \"linkedinClicksAfterDeal\": 34,\n        \"abmClicksAfterDeal\": 24,\n        \"engagementsBeforeDeal\": 312,\n        \"engagementsAfterDeal\": 95,\n        \"linkedinEngagementsBeforeDeal\": 198,\n        \"abmEngagementsBeforeDeal\": 114,\n        \"linkedinEngagementsAfterDeal\": 60,\n        \"abmEngagementsAfterDeal\": 35\n      }\n    ],\n    \"count\": 3\n  },\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 3,\n    \"totalPages\": 1\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-04-12T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"a7134e82-113b-4079-a4bf-59c868e68ea2"}],"id":"3539c664-61dc-432f-9a3f-6d849984c897","_postman_id":"3539c664-61dc-432f-9a3f-6d849984c897","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"abm-stages","item":[{"name":"Get ABM stages for a company","id":"7a18e9a9-7e52-4e2b-92a0-c23cf19db8ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/companies/:id/abm-stages","description":"<p>Returns the ABM stage history for a company, showing progression through your funnel.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["companies",":id","abm-stages"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"9a08cb13-9ba3-4338-bc3b-f99520a84d52","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"66340e3f-b1d4-4e53-bddd-9106fc26b9b4","name":"ABM stage history for company","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/companies/:id/abm-stages","host":["https://app.zenabm.com/api/v1"],"path":["companies",":id","abm-stages"],"variable":[{"key":"id","value":"string","description":"Company ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"context\": \"overall\",\n      \"abmStage\": {\n        \"id\": \"cls1abc123\",\n        \"name\": \"Engaged\",\n        \"color\": \"#4CAF50\"\n      },\n      \"previousStage\": {\n        \"id\": \"cls2def456\",\n        \"name\": \"Aware\",\n        \"color\": \"#FFC107\"\n      },\n      \"campaign\": null,\n      \"stageHistory\": [\n        {\n          \"stageId\": \"cls1abc123\",\n          \"stageName\": \"Engaged\",\n          \"color\": \"#4CAF50\",\n          \"date\": \"2025-08-12T09:30:00.000Z\"\n        },\n        {\n          \"stageId\": \"cls2def456\",\n          \"stageName\": \"Aware\",\n          \"color\": \"#FFC107\",\n          \"date\": \"2025-04-20T14:15:00.000Z\"\n        }\n      ],\n      \"latestChangeDate\": \"2025-08-12T09:30:00.000Z\"\n    },\n    {\n      \"context\": \"lifetime\",\n      \"abmStage\": {\n        \"id\": \"cls1abc123\",\n        \"name\": \"Engaged\",\n        \"color\": \"#4CAF50\"\n      },\n      \"previousStage\": null,\n      \"campaign\": null,\n      \"stageHistory\": [],\n      \"latestChangeDate\": null\n    },\n    {\n      \"context\": \"campaign\",\n      \"abmStage\": {\n        \"id\": \"cls3ghi789\",\n        \"name\": \"MQL\",\n        \"color\": \"#2196F3\"\n      },\n      \"previousStage\": {\n        \"id\": \"cls1abc123\",\n        \"name\": \"Engaged\",\n        \"color\": \"#4CAF50\"\n      },\n      \"campaign\": {\n        \"id\": \"cm7abmcamp1\",\n        \"name\": \"Q1 Enterprise ABM Campaign\"\n      },\n      \"stageHistory\": [\n        {\n          \"stageId\": \"cls3ghi789\",\n          \"stageName\": \"MQL\",\n          \"color\": \"#2196F3\",\n          \"date\": \"2025-09-01T11:00:00.000Z\"\n        },\n        {\n          \"stageId\": \"cls1abc123\",\n          \"stageName\": \"Engaged\",\n          \"color\": \"#4CAF50\",\n          \"date\": \"2025-06-15T08:45:00.000Z\"\n        }\n      ],\n      \"latestChangeDate\": \"2025-09-01T11:00:00.000Z\"\n    }\n  ],\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"7a18e9a9-7e52-4e2b-92a0-c23cf19db8ee"}],"id":"a7e0f77e-bb16-4024-b4ed-0a98862f72e0","_postman_id":"a7e0f77e-bb16-4024-b4ed-0a98862f72e0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"Get company by ID","id":"027a390f-e5ce-4ffc-b249-9537d39b560a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/companies/:id","description":"<p>Retrieve a single company by its ID, including full profile and current metrics.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["companies",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"ed13627d-621c-4baa-9419-fe336056d161","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"7b425228-6b4a-4e48-9d3d-350211074003","name":"Company details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/companies/:id","host":["https://app.zenabm.com/api/v1"],"path":["companies",":id"],"variable":[{"key":"id","value":"string","description":"Company ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"1337\",\n    \"name\": \"Pied Piper\",\n    \"country\": \"US\",\n    \"city\": \"Palo Alto\",\n    \"website\": \"https://www.piedpiper.com/\",\n    \"logoUrl\": \"https://piedpiper.com/assets/images/logo.png\",\n    \"linkedInOrgId\": \"4827017\",\n    \"hubspotCompanyId\": \"37411334702\",\n    \"abmStage\": {\n      \"id\": \"1337_interested\",\n      \"name\": \"Interested\",\n      \"color\": \"#10B981\",\n      \"displayOrder\": 3\n    },\n    \"lifetimeAbmStage\": {\n      \"id\": \"1337_interested\",\n      \"name\": \"Interested\",\n      \"color\": \"#10B981\",\n      \"displayOrder\": 3\n    },\n    \"lifetimeEngagementScore\": 5,\n    \"exclusionCount\": 0\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T18:34:17.198Z\"\n  }\n}"}],"_postman_id":"027a390f-e5ce-4ffc-b249-9537d39b560a"}],"id":"de764261-5589-48eb-8c0d-a0f51f7b49d1","_postman_id":"de764261-5589-48eb-8c0d-a0f51f7b49d1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"List companies with insights","id":"58f80520-937f-489a-8bb0-49cac147b2c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/companies?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string&campaigns=cm1abc,cm2def&campaignGroups=string&abmCampaigns=string&abmStages=string&engagementScores=3,4,5&crmMatchStatus=all","description":"<p>Returns a paginated list of companies with engagement metrics. Filter by campaigns, ABM stages, engagement scores, or CRM match status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["companies"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"},{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"description":{"content":"<p>Search filter</p>\n","type":"text/plain"},"key":"search","value":"string"},{"description":{"content":"<p>Comma-separated Ad Sets IDs</p>\n","type":"text/plain"},"key":"campaigns","value":"cm1abc,cm2def"},{"description":{"content":"<p>Comma-separated Campaigns IDs</p>\n","type":"text/plain"},"key":"campaignGroups","value":"string"},{"description":{"content":"<p>Comma-separated ABM campaign IDs</p>\n","type":"text/plain"},"key":"abmCampaigns","value":"string"},{"description":{"content":"<p>Comma-separated ABM stage IDs</p>\n","type":"text/plain"},"key":"abmStages","value":"string"},{"description":{"content":"<p>Comma-separated scores (1–5)</p>\n","type":"text/plain"},"key":"engagementScores","value":"3,4,5"},{"description":{"content":"<p>CRM match filter</p>\n","type":"text/plain"},"key":"crmMatchStatus","value":"all"}],"variable":[]}},"response":[{"id":"2b7cc3af-cefb-4b3b-9726-06bfcdc566d0","name":"Paginated list of companies with metrics","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/companies?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string&campaigns=cm1abc,cm2def&campaignGroups=string&abmCampaigns=string&abmStages=string&engagementScores=3,4,5&crmMatchStatus=all","host":["https://app.zenabm.com/api/v1"],"path":["companies"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"},{"description":"Comma-separated Ad Sets IDs","key":"campaigns","value":"cm1abc,cm2def"},{"description":"Comma-separated Campaigns IDs","key":"campaignGroups","value":"string"},{"description":"Comma-separated ABM campaign IDs","key":"abmCampaigns","value":"string"},{"description":"Comma-separated ABM stage IDs","key":"abmStages","value":"string"},{"description":"Comma-separated scores (1–5)","key":"engagementScores","value":"3,4,5"},{"description":"CRM match filter","key":"crmMatchStatus","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"1337\",\n      \"name\": \"Pied Piper\",\n      \"city\": \"Palo Alto\",\n      \"country\": \"US\",\n      \"website\": \"https://www.piedpiper.com/\",\n      \"linkedInOrgId\": \"4827017\",\n      \"hubspotCompanyId\": \"37411334702\",\n      \"lifetimeEngagementScore\": 3,\n      \"abmStageId\": \"1337_interested\",\n      \"lifetimeAbmStageId\": \"1337_interested\",\n      \"logoUrl\": \"https://piedpiper.com/assets/images/logo.png\",\n      \"abmStage\": {\n        \"id\": \"1337_interested\",\n        \"name\": \"Interested\",\n        \"color\": \"#10B981\",\n        \"displayOrder\": 3,\n        \"isManuallyOverridden\": false,\n        \"overrideTimestamp\": null\n      },\n      \"lifetimeAbmStage\": {\n        \"id\": \"1337_interested\",\n        \"name\": \"Interested\",\n        \"color\": \"#10B981\",\n        \"displayOrder\": 3\n      },\n      \"intents\": [\n        {\n          \"id\": \"cm9iaw4a50001jr04wqc1k4dt\",\n          \"name\": \"Competitor\"\n        }\n      ],\n      \"impressions\": 109198,\n      \"clicks\": 468,\n      \"engagements\": 2769,\n      \"costInUsd\": 2797.37,\n      \"currentEngagementScore\": 2,\n      \"abmCampaigns\": [\n        {\n          \"id\": \"1337\",\n          \"name\": \"Techcrunch 2025\"\n        }\n      ],\n      \"exclusion\": null\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 1,\n    \"totalCount\": 35960,\n    \"totalPages\": 35960\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T18:08:06.901Z\"\n  }\n}"},{"id":"54eea263-5b7e-4b22-b10c-83c2a35a4fe0","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/companies?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string&campaigns=cm1abc,cm2def&campaignGroups=string&abmCampaigns=string&abmStages=string&engagementScores=3,4,5&crmMatchStatus=all","host":["https://app.zenabm.com/api/v1"],"path":["companies"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"},{"description":"Comma-separated Ad Sets IDs","key":"campaigns","value":"cm1abc,cm2def"},{"description":"Comma-separated Campaigns IDs","key":"campaignGroups","value":"string"},{"description":"Comma-separated ABM campaign IDs","key":"abmCampaigns","value":"string"},{"description":"Comma-separated ABM stage IDs","key":"abmStages","value":"string"},{"description":"Comma-separated scores (1–5)","key":"engagementScores","value":"3,4,5"},{"description":"CRM match filter","key":"crmMatchStatus","value":"all"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"57307352-6b17-41f5-8c16-3a72936a3823","name":"Rate limit exceeded","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/companies?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string&campaigns=cm1abc,cm2def&campaignGroups=string&abmCampaigns=string&abmStages=string&engagementScores=3,4,5&crmMatchStatus=all","host":["https://app.zenabm.com/api/v1"],"path":["companies"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"},{"description":"Comma-separated Ad Sets IDs","key":"campaigns","value":"cm1abc,cm2def"},{"description":"Comma-separated Campaigns IDs","key":"campaignGroups","value":"string"},{"description":"Comma-separated ABM campaign IDs","key":"abmCampaigns","value":"string"},{"description":"Comma-separated ABM stage IDs","key":"abmStages","value":"string"},{"description":"Comma-separated scores (1–5)","key":"engagementScores","value":"3,4,5"},{"description":"CRM match filter","key":"crmMatchStatus","value":"all"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"58f80520-937f-489a-8bb0-49cac147b2c1"}],"id":"bb8654aa-3940-450e-8301-af4bf917539e","_postman_id":"bb8654aa-3940-450e-8301-af4bf917539e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"campaigns","item":[{"name":"{id}","item":[{"name":"overview","item":[{"name":"Get Ad Set metrics overview","id":"dc5eb662-1a59-4851-bcf7-1fb5bbacf96b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/campaigns/:id/overview?period=last30Days","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["campaigns",":id","overview"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"}],"variable":[{"id":"b4cb292a-44a4-4992-b300-eb11bcffa7da","description":{"content":"<p>Ad Set ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"7b3913f7-edbc-43a7-8132-b737bd9d6581","name":"Ad Set overview with weekly metrics (weekStart, weekEnd)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/campaigns/:id/overview?period=last30Days","host":["https://app.zenabm.com/api/v1"],"path":["campaigns",":id","overview"],"query":[{"description":"Time period preset","key":"period","value":"last30Days"}],"variable":[{"key":"id","value":"string","description":"Ad Set ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"summary\": {\n      \"numberOfCompanies\": 1578,\n      \"impressions\": 102666,\n      \"clicks\": 264,\n      \"engagements\": 1136,\n      \"costInUsd\": 4571.02,\n      \"conversions\": 200,\n      \"conversionRate\": 0.097\n    },\n    \"weeklyData\": [\n      {\n        \"weekStart\": \"2025-09-08\",\n        \"weekEnd\": \"2025-09-14\",\n        \"impressions\": 102666,\n        \"clicks\": 264,\n        \"engagements\": 1136,\n        \"costInUsd\": 4571.02,\n        \"conversions\": 199\n      }\n    ]\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T19:08:06.843Z\"\n  }\n}"}],"_postman_id":"dc5eb662-1a59-4851-bcf7-1fb5bbacf96b"}],"id":"a7e8c077-821a-4b10-bf85-b867d758d4bc","_postman_id":"a7e8c077-821a-4b10-bf85-b867d758d4bc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"companies","item":[{"name":"List companies for a Ad Set","id":"5c930acd-b3c8-452d-8b3a-3163be7a2e3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/campaigns/:id/companies?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string","description":"<p>Optional filters: sortBy, sortOrder, search</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["campaigns",":id","companies"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"},{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"description":{"content":"<p>Search filter</p>\n","type":"text/plain"},"key":"search","value":"string"}],"variable":[{"id":"7ede631a-eb5e-497d-88f4-a23f5416de5f","description":{"content":"<p>Ad Set ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"b7977ebc-81e7-431a-844e-2339d45e0898","name":"Paginated companies for Ad Set","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/campaigns/:id/companies?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string","host":["https://app.zenabm.com/api/v1"],"path":["campaigns",":id","companies"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"}],"variable":[{"key":"id","value":"string","description":"Ad Set ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"1337\",\n      \"name\": \"Pied Piper\",\n      \"city\": \"San Francisco\",\n      \"country\": \"US\",\n      \"website\": \"https://www.piedpiper.com/\",\n      \"linkedInOrgId\": \"4827017\",\n      \"hubspotCompanyId\": \"37411334702\",\n      \"logoUrl\": \"https://piedpiper.com/assets/images/logo.png\",\n      \"lifetimeEngagementScore\": 2,\n      \"abmStage\": {\n        \"id\": \"1337_aware\",\n        \"name\": \"Aware\",\n        \"color\": \"#A855F7\",\n        \"displayOrder\": 2\n      },\n      \"lifetimeAbmStage\": {\n        \"id\": \"1337_interested\",\n        \"name\": \"Interested\",\n        \"color\": \"#10B981\",\n        \"displayOrder\": 3\n      },\n      \"impressions\": 0,\n      \"clicks\": 0,\n      \"engagements\": 0,\n      \"costInUsd\": 0,\n      \"clickThroughRate\": 0,\n      \"costPerClick\": 0,\n      \"cpm\": 0,\n      \"intents\": [],\n      \"abmCampaigns\": [\n        {\n          \"id\": \"1337\",\n          \"name\": \"Techcrunch 2025\"\n        }\n      ],\n      \"exclusion\": null\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 501,\n    \"totalPages\": 26\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T19:10:47.810Z\"\n  }\n}"}],"_postman_id":"5c930acd-b3c8-452d-8b3a-3163be7a2e3b"}],"id":"d6ad7b51-d2cd-4d42-87ff-f532cc5631b9","_postman_id":"d6ad7b51-d2cd-4d42-87ff-f532cc5631b9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"job-titles","item":[{"name":"Get job title insights for a Ad Set","id":"62237127-38dc-4a36-a5a6-1220f3e1767f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/campaigns/:id/job-titles?period=last30Days&sortBy=string&sortOrder=desc","description":"<p>Returns job title engagement breakdown for a specific campaign.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["campaigns",":id","job-titles"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"}],"variable":[{"id":"9d41f70d-d75b-4ac5-82a5-be461b5b94bd","description":{"content":"<p>Ad Set ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"3ffdecfd-60c8-47d8-b59f-daa21f71793c","name":"Job title insights for Ad Set","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/campaigns/:id/job-titles?period=last30Days&sortBy=string&sortOrder=desc","host":["https://app.zenabm.com/api/v1"],"path":["campaigns",":id","job-titles"],"query":[{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"}],"variable":[{"key":"id","value":"string","description":"Ad Set ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"jobTitleUrn\": \"urn:li:title:1337\",\n      \"jobTitleName\": \"CEO\",\n      \"impressions\": 12450,\n      \"clicks\": 87,\n      \"engagements\": 342,\n      \"costInUsd\": 891.45,\n      \"averageDwellTime\": 4.2,\n      \"videoViews\": null,\n      \"videoStarts\": null,\n      \"videoFirstQuartileCompletions\": null,\n      \"videoMidpointCompletions\": null,\n      \"videoThirdQuartileCompletions\": null,\n      \"videoCompletions\": null,\n      \"exclusion\": null\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 2,\n    \"totalPages\": 1\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"62237127-38dc-4a36-a5a6-1220f3e1767f"}],"id":"f9b8b254-af3d-47fc-86f7-870290ce5522","_postman_id":"f9b8b254-af3d-47fc-86f7-870290ce5522","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"Get Ad Set by ID","id":"673590a1-7f3c-45f3-8438-2cd6f9956015","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/campaigns/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["campaigns",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"d32224b5-b825-4d3a-9bbc-8371266c0415","description":{"content":"<p>Ad Set ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"3f5ab589-95be-42b8-9aa0-c3a28ed2c4f5","name":"Ad Set details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/campaigns/:id","host":["https://app.zenabm.com/api/v1"],"path":["campaigns",":id"],"variable":[{"key":"id","value":"string","description":"Ad Set ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"1337\",\n    \"linkedInId\": \"330784953\",\n    \"name\": \"Techcrunch 2025\",\n    \"status\": \"ACTIVE\",\n    \"dailyBudget\": 90,\n    \"totalBudget\": 0,\n    \"unitCost\": 16,\n    \"currency\": \"USD\",\n    \"linkedinCampaignGroupId\": \"1337\",\n    \"syncStartDate\": \"2025-01-01T00:00:00.000Z\",\n    \"createdAt\": \"2025-01-01T00:00:00.000Z\",\n    \"updatedAt\": \"2025-09-15T00:00:00.000Z\",\n    \"teamId\": \"1337\",\n    \"intentId\": null,\n    \"format\": \"STANDARD_UPDATE\",\n    \"objectiveType\": null,\n    \"costType\": \"CPM\",\n    \"optimizationTarget\": null,\n    \"pacingStrategy\": null,\n    \"audienceExpansion\": false,\n    \"linkedinCampaignGroup\": {\n      \"id\": \"1337\",\n      \"linkedInId\": \"710869393\",\n      \"name\": \"Techcrunch 2025 CG\",\n      \"status\": \"ACTIVE\",\n      \"createdAt\": \"2025-01-01T00:00:00.000Z\",\n      \"updatedAt\": \"2025-09-15T00:00:00.000Z\",\n      \"teamId\": \"1337\",\n      \"syncStartDate\": \"2025-01-01T00:00:00.000Z\",\n      \"intentId\": null\n    },\n    \"intent\": null\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T19:09:39.624Z\"\n  }\n}"}],"_postman_id":"673590a1-7f3c-45f3-8438-2cd6f9956015"}],"id":"8e16767c-ff72-4850-8d46-6d14d61a6881","_postman_id":"8e16767c-ff72-4850-8d46-6d14d61a6881","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"List Ad Sets with insights","id":"70fae375-0239-411b-8970-952e473dfbfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/campaigns?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string&status=ACTIVE,PAUSED&abmCampaigns=string&intentId=string&campaignGroupId=string","description":"<p>Returns a paginated list of LinkedIn Ad Sets with aggregated metrics. Optional filters: status (ACTIVE,PAUSED), abmCampaigns, intentId, campaignGroupId.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["campaigns"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"},{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"description":{"content":"<p>Search filter</p>\n","type":"text/plain"},"key":"search","value":"string"},{"description":{"content":"<p>Comma-separated statuses: ACTIVE,PAUSED</p>\n","type":"text/plain"},"key":"status","value":"ACTIVE,PAUSED"},{"description":{"content":"<p>Filter by ABM campaign IDs</p>\n","type":"text/plain"},"key":"abmCampaigns","value":"string"},{"description":{"content":"<p>Filter by intent ID</p>\n","type":"text/plain"},"key":"intentId","value":"string"},{"description":{"content":"<p>Filter by Campaign ID</p>\n","type":"text/plain"},"key":"campaignGroupId","value":"string"}],"variable":[]}},"response":[{"id":"c47c0dd6-a9dd-4a9f-af5c-c6d40d1fd2fe","name":"Paginated list of Ad Sets","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/campaigns?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string&status=ACTIVE,PAUSED&abmCampaigns=string&intentId=string&campaignGroupId=string","host":["https://app.zenabm.com/api/v1"],"path":["campaigns"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"},{"description":"Comma-separated statuses: ACTIVE,PAUSED","key":"status","value":"ACTIVE,PAUSED"},{"description":"Filter by ABM campaign IDs","key":"abmCampaigns","value":"string"},{"description":"Filter by intent ID","key":"intentId","value":"string"},{"description":"Filter by Campaign ID","key":"campaignGroupId","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"1336\",\n      \"name\": \"Techcrunch 2025\",\n      \"status\": \"ACTIVE\",\n      \"intent\": null,\n      \"campaignGroup\": {\n        \"id\": \"1337\",\n        \"name\": \"Techcrunch 2025 CG\"\n      },\n      \"numberOfCompanies\": 2833,\n      \"impressions\": 128157,\n      \"clicks\": 501,\n      \"engagements\": 809,\n      \"costInUsd\": 8202.59,\n      \"conversions\": 213,\n      \"conversionRate\": 0.183\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 472,\n    \"totalPages\": 24\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T19:06:51.685Z\"\n  }\n}"}],"_postman_id":"70fae375-0239-411b-8970-952e473dfbfd"}],"id":"bc2fe56b-ddfb-482a-8e0d-b678c0b70df5","_postman_id":"bc2fe56b-ddfb-482a-8e0d-b678c0b70df5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"campaign-groups","item":[{"name":"{id}","item":[{"name":"overview","item":[{"name":"Get Campaign metrics overview","id":"e9a585d2-bd4b-42a8-a6cd-6fd56a74c040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/campaign-groups/:id/overview?period=last30Days","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["campaign-groups",":id","overview"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"}],"variable":[{"id":"e33f1397-7416-4dea-a2ed-81711b599f33","description":{"content":"<p>Campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"f3310485-e5de-44ca-96a7-30fd40178246","name":"Campaign overview with weekly metrics (weekStart, weekEnd)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/campaign-groups/:id/overview?period=last30Days","host":["https://app.zenabm.com/api/v1"],"path":["campaign-groups",":id","overview"],"query":[{"description":"Time period preset","key":"period","value":"last30Days"}],"variable":[{"key":"id","value":"string","description":"Campaign ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"summary\": {\n      \"numberOfCompanies\": 4374,\n      \"numberOfCampaigns\": 21,\n      \"impressions\": 583180,\n      \"clicks\": 4838,\n      \"engagements\": 30566,\n      \"costInUsd\": 25033.73,\n      \"conversions\": 1229,\n      \"conversionRate\": 0.326\n    },\n    \"weeklyData\": [\n      {\n        \"weekStart\": \"2025-03-03\",\n        \"weekEnd\": \"2025-03-09\",\n        \"impressions\": 10976,\n        \"clicks\": 168,\n        \"engagements\": 189,\n        \"costInUsd\": 337.89,\n        \"conversions\": 53\n      },\n      {\n        \"weekStart\": \"2025-03-10\",\n        \"weekEnd\": \"2025-03-16\",\n        \"impressions\": 13206,\n        \"clicks\": 160,\n        \"engagements\": 173,\n        \"costInUsd\": 375.89,\n        \"conversions\": 29\n      }\n    ]\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T19:27:07.553Z\"\n  }\n}"}],"_postman_id":"e9a585d2-bd4b-42a8-a6cd-6fd56a74c040"}],"id":"8843558d-1179-4a3d-b981-5e3011db2d36","_postman_id":"8843558d-1179-4a3d-b981-5e3011db2d36","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"companies","item":[{"name":"List companies for a Campaign","id":"f8a908d7-e4cd-44fc-bf6e-2d3a53647f11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/campaign-groups/:id/companies?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string","description":"<p>Optional filters: sortBy, sortOrder, search</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["campaign-groups",":id","companies"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"},{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"description":{"content":"<p>Search filter</p>\n","type":"text/plain"},"key":"search","value":"string"}],"variable":[{"id":"25f3902c-f345-482e-ad18-c5437bfc042d","description":{"content":"<p>Campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"f1d49a62-eafd-4959-9aa5-dc4f9d330ac9","name":"Paginated companies for Campaign","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/campaign-groups/:id/companies?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string","host":["https://app.zenabm.com/api/v1"],"path":["campaign-groups",":id","companies"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"}],"variable":[{"key":"id","value":"string","description":"Campaign ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"1337\",\n      \"name\": \"Pied Piper\",\n      \"city\": \"San Francisco\",\n      \"country\": \"US\",\n      \"website\": \"https://www.piedpiper.com/\",\n      \"linkedInOrgId\": \"4827017\",\n      \"hubspotCompanyId\": \"37411334702\",\n      \"logoUrl\": \"https://piedpiper.com/assets/images/logo.png\",\n      \"lifetimeEngagementScore\": 2,\n      \"impressions\": 47759,\n      \"clicks\": 273,\n      \"engagements\": 2380,\n      \"costInUsd\": 1580.19,\n      \"clickThroughRate\": 0.572,\n      \"costPerClick\": 5.79,\n      \"cpm\": 33.09,\n      \"intents\": [\n        {\n          \"id\": \"1337\",\n          \"name\": \"Competitor\"\n        }\n      ],\n      \"abmStage\": {\n        \"id\": \"1337_interested\",\n        \"name\": \"Interested\",\n        \"color\": \"#10B981\",\n        \"displayOrder\": 3\n      },\n      \"lifetimeAbmStage\": {\n        \"id\": \"1337_interested\",\n        \"name\": \"Interested\",\n        \"color\": \"#10B981\",\n        \"displayOrder\": 3\n      },\n      \"abmCampaigns\": [\n        {\n          \"id\": \"1337\",\n          \"name\": \"TechCrunch 2025\"\n        }\n      ],\n      \"exclusion\": null\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 4101,\n    \"totalPages\": 206\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T19:28:09.356Z\"\n  }\n}"}],"_postman_id":"f8a908d7-e4cd-44fc-bf6e-2d3a53647f11"}],"id":"fbc1dfc7-bc84-44ec-9e73-f60257ab6a4d","_postman_id":"fbc1dfc7-bc84-44ec-9e73-f60257ab6a4d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"job-titles","item":[{"name":"Get job title insights for a campaign group","id":"e4dd202b-958f-4928-a297-3d1550e0e2ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/campaign-groups/:id/job-titles?period=last30Days&sortBy=string&sortOrder=desc","description":"<p>Optional filters: sortBy, sortOrder</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["campaign-groups",":id","job-titles"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"}],"variable":[{"id":"d1f1de23-8167-4131-8730-4d8a643c121e","description":{"content":"<p>Campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"dfe1ea46-d31b-400a-a50d-87f5e2aacf22","name":"Job title insights for campaign group","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/campaign-groups/:id/job-titles?period=last30Days&sortBy=string&sortOrder=desc","host":["https://app.zenabm.com/api/v1"],"path":["campaign-groups",":id","job-titles"],"query":[{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"}],"variable":[{"key":"id","value":"string","description":"Campaign ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"jobTitleUrn\": \"urn:li:title:123\",\n      \"jobTitleName\": \"VP of Marketing\",\n      \"impressions\": 12450,\n      \"clicks\": 87,\n      \"engagements\": 342,\n      \"costInUsd\": 891.45,\n      \"averageDwellTime\": 4.2,\n      \"videoViews\": null,\n      \"videoStarts\": null,\n      \"videoFirstQuartileCompletions\": null,\n      \"videoMidpointCompletions\": null,\n      \"videoThirdQuartileCompletions\": null,\n      \"videoCompletions\": null,\n      \"exclusion\": null\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 2,\n    \"totalPages\": 1\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"e4dd202b-958f-4928-a297-3d1550e0e2ea"}],"id":"1b9ce896-1c07-414a-a0cb-1aa45bf489b6","_postman_id":"1b9ce896-1c07-414a-a0cb-1aa45bf489b6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"Get Campaign by ID","id":"5450a33b-9e89-4f8d-84c5-df8f0be5da7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/campaign-groups/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["campaign-groups",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"72d5d127-be27-4afd-afd6-b6817fba6dbd","description":{"content":"<p>Campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"69e80dcf-cd98-4fb1-8773-71ba44e80947","name":"Campaign details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/campaign-groups/:id","host":["https://app.zenabm.com/api/v1"],"path":["campaign-groups",":id"],"variable":[{"key":"id","value":"string","description":"Campaign ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"1337\",\n    \"linkedInId\": \"734789393\",\n    \"name\": \"TechCrunch 2025\",\n    \"status\": \"ACTIVE\",\n    \"createdAt\": \"2025-01-01T00:00:00.000Z\",\n    \"updatedAt\": \"2025-09-15T00:00:00.000Z\",\n    \"teamId\": \"1337\",\n    \"syncStartDate\": \"2025-01-01T00:00:00.000Z\",\n    \"intentId\": \"1337\",\n    \"intent\": {\n      \"id\": \"1337\",\n      \"name\": \"Competitor\",\n      \"description\": \"\",\n      \"createdAt\": \"2025-01-01T00:00:00.000Z\",\n      \"updatedAt\": \"2025-09-15T00:00:00.000Z\",\n      \"teamId\": \"1337\"\n    }\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T19:26:12.572Z\"\n  }\n}"}],"_postman_id":"5450a33b-9e89-4f8d-84c5-df8f0be5da7a"}],"id":"87a34a3a-06b8-490b-ac07-bbfd0780ab1c","_postman_id":"87a34a3a-06b8-490b-ac07-bbfd0780ab1c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"List Campaigns with insights","id":"fc64cf26-6df7-4ac3-96ee-42dd0818f45f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/campaign-groups?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string&status=ACTIVE,PAUSED&abmCampaigns=string&intentId=string","description":"<p>Optional filters: status (ACTIVE,PAUSED), abmCampaigns, intentId</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["campaign-groups"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"},{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"description":{"content":"<p>Search filter</p>\n","type":"text/plain"},"key":"search","value":"string"},{"description":{"content":"<p>Comma-separated statuses: ACTIVE,PAUSED</p>\n","type":"text/plain"},"key":"status","value":"ACTIVE,PAUSED"},{"description":{"content":"<p>Filter by ABM campaign IDs</p>\n","type":"text/plain"},"key":"abmCampaigns","value":"string"},{"description":{"content":"<p>Filter by intent ID</p>\n","type":"text/plain"},"key":"intentId","value":"string"}],"variable":[]}},"response":[{"id":"96f7b6f6-3869-4af1-893a-04d5b8d3029a","name":"Paginated list of Campaigns","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/campaign-groups?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string&status=ACTIVE,PAUSED&abmCampaigns=string&intentId=string","host":["https://app.zenabm.com/api/v1"],"path":["campaign-groups"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"},{"description":"Comma-separated statuses: ACTIVE,PAUSED","key":"status","value":"ACTIVE,PAUSED"},{"description":"Filter by ABM campaign IDs","key":"abmCampaigns","value":"string"},{"description":"Filter by intent ID","key":"intentId","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"1337\",\n      \"name\": \"TechCrunch 2025\",\n      \"status\": \"ACTIVE\",\n      \"intent\": {\n        \"id\": \"1337\",\n        \"name\": \"Competitor\"\n      },\n      \"numberOfCampaigns\": 21,\n      \"numberOfCompanies\": 4374,\n      \"impressions\": 583180,\n      \"clicks\": 4838,\n      \"engagements\": 30566,\n      \"costInUsd\": 25033.73,\n      \"conversions\": 1229,\n      \"clickConversions\": 261,\n      \"viewConversions\": 968,\n      \"conversionRate\": 0.326\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 87,\n    \"totalPages\": 5\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T19:22:18.111Z\"\n  }\n}"}],"_postman_id":"fc64cf26-6df7-4ac3-96ee-42dd0818f45f"}],"id":"9f0acf76-2635-4190-847d-87b850def7ea","_postman_id":"9f0acf76-2635-4190-847d-87b850def7ea","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"deals","item":[{"name":"List deals with insights","id":"cd4b64e6-a320-457f-9927-c5c847398f3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/deals?page=1&pageSize=20&sortBy=string&sortOrder=desc&search=string&dateFrom=2025-01-01&dateTo=2025-12-31&abmCampaignId=string&dealStatus=string&influenceFilter=LINKEDIN,ABM&hideZeroAmount=true","description":"<p>Returns a paginated list of CRM deals with influence attribution data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["deals"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"description":{"content":"<p>Search filter</p>\n","type":"text/plain"},"key":"search","value":"string"},{"description":{"content":"<p>Start date filter (ISO format)</p>\n","type":"text/plain"},"key":"dateFrom","value":"2025-01-01"},{"description":{"content":"<p>End date filter (ISO format)</p>\n","type":"text/plain"},"key":"dateTo","value":"2025-12-31"},{"description":{"content":"<p>Filter by ABM campaign</p>\n","type":"text/plain"},"key":"abmCampaignId","value":"string"},{"description":{"content":"<p>Comma-separated deal statuses</p>\n","type":"text/plain"},"key":"dealStatus","value":"string"},{"description":{"content":"<p>Attribution type filter</p>\n","type":"text/plain"},"key":"influenceFilter","value":"LINKEDIN,ABM"},{"description":{"content":"<p>Hide $0 deals (default: true)</p>\n","type":"text/plain"},"key":"hideZeroAmount","value":"true"}],"variable":[]}},"response":[{"id":"a0f6bb95-efdb-4363-9e38-1e595ff414c0","name":"Paginated list of deals","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/deals?page=1&pageSize=20&sortBy=string&sortOrder=desc&search=string&dateFrom=2025-01-01&dateTo=2025-12-31&abmCampaignId=string&dealStatus=string&influenceFilter=LINKEDIN,ABM&hideZeroAmount=true","host":["https://app.zenabm.com/api/v1"],"path":["deals"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"},{"description":"Start date filter (ISO format)","key":"dateFrom","value":"2025-01-01"},{"description":"End date filter (ISO format)","key":"dateTo","value":"2025-12-31"},{"description":"Filter by ABM campaign","key":"abmCampaignId","value":"string"},{"description":"Comma-separated deal statuses","key":"dealStatus","value":"string"},{"description":"Attribution type filter","key":"influenceFilter","value":"LINKEDIN,ABM"},{"description":"Hide $0 deals (default: true)","key":"hideZeroAmount","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"clxyz789deal\",\n      \"dealName\": \"Hooli - Enterprise License\",\n      \"hubspotId\": \"12345678\",\n      \"hubspotPortalId\": \"98765432\",\n      \"company\": {\n        \"id\": \"cm7abc123\",\n        \"name\": \"Hooli\",\n        \"logoUrl\": \"https://media.licdn.com/dms/image/hooli-logo.png\",\n        \"website\": \"https://hooli.com\",\n        \"linkedInOrgId\": \"12345\"\n      },\n      \"amount\": 45000,\n      \"linkedinInfluenced\": true,\n      \"abmInfluenced\": true,\n      \"hubspotCreatedAt\": \"2025-03-15T10:30:00.000Z\",\n      \"hubspotClosedAt\": \"2025-06-20T14:00:00.000Z\",\n      \"stage\": {\n        \"id\": \"cls123stage\",\n        \"name\": \"Closed Won\"\n      },\n      \"campaigns\": [\n        {\n          \"id\": \"cm7abm1\",\n          \"name\": \"Q1 Enterprise ABM\"\n        }\n      ],\n      \"impressionsBeforeDeal\": 8450,\n      \"clicksBeforeDeal\": 142,\n      \"engagementsBeforeDeal\": 312\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 1,\n    \"totalPages\": 1\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"cd4b64e6-a320-457f-9927-c5c847398f3d"}],"id":"aa6a755b-cbcd-435b-a419-651fb9f9151e","_postman_id":"aa6a755b-cbcd-435b-a419-651fb9f9151e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"job-titles","item":[{"name":"{id}","item":[{"name":"campaigns","item":[{"name":"Get Ad Set insights for a job title","id":"45790743-1aeb-40db-a923-c54b023685bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/job-titles/:id/campaigns?period=last30Days&sortBy=string&sortOrder=desc&search=string","description":"<p>Optional filters: sortBy, sortOrder, search</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["job-titles",":id","campaigns"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"description":{"content":"<p>Search filter</p>\n","type":"text/plain"},"key":"search","value":"string"}],"variable":[{"id":"34dd1b2b-9bfc-4046-9bb0-5238be1ee9bf","description":{"content":"<p>Job title ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"2e359db9-d42e-4259-bc74-3938f2f3e0a7","name":"Ad Set insights for job title","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/job-titles/:id/campaigns?period=last30Days&sortBy=string&sortOrder=desc&search=string","host":["https://app.zenabm.com/api/v1"],"path":["job-titles",":id","campaigns"],"query":[{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"}],"variable":[{"key":"id","value":"string","description":"Job title ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"data\": [\n      {\n        \"campaignId\": \"1337\",\n        \"campaignName\": \"TechCrunch 2025\",\n        \"impressions\": 12450,\n        \"clicks\": 87,\n        \"engagements\": 342,\n        \"costInUsd\": 891.45,\n        \"averageDwellTime\": 4.2,\n        \"videoViews\": 0,\n        \"videoStarts\": 0,\n        \"videoFirstQuartileCompletions\": 0,\n        \"videoMidpointCompletions\": 0,\n        \"videoThirdQuartileCompletions\": 0,\n        \"videoCompletions\": 0\n      }\n    ],\n    \"pagination\": {\n      \"page\": 1,\n      \"pageSize\": 20,\n      \"totalCount\": 1,\n      \"totalPages\": 1\n    }\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"45790743-1aeb-40db-a923-c54b023685bc"}],"id":"bc400f9a-8e42-46bf-b1ec-3f04fc27bb4d","_postman_id":"bc400f9a-8e42-46bf-b1ec-3f04fc27bb4d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"campaign-groups","item":[{"name":"Get Campaign insights for a job title","id":"fb289e39-97b0-4f1f-86fd-18c815c8068f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/job-titles/:id/campaign-groups?period=last30Days&sortBy=string&sortOrder=desc&search=string","description":"<p>Optional filters: sortBy, sortOrder, search</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["job-titles",":id","campaign-groups"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"description":{"content":"<p>Search filter</p>\n","type":"text/plain"},"key":"search","value":"string"}],"variable":[{"id":"275ce0e2-105c-4541-924d-80dae32dde26","description":{"content":"<p>Job title ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"b98b0528-c648-4e47-873d-3cbb813c025d","name":"Campaign insights for job title","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/job-titles/:id/campaign-groups?period=last30Days&sortBy=string&sortOrder=desc&search=string","host":["https://app.zenabm.com/api/v1"],"path":["job-titles",":id","campaign-groups"],"query":[{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"}],"variable":[{"key":"id","value":"string","description":"Job title ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"data\": [\n      {\n        \"campaignGroupId\": \"1337\",\n        \"campaignGroupName\": \"TechCrunch 2025 CG\",\n        \"impressions\": 12450,\n        \"clicks\": 87,\n        \"engagements\": 342,\n        \"costInUsd\": 891.45,\n        \"averageDwellTime\": 4.2,\n        \"videoViews\": 0,\n        \"videoStarts\": 0,\n        \"videoFirstQuartileCompletions\": 0,\n        \"videoMidpointCompletions\": 0,\n        \"videoThirdQuartileCompletions\": 0,\n        \"videoCompletions\": 0\n      }\n    ],\n    \"pagination\": {\n      \"page\": 1,\n      \"pageSize\": 20,\n      \"totalCount\": 1,\n      \"totalPages\": 1\n    }\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"fb289e39-97b0-4f1f-86fd-18c815c8068f"}],"id":"9f0c4383-bba3-438f-a2d7-7f1f42a23a60","_postman_id":"9f0c4383-bba3-438f-a2d7-7f1f42a23a60","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"Get job title by ID","id":"19fb81a9-0ea5-4f9f-89fe-e68bdf65bde8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/job-titles/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["job-titles",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"8a67d6f2-b154-4c4e-9eb9-19a359152f82","description":{"content":"<p>Job title ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"82682f0c-91a3-4a8d-a3da-6c884a36b144","name":"Job title details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/job-titles/:id","host":["https://app.zenabm.com/api/v1"],"path":["job-titles",":id"],"variable":[{"key":"id","value":"string","description":"Job title ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"urn\": \"urn:li:title:123\",\n    \"name\": \"VP of Marketing\",\n    \"createdAt\": \"2025-01-10T08:00:00.000Z\",\n    \"updatedAt\": \"2025-06-15T12:00:00.000Z\"\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"19fb81a9-0ea5-4f9f-89fe-e68bdf65bde8"}],"id":"369495d3-c646-4f48-85e8-628f585f02ea","_postman_id":"369495d3-c646-4f48-85e8-628f585f02ea","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"List job titles with insights","id":"56deac06-2ad8-4287-92a0-f43216b5b027","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/job-titles?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string&campaigns=string&campaignGroups=string","description":"<p>Optional filters: Ad Sets (comma-separated IDs), Campaigns (comma-separated IDs)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["job-titles"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"},{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"description":{"content":"<p>Search filter</p>\n","type":"text/plain"},"key":"search","value":"string"},{"description":{"content":"<p>Filter by Ad Sets IDs</p>\n","type":"text/plain"},"key":"campaigns","value":"string"},{"description":{"content":"<p>Filter by Campaigns IDs</p>\n","type":"text/plain"},"key":"campaignGroups","value":"string"}],"variable":[]}},"response":[{"id":"571e5453-010b-42a9-896a-eea7b44eebd0","name":"Paginated list of job titles","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/job-titles?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string&campaigns=string&campaignGroups=string","host":["https://app.zenabm.com/api/v1"],"path":["job-titles"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"},{"description":"Filter by Ad Sets IDs","key":"campaigns","value":"string"},{"description":"Filter by Campaigns IDs","key":"campaignGroups","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"jobTitleUrn\": \"urn:li:title:123\",\n      \"jobTitleName\": \"VP of Marketing\",\n      \"impressions\": 12450,\n      \"clicks\": 87,\n      \"engagements\": 342,\n      \"costInUsd\": 891.45,\n      \"averageDwellTime\": 4.2,\n      \"videoViews\": null,\n      \"videoStarts\": null,\n      \"videoFirstQuartileCompletions\": null,\n      \"videoMidpointCompletions\": null,\n      \"videoThirdQuartileCompletions\": null,\n      \"videoCompletions\": null,\n      \"exclusion\": null\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 1,\n    \"totalPages\": 1\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"56deac06-2ad8-4287-92a0-f43216b5b027"}],"id":"bc43e1cf-cf30-4551-8a39-9edc7eb5c9b8","_postman_id":"bc43e1cf-cf30-4551-8a39-9edc7eb5c9b8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"abm-campaigns","item":[{"name":"{id}","item":[{"name":"overview","item":[{"name":"Get ABM campaign layout overview","id":"1e1055ac-65e6-4672-bc16-8849fadf7bd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/abm-campaigns/:id/overview","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["abm-campaigns",":id","overview"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"ec36f782-2bc6-4b33-8c79-3bdfba96d0bf","description":{"content":"<p>ABM campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"d3a39b83-3b2e-485c-891e-763ce33e0885","name":"ABM campaign overview","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/abm-campaigns/:id/overview","host":["https://app.zenabm.com/api/v1"],"path":["abm-campaigns",":id","overview"],"variable":[{"key":"id","value":"string","description":"ABM campaign ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"1337\",\n    \"name\": \"Silicon Valley 2025\",\n    \"status\": \"ACTIVE\",\n    \"startDate\": \"2025-01-15T00:00:00.000Z\",\n    \"endDate\": \"2025-06-30T00:00:00.000Z\",\n    \"description\": \"Targeting enterprise accounts in fintech\",\n    \"numberOfTargetAccounts\": 120,\n    \"numberOfLinkedInCampaigns\": 5,\n    \"numberOfLinkedInCampaignGroups\": 2\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"1e1055ac-65e6-4672-bc16-8849fadf7bd2"}],"id":"e5ed5d79-75dd-4435-b237-2da18c576d34","_postman_id":"e5ed5d79-75dd-4435-b237-2da18c576d34","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"stages-breakdown","item":[{"name":"Get ABM campaign stages breakdown","id":"f3047ce9-f849-473e-8c9f-94502df7ec94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/abm-campaigns/:id/stages-breakdown?period=last30Days","description":"<p>Returns a breakdown of companies across each ABM funnel stage.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["abm-campaigns",":id","stages-breakdown"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"}],"variable":[{"id":"3542554e-c0e5-496e-a93d-0e67801a8edd","description":{"content":"<p>ABM campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"6c81d400-4eac-46cf-8143-dad37b879370","name":"Stages breakdown for ABM campaign","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/abm-campaigns/:id/stages-breakdown?period=last30Days","host":["https://app.zenabm.com/api/v1"],"path":["abm-campaigns",":id","stages-breakdown"],"query":[{"description":"Time period preset","key":"period","value":"last30Days"}],"variable":[{"key":"id","value":"string","description":"ABM campaign ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"data\": [\n      {\n        \"stageId\": \"1337\",\n        \"stageName\": \"Aware\",\n        \"color\": \"#FFC107\",\n        \"isConfigured\": true,\n        \"currentPeriod\": 45,\n        \"previousPeriod\": 32,\n        \"change\": 13,\n        \"changePercentage\": 40.6\n      }\n    ],\n    \"viewType\": \"unified\",\n    \"periods\": {\n      \"current\": {\n        \"label\": \"Mar 2025\",\n        \"dateRange\": {\n          \"from\": \"2025-03-01\",\n          \"to\": \"2025-03-31\"\n        }\n      },\n      \"previous\": {\n        \"label\": \"Feb 2025\",\n        \"dateRange\": {\n          \"from\": \"2025-02-01\",\n          \"to\": \"2025-02-28\"\n        }\n      }\n    }\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"f3047ce9-f849-473e-8c9f-94502df7ec94"}],"id":"6b81c6fe-0b03-4410-86ce-f1c88ec49aa4","_postman_id":"6b81c6fe-0b03-4410-86ce-f1c88ec49aa4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"companies","item":[{"name":"List companies for an ABM campaign","id":"12a70580-9a11-4584-ae21-20a3030b2f25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/abm-campaigns/:id/companies?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string&engagementScores=3,4,5&abmStages=string&crmMatchStatus=all","description":"<p>Returns a paginated list of companies with engagement metrics and intent data for a specific ABM campaign. Aggregates data from all linked LinkedIn campaigns and campaign groups.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["abm-campaigns",":id","companies"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"},{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"description":{"content":"<p>Search filter</p>\n","type":"text/plain"},"key":"search","value":"string"},{"description":{"content":"<p>Comma-separated scores (1–5)</p>\n","type":"text/plain"},"key":"engagementScores","value":"3,4,5"},{"description":{"content":"<p>Comma-separated ABM stage IDs</p>\n","type":"text/plain"},"key":"abmStages","value":"string"},{"description":{"content":"<p>CRM match filter</p>\n","type":"text/plain"},"key":"crmMatchStatus","value":"all"}],"variable":[{"id":"b49bcc1b-a61c-43c9-8991-7cc323a68798","description":{"content":"<p>ABM campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"5a4fad88-61ed-4397-ba76-bd836f86e24f","name":"Paginated companies for this ABM campaign","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/abm-campaigns/:id/companies?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string&engagementScores=3,4,5&abmStages=string&crmMatchStatus=all","host":["https://app.zenabm.com/api/v1"],"path":["abm-campaigns",":id","companies"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"},{"description":"Comma-separated scores (1–5)","key":"engagementScores","value":"3,4,5"},{"description":"Comma-separated ABM stage IDs","key":"abmStages","value":"string"},{"description":"CRM match filter","key":"crmMatchStatus","value":"all"}],"variable":[{"key":"id","value":"string","description":"ABM campaign ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"1337\",\n      \"name\": \"Pied Piper\",\n      \"city\": \"Palo Alto\",\n      \"country\": \"US\",\n      \"website\": \"https://www.piedpiper.com/\",\n      \"linkedInOrgId\": \"4827017\",\n      \"hubspotCompanyId\": \"37411334702\",\n      \"lifetimeEngagementScore\": 3,\n      \"logoUrl\": \"https://piedpiper.com/assets/images/logo.png\",\n      \"abmStage\": {\n        \"id\": \"1337_interested\",\n        \"name\": \"Interested\",\n        \"color\": \"#10B981\",\n        \"displayOrder\": 3,\n        \"isManuallyOverridden\": false,\n        \"overrideTimestamp\": null\n      },\n      \"lifetimeAbmStage\": {\n        \"id\": \"1337_interested\",\n        \"name\": \"Interested\",\n        \"color\": \"#10B981\",\n        \"displayOrder\": 3\n      },\n      \"intents\": [\n        {\n          \"id\": \"cm9iaw4a50001jr04wqc1k4dt\",\n          \"name\": \"Competitor\"\n        }\n      ],\n      \"impressions\": 109198,\n      \"clicks\": 468,\n      \"engagements\": 2769,\n      \"costInUsd\": 2797.37,\n      \"currentEngagementScore\": 2,\n      \"abmCampaigns\": [\n        {\n          \"id\": \"1337\",\n          \"name\": \"Techcrunch 2025\"\n        }\n      ],\n      \"exclusion\": null\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 85,\n    \"totalPages\": 5\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-10T12:00:00.000Z\"\n  }\n}"},{"id":"46908d2f-fbf5-47ab-82db-bb9071f2d743","name":"ABM campaign not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/abm-campaigns/:id/companies?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string&engagementScores=3,4,5&abmStages=string&crmMatchStatus=all","host":["https://app.zenabm.com/api/v1"],"path":["abm-campaigns",":id","companies"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"},{"description":"Comma-separated scores (1–5)","key":"engagementScores","value":"3,4,5"},{"description":"Comma-separated ABM stage IDs","key":"abmStages","value":"string"},{"description":"CRM match filter","key":"crmMatchStatus","value":"all"}],"variable":[{"key":"id","value":"string","description":"ABM campaign ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"12a70580-9a11-4584-ae21-20a3030b2f25"}],"id":"8257fb0d-321c-4b8d-a4cd-5557a916219f","_postman_id":"8257fb0d-321c-4b8d-a4cd-5557a916219f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"job-titles","item":[{"name":"List job titles for an ABM campaign","id":"f9495789-c6c1-4598-9c35-1c250405dc53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/abm-campaigns/:id/job-titles?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string","description":"<p>Returns a paginated list of job titles with engagement metrics for a specific ABM campaign. Aggregates data from all linked LinkedIn campaigns and campaign groups.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["abm-campaigns",":id","job-titles"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"},{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"description":{"content":"<p>Search filter</p>\n","type":"text/plain"},"key":"search","value":"string"}],"variable":[{"id":"9d964e78-0a5a-491e-8063-e82f773b1cef","description":{"content":"<p>ABM campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"9f8aa25b-b76d-4f5d-9f45-cd73a12954e6","name":"Paginated job titles for this ABM campaign","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/abm-campaigns/:id/job-titles?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string","host":["https://app.zenabm.com/api/v1"],"path":["abm-campaigns",":id","job-titles"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"}],"variable":[{"key":"id","value":"string","description":"ABM campaign ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"jobTitleUrn\": \"urn:li:title:123\",\n      \"jobTitleName\": \"VP of Marketing\",\n      \"impressions\": 12450,\n      \"clicks\": 87,\n      \"engagements\": 342,\n      \"costInUsd\": 891.45,\n      \"averageDwellTime\": 4.2,\n      \"videoViews\": null,\n      \"videoStarts\": null,\n      \"videoFirstQuartileCompletions\": null,\n      \"videoMidpointCompletions\": null,\n      \"videoThirdQuartileCompletions\": null,\n      \"videoCompletions\": null,\n      \"exclusion\": null\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 45,\n    \"totalPages\": 3\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-10T12:00:00.000Z\"\n  }\n}"},{"id":"1f4ab04d-c9c4-450e-931a-e8b6388d18f8","name":"ABM campaign not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/abm-campaigns/:id/job-titles?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string","host":["https://app.zenabm.com/api/v1"],"path":["abm-campaigns",":id","job-titles"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"}],"variable":[{"key":"id","value":"string","description":"ABM campaign ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f9495789-c6c1-4598-9c35-1c250405dc53"}],"id":"a86337eb-75bb-42f5-97a0-aeeadc5809c6","_postman_id":"a86337eb-75bb-42f5-97a0-aeeadc5809c6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"Get ABM campaign by ID","id":"33ac3dfd-cb3f-48d5-b512-054de6138827","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/abm-campaigns/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["abm-campaigns",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"7b120232-4a44-410c-9307-c5d5b986594a","description":{"content":"<p>ABM campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"836f5245-ced3-4ba8-91bb-8245923e2327","name":"ABM campaign details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/abm-campaigns/:id","host":["https://app.zenabm.com/api/v1"],"path":["abm-campaigns",":id"],"variable":[{"key":"id","value":"string","description":"ABM campaign ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"abmCampaign\": {\n      \"id\": \"1337\",\n      \"name\": \"Silicon Valley 2025\",\n      \"status\": \"ACTIVE\",\n      \"startDate\": \"2025-01-15T00:00:00.000Z\",\n      \"endDate\": \"2025-06-30T00:00:00.000Z\",\n      \"description\": \"Targeting enterprise accounts in fintech\",\n      \"teamId\": \"team123\",\n      \"numberOfTargetAccounts\": 120,\n      \"createdAt\": \"2025-01-10T08:00:00.000Z\",\n      \"updatedAt\": \"2025-03-01T12:00:00.000Z\",\n      \"linkedInCampaigns\": [\n        {\n          \"id\": \"1337\",\n          \"name\": \"Silicon Valley 2025\"\n        }\n      ],\n      \"linkedInCampaignGroups\": [\n        {\n          \"id\": \"1337\",\n          \"name\": \"Silicon Valley 2025 CG\"\n        }\n      ]\n    },\n    \"linkedInCampaigns\": [\n      {\n        \"id\": \"1337\",\n        \"name\": \"Silicon Valley 2025\"\n      }\n    ],\n    \"linkedInCampaignGroups\": [\n      {\n        \"id\": \"1337\",\n        \"name\": \"Silicon Valley 2025 CG\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"33ac3dfd-cb3f-48d5-b512-054de6138827"}],"id":"669ccb3c-aa12-4f2c-95a9-3a51352a2ef3","_postman_id":"669ccb3c-aa12-4f2c-95a9-3a51352a2ef3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"List ABM campaigns with insights","id":"d250a6fc-439a-436c-adbd-3909afcbcbdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/abm-campaigns?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string&status=ACTIVE","description":"<p>Optional filters: status (ACTIVE,PAUSED,COMPLETED)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["abm-campaigns"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"},{"description":{"content":"<p>Time period preset</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"description":{"content":"<p>Search filter</p>\n","type":"text/plain"},"key":"search","value":"string"},{"description":{"content":"<p>Comma-separated statuses: ACTIVE,PAUSED,COMPLETED</p>\n","type":"text/plain"},"key":"status","value":"ACTIVE"}],"variable":[]}},"response":[{"id":"4551f40f-e1a6-4161-8190-d2a99b7f71de","name":"Paginated list of ABM campaigns","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/abm-campaigns?page=1&pageSize=20&period=last30Days&sortBy=string&sortOrder=desc&search=string&status=ACTIVE","host":["https://app.zenabm.com/api/v1"],"path":["abm-campaigns"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Time period preset","key":"period","value":"last30Days"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"},{"description":"Comma-separated statuses: ACTIVE,PAUSED,COMPLETED","key":"status","value":"ACTIVE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"cm7abm001\",\n      \"name\": \"Q1 Enterprise ABM Campaign\",\n      \"status\": \"ACTIVE\",\n      \"startDate\": \"2025-01-15T00:00:00.000Z\",\n      \"endDate\": \"2025-06-30T00:00:00.000Z\",\n      \"description\": \"Targeting enterprise accounts in fintech\",\n      \"teamId\": \"team123\",\n      \"numberOfTargetAccounts\": 120,\n      \"createdAt\": \"2025-01-10T08:00:00.000Z\",\n      \"updatedAt\": \"2025-03-01T12:00:00.000Z\",\n      \"numberOfLinkedInCampaigns\": 5,\n      \"numberOfLinkedInCampaignGroups\": 2,\n      \"companiesTargeted\": 85,\n      \"totalPipeline\": 450000,\n      \"totalRevenue\": 180000,\n      \"totalAdSpend\": 12500,\n      \"pipePerSpent\": 36,\n      \"averageAcv\": 45000,\n      \"roas\": 14.4\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 1,\n    \"totalPages\": 1\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"d250a6fc-439a-436c-adbd-3909afcbcbdc"}],"id":"9da8d219-8d5e-4bd4-9e5e-cb297235bf9b","_postman_id":"9da8d219-8d5e-4bd4-9e5e-cb297235bf9b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"abm-stages","item":[{"name":"{id}","item":[{"name":"companies","item":[{"name":"List companies currently in an ABM stage","id":"3b6e8cbf-965a-4cbf-b843-5fdebca3a123","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/abm-stages/:id/companies?page=1&pageSize=20&sortBy=string&sortOrder=desc&search=string","description":"<p>Returns a paginated list of companies whose current ABM stage matches the given stage ID. Supports search and sorting.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["abm-stages",":id","companies"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"description":{"content":"<p>Search filter</p>\n","type":"text/plain"},"key":"search","value":"string"}],"variable":[{"id":"10fe4764-e482-4e3e-91cf-0d75d9ef594a","description":{"content":"<p>ABM stage ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"7aad24cb-48af-44f4-90d8-ba8f79a1d0e4","name":"Paginated companies in this ABM stage","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/abm-stages/:id/companies?page=1&pageSize=20&sortBy=string&sortOrder=desc&search=string","host":["https://app.zenabm.com/api/v1"],"path":["abm-stages",":id","companies"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"}],"variable":[{"key":"id","value":"string","description":"ABM stage ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"1337\",\n      \"name\": \"Pied Piper\",\n      \"city\": \"Palo Alto\",\n      \"country\": \"US\",\n      \"website\": \"https://www.piedpiper.com/\",\n      \"linkedInOrgId\": \"4827017\",\n      \"hubspotCompanyId\": \"37411334702\",\n      \"logoUrl\": \"https://piedpiper.com/assets/images/logo.png\",\n      \"lifetimeEngagementScore\": 3,\n      \"abmStage\": {\n        \"id\": \"1337_interested\",\n        \"name\": \"Interested\",\n        \"color\": \"#10B981\",\n        \"displayOrder\": 3\n      },\n      \"lifetimeAbmStage\": {\n        \"id\": \"1337_interested\",\n        \"name\": \"Interested\",\n        \"color\": \"#10B981\",\n        \"displayOrder\": 3\n      }\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 45,\n    \"totalPages\": 3\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-10T12:00:00.000Z\"\n  }\n}"},{"id":"807562cd-c015-4946-822f-630c0bdcad5b","name":"ABM stage not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/abm-stages/:id/companies?page=1&pageSize=20&sortBy=string&sortOrder=desc&search=string","host":["https://app.zenabm.com/api/v1"],"path":["abm-stages",":id","companies"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"}],"variable":[{"key":"id","value":"string","description":"ABM stage ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3b6e8cbf-965a-4cbf-b843-5fdebca3a123"}],"id":"2ec0e925-0408-4ee5-916f-7b8682f3a86d","_postman_id":"2ec0e925-0408-4ee5-916f-7b8682f3a86d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"companies-entering","item":[{"name":"Get companies entering an ABM stage","id":"a075f8d1-bb7a-4663-9198-8a174faee239","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/abm-stages/:id/companies-entering?startDate=1998-05-18&endDate=1998-05-18&page=1&pageSize=20","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["abm-stages",":id","companies-entering"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Start date (ISO format, default: 30 days ago)</p>\n","type":"text/plain"},"key":"startDate","value":"1998-05-18"},{"description":{"content":"<p>End date (ISO format, default: today)</p>\n","type":"text/plain"},"key":"endDate","value":"1998-05-18"},{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"}],"variable":[{"id":"af94a2dc-f91d-4ac5-8ed6-80f1ebb4b9fe","description":{"content":"<p>ABM stage ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"8ac9f1a0-ed82-439e-966e-5811705a63ab","name":"Companies entering stage","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/abm-stages/:id/companies-entering?startDate=1998-05-18&endDate=1998-05-18&page=1&pageSize=20","host":["https://app.zenabm.com/api/v1"],"path":["abm-stages",":id","companies-entering"],"query":[{"description":"Start date (ISO format, default: 30 days ago)","key":"startDate","value":"1998-05-18"},{"description":"End date (ISO format, default: today)","key":"endDate","value":"1998-05-18"},{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"}],"variable":[{"key":"id","value":"string","description":"ABM stage ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"companies\": [\n      {\n        \"id\": \"cm7abc123\",\n        \"name\": \"Acme Corp\",\n        \"logoUrl\": \"https://media.licdn.com/dms/image/acme-logo.png\",\n        \"website\": \"https://acme.com\",\n        \"hubspotCompanyId\": \"9876543\",\n        \"country\": \"United States\",\n        \"previousStage\": {\n          \"id\": \"cls1abc\",\n          \"name\": \"Aware\",\n          \"color\": \"#FFC107\"\n        },\n        \"dateEntered\": \"2026-03-12T09:30:00.000Z\"\n      },\n      {\n        \"id\": \"cm7xyz456\",\n        \"name\": \"Globex Industries\",\n        \"logoUrl\": \"https://media.licdn.com/dms/image/globex-logo.png\",\n        \"website\": \"https://globex.com\",\n        \"hubspotCompanyId\": \"1234567\",\n        \"country\": \"Germany\",\n        \"previousStage\": null,\n        \"dateEntered\": \"2026-03-08T14:15:00.000Z\"\n      }\n    ],\n    \"hubspotPortalId\": \"98765432\",\n    \"totalCount\": 42\n  },\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 42,\n    \"totalPages\": 3\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-04-12T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"a075f8d1-bb7a-4663-9198-8a174faee239"}],"id":"aaa930c6-d15b-4c18-978d-65ce6618ed21","_postman_id":"aaa930c6-d15b-4c18-978d-65ce6618ed21","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"companies-progressing","item":[{"name":"Get companies progressing from an ABM stage","id":"31ad2d1f-b638-494b-a40e-163fe325afbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/abm-stages/:id/companies-progressing?startDate=1998-05-18&endDate=1998-05-18&page=1&pageSize=20","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["abm-stages",":id","companies-progressing"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Start date (ISO format, default: 30 days ago)</p>\n","type":"text/plain"},"key":"startDate","value":"1998-05-18"},{"description":{"content":"<p>End date (ISO format, default: today)</p>\n","type":"text/plain"},"key":"endDate","value":"1998-05-18"},{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"}],"variable":[{"id":"4b1810cc-2a09-423a-81db-d10f729f35fb","description":{"content":"<p>ABM stage ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"3fbfd6e5-3360-400f-8e28-28b227efc199","name":"Companies progressing from stage","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/abm-stages/:id/companies-progressing?startDate=1998-05-18&endDate=1998-05-18&page=1&pageSize=20","host":["https://app.zenabm.com/api/v1"],"path":["abm-stages",":id","companies-progressing"],"query":[{"description":"Start date (ISO format, default: 30 days ago)","key":"startDate","value":"1998-05-18"},{"description":"End date (ISO format, default: today)","key":"endDate","value":"1998-05-18"},{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"}],"variable":[{"key":"id","value":"string","description":"ABM stage ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"companies\": [\n      {\n        \"id\": \"cm7abc123\",\n        \"name\": \"Acme Corp\",\n        \"website\": \"https://acme.com\",\n        \"country\": \"United States\",\n        \"linkedInOrgId\": \"12345\",\n        \"logoUrl\": \"https://media.licdn.com/dms/image/acme-logo.png\",\n        \"hubspotCompanyId\": \"9876543\",\n        \"nextStage\": {\n          \"id\": \"cls3ghi\",\n          \"name\": \"MQL\",\n          \"color\": \"#2196F3\"\n        },\n        \"dateLeft\": \"2026-03-25T11:00:00.000Z\"\n      }\n    ],\n    \"hubspotPortalId\": \"98765432\",\n    \"totalCount\": 1\n  },\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 1,\n    \"totalPages\": 1\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-04-12T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"31ad2d1f-b638-494b-a40e-163fe325afbc"}],"id":"a500a70d-9619-4d0a-a4c2-5c23cff48520","_postman_id":"a500a70d-9619-4d0a-a4c2-5c23cff48520","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"history","item":[{"name":"Get ABM stage history","id":"f7dc48c4-0470-4a97-a9df-3eecba70a781","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/abm-stages/:id/history?startDate=1998-05-18&endDate=1998-05-18&page=1&pageSize=20","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["abm-stages",":id","history"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Start date (ISO format, default: 30 days ago)</p>\n","type":"text/plain"},"key":"startDate","value":"1998-05-18"},{"description":{"content":"<p>End date (ISO format, default: today)</p>\n","type":"text/plain"},"key":"endDate","value":"1998-05-18"},{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"}],"variable":[{"id":"b944f52d-b619-4a69-88ac-8e71413cccab","description":{"content":"<p>ABM stage ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"de1ab102-9888-4cf3-9086-ab6d75d981f0","name":"Stage history entries","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/abm-stages/:id/history?startDate=1998-05-18&endDate=1998-05-18&page=1&pageSize=20","host":["https://app.zenabm.com/api/v1"],"path":["abm-stages",":id","history"],"query":[{"description":"Start date (ISO format, default: 30 days ago)","key":"startDate","value":"1998-05-18"},{"description":"End date (ISO format, default: today)","key":"endDate","value":"1998-05-18"},{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"}],"variable":[{"key":"id","value":"string","description":"ABM stage ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"csh001\",\n      \"companyId\": \"cm7abc123\",\n      \"abmStageId\": \"cls2def\",\n      \"previousStageId\": \"cls1abc\",\n      \"createdAt\": \"2026-03-28T09:30:00.000Z\",\n      \"company\": {\n        \"id\": \"cm7abc123\",\n        \"name\": \"Acme Corp\"\n      },\n      \"abmStage\": {\n        \"id\": \"cls2def\",\n        \"name\": \"Engaged\",\n        \"color\": \"#4CAF50\"\n      },\n      \"previousStage\": {\n        \"id\": \"cls1abc\",\n        \"name\": \"Aware\",\n        \"color\": \"#FFC107\"\n      }\n    },\n    {\n      \"id\": \"csh002\",\n      \"companyId\": \"cm7xyz456\",\n      \"abmStageId\": \"cls2def\",\n      \"previousStageId\": null,\n      \"createdAt\": \"2026-03-20T14:15:00.000Z\",\n      \"company\": {\n        \"id\": \"cm7xyz456\",\n        \"name\": \"Globex Industries\"\n      },\n      \"abmStage\": {\n        \"id\": \"cls2def\",\n        \"name\": \"Engaged\",\n        \"color\": \"#4CAF50\"\n      },\n      \"previousStage\": null\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 92,\n    \"totalPages\": 5\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-04-12T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"f7dc48c4-0470-4a97-a9df-3eecba70a781"}],"id":"ab8ea16e-e009-4e20-9675-3dcce468249d","_postman_id":"ab8ea16e-e009-4e20-9675-3dcce468249d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"Get ABM stage by ID with statistics","id":"ffdc754e-ea5b-47be-b74b-8ac2e1d1958b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/abm-stages/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["abm-stages",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"3464a77b-19ef-448b-bb75-9cd4d998f31b","description":{"content":"<p>ABM stage ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"f5b49422-1d80-4cdc-ac3d-9599c70f0a5e","name":"ABM stage details with statistics","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/abm-stages/:id","host":["https://app.zenabm.com/api/v1"],"path":["abm-stages",":id"],"variable":[{"key":"id","value":"string","description":"ABM stage ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"cls1abc\",\n    \"name\": \"Aware\",\n    \"color\": \"#FFC107\",\n    \"displayOrder\": 1,\n    \"createdAt\": \"2025-01-05T08:00:00.000Z\",\n    \"updatedAt\": \"2025-01-05T08:00:00.000Z\",\n    \"statistics\": {\n      \"currentCompaniesCount\": 45,\n      \"companiesEntered\": 12,\n      \"companiesLeft\": 3\n    }\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"ffdc754e-ea5b-47be-b74b-8ac2e1d1958b"}],"id":"fd482495-f455-447a-93b3-50039fa5fce7","_postman_id":"fd482495-f455-447a-93b3-50039fa5fce7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"List ABM stages","id":"c3eabf98-8e55-4198-a1f5-d5026911db83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/abm-stages","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["abm-stages"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"d7f75575-8c36-4d3e-9afd-b7b20a7565ff","name":"List of ABM stages","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://app.zenabm.com/api/v1/abm-stages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"cls1abc\",\n      \"name\": \"Aware\",\n      \"color\": \"#FFC107\",\n      \"displayOrder\": 1,\n      \"createdAt\": \"2025-01-05T08:00:00.000Z\",\n      \"updatedAt\": \"2025-01-05T08:00:00.000Z\"\n    },\n    {\n      \"id\": \"cls2def\",\n      \"name\": \"Engaged\",\n      \"color\": \"#4CAF50\",\n      \"displayOrder\": 2,\n      \"createdAt\": \"2025-01-05T08:00:00.000Z\",\n      \"updatedAt\": \"2025-01-05T08:00:00.000Z\"\n    }\n  ],\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"c3eabf98-8e55-4198-a1f5-d5026911db83"}],"id":"620df909-97e2-4cec-b727-f00917e466b7","_postman_id":"620df909-97e2-4cec-b727-f00917e466b7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"intents","item":[{"name":"{id}","item":[{"name":"Get intent by ID","id":"d16dcbbb-c653-46e3-aafa-3b79da5bec49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/intents/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["intents",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"85b43a80-c3c1-4315-8449-492bece3f98b","description":{"content":"<p>Intent ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"13e4e54d-49dc-4652-a3d4-bc1397758ec4","name":"Intent details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/intents/:id","host":["https://app.zenabm.com/api/v1"],"path":["intents",":id"],"variable":[{"key":"id","value":"string","description":"Intent ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"int001\",\n    \"name\": \"Product Demo Interest\",\n    \"teamId\": \"team123\",\n    \"createdAt\": \"2025-02-01T10:00:00.000Z\",\n    \"updatedAt\": \"2025-05-15T14:00:00.000Z\",\n    \"campaigns\": [\n      {\n        \"id\": \"cm7lc001\",\n        \"name\": \"Evergreen 2025 - Competitor Switching\"\n      }\n    ],\n    \"campaignGroups\": [\n      {\n        \"id\": \"cm7lcg001\",\n        \"name\": \"Fintech Enterprise Group\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"d16dcbbb-c653-46e3-aafa-3b79da5bec49"}],"id":"93703000-d8f6-4294-a1f0-f12f0be4c263","_postman_id":"93703000-d8f6-4294-a1f0-f12f0be4c263","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"List intents","id":"e610a403-3800-4432-b584-8251e82b7503","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/intents","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["intents"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"9203826c-9917-4d9b-8603-c5a3a367de91","name":"List of intents for team","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://app.zenabm.com/api/v1/intents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"int001\",\n      \"name\": \"Product Demo Interest\",\n      \"teamId\": \"team123\",\n      \"createdAt\": \"2025-02-01T10:00:00.000Z\",\n      \"updatedAt\": \"2025-05-15T14:00:00.000Z\",\n      \"campaigns\": [\n        {\n          \"id\": \"cm7lc001\",\n          \"name\": \"Evergreen 2025 - Competitor Switching\"\n        }\n      ],\n      \"campaignGroups\": [\n        {\n          \"id\": \"cm7lcg001\",\n          \"name\": \"Fintech Enterprise Group\"\n        }\n      ]\n    }\n  ],\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"e610a403-3800-4432-b584-8251e82b7503"}],"id":"697ea755-13e6-4cdc-881b-2c1aa0e771e7","_postman_id":"697ea755-13e6-4cdc-881b-2c1aa0e771e7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"ad-spend","item":[{"name":"Ad Set monthly spend","id":"f5ae2f21-29f2-47d0-a5de-6131271de732","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/ad-spend?page=1&pageSize=20&linkedInCampaignId=string&startDate=2025-01-01&endDate=2025-12-31","description":"<p>Returns paginated monthly spend data for LinkedIn Ad Sets. Filter by Ad Set ID and/or date range.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["ad-spend"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"},{"description":{"content":"<p>Filter by Ad Set ID</p>\n","type":"text/plain"},"key":"linkedInCampaignId","value":"string"},{"description":{"content":"<p>Start of date range (inclusive). Format: YYYY-MM-DD</p>\n","type":"text/plain"},"key":"startDate","value":"2025-01-01"},{"description":{"content":"<p>End of date range (inclusive). Format: YYYY-MM-DD</p>\n","type":"text/plain"},"key":"endDate","value":"2025-12-31"}],"variable":[]}},"response":[{"id":"51a6aede-3e39-445a-ad9a-30381eb3e813","name":"Paginated monthly spend records","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/ad-spend?page=1&pageSize=20&linkedInCampaignId=string&startDate=2025-01-01&endDate=2025-12-31","host":["https://app.zenabm.com/api/v1"],"path":["ad-spend"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Filter by Ad Set ID","key":"linkedInCampaignId","value":"string"},{"description":"Start of date range (inclusive). Format: YYYY-MM-DD","key":"startDate","value":"2025-01-01"},{"description":"End of date range (inclusive). Format: YYYY-MM-DD","key":"endDate","value":"2025-12-31"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"clx1abc\",\n      \"linkedInCampaignId\": \"clx2def\",\n      \"campaignName\": \"Techcrunch 2025\",\n      \"campaignLinkedInId\": \"urn:li:sponsoredCampaign:123456\",\n      \"campaignStatus\": \"ACTIVE\",\n      \"year\": 2025,\n      \"month\": 3,\n      \"costInUsd\": 4250.75,\n      \"impressions\": 62000,\n      \"clicks\": 245,\n      \"engagements\": 410\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 36,\n    \"totalPages\": 2\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T19:06:51.685Z\"\n  }\n}"}],"_postman_id":"f5ae2f21-29f2-47d0-a5de-6131271de732"}],"id":"f2cee88f-4380-4ad8-8ebb-aefdfee28d08","_postman_id":"f2cee88f-4380-4ad8-8ebb-aefdfee28d08","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"linkedin-metrics","item":[{"name":"Aggregated LinkedIn metrics for a date range","id":"42805ade-d2be-4cb8-b6ae-339958b89b70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/linkedin-metrics?startDate=2026-03-31&endDate=2026-04-06&linkedInCampaignId=123456","description":"<p>Returns aggregated impressions, clicks, engagements, and cost for the specified date range. Optionally filter by a single LinkedIn campaign ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["linkedin-metrics"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Start of date range (inclusive). Format: YYYY-MM-DD</p>\n","type":"text/plain"},"key":"startDate","value":"2026-03-31"},{"description":{"content":"<p>End of date range (inclusive). Format: YYYY-MM-DD</p>\n","type":"text/plain"},"key":"endDate","value":"2026-04-06"},{"description":{"content":"<p>LinkedIn's own campaign ID (numeric). When provided, metrics are returned for this campaign only.</p>\n","type":"text/plain"},"key":"linkedInCampaignId","value":"123456"}],"variable":[]}},"response":[{"id":"edca8a05-4f4d-4e66-8593-eb258ba9d891","name":"Aggregated metrics for the date range","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/linkedin-metrics?startDate=2026-03-31&endDate=2026-04-06&linkedInCampaignId=123456","host":["https://app.zenabm.com/api/v1"],"path":["linkedin-metrics"],"query":[{"description":"Start of date range (inclusive). Format: YYYY-MM-DD","key":"startDate","value":"2026-03-31"},{"description":"End of date range (inclusive). Format: YYYY-MM-DD","key":"endDate","value":"2026-04-06"},{"description":"LinkedIn's own campaign ID (numeric). When provided, metrics are returned for this campaign only.","key":"linkedInCampaignId","value":"123456"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"startDate\": \"2026-03-31\",\n    \"endDate\": \"2026-04-06\",\n    \"costInUsd\": 2450.75,\n    \"impressions\": 45200,\n    \"clicks\": 890,\n    \"engagements\": 2100\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-04-08T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"42805ade-d2be-4cb8-b6ae-339958b89b70"}],"id":"8d893d7b-35e3-4a8c-9a5c-0b49fb724175","_postman_id":"8d893d7b-35e3-4a8c-9a5c-0b49fb724175","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}},{"name":"dashboard","item":[{"name":"Get dashboard overview","id":"9db7ce24-44ea-4600-b484-c5e7db02b9cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/dashboard?startDate=1998-05-18&endDate=1998-05-18","description":"<p>Returns a high-level overview with top companies, total metrics, and ad spend for the given date range.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["dashboard"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Start date (default: 30 days ago)</p>\n","type":"text/plain"},"key":"startDate","value":"1998-05-18"},{"description":{"content":"<p>End date (default: today)</p>\n","type":"text/plain"},"key":"endDate","value":"1998-05-18"}],"variable":[]}},"response":[{"id":"ae36fca7-41ad-400c-b0d5-6331c12d1fc1","name":"Dashboard overview with top companies, metrics, and ad spend","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/dashboard?startDate=1998-05-18&endDate=1998-05-18","host":["https://app.zenabm.com/api/v1"],"path":["dashboard"],"query":[{"description":"Start date (default: 30 days ago)","key":"startDate","value":"1998-05-18"},{"description":"End date (default: today)","key":"endDate","value":"1998-05-18"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"topEngagedCompanies\": [\n      {\n        \"id\": \"1337\",\n        \"name\": \"Pied Piper\",\n        \"city\": \"San Francisco\",\n        \"country\": \"United States\",\n        \"website\": \"https://piedpiper.com\",\n        \"logoUrl\": \"https://piedpiper.com/assets/images/logo.png\",\n        \"linkedInOrgId\": \"12345\",\n        \"hubspotCompanyId\": \"9876543\",\n        \"impressions\": 24500,\n        \"clicks\": 312,\n        \"engagements\": 890,\n        \"costInUsd\": 3450.75,\n        \"lifetimeEngagementScore\": 87,\n        \"lifetimeAbmStage\": null,\n        \"abmStage\": {\n          \"id\": \"cls2def\",\n          \"name\": \"Engaged\",\n          \"color\": \"#4CAF50\",\n          \"displayOrder\": 2\n        },\n        \"intents\": [\n          {\n            \"id\": \"int001\",\n            \"name\": \"Product Demo Interest\"\n          }\n        ],\n        \"abmCampaigns\": [\n          {\n            \"id\": \"cm7abm001\",\n            \"name\": \"Q1 Enterprise ABM\"\n          }\n        ]\n      }\n    ],\n    \"linkedInMetrics\": {\n      \"current\": {\n        \"impressions\": 145000,\n        \"clicks\": 2100,\n        \"engagements\": 5800,\n        \"costInUsd\": 28500\n      },\n      \"previous\": {\n        \"impressions\": 120000,\n        \"clicks\": 1800,\n        \"engagements\": 4900,\n        \"costInUsd\": 24000\n      }\n    }\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"9db7ce24-44ea-4600-b484-c5e7db02b9cc"}],"id":"13fa696f-4226-4979-b8aa-f51b940e785c","_postman_id":"13fa696f-4226-4979-b8aa-f51b940e785c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","id":"55bcba8d-20fa-4cf0-bee9-ff8d5729a7db","name":"ZenABM API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]}},"variable":[{"key":"baseUrl","value":"https://app.zenabm.com/api/v1"}]}