{"info":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","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>. Endpoints that return weekly breakdowns use Monday–Sunday weeks (weekStart/weekEnd dates).</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"53042651","collectionId":"5a162eea-fafa-4499-b3a7-c997929e4011","publishedId":"2sBY4LSNRP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-07-12T17:26:15.000Z"},"item":[{"name":"companies","item":[{"name":"{id}","item":[{"name":"overview","item":[{"name":"Get company metrics overview","id":"02a1e101-365f-43e4-a4e7-c6d3d3f9b55c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/companies/:id/overview?period=last30Days&startDate=1998-12-08&endDate=1998-12-08","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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["companies",":id","overview"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Time period preset. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"}],"variable":[{"id":"370ca86a-0668-4c48-861e-5d772f97cd1b","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"b80c5b91-7e73-47ea-91c6-3bd150db9c00","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&startDate=1998-12-08&endDate=1998-12-08","host":["https://app.zenabm.com/api/v1"],"path":["companies",":id","overview"],"query":[{"description":"Time period preset. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"}],"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":"02a1e101-365f-43e4-a4e7-c6d3d3f9b55c"}],"id":"aad9e9fb-2672-4d44-8b66-fc0c1dcf0c7b","_postman_id":"aad9e9fb-2672-4d44-8b66-fc0c1dcf0c7b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"campaigns","item":[{"name":"List Ad Sets for a company","id":"cab8ea71-97ce-49b4-82ac-ebbff6153e0c","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&startDate=1998-12-08&endDate=1998-12-08&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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"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":"c39ae17e-8a97-4392-8b02-12bdf7125e33","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"ebad11af-c196-4f79-b39c-5fefa0ad9960","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&startDate=1998-12-08&endDate=1998-12-08&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. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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      \"format\": \"Single Image\",\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":"cab8ea71-97ce-49b4-82ac-ebbff6153e0c"}],"id":"f83cdf92-4c11-44fb-9dcf-5ac457f455b3","_postman_id":"f83cdf92-4c11-44fb-9dcf-5ac457f455b3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"campaign-groups","item":[{"name":"List Campaigns for a company","id":"4d1c51a8-b3e9-49e4-99d5-b045037ca765","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&startDate=1998-12-08&endDate=1998-12-08&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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"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":"aab1e75f-290b-464b-b228-ea76db60df49","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"3337a009-0d43-4687-90d0-7d0c4a3cac74","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&startDate=1998-12-08&endDate=1998-12-08&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. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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":"4d1c51a8-b3e9-49e4-99d5-b045037ca765"}],"id":"46d70ed0-10b5-4d2f-86b9-263e37f0a39b","_postman_id":"46d70ed0-10b5-4d2f-86b9-263e37f0a39b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"abm-campaigns","item":[{"name":"List ABM campaigns for a company","id":"cd4af4b5-8c62-4fe0-8698-3cafd1f6cedc","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&startDate=1998-12-08&endDate=1998-12-08&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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"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":"5620102b-9911-468f-9bb3-1ef588625892","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"29764ff8-9059-4197-b90c-48f83f01a54d","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&startDate=1998-12-08&endDate=1998-12-08&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. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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":"cd4af4b5-8c62-4fe0-8698-3cafd1f6cedc"}],"id":"8006db44-b4a2-40c8-b602-180483381484","_postman_id":"8006db44-b4a2-40c8-b602-180483381484","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"timeline","item":[{"name":"Get company timeline","id":"5509fcec-fcba-4eaa-847b-f393efe699e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/companies/:id/timeline?startDate=1998-12-08&endDate=1998-12-08","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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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-12-08"},{"description":{"content":"<p>End date (ISO format, default: today)</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"}],"variable":[{"id":"74be1f97-9b0b-4e88-8d08-26b8f61fcf0b","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"4086b0cb-f28f-4ab9-8d53-cd8a0925c3de","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-12-08&endDate=1998-12-08","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-12-08"},{"description":"End date (ISO format, default: today)","key":"endDate","value":"1998-12-08"}],"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":"5509fcec-fcba-4eaa-847b-f393efe699e6"}],"id":"de937e5c-b761-41ed-91fc-a3494e3a6fd2","_postman_id":"de937e5c-b761-41ed-91fc-a3494e3a6fd2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"activity-log","item":[{"name":"Get company activity log","id":"fe344f3e-4004-41e4-8dbf-ef37581d1eaa","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&startDate=1998-12-08&endDate=1998-12-08","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. Pass <code>startDate</code>/<code>endDate</code> (YYYY-MM-DD) to scope the feed to a window — when a date range is supplied, weekly LinkedIn ad-activity entries (<code>type: \"linkedin_activity_week\"</code>, carrying a <code>metrics</code> object with impressions/clicks/engagements/costInUsd) are merged into the feed.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"}],"variable":[{"id":"6c196420-20ab-437e-8ef6-e01f0122866d","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"8ce12e07-7283-491d-adb4-fb478dadafa4","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&startDate=1998-12-08&endDate=1998-12-08","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"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"}],"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\": \"linkedin-activity-clxyz789\",\n      \"type\": \"linkedin_activity_week\",\n      \"date\": \"2026-05-04T00:00:00.000Z\",\n      \"title\": \"LinkedIn ad activity\",\n      \"description\": \"4,210 impressions · 38 clicks · 12 engagements\",\n      \"metrics\": {\n        \"impressions\": 4210,\n        \"clicks\": 38,\n        \"engagements\": 12,\n        \"costInUsd\": 142.87\n      }\n    },\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":"fe344f3e-4004-41e4-8dbf-ef37581d1eaa"}],"id":"e11efecb-3607-4c99-a74c-582aefa68902","_postman_id":"e11efecb-3607-4c99-a74c-582aefa68902","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"deals","item":[{"name":"Get deals for a company","id":"1f63972c-fc5d-45c3-ab1d-024d7303e986","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=createdAt&sortOrder=desc","description":"<p>Optional filters: sortBy, sortOrder</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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 (default: createdAt)</p>\n","type":"text/plain"},"key":"sortBy","value":"createdAt"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"}],"variable":[{"id":"0ff5e437-3c5a-48b7-a49b-0661d70dddfc","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"6064e5f3-9351-49fb-870a-28d54872c3bb","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=createdAt&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 (default: createdAt)","key":"sortBy","value":"createdAt"},{"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        \"source\": \"hubspot\",\n        \"dealName\": \"Acme Corp - Enterprise License\",\n        \"externalId\": \"12345678\",\n        \"externalUrl\": \"https://app.hubspot.com/contacts/98765432/record/0-3/12345678/\",\n        \"amount\": 45000,\n        \"linkedinInfluenced\": true,\n        \"abmInfluenced\": true,\n        \"createdAt\": \"2025-03-15T10:30:00.000Z\",\n        \"closedAt\": \"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":"1f63972c-fc5d-45c3-ab1d-024d7303e986"}],"id":"6598720a-16fb-4298-b4aa-ea337ac79b95","_postman_id":"6598720a-16fb-4298-b4aa-ea337ac79b95","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"abm-stages","item":[{"name":"Get ABM stages for a company","id":"db16bfa2-b920-46f8-977a-14b2e088bf58","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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["companies",":id","abm-stages"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"5f343f3f-5cd8-41f6-949f-439c0b27449d","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"786d8c15-aedc-433d-96dc-5ff90bf395fa","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":"db16bfa2-b920-46f8-977a-14b2e088bf58"}],"id":"0c6e525a-8346-4d5e-bf88-a11aa5ec5ce0","_postman_id":"0c6e525a-8346-4d5e-bf88-a11aa5ec5ce0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"Get company by ID","id":"4d649bdb-41b5-438a-aedb-0169c82e47db","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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["companies",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"288b13a3-cbbf-4da3-8f19-96c25be57568","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"0547b2f2-488f-4e6b-b07f-a7b8e120ea61","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":"4d649bdb-41b5-438a-aedb-0169c82e47db"}],"id":"09b0e077-5105-434f-9089-24d0fa01f490","_postman_id":"09b0e077-5105-434f-9089-24d0fa01f490","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"List companies with insights","id":"a408e7ed-5911-4535-896a-366b70a026b9","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&startDate=1998-12-08&endDate=1998-12-08&sortBy=string&sortOrder=desc&search=string&campaigns=cm1abc,cm2def&campaignGroups=string&abmCampaigns=string&abmStages=string&engagementScores=3,4,5&crmMatchStatus=all&salesforceMatchStatus=all&includeWeekly=true","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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"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>HubSpot match filter</p>\n","type":"text/plain"},"key":"crmMatchStatus","value":"all"},{"description":{"content":"<p>Salesforce match filter</p>\n","type":"text/plain"},"key":"salesforceMatchStatus","value":"all"},{"description":{"content":"<p>When <code>true</code>, each company in the response is augmented with a <code>weeklyData[]</code> array — one entry per Sunday-anchored bucket in the date range (impressions, clicks, engagements, costInUsd). <code>pageSize</code> is automatically capped at 20 on this path to keep responses small.</p>\n","type":"text/plain"},"key":"includeWeekly","value":"true"}],"variable":[]}},"response":[{"id":"9a68cb57-9add-4c15-8357-8bd68a681ccd","name":"Paginated list of companies with metrics. `weeklyData` is only present when `includeWeekly=true`.","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&startDate=1998-12-08&endDate=1998-12-08&sortBy=string&sortOrder=desc&search=string&campaigns=cm1abc,cm2def&campaignGroups=string&abmCampaigns=string&abmStages=string&engagementScores=3,4,5&crmMatchStatus=all&salesforceMatchStatus=all&includeWeekly=true","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. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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":"HubSpot match filter","key":"crmMatchStatus","value":"all"},{"description":"Salesforce match filter","key":"salesforceMatchStatus","value":"all"},{"description":"When `true`, each company in the response is augmented with a `weeklyData[]` array — one entry per Sunday-anchored bucket in the date range (impressions, clicks, engagements, costInUsd). `pageSize` is automatically capped at 20 on this path to keep responses small.","key":"includeWeekly","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\": \"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      \"weeklyData\": [\n        {\n          \"weekStart\": \"2026-03-03\",\n          \"weekEnd\": \"2026-03-09\",\n          \"impressions\": 142,\n          \"clicks\": 3,\n          \"engagements\": 2,\n          \"costInUsd\": 45.72\n        },\n        {\n          \"weekStart\": \"2026-03-10\",\n          \"weekEnd\": \"2026-03-16\",\n          \"impressions\": 511,\n          \"clicks\": 5,\n          \"engagements\": 12,\n          \"costInUsd\": 10.94\n        }\n      ]\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":"19634b57-8835-4bfe-8454-80471f54af62","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&startDate=1998-12-08&endDate=1998-12-08&sortBy=string&sortOrder=desc&search=string&campaigns=cm1abc,cm2def&campaignGroups=string&abmCampaigns=string&abmStages=string&engagementScores=3,4,5&crmMatchStatus=all&salesforceMatchStatus=all&includeWeekly=true","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. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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":"HubSpot match filter","key":"crmMatchStatus","value":"all"},{"description":"Salesforce match filter","key":"salesforceMatchStatus","value":"all"},{"description":"When `true`, each company in the response is augmented with a `weeklyData[]` array — one entry per Sunday-anchored bucket in the date range (impressions, clicks, engagements, costInUsd). `pageSize` is automatically capped at 20 on this path to keep responses small.","key":"includeWeekly","value":"true"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d7cd82af-63f0-424c-a6d9-547a2f15ba62","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&startDate=1998-12-08&endDate=1998-12-08&sortBy=string&sortOrder=desc&search=string&campaigns=cm1abc,cm2def&campaignGroups=string&abmCampaigns=string&abmStages=string&engagementScores=3,4,5&crmMatchStatus=all&salesforceMatchStatus=all&includeWeekly=true","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. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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":"HubSpot match filter","key":"crmMatchStatus","value":"all"},{"description":"Salesforce match filter","key":"salesforceMatchStatus","value":"all"},{"description":"When `true`, each company in the response is augmented with a `weeklyData[]` array — one entry per Sunday-anchored bucket in the date range (impressions, clicks, engagements, costInUsd). `pageSize` is automatically capped at 20 on this path to keep responses small.","key":"includeWeekly","value":"true"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a408e7ed-5911-4535-896a-366b70a026b9"}],"id":"d1e44a7d-9eaa-4a4a-9465-764f3c8d1e6b","_postman_id":"d1e44a7d-9eaa-4a4a-9465-764f3c8d1e6b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"campaigns","item":[{"name":"{id}","item":[{"name":"overview","item":[{"name":"Get Ad Set metrics overview","id":"3cae3d7a-2eeb-45b6-b179-d824303d8594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/campaigns/:id/overview?period=last30Days&startDate=1998-12-08&endDate=1998-12-08","description":"<p>Performance totals for a single Ad Set over the requested date range (no weekly breakdown).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["campaigns",":id","overview"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Time period preset. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"}],"variable":[{"id":"e51c2314-9792-48a3-af36-54634b05a44d","description":{"content":"<p>Ad Set ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"40899609-ee63-4134-bbeb-00feecb53893","name":"Ad Set performance summary 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/campaigns/:id/overview?period=last30Days&startDate=1998-12-08&endDate=1998-12-08","host":["https://app.zenabm.com/api/v1"],"path":["campaigns",":id","overview"],"query":[{"description":"Time period preset. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"}],"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    \"startDate\": \"2026-04-13\",\n    \"endDate\": \"2026-05-13\",\n    \"format\": \"Single Image\",\n    \"impressions\": 102666,\n    \"clicks\": 264,\n    \"engagements\": 1136,\n    \"costInUsd\": 4571.02,\n    \"conversions\": 200,\n    \"ctr\": 0.26,\n    \"cpc\": 17.32\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-05-13T19:08:06.843Z\"\n  }\n}"}],"_postman_id":"3cae3d7a-2eeb-45b6-b179-d824303d8594"}],"id":"efaa1898-1236-4cb5-a382-878ce18bddc8","_postman_id":"efaa1898-1236-4cb5-a382-878ce18bddc8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"companies","item":[{"name":"List companies for a Ad Set","id":"f8bc61a7-1c3b-4e17-81ad-06535cbd188a","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&startDate=1998-12-08&endDate=1998-12-08&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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"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":"5daaeb42-8e6a-4549-975c-c3da27e425d2","description":{"content":"<p>Ad Set ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"33108400-a79b-45e4-8b2d-089ce4d0f823","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&startDate=1998-12-08&endDate=1998-12-08&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. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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    }\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":"f8bc61a7-1c3b-4e17-81ad-06535cbd188a"}],"id":"5e77ded5-36f4-4730-a0bb-c78a456443ff","_postman_id":"5e77ded5-36f4-4730-a0bb-c78a456443ff","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"job-titles","item":[{"name":"Get job title insights for a Ad Set","id":"67e45c6a-6e95-46d8-8345-5908fc0309ea","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&startDate=1998-12-08&endDate=1998-12-08&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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"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":"5a361635-2f83-4791-8af1-37673b662e13","description":{"content":"<p>Ad Set ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"f654ed74-0b50-41da-88b0-bef74c38d6c9","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&startDate=1998-12-08&endDate=1998-12-08&sortBy=string&sortOrder=desc","host":["https://app.zenabm.com/api/v1"],"path":["campaigns",":id","job-titles"],"query":[{"description":"Time period preset. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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":"67e45c6a-6e95-46d8-8345-5908fc0309ea"}],"id":"df04a9c0-a76d-4807-85a9-ed792658d90a","_postman_id":"df04a9c0-a76d-4807-85a9-ed792658d90a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"Get Ad Set by ID","id":"3f547ea7-6271-4a8e-a60c-f938c443daf9","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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["campaigns",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"17b54c43-83eb-4c5e-8a85-8de0d1acb350","description":{"content":"<p>Ad Set ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"a2677834-bb96-4d11-af94-e6b5a2c1b9bf","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    \"campaignId\": \"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\": \"Single Image\",\n    \"objectiveType\": null,\n    \"costType\": \"CPM\",\n    \"optimizationTarget\": null,\n    \"pacingStrategy\": null,\n    \"audienceExpansion\": false,\n    \"campaign\": {\n      \"id\": \"1337\",\n      \"linkedInId\": \"710869393\",\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\": null\n    },\n    \"intent\": null\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T19:09:39.624Z\"\n  }\n}"}],"_postman_id":"3f547ea7-6271-4a8e-a60c-f938c443daf9"}],"id":"2fe43eae-5aa7-45d9-893c-08319a01499f","_postman_id":"2fe43eae-5aa7-45d9-893c-08319a01499f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"List Ad Sets with insights","id":"730398d9-f43d-4117-a8e4-d967c207704b","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&startDate=1998-12-08&endDate=1998-12-08&sortBy=string&sortOrder=desc&search=string&status=ACTIVE,PAUSED","description":"<p>Returns a paginated list of LinkedIn Ad Sets with aggregated performance metrics for the requested date range. Filter by status (default: ACTIVE,PAUSED) or search by name. Each item includes both ZenABM's internal <code>id</code> (when the ad set has been imported) and the LinkedIn-native <code>linkedInId</code>. To list ad sets within a specific ABM campaign use <code>/abm-campaigns/{id}</code> instead.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"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,ARCHIVED,DRAFT,COMPLETED. Default: ACTIVE,PAUSED.</p>\n","type":"text/plain"},"key":"status","value":"ACTIVE,PAUSED"}],"variable":[]}},"response":[{"id":"17ae803d-8a45-4af2-ad45-06df87df3d9e","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&startDate=1998-12-08&endDate=1998-12-08&sortBy=string&sortOrder=desc&search=string&status=ACTIVE,PAUSED","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. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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,ARCHIVED,DRAFT,COMPLETED. Default: ACTIVE,PAUSED.","key":"status","value":"ACTIVE,PAUSED"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"cmf8a9q2k0001of04w7v3lqz9\",\n      \"linkedInId\": \"1336\",\n      \"name\": \"Techcrunch 2025\",\n      \"status\": \"ACTIVE\",\n      \"format\": \"Single Image\",\n      \"servingStatuses\": [\n        \"RUNNABLE\"\n      ],\n      \"parentCampaignLinkedInId\": \"1337\",\n      \"runScheduleStart\": 1735689600000,\n      \"runScheduleEnd\": 1767225600000,\n      \"totalBudgetAmount\": \"5000.00\",\n      \"totalBudgetCurrency\": \"USD\",\n      \"impressions\": 128157,\n      \"clicks\": 501,\n      \"engagements\": 809,\n      \"costInUsd\": 8202.59,\n      \"conversions\": 213,\n      \"ctr\": 0.39,\n      \"cpc\": 16.37\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":"730398d9-f43d-4117-a8e4-d967c207704b"}],"id":"59d43399-b2b9-4314-bd33-af5edd7b0a2c","_postman_id":"59d43399-b2b9-4314-bd33-af5edd7b0a2c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"creatives","item":[{"name":"List ad creatives","id":"b6b2d3ff-0f76-4108-b914-04d67bc146d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/creatives?cursor=string&pageSize=20&adSetId=string&campaignId=string","description":"<p>Returns a cursor-paginated catalog of the individual ad creatives (the actual ads) in the LinkedIn ad account. Each item includes the LinkedIn-native <code>linkedInId</code>, the full <code>creativeUrn</code>, name, ad format, status, serving state, and the parent ad set + campaign (with both ZenABM <code>id</code> — when imported — and <code>linkedInId</code>). Each response carries a <code>nextCursor</code>: pass it back as the <code>cursor</code> query parameter to fetch the next page (<code>hasMore</code> is false on the last page). Optionally scope to one ad set (<code>adSetId</code>) or campaign (<code>campaignId</code>).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["creatives"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Pagination cursor from a previous response's <code>nextCursor</code>. Omit to fetch the first page.</p>\n","type":"text/plain"},"key":"cursor","value":"string"},{"description":{"content":"<p>Creatives per page (1–100, default: 20).</p>\n","type":"text/plain"},"key":"pageSize","value":"20"},{"description":{"content":"<p>Filter to a single ad set. Accepts the ZenABM ad set ID or the LinkedIn numeric ID.</p>\n","type":"text/plain"},"key":"adSetId","value":"string"},{"description":{"content":"<p>Filter to a single campaign. Accepts the ZenABM campaign ID or the LinkedIn numeric ID.</p>\n","type":"text/plain"},"key":"campaignId","value":"string"}],"variable":[]}},"response":[{"id":"3feca209-e97c-42f6-9456-07472fae0e46","name":"Cursor-paginated catalog of ad creatives","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/creatives?cursor=string&pageSize=20&adSetId=string&campaignId=string","host":["https://app.zenabm.com/api/v1"],"path":["creatives"],"query":[{"description":"Pagination cursor from a previous response's `nextCursor`. Omit to fetch the first page.","key":"cursor","value":"string"},{"description":"Creatives per page (1–100, default: 20).","key":"pageSize","value":"20"},{"description":"Filter to a single ad set. Accepts the ZenABM ad set ID or the LinkedIn numeric ID.","key":"adSetId","value":"string"},{"description":"Filter to a single campaign. Accepts the ZenABM campaign ID or the LinkedIn numeric ID.","key":"campaignId","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"linkedInId\": \"415956593\",\n      \"creativeUrn\": \"urn:li:sponsoredCreative:415956593\",\n      \"name\": \"Techcrunch 2025 — Hero Image\",\n      \"format\": \"Single Image\",\n      \"status\": \"ACTIVE\",\n      \"isServing\": true,\n      \"adLibraryUrl\": \"https://www.linkedin.com/ad-library/detail/415956593\",\n      \"adSetId\": \"cmf8a9q2k0001of04w7v3lqz9\",\n      \"adSetLinkedInId\": \"330784953\",\n      \"adSetName\": \"Techcrunch 2025\",\n      \"campaignId\": \"cmf8a9q2k0002of04abcd1234\",\n      \"campaignLinkedInId\": \"710869393\",\n      \"campaignName\": \"Techcrunch 2025 CG\"\n    }\n  ],\n  \"pagination\": {\n    \"pageSize\": 20,\n    \"nextCursor\": \"DgFNuuqsfrRuO-q0RxpSj-yaR4TXEtmKuIF4U9-t404\",\n    \"hasMore\": true\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-05-14T19:06:51.685Z\"\n  }\n}"}],"_postman_id":"b6b2d3ff-0f76-4108-b914-04d67bc146d0"}],"id":"533bfc67-a592-4d53-b9a7-efb44e8b721f","_postman_id":"533bfc67-a592-4d53-b9a7-efb44e8b721f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"campaign-groups","item":[{"name":"{id}","item":[{"name":"overview","item":[{"name":"Get Campaign metrics overview","id":"66d9a058-1cee-49c8-8090-4ede9acac33d","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&startDate=1998-12-08&endDate=1998-12-08","description":"<p>Performance totals for a single Campaign over the requested date range — aggregated to a single <code>summary</code> (no weekly breakdown).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"}],"variable":[{"id":"7fa7e0c9-0573-4039-a726-4e0158699913","description":{"content":"<p>Campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"ed203c64-114f-47c2-a0ef-a64cf01d972d","name":"Campaign performance summary 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/campaign-groups/:id/overview?period=last30Days&startDate=1998-12-08&endDate=1998-12-08","host":["https://app.zenabm.com/api/v1"],"path":["campaign-groups",":id","overview"],"query":[{"description":"Time period preset. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"}],"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    \"startDate\": \"2026-04-13\",\n    \"endDate\": \"2026-05-13\",\n    \"impressions\": 583180,\n    \"clicks\": 4838,\n    \"engagements\": 30566,\n    \"costInUsd\": 25033.73,\n    \"conversions\": 1229,\n    \"ctr\": 0.83,\n    \"cpc\": 5.17\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-05-13T19:27:07.553Z\"\n  }\n}"}],"_postman_id":"66d9a058-1cee-49c8-8090-4ede9acac33d"}],"id":"0f211004-9556-4860-833f-0f38393272c9","_postman_id":"0f211004-9556-4860-833f-0f38393272c9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"companies","item":[{"name":"List companies for a Campaign","id":"33437c07-6475-4089-a94a-a7fdf37f0676","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&startDate=1998-12-08&endDate=1998-12-08&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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"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":"69f8b4f5-75f4-428d-9896-8f0ac253407c","description":{"content":"<p>Campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"9e5bf785-3dd6-4483-800a-30bcec7f49b9","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&startDate=1998-12-08&endDate=1998-12-08&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. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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    }\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":"33437c07-6475-4089-a94a-a7fdf37f0676"}],"id":"85683594-d88f-4367-a734-7fa825b64d92","_postman_id":"85683594-d88f-4367-a734-7fa825b64d92","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"job-titles","item":[{"name":"Get job title insights for a campaign group","id":"8140867a-2fe9-41fc-8431-bc6274ad7e98","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&startDate=1998-12-08&endDate=1998-12-08&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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"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":"0b2b676e-6c2a-41a5-af58-cb694b314063","description":{"content":"<p>Campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"6354d418-8ee9-4c52-a88a-fa5afc2a3f6b","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&startDate=1998-12-08&endDate=1998-12-08&sortBy=string&sortOrder=desc","host":["https://app.zenabm.com/api/v1"],"path":["campaign-groups",":id","job-titles"],"query":[{"description":"Time period preset. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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":"8140867a-2fe9-41fc-8431-bc6274ad7e98"}],"id":"9184d877-f82a-48a1-bd16-a45251b43642","_postman_id":"9184d877-f82a-48a1-bd16-a45251b43642","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"Get Campaign by ID","id":"e3f63d98-f4c7-4a57-a338-b12eb8e136c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/campaign-groups/:id","description":"<p>Returns a single Campaign with its child Ad Sets in the <code>adSets</code> array (id, linkedInId, name, status, human-readable format).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["campaign-groups",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"5bf4ca82-a417-4f3b-91d2-4f79ea77680f","description":{"content":"<p>Campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"3130b775-604e-45f0-98b5-fceb8acd4111","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    \"adSets\": [\n      {\n        \"id\": \"cmf8a9q2k0001of04w7v3lqz9\",\n        \"linkedInId\": \"330784953\",\n        \"name\": \"Techcrunch 2025 — Decision Makers\",\n        \"status\": \"ACTIVE\",\n        \"format\": \"Single Image\"\n      },\n      {\n        \"id\": \"cmf8a9q2k0002of04abcd1234\",\n        \"linkedInId\": \"330784954\",\n        \"name\": \"Techcrunch 2025 — Thought Leadership\",\n        \"status\": \"PAUSED\",\n        \"format\": \"Thought Leader Ad\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T19:26:12.572Z\"\n  }\n}"}],"_postman_id":"e3f63d98-f4c7-4a57-a338-b12eb8e136c8"}],"id":"441c5686-ee3b-4b76-8151-bcb6b5b90d31","_postman_id":"441c5686-ee3b-4b76-8151-bcb6b5b90d31","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"List Campaigns with insights","id":"d534e45f-a423-4079-9024-20c59736478d","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&startDate=1998-12-08&endDate=1998-12-08&sortBy=string&sortOrder=desc&search=string&status=ACTIVE,PAUSED","description":"<p>Returns a paginated list of LinkedIn Campaigns with aggregated performance metrics for the requested date range. Filter by status (default: ACTIVE,PAUSED) or search by name. Each item includes both ZenABM's internal <code>id</code> (when the campaign has been imported) and the LinkedIn-native <code>linkedInId</code>. To list campaigns within a specific ABM campaign use <code>/abm-campaigns/{id}</code> instead.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"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,ARCHIVED,DRAFT,COMPLETED. Default: ACTIVE,PAUSED.</p>\n","type":"text/plain"},"key":"status","value":"ACTIVE,PAUSED"}],"variable":[]}},"response":[{"id":"e71cb650-247d-409a-8d15-5c2dd576f8cf","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&startDate=1998-12-08&endDate=1998-12-08&sortBy=string&sortOrder=desc&search=string&status=ACTIVE,PAUSED","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. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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,ARCHIVED,DRAFT,COMPLETED. Default: ACTIVE,PAUSED.","key":"status","value":"ACTIVE,PAUSED"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"cmf7gpqd80002lv04x9zwt8mh\",\n      \"linkedInId\": \"1337\",\n      \"name\": \"TechCrunch 2025\",\n      \"status\": \"ACTIVE\",\n      \"servingStatuses\": [\n        \"RUNNABLE\"\n      ],\n      \"runScheduleStart\": 1735689600000,\n      \"runScheduleEnd\": 1767225600000,\n      \"totalBudgetAmount\": \"50000.00\",\n      \"totalBudgetCurrency\": \"USD\",\n      \"impressions\": 583180,\n      \"clicks\": 4838,\n      \"engagements\": 30566,\n      \"costInUsd\": 25033.73,\n      \"conversions\": 1229,\n      \"ctr\": 0.83,\n      \"cpc\": 5.17\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":"d534e45f-a423-4079-9024-20c59736478d"}],"id":"2f53507c-42dd-41da-9990-c56d3a8512fd","_postman_id":"2f53507c-42dd-41da-9990-c56d3a8512fd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"deals","item":[{"name":"List deals with insights","id":"a6df843d-753e-414d-b7fb-2e2b02280391","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=createdAt&sortOrder=desc&search=string&source=all&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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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 (default: createdAt)</p>\n","type":"text/plain"},"key":"sortBy","value":"createdAt"},{"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 deals by CRM source (default: all). HubSpot deals and Salesforce opportunities are returned in one list.</p>\n","type":"text/plain"},"key":"source","value":"all"},{"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":"9e4541fd-4fee-48c1-844f-0d9ce5782ec4","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=createdAt&sortOrder=desc&search=string&source=all&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 (default: createdAt)","key":"sortBy","value":"createdAt"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"},{"description":"Filter deals by CRM source (default: all). HubSpot deals and Salesforce opportunities are returned in one list.","key":"source","value":"all"},{"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      \"source\": \"hubspot\",\n      \"dealName\": \"Hooli - Enterprise License\",\n      \"externalId\": \"12345678\",\n      \"externalUrl\": \"https://app.hubspot.com/contacts/98765432/record/0-3/12345678/\",\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      \"createdAt\": \"2025-03-15T10:30:00.000Z\",\n      \"closedAt\": \"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      \"id\": \"clxyz789opp\",\n      \"source\": \"salesforce\",\n      \"dealName\": \"Pied Piper - Platform Deal\",\n      \"externalId\": \"0065f00000AbCdEf\",\n      \"externalUrl\": \"https://mycompany.lightning.force.com/lightning/r/Opportunity/0065f00000AbCdEf/view\",\n      \"company\": {\n        \"id\": \"cm7def456\",\n        \"name\": \"Pied Piper\",\n        \"logoUrl\": \"https://media.licdn.com/dms/image/pp-logo.png\",\n        \"website\": \"https://piedpiper.com\",\n        \"linkedInOrgId\": \"67890\"\n      },\n      \"amount\": 72000,\n      \"linkedinInfluenced\": true,\n      \"abmInfluenced\": false,\n      \"createdAt\": \"2025-04-02T09:15:00.000Z\",\n      \"closedAt\": null,\n      \"stage\": {\n        \"id\": \"sf-stage-Negotiation\",\n        \"name\": \"Negotiation\"\n      },\n      \"campaigns\": [],\n      \"impressionsBeforeDeal\": 5100,\n      \"clicksBeforeDeal\": 74,\n      \"engagementsBeforeDeal\": 160\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":"a6df843d-753e-414d-b7fb-2e2b02280391"}],"id":"59dabf3b-60b2-4dd9-8d8e-bd8ccd7c1ccd","_postman_id":"59dabf3b-60b2-4dd9-8d8e-bd8ccd7c1ccd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"job-titles","item":[{"name":"{id}","item":[{"name":"overview","item":[{"name":"Get job title performance overview","id":"cebaf6a3-aed2-4398-9a03-4a459e7ef406","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/job-titles/:id/overview?period=last30Days&startDate=1998-12-08&endDate=1998-12-08","description":"<p>Performance totals for a single job title over the date range — aggregated across the whole ad account (impressions, clicks, engagements, cost, conversions, CTR, CPC). The path <code>id</code> is the job title URN. Returns zeroes if the job title had no activity in the window.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["job-titles",":id","overview"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Time period preset. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"}],"variable":[{"id":"790ba076-55e1-4406-b3d8-e8589f8ae62a","description":{"content":"<p>Job title URN</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"d1336cc8-30b4-4d66-96de-f156f309c108","name":"Job title performance summary 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/job-titles/:id/overview?period=last30Days&startDate=1998-12-08&endDate=1998-12-08","host":["https://app.zenabm.com/api/v1"],"path":["job-titles",":id","overview"],"query":[{"description":"Time period preset. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"}],"variable":[{"key":"id","value":"string","description":"Job title URN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"jobTitleUrn\": \"urn:li:title:123\",\n    \"startDate\": \"2026-04-13\",\n    \"endDate\": \"2026-05-13\",\n    \"impressions\": 18420,\n    \"clicks\": 96,\n    \"engagements\": 312,\n    \"costInUsd\": 742.18,\n    \"conversions\": 4,\n    \"ctr\": 0.52,\n    \"cpc\": 7.73\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-05-13T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"cebaf6a3-aed2-4398-9a03-4a459e7ef406"}],"id":"857404e5-4268-4a2a-af93-9de49a053c67","_postman_id":"857404e5-4268-4a2a-af93-9de49a053c67","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"campaigns","item":[{"name":"Get Ad Set insights for a job title","id":"8d43386b-d6e1-4da8-954a-3af75b892c47","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&startDate=1998-12-08&endDate=1998-12-08&sortBy=string&sortOrder=desc&search=string","description":"<p>Ad sets this job title was exposed to, with per-job-title delivery metrics. The path <code>id</code> is the job title URN. Optional filters: sortBy, sortOrder, search.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"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":"7203ae1d-c5b8-4bb0-b665-b1240192e35e","description":{"content":"<p>Job title URN</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"5585bf55-fa9f-40df-a6ef-863598fb1897","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&startDate=1998-12-08&endDate=1998-12-08&sortBy=string&sortOrder=desc&search=string","host":["https://app.zenabm.com/api/v1"],"path":["job-titles",":id","campaigns"],"query":[{"description":"Time period preset. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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 URN"}]}},"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      \"format\": \"Single Image\",\n      \"impressions\": 12450,\n      \"clicks\": 87,\n      \"engagements\": 342,\n      \"costInUsd\": 891.45,\n      \"ctr\": 0.7,\n      \"cpc\": 10.25,\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  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"8d43386b-d6e1-4da8-954a-3af75b892c47"}],"id":"26315504-b46c-4375-81e0-f5540da7a462","_postman_id":"26315504-b46c-4375-81e0-f5540da7a462","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"campaign-groups","item":[{"name":"Get Campaign insights for a job title","id":"5e531ea4-d31d-4b87-bb93-2b775f572c26","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&startDate=1998-12-08&endDate=1998-12-08&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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"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":"e2dde881-d9f0-4fb9-a20d-2314e2147a86","description":{"content":"<p>Job title ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"f5d809d0-2e0f-4972-aa12-52f45b106225","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&startDate=1998-12-08&endDate=1998-12-08&sortBy=string&sortOrder=desc&search=string","host":["https://app.zenabm.com/api/v1"],"path":["job-titles",":id","campaign-groups"],"query":[{"description":"Time period preset. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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    {\n      \"id\": \"1337\",\n      \"name\": \"TechCrunch 2025\",\n      \"impressions\": 12450,\n      \"clicks\": 87,\n      \"engagements\": 342,\n      \"costInUsd\": 891.45,\n      \"ctr\": 0.7,\n      \"cpc\": 10.25,\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  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"5e531ea4-d31d-4b87-bb93-2b775f572c26"}],"id":"3eb0d15d-027a-46f7-8cf7-c274c65bc232","_postman_id":"3eb0d15d-027a-46f7-8cf7-c274c65bc232","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}}],"id":"504fabb5-6384-4d4a-821a-e6b67e13dd1c","_postman_id":"504fabb5-6384-4d4a-821a-e6b67e13dd1c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"List job titles with insights","id":"b0d11a63-42d4-4839-bb69-4e47b4c4c05e","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&startDate=1998-12-08&endDate=1998-12-08&sortBy=string&sortOrder=desc&search=string&campaigns=string&campaignGroups=string&includeWeekly=true","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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"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"},{"description":{"content":"<p>When <code>true</code>, each job title in the response is augmented with a <code>weeklyData[]</code> array — one entry per Sunday-anchored bucket in the date range (impressions, clicks, engagements, costInUsd). <code>pageSize</code> is automatically capped at 20 on this path to keep responses small.</p>\n","type":"text/plain"},"key":"includeWeekly","value":"true"}],"variable":[]}},"response":[{"id":"b4bea435-1840-43c8-bf38-596fa2ae216f","name":"Paginated list of job titles. `weeklyData` is only present when `includeWeekly=true`.","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&startDate=1998-12-08&endDate=1998-12-08&sortBy=string&sortOrder=desc&search=string&campaigns=string&campaignGroups=string&includeWeekly=true","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. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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"},{"description":"When `true`, each job title in the response is augmented with a `weeklyData[]` array — one entry per Sunday-anchored bucket in the date range (impressions, clicks, engagements, costInUsd). `pageSize` is automatically capped at 20 on this path to keep responses small.","key":"includeWeekly","value":"true"}]}},"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      \"weeklyData\": [\n        {\n          \"weekStart\": \"2026-03-03\",\n          \"weekEnd\": \"2026-03-09\",\n          \"impressions\": 1820,\n          \"clicks\": 12,\n          \"engagements\": 47,\n          \"costInUsd\": 132.18\n        },\n        {\n          \"weekStart\": \"2026-03-10\",\n          \"weekEnd\": \"2026-03-16\",\n          \"impressions\": 2010,\n          \"clicks\": 15,\n          \"engagements\": 52,\n          \"costInUsd\": 148.92\n        }\n      ]\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":"b0d11a63-42d4-4839-bb69-4e47b4c4c05e"}],"id":"b7738c9b-b3b4-4746-825a-b17d97b2b368","_postman_id":"b7738c9b-b3b4-4746-825a-b17d97b2b368","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"abm-campaigns","item":[{"name":"{id}","item":[{"name":"overview","item":[{"name":"Get ABM campaign performance overview","id":"f6132712-3044-47f8-9481-efcb47f3aead","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/abm-campaigns/:id/overview?period=last30Days&startDate=1998-12-08&endDate=1998-12-08","description":"<p>Performance for the date range: <code>metrics</code> (LinkedIn delivery — impressions, clicks, engagements, cost, conversions, CTR, CPC across the ad sets + campaigns assigned to this ABM campaign) and <code>effectiveness</code> (business outcomes — companiesTargeted, totalPipeline, totalRevenue, totalAdSpend, pipePerSpent, averageAcv, roas). Currency note: <code>metrics.costInUsd</code> and <code>effectiveness.totalAdSpend</code> are always USD; <code>effectiveness.totalPipeline</code>, <code>totalRevenue</code>, and <code>averageAcv</code> are in the team <code>displayCurrency</code> (HubSpot deal amounts converted at sync time). <code>pipePerSpent</code> and <code>roas</code> are therefore ratios across the two currencies — treat as approximate unless <code>displayCurrency</code> is USD.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["abm-campaigns",":id","overview"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Time period preset. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"}],"variable":[{"id":"8230e881-9770-43d1-9c8a-96a12f7bd4a7","description":{"content":"<p>ABM campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"fe059bce-6784-44ee-95fe-0b16e1471b2f","name":"ABM campaign performance 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/abm-campaigns/:id/overview?period=last30Days&startDate=1998-12-08&endDate=1998-12-08","host":["https://app.zenabm.com/api/v1"],"path":["abm-campaigns",":id","overview"],"query":[{"description":"Time period preset. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"}],"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\": \"cmoga3ilc004vju04cjrajud2\",\n    \"name\": \"ABM Intent May 26\",\n    \"startDate\": \"2026-04-13\",\n    \"endDate\": \"2026-05-13\",\n    \"displayCurrency\": \"USD\",\n    \"metrics\": {\n      \"impressions\": 231753,\n      \"clicks\": 555,\n      \"engagements\": 861,\n      \"costInUsd\": 2189.62,\n      \"conversions\": 3,\n      \"ctr\": 0.24,\n      \"cpc\": 3.95\n    },\n    \"effectiveness\": {\n      \"companiesTargeted\": 412,\n      \"totalPipeline\": 184000,\n      \"totalRevenue\": 52000,\n      \"totalAdSpend\": 2189.62,\n      \"pipePerSpent\": 84.03,\n      \"averageAcv\": 26000,\n      \"roas\": 23.75\n    }\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-05-13T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"f6132712-3044-47f8-9481-efcb47f3aead"}],"id":"ba3fca6c-63c3-4ab4-8dab-fa94cdecf433","_postman_id":"ba3fca6c-63c3-4ab4-8dab-fa94cdecf433","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"stages-breakdown","item":[{"name":"Get ABM campaign stages breakdown","id":"3798b63a-4f47-405a-9d1b-7441eddacb6d","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&startDate=1998-12-08&endDate=1998-12-08","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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"}],"variable":[{"id":"ece0d91e-0ffb-4081-a339-4b5b234d8439","description":{"content":"<p>ABM campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"3587523e-da29-4adb-9c48-73fac26ad59f","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&startDate=1998-12-08&endDate=1998-12-08","host":["https://app.zenabm.com/api/v1"],"path":["abm-campaigns",":id","stages-breakdown"],"query":[{"description":"Time period preset. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"}],"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":"3798b63a-4f47-405a-9d1b-7441eddacb6d"}],"id":"fa3b8fa4-7caa-42f3-aa40-fc42fd5d65a9","_postman_id":"fa3b8fa4-7caa-42f3-aa40-fc42fd5d65a9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"companies","item":[{"name":"List companies for an ABM campaign","id":"6a92d8fe-c02f-4ada-b02c-50fb8dfb69b7","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&startDate=1998-12-08&endDate=1998-12-08&sortBy=string&sortOrder=desc&search=string&engagementScores=3,4,5&abmStages=string&crmMatchStatus=all&salesforceMatchStatus=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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"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>HubSpot match filter</p>\n","type":"text/plain"},"key":"crmMatchStatus","value":"all"},{"description":{"content":"<p>Salesforce match filter</p>\n","type":"text/plain"},"key":"salesforceMatchStatus","value":"all"}],"variable":[{"id":"3cfee3ec-82fe-4ddd-b37b-737f2ea3249f","description":{"content":"<p>ABM campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"5a3dbf52-ad00-4c26-86b3-183e0c863102","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&startDate=1998-12-08&endDate=1998-12-08&sortBy=string&sortOrder=desc&search=string&engagementScores=3,4,5&abmStages=string&crmMatchStatus=all&salesforceMatchStatus=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. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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":"HubSpot match filter","key":"crmMatchStatus","value":"all"},{"description":"Salesforce match filter","key":"salesforceMatchStatus","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      },\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    }\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":"506dddd9-6e3c-48a8-8ad1-c2cbcb4319d0","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&startDate=1998-12-08&endDate=1998-12-08&sortBy=string&sortOrder=desc&search=string&engagementScores=3,4,5&abmStages=string&crmMatchStatus=all&salesforceMatchStatus=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. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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":"HubSpot match filter","key":"crmMatchStatus","value":"all"},{"description":"Salesforce match filter","key":"salesforceMatchStatus","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":"6a92d8fe-c02f-4ada-b02c-50fb8dfb69b7"}],"id":"388a62a7-c98c-4759-a1a4-094920a45169","_postman_id":"388a62a7-c98c-4759-a1a4-094920a45169","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"job-titles","item":[{"name":"List job titles for an ABM campaign","id":"72e3c358-e349-4b7b-b095-941f3ecd2c18","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&startDate=1998-12-08&endDate=1998-12-08&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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"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":"99bb0441-8ce0-4a3c-a142-68791b582657","description":{"content":"<p>ABM campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"74e05de4-6a46-4dce-b292-c718eec0ea7d","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&startDate=1998-12-08&endDate=1998-12-08&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. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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":"57dbbef3-59af-4940-abc8-aa4645abba9c","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&startDate=1998-12-08&endDate=1998-12-08&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. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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":"72e3c358-e349-4b7b-b095-941f3ecd2c18"}],"id":"623ac0a7-85c6-4adf-bdd3-b0e968149b52","_postman_id":"623ac0a7-85c6-4adf-bdd3-b0e968149b52","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"Get ABM campaign by ID","id":"cace42f3-11b7-4a41-9b70-d88534631644","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/abm-campaigns/:id","description":"<p>Returns the ABM campaign plus the LinkedIn entities the user assigned to it. An ABM campaign can be backed by campaigns (<code>linkedinCampaigns</code>), ad sets (<code>linkedinAdSets</code>), or both — each array is a direct membership, not a parent/child hierarchy. Either can be empty.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["abm-campaigns",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"68766381-f673-45bb-b37c-0e08c1049f5a","description":{"content":"<p>ABM campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"b1d4a907-d1dd-484a-bfb7-54d827a29156","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    },\n    \"linkedinCampaigns\": [\n      {\n        \"id\": \"1337\",\n        \"name\": \"Silicon Valley 2025 CG\"\n      }\n    ],\n    \"linkedinAdSets\": [\n      {\n        \"id\": \"1337\",\n        \"name\": \"Silicon Valley 2025\",\n        \"format\": \"Single Image\"\n      }\n    ]\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"cace42f3-11b7-4a41-9b70-d88534631644"}],"id":"6c29e32a-7ef1-4a99-8c02-171bc15b2bbf","_postman_id":"6c29e32a-7ef1-4a99-8c02-171bc15b2bbf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"List ABM campaigns with insights","id":"df709063-bdd4-4127-873a-12f296649774","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&startDate=1998-12-08&endDate=1998-12-08&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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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. Ignored when startDate/endDate are provided.</p>\n","type":"text/plain"},"key":"period","value":"last30Days"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"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":"918f3c37-1e9b-4e3f-adb8-33f064fc885a","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&startDate=1998-12-08&endDate=1998-12-08&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. Ignored when startDate/endDate are provided.","key":"period","value":"last30Days"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"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      \"numberOfAdSets\": 5,\n      \"numberOfCampaigns\": 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":"df709063-bdd4-4127-873a-12f296649774"}],"id":"b76be80b-f08c-43f5-a63a-1c84e9a03b0c","_postman_id":"b76be80b-f08c-43f5-a63a-1c84e9a03b0c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"abm-stages","item":[{"name":"{id}","item":[{"name":"companies","item":[{"name":"List companies currently in an ABM stage","id":"d5189cc6-21e1-4828-b232-68873c66d2a5","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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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":"e62ba4f9-807f-4eea-8b4b-1800fba8f97e","description":{"content":"<p>ABM stage ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"bf588f97-707a-4a29-bf08-eaf7ce94af20","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":"ecaa6231-87fc-46c2-83a0-7ba9c7051801","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":"d5189cc6-21e1-4828-b232-68873c66d2a5"}],"id":"5a56564c-0486-457a-b5b2-0766aebf5753","_postman_id":"5a56564c-0486-457a-b5b2-0766aebf5753","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"companies-entering","item":[{"name":"Get companies entering an ABM stage","id":"f1f4422a-6a02-46f5-9626-55ae62d00fa9","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-12-08&endDate=1998-12-08&page=1&pageSize=20","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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-12-08"},{"description":{"content":"<p>End date (ISO format, default: today)</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"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":"443bb70d-5732-4378-aa49-633befab1ce4","description":{"content":"<p>ABM stage ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"6c2ed187-a1f9-47b3-8b0e-f8136b2f8fa0","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-12-08&endDate=1998-12-08&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-12-08"},{"description":"End date (ISO format, default: today)","key":"endDate","value":"1998-12-08"},{"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":"f1f4422a-6a02-46f5-9626-55ae62d00fa9"}],"id":"7aa4349c-1856-48cb-8038-ce2103b4286a","_postman_id":"7aa4349c-1856-48cb-8038-ce2103b4286a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"companies-progressing","item":[{"name":"Get companies progressing from an ABM stage","id":"b7d6c935-3eda-4d9b-afbc-52b0cbc684d9","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-12-08&endDate=1998-12-08&page=1&pageSize=20","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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-12-08"},{"description":{"content":"<p>End date (ISO format, default: today)</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"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":"1b0633ea-db33-4244-9d3e-73d62d45bea0","description":{"content":"<p>ABM stage ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"b196d29b-4039-4b87-82ed-a564f51513f6","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-12-08&endDate=1998-12-08&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-12-08"},{"description":"End date (ISO format, default: today)","key":"endDate","value":"1998-12-08"},{"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":"b7d6c935-3eda-4d9b-afbc-52b0cbc684d9"}],"id":"466f8fa4-8c0b-413b-a853-1a7232e230c3","_postman_id":"466f8fa4-8c0b-413b-a853-1a7232e230c3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"history","item":[{"name":"Get ABM stage history","id":"a83dfcee-402b-4656-b42a-da7399fd6459","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-12-08&endDate=1998-12-08&page=1&pageSize=20","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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-12-08"},{"description":{"content":"<p>End date (ISO format, default: today)</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"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":"56faa787-b0c8-4753-879e-8617cd1abd7c","description":{"content":"<p>ABM stage ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"06bde837-1b60-4cf0-9766-d28096ac07d5","name":"Stage transition events — each entry is one company moving from `previousStage` to `abmStage`. `previousStage` is null for the company’s first stage entry.","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-12-08&endDate=1998-12-08&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-12-08"},{"description":"End date (ISO format, default: today)","key":"endDate","value":"1998-12-08"},{"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      \"eventDate\": \"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      \"eventDate\": \"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":"a83dfcee-402b-4656-b42a-da7399fd6459"}],"id":"c9918b87-fe9e-4d6c-81cb-89e38f1bc991","_postman_id":"c9918b87-fe9e-4d6c-81cb-89e38f1bc991","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"Get ABM stage by ID","id":"b42fb44b-6e3c-4b7b-b8c8-58fa16a80def","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/abm-stages/:id","description":"<p>Returns the ABM stage with <code>currentCompaniesCount</code> — the number of companies currently in this stage.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["abm-stages",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"da3c4083-a319-4dcd-88f9-f677de5f485e","description":{"content":"<p>ABM stage ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"df3a7ab5-fe36-4e55-bfa7-8f7c58bc6334","name":"ABM stage 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-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    \"currentCompaniesCount\": 45\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"b42fb44b-6e3c-4b7b-b8c8-58fa16a80def"}],"id":"fff08820-e992-43f2-ac3f-e447f70e93e1","_postman_id":"fff08820-e992-43f2-ac3f-e447f70e93e1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"List ABM stages","id":"5b69f7f7-edb8-411e-a513-d9fb67a3d87e","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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["abm-stages"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"39757cf3-fc18-43b1-aadd-08c4222753aa","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":"5b69f7f7-edb8-411e-a513-d9fb67a3d87e"}],"id":"36037bd2-9418-4358-8616-82f3c620beb9","_postman_id":"36037bd2-9418-4358-8616-82f3c620beb9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"intents","item":[{"name":"{id}","item":[{"name":"Get intent by ID","id":"86e4c726-6128-4fed-818e-120259de3ed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/intents/:id","description":"<p>Returns the intent with the ad sets and campaigns it is assigned to, plus <code>companyCount</code> — the number of companies tagged with this intent.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["intents",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"63d1a1bb-ae61-4014-8197-f28451f4701d","description":{"content":"<p>Intent ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"b3f4bf70-7919-41ec-ac0f-96a258e6a3cb","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    \"description\": \"\",\n    \"companyCount\": 142,\n    \"adSets\": [\n      {\n        \"id\": \"cm7lc001\",\n        \"name\": \"Evergreen 2025 - Competitor Switching\"\n      }\n    ],\n    \"campaigns\": [\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":"86e4c726-6128-4fed-818e-120259de3ed5"}],"id":"6d974645-1b66-420b-8563-5b972b451f97","_postman_id":"6d974645-1b66-420b-8563-5b972b451f97","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"List intents","id":"2fb7c5a5-2571-42df-8be0-56d781c55de5","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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["intents"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"a6a61847-4b83-482e-8d40-b051968fd21d","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      \"description\": \"\",\n      \"companyCount\": 142,\n      \"adSets\": [\n        {\n          \"id\": \"cm7lc001\",\n          \"name\": \"Evergreen 2025 - Competitor Switching\"\n        }\n      ],\n      \"campaigns\": [\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":"2fb7c5a5-2571-42df-8be0-56d781c55de5"}],"id":"2d7f265d-2659-4365-9d93-785c1d632b4d","_postman_id":"2d7f265d-2659-4365-9d93-785c1d632b4d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"contacts","item":[{"name":"{id}","item":[{"name":"Get contact journey","id":"fd1276d8-00ac-4755-bdfd-48655d81304a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/contacts/:id","description":"<p>Returns a single contact with company context, source events, related deals, and a weekly source-event timeline.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["contacts",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"d345e656-8548-4f94-8b64-3e6a21f2e48c","description":{"content":"<p>Contact ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"5afc4be2-44ab-4871-86e2-4f11e41986ef","name":"Contact journey detail","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/contacts/:id","host":["https://app.zenabm.com/api/v1"],"path":["contacts",":id"],"variable":[{"key":"id","value":"string","description":"Contact ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": \"cnt001\",\n    \"hubspotContactId\": \"5510123\",\n    \"hubspotPortalId\": \"243811\",\n    \"firstName\": \"Ada\",\n    \"lastName\": \"Lovelace\",\n    \"email\": \"ada@piedpiper.com\",\n    \"company\": {\n      \"id\": \"cmp001\",\n      \"name\": \"Pied Piper\",\n      \"website\": \"https://piedpiper.com\",\n      \"hubspotCompanyId\": \"37411334702\",\n      \"logoUrl\": \"https://piedpiper.com/logo.png\"\n    },\n    \"sourceEvents\": [\n      {\n        \"sourceType\": \"AI_REFERRALS\",\n        \"label\": \"AI: ChatGPT\",\n        \"detail1\": \"chatgpt.com\",\n        \"detail2\": \"/pricing\",\n        \"eventTimestamp\": \"2026-04-30T15:12:00.000Z\"\n      },\n      {\n        \"sourceType\": \"PAID_SEARCH\",\n        \"label\": \"PAID_SEARCH\",\n        \"detail1\": \"google\",\n        \"detail2\": \"brand campaign\",\n        \"eventTimestamp\": \"2026-04-29T12:30:00.000Z\"\n      }\n    ],\n    \"deals\": [\n      {\n        \"id\": \"deal001\",\n        \"hubspotId\": \"982173\",\n        \"hubspotPortalId\": 243811,\n        \"dealName\": \"Pied Piper - Enterprise\",\n        \"amount\": 25000,\n        \"hubspotCreatedAt\": \"2026-04-15T10:00:00.000Z\",\n        \"hubspotClosedAt\": null,\n        \"stageName\": \"Proposal\",\n        \"isWon\": false,\n        \"isLost\": false\n      }\n    ],\n    \"weeklyTimeline\": [\n      {\n        \"weekStart\": \"2026-04-27\",\n        \"clicks\": 8\n      },\n      {\n        \"weekStart\": \"2026-05-04\",\n        \"clicks\": 4\n      }\n    ],\n    \"totalClicks\": 12\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-05-04T12:00:00.000Z\"\n  }\n}"},{"id":"8306874a-75de-4ab4-a75f-7d93d9802080","name":"Contact not found","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/contacts/:id","host":["https://app.zenabm.com/api/v1"],"path":["contacts",":id"],"variable":[{"key":"id","value":"string","description":"Contact ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"status\": 404,\n    \"code\": \"NOT_FOUND\",\n    \"message\": \"Contact not found\"\n  }\n}"}],"_postman_id":"fd1276d8-00ac-4755-bdfd-48655d81304a"}],"id":"b1b76553-62ff-4a3a-84fa-b84383d3d033","_postman_id":"b1b76553-62ff-4a3a-84fa-b84383d3d033","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"List contacts with source touchpoints","id":"78a64646-b6c7-443f-9fd9-ee1e30e0275c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/contacts?page=1&pageSize=20&search=string&startDate=2026-04-01T00:00:00.000Z&endDate=2026-05-01T00:00:00.000Z&sortBy=totalClicks&sortOrder=desc&touchpoints=PAID_SEARCH,AI_REFERRALS|AI: ChatGPT&currentAbmStages=string&lifetimeAbmStages=string&hasDeal=all","description":"<p>Returns a paginated list of HubSpot contacts with source touchpoint totals, company context, ABM stage context, and related deals.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["contacts"],"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>Search filter</p>\n","type":"text/plain"},"key":"search","value":"string"},{"description":{"content":"<p>Start of the source event window (inclusive). ISO-8601 string.</p>\n","type":"text/plain"},"key":"startDate","value":"2026-04-01T00:00:00.000Z"},{"description":{"content":"<p>End of the source event window (inclusive). ISO-8601 string.</p>\n","type":"text/plain"},"key":"endDate","value":"2026-05-01T00:00:00.000Z"},{"key":"sortBy","value":"totalClicks"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"description":{"content":"<p>Comma-separated touchpoint keys. Examples: PAID_SEARCH, PAID_SOCIAL|LinkedIn Ads, AI_REFERRALS|AI: ChatGPT.</p>\n","type":"text/plain"},"key":"touchpoints","value":"PAID_SEARCH,AI_REFERRALS|AI: ChatGPT"},{"description":{"content":"<p>Comma-separated current ABM stage IDs.</p>\n","type":"text/plain"},"key":"currentAbmStages","value":"string"},{"description":{"content":"<p>Comma-separated lifetime ABM stage IDs.</p>\n","type":"text/plain"},"key":"lifetimeAbmStages","value":"string"},{"description":{"content":"<p>Filter contacts by their company's deal status. <code>*_in_period</code> variants use the page's <code>startDate</code>/<code>endDate</code> window — <code>created_in_period</code> matches <code>hubspotCreatedAt</code>, <code>won_in_period</code>/<code>lost_in_period</code> match <code>hubspotClosedAt</code> on Customer / Lost / Disqualified stages.</p>\n","type":"text/plain"},"key":"hasDeal","value":"all"}],"variable":[]}},"response":[{"id":"b05e09d9-6f91-4f19-a2d3-c9ac40bb7f70","name":"Paginated contacts with source touchpoints","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/contacts?page=1&pageSize=20&search=string&startDate=2026-04-01T00:00:00.000Z&endDate=2026-05-01T00:00:00.000Z&sortBy=totalClicks&sortOrder=desc&touchpoints=PAID_SEARCH,AI_REFERRALS|AI: ChatGPT&currentAbmStages=string&lifetimeAbmStages=string&hasDeal=all","host":["https://app.zenabm.com/api/v1"],"path":["contacts"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Search filter","key":"search","value":"string"},{"description":"Start of the source event window (inclusive). ISO-8601 string.","key":"startDate","value":"2026-04-01T00:00:00.000Z"},{"description":"End of the source event window (inclusive). ISO-8601 string.","key":"endDate","value":"2026-05-01T00:00:00.000Z"},{"key":"sortBy","value":"totalClicks"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Comma-separated touchpoint keys. Examples: PAID_SEARCH, PAID_SOCIAL|LinkedIn Ads, AI_REFERRALS|AI: ChatGPT.","key":"touchpoints","value":"PAID_SEARCH,AI_REFERRALS|AI: ChatGPT"},{"description":"Comma-separated current ABM stage IDs.","key":"currentAbmStages","value":"string"},{"description":"Comma-separated lifetime ABM stage IDs.","key":"lifetimeAbmStages","value":"string"},{"description":"Filter contacts by their company's deal status. `*_in_period` variants use the page's `startDate`/`endDate` window — `created_in_period` matches `hubspotCreatedAt`, `won_in_period`/`lost_in_period` match `hubspotClosedAt` on Customer / Lost / Disqualified stages.","key":"hasDeal","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\": \"cnt001\",\n      \"hubspotContactId\": \"5510123\",\n      \"firstName\": \"Ada\",\n      \"lastName\": \"Lovelace\",\n      \"name\": \"Ada Lovelace\",\n      \"email\": \"ada@piedpiper.com\",\n      \"companyId\": \"cmp001\",\n      \"companyName\": \"Pied Piper\",\n      \"companyLogoUrl\": \"https://piedpiper.com/logo.png\",\n      \"companyHubspotId\": \"37411334702\",\n      \"companyAbmStage\": {\n        \"id\": \"stage_interested\",\n        \"name\": \"Interested\",\n        \"color\": \"#10B981\",\n        \"displayOrder\": 3\n      },\n      \"companyLifetimeAbmStage\": {\n        \"id\": \"stage_evaluating\",\n        \"name\": \"Evaluating\",\n        \"color\": \"#6366F1\",\n        \"displayOrder\": 4\n      },\n      \"companyHasAnyDeal\": true,\n      \"companyDeals\": [\n        {\n          \"id\": \"deal001\",\n          \"hubspotId\": \"982173\",\n          \"hubspotPortalId\": 243811,\n          \"dealName\": \"Pied Piper - Enterprise\",\n          \"hubspotCreatedAt\": \"2026-04-15T10:00:00.000Z\",\n          \"hubspotClosedAt\": null,\n          \"status\": \"open\"\n        }\n      ],\n      \"totalClicks\": 12,\n      \"touchpoints\": [\n        {\n          \"sourceType\": \"PAID_SEARCH\",\n          \"label\": \"PAID_SEARCH\",\n          \"count\": 6\n        },\n        {\n          \"sourceType\": \"AI_REFERRALS\",\n          \"label\": \"AI: ChatGPT\",\n          \"count\": 4\n        }\n      ],\n      \"touchpointEvents\": [\n        {\n          \"id\": \"evt001\",\n          \"sourceType\": \"PAID_SEARCH\",\n          \"label\": \"PAID_SEARCH\",\n          \"detail1\": \"google\",\n          \"detail2\": \"brand campaign\",\n          \"eventTimestamp\": \"2026-04-29T12:30:00.000Z\"\n        }\n      ],\n      \"lastEventAt\": \"2026-04-29T12:30:00.000Z\"\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 42,\n    \"totalPages\": 3\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-05-04T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"78a64646-b6c7-443f-9fd9-ee1e30e0275c"}],"id":"051120aa-a257-4b42-a64e-8b18539869ff","_postman_id":"051120aa-a257-4b42-a64e-8b18539869ff","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"sources","item":[{"name":"{sourceType}","item":[{"name":"Get source detail by type","id":"985dc7c9-a83e-4863-b18f-0361db821381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/sources/:sourceType?label=AI: ChatGPT&startDate=2026-04-01T00:00:00.000Z&endDate=2026-05-01T00:00:00.000Z","description":"<p>Returns the contacts, companies, and weekly timeline for a single source type within an optional date range. Capped at the most recent 500 events.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["sources",":sourceType"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Optional label filter. Use for split source rows such as PAID_SOCIAL|LinkedIn Ads or AI_REFERRALS|AI: ChatGPT.</p>\n","type":"text/plain"},"key":"label","value":"AI: ChatGPT"},{"description":{"content":"<p>Start of the event window (inclusive). ISO-8601 string.</p>\n","type":"text/plain"},"key":"startDate","value":"2026-04-01T00:00:00.000Z"},{"description":{"content":"<p>End of the event window (inclusive). ISO-8601 string.</p>\n","type":"text/plain"},"key":"endDate","value":"2026-05-01T00:00:00.000Z"}],"variable":[{"id":"99966f5a-8f29-4e70-b020-c1a62c0fe75a","description":{"content":"<p>Source type identifier (e.g. PAID_SEARCH, PAID_SOCIAL, ORGANIC_SEARCH, AI_REFERRALS, REFERRALS, DIRECT_TRAFFIC, EMAIL_MARKETING, SOCIAL_MEDIA, OFFLINE, OTHER_CAMPAIGNS).</p>\n","type":"text/plain"},"type":"any","value":"PAID_SEARCH","key":"sourceType"}]}},"response":[{"id":"42df08ae-3582-429c-b0d8-e1abd491a37b","name":"Source detail with contact and company breakdowns","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/sources/:sourceType?label=AI: ChatGPT&startDate=2026-04-01T00:00:00.000Z&endDate=2026-05-01T00:00:00.000Z","host":["https://app.zenabm.com/api/v1"],"path":["sources",":sourceType"],"query":[{"description":"Optional label filter. Use for split source rows such as PAID_SOCIAL|LinkedIn Ads or AI_REFERRALS|AI: ChatGPT.","key":"label","value":"AI: ChatGPT"},{"description":"Start of the event window (inclusive). ISO-8601 string.","key":"startDate","value":"2026-04-01T00:00:00.000Z"},{"description":"End of the event window (inclusive). ISO-8601 string.","key":"endDate","value":"2026-05-01T00:00:00.000Z"}],"variable":[{"key":"sourceType","value":"PAID_SEARCH","description":"Source type identifier (e.g. PAID_SEARCH, PAID_SOCIAL, ORGANIC_SEARCH, AI_REFERRALS, REFERRALS, DIRECT_TRAFFIC, EMAIL_MARKETING, SOCIAL_MEDIA, OFFLINE, OTHER_CAMPAIGNS)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"contacts\": [\n      {\n        \"contactId\": \"cnt001\",\n        \"hubspotContactId\": \"5510123\",\n        \"name\": \"Ada Lovelace\",\n        \"email\": \"ada@piedpiper.com\",\n        \"companyName\": \"Pied Piper\",\n        \"companyId\": \"cmp001\",\n        \"clicks\": 12,\n        \"lastEvent\": \"2026-05-03T19:11:24.000Z\"\n      }\n    ],\n    \"companies\": [\n      {\n        \"companyId\": \"cmp001\",\n        \"name\": \"Pied Piper\",\n        \"website\": \"https://piedpiper.com\",\n        \"clicks\": 41,\n        \"contacts\": 7\n      }\n    ],\n    \"timeline\": [\n      {\n        \"weekStart\": \"2026-04-27\",\n        \"clicks\": 18\n      },\n      {\n        \"weekStart\": \"2026-05-04\",\n        \"clicks\": 23\n      }\n    ],\n    \"totalClicks\": 41,\n    \"totalContacts\": 7,\n    \"totalCompanies\": 1\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-05-04T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"985dc7c9-a83e-4863-b18f-0361db821381"}],"id":"3449c7fa-b28c-48fd-8f52-37f1d6f9175e","_postman_id":"3449c7fa-b28c-48fd-8f52-37f1d6f9175e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"List contact source aggregates","id":"019022b7-7bcb-4aba-b1a1-896b4c762e51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/sources?startDate=2026-04-01T00:00:00.000Z&endDate=2026-05-01T00:00:00.000Z","description":"<p>Returns aggregated contact source events grouped by source type. Each row reports total clicks, distinct contacts, and distinct companies. Filter by an optional date range.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["sources"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Start of the event window (inclusive). ISO-8601 string.</p>\n","type":"text/plain"},"key":"startDate","value":"2026-04-01T00:00:00.000Z"},{"description":{"content":"<p>End of the event window (inclusive). ISO-8601 string.</p>\n","type":"text/plain"},"key":"endDate","value":"2026-05-01T00:00:00.000Z"}],"variable":[]}},"response":[{"id":"9acacd0d-0172-42d2-aabb-58c0997c6854","name":"Aggregated source totals","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/sources?startDate=2026-04-01T00:00:00.000Z&endDate=2026-05-01T00:00:00.000Z","host":["https://app.zenabm.com/api/v1"],"path":["sources"],"query":[{"description":"Start of the event window (inclusive). ISO-8601 string.","key":"startDate","value":"2026-04-01T00:00:00.000Z"},{"description":"End of the event window (inclusive). ISO-8601 string.","key":"endDate","value":"2026-05-01T00:00:00.000Z"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"key\": \"PAID_SEARCH\",\n      \"sourceType\": \"PAID_SEARCH\",\n      \"label\": \"PAID_SEARCH\",\n      \"clicks\": 1240,\n      \"contacts\": 87,\n      \"companies\": 54\n    },\n    {\n      \"key\": \"AI_REFERRALS:AI: ChatGPT\",\n      \"sourceType\": \"AI_REFERRALS\",\n      \"label\": \"AI: ChatGPT\",\n      \"clicks\": 612,\n      \"contacts\": 45,\n      \"companies\": 38\n    }\n  ],\n  \"meta\": {\n    \"timestamp\": \"2026-05-04T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"019022b7-7bcb-4aba-b1a1-896b4c762e51"}],"id":"5bd64f57-7a56-4e90-b174-8783e81cf999","_postman_id":"5bd64f57-7a56-4e90-b174-8783e81cf999","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"ad-spend","item":[{"name":"Ad Set monthly spend","id":"daad1373-ab80-42b1-8418-2a576bf160c1","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&startDate=1998-12-08&endDate=1998-12-08&linkedInId=123456","description":"<p>Returns ad spend for LinkedIn Ad Sets within the requested date range. Response includes a <code>summary</code> of totals across the whole range and a <code>byAdSet</code> array — one entry per ad set, each carrying its own totals plus monthly buckets (<code>year</code>, <code>month</code>, <code>period</code> like <code>\"2026-05\"</code>). Pagination scopes <code>byAdSet</code> (summary always reflects the full range). Each ad set includes both ZenABM's internal <code>id</code> (when imported) and the LinkedIn-native <code>linkedInId</code>. Filter to a single ad set with the <code>linkedInId</code> query param.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"description":{"content":"<p>Filter to a single Ad Set by its LinkedIn numeric ID.</p>\n","type":"text/plain"},"key":"linkedInId","value":"123456"}],"variable":[]}},"response":[{"id":"8f687269-a9c0-4718-b409-4474840cd683","name":"Ad spend summary + per-ad-set monthly breakdown","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&startDate=1998-12-08&endDate=1998-12-08&linkedInId=123456","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":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"description":"Filter to a single Ad Set by its LinkedIn numeric ID.","key":"linkedInId","value":"123456"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"summary\": {\n      \"costInUsd\": 18420.5,\n      \"impressions\": 412000,\n      \"clicks\": 1980,\n      \"engagements\": 3640,\n      \"monthCount\": 3,\n      \"adSetCount\": 4,\n      \"startDate\": \"2026-03-01\",\n      \"endDate\": \"2026-05-31\"\n    },\n    \"byAdSet\": [\n      {\n        \"id\": \"cmf8a9q2k0001of04w7v3lqz9\",\n        \"linkedInId\": \"123456\",\n        \"name\": \"Techcrunch 2025\",\n        \"status\": \"ACTIVE\",\n        \"format\": \"Single Image\",\n        \"totals\": {\n          \"costInUsd\": 9871.25,\n          \"impressions\": 220000,\n          \"clicks\": 1102,\n          \"engagements\": 1840\n        },\n        \"monthly\": [\n          {\n            \"year\": 2026,\n            \"month\": 5,\n            \"period\": \"2026-05\",\n            \"costInUsd\": 4250.75,\n            \"impressions\": 102000,\n            \"clicks\": 540,\n            \"engagements\": 810\n          },\n          {\n            \"year\": 2026,\n            \"month\": 4,\n            \"period\": \"2026-04\",\n            \"costInUsd\": 3120,\n            \"impressions\": 68000,\n            \"clicks\": 312,\n            \"engagements\": 540\n          },\n          {\n            \"year\": 2026,\n            \"month\": 3,\n            \"period\": \"2026-03\",\n            \"costInUsd\": 2500.5,\n            \"impressions\": 50000,\n            \"clicks\": 250,\n            \"engagements\": 490\n          }\n        ]\n      }\n    ]\n  },\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 4,\n    \"totalPages\": 1\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-05-13T19:06:51.685Z\"\n  }\n}"}],"_postman_id":"daad1373-ab80-42b1-8418-2a576bf160c1"}],"id":"7cf8ff98-62c9-4fdb-a88b-47bf27ecdb3e","_postman_id":"7cf8ff98-62c9-4fdb-a88b-47bf27ecdb3e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"linkedin-metrics","item":[{"name":"Aggregated LinkedIn metrics for a date range","id":"9b254b46-5b07-4f72-bb6b-e6ae06b77867","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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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":"31b5b536-edcf-4fee-84cc-3d1d4451f880","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":"9b254b46-5b07-4f72-bb6b-e6ae06b77867"}],"id":"a377ccc2-eda2-4ec3-96d7-245a68166d4e","_postman_id":"a377ccc2-eda2-4ec3-96d7-245a68166d4e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"ad-library","item":[{"name":"by-advertiser","item":[{"name":"Search the LinkedIn Ad Library by advertiser","id":"434c44fb-958f-4230-b2ee-e40d9cacc262","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/ad-library/by-advertiser?company=string&companyId=string&countries=string&startDate=1998-12-08&endDate=1998-12-08&limit=25","description":"<p>Profile a competitor's ads. Searches LinkedIn's public Ad Library by advertiser name (fuzzy match) and returns normalized ad metadata (format, EU/EEA impression ranges + per-country split, first/last impression dates, and which targeting facets were used). LinkedIn's advertiser search is fuzzy, so responses include an <code>advertisers</code> list — pick the right <code>companyId</code> from it and pass it back to filter to the exact advertiser. Country and date filters are applied over the returned ads. Impression/targeting data is EU/EEA-only (DSA); US-only advertisers return null statistics (treat as unknown, not zero).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["ad-library","by-advertiser"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Advertiser name, vanity slug, or a linkedin.com/company/... URL to search for.</p>\n","type":"text/plain"},"key":"company","value":"string"},{"description":{"content":"<p>Canonical LinkedIn company ID to filter results to the exact advertiser (guards against fuzzy-name collisions). Auto-derived when <code>company</code> is a /company/ URL.</p>\n","type":"text/plain"},"key":"companyId","value":"string"},{"description":{"content":"<p>Comma-separated ISO 3166-1 alpha-2 codes (e.g. \"DE,FR\"). Keeps ads with EU/EEA impressions in any listed country.</p>\n","type":"text/plain"},"key":"countries","value":"string"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"description":{"content":"<p>Max ads to return after filtering (default: 25, max: 100).</p>\n","type":"text/plain"},"key":"limit","value":"25"}],"variable":[]}},"response":[{"id":"ee9af113-35e4-4c01-871e-f78aa44ef5e7","name":"Ad Library search results","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-library/by-advertiser?company=string&companyId=string&countries=string&startDate=1998-12-08&endDate=1998-12-08&limit=25","host":["https://app.zenabm.com/api/v1"],"path":["ad-library","by-advertiser"],"query":[{"description":"Advertiser name, vanity slug, or a linkedin.com/company/... URL to search for.","key":"company","value":"string"},{"description":"Canonical LinkedIn company ID to filter results to the exact advertiser (guards against fuzzy-name collisions). Auto-derived when `company` is a /company/<id> URL.","key":"companyId","value":"string"},{"description":"Comma-separated ISO 3166-1 alpha-2 codes (e.g. \"DE,FR\"). Keeps ads with EU/EEA impressions in any listed country.","key":"countries","value":"string"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"description":"Max ads to return after filtering (default: 25, max: 100).","key":"limit","value":"25"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"ads\": [\n      {\n        \"adId\": \"1443175013\",\n        \"adUrl\": \"https://www.linkedin.com/ad-library/detail/1443175013\",\n        \"isRestricted\": false,\n        \"type\": \"SPONSORED_VIDEO\",\n        \"advertiser\": {\n          \"name\": \"Userpilot\",\n          \"url\": \"https://www.linkedin.com/company/27027108\",\n          \"companyId\": \"27027108\",\n          \"payer\": \"Userpilot Inc\"\n        },\n        \"statistics\": {\n          \"firstImpressionAt\": 1781795275387,\n          \"latestImpressionAt\": 1783846658226,\n          \"totalImpressions\": {\n            \"from\": 0,\n            \"to\": 1000\n          },\n          \"impressionsByCountry\": [\n            {\n              \"country\": \"DE\",\n              \"percentage\": 4.45\n            }\n          ]\n        },\n        \"targeting\": [\n          {\n            \"facet\": \"Location\",\n            \"isIncluded\": true,\n            \"isExcluded\": false,\n            \"includedSegments\": [\n              \"Germany\"\n            ],\n            \"excludedSegments\": []\n          }\n        ]\n      }\n    ],\n    \"advertisers\": [\n      {\n        \"name\": \"Userpilot\",\n        \"url\": \"https://www.linkedin.com/company/27027108\",\n        \"companyId\": \"27027108\",\n        \"adCount\": 24\n      }\n    ],\n    \"total\": 1617,\n    \"scanned\": 25,\n    \"returned\": 1,\n    \"truncated\": true\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-07-12T12:00:00.000Z\"\n  }\n}"},{"id":"15025639-7edb-43a3-9e2a-712769f4eb59","name":"Missing company parameter or no LinkedIn connection","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-library/by-advertiser?company=string&companyId=string&countries=string&startDate=1998-12-08&endDate=1998-12-08&limit=25","host":["https://app.zenabm.com/api/v1"],"path":["ad-library","by-advertiser"],"query":[{"description":"Advertiser name, vanity slug, or a linkedin.com/company/... URL to search for.","key":"company","value":"string"},{"description":"Canonical LinkedIn company ID to filter results to the exact advertiser (guards against fuzzy-name collisions). Auto-derived when `company` is a /company/<id> URL.","key":"companyId","value":"string"},{"description":"Comma-separated ISO 3166-1 alpha-2 codes (e.g. \"DE,FR\"). Keeps ads with EU/EEA impressions in any listed country.","key":"countries","value":"string"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"description":"Max ads to return after filtering (default: 25, max: 100).","key":"limit","value":"25"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"status\": 400,\n    \"code\": \"BAD_REQUEST\",\n    \"message\": \"The \\\"company\\\" query parameter is required.\"\n  }\n}"}],"_postman_id":"434c44fb-958f-4230-b2ee-e40d9cacc262"}],"id":"b32936a6-b09c-438b-9802-35657be7f428","_postman_id":"b32936a6-b09c-438b-9802-35657be7f428","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"by-keyword","item":[{"name":"Search the LinkedIn Ad Library by keyword","id":"39c4137b-efd5-4ab2-810f-67a481465bec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/ad-library/by-keyword?keyword=string&advertiser=string&countries=string&startDate=1998-12-08&endDate=1998-12-08&limit=25","description":"<p>Discover who advertises on a topic. Full-text searches LinkedIn's public Ad Library ad copy and returns the same normalized ad metadata as /ad-library/by-advertiser. Optionally narrow to a single advertiser. Country and date filters are applied over the returned ads. Impression/targeting data is EU/EEA-only (DSA).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["ad-library","by-keyword"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Full-text phrase to match in ad copy.</p>\n","type":"text/plain"},"key":"keyword","value":"string"},{"description":{"content":"<p>Optional advertiser name to narrow keyword results (ANDed with the keyword).</p>\n","type":"text/plain"},"key":"advertiser","value":"string"},{"description":{"content":"<p>Comma-separated ISO 3166-1 alpha-2 codes (e.g. \"DE,FR\"). Keeps ads with EU/EEA impressions in any listed country.</p>\n","type":"text/plain"},"key":"countries","value":"string"},{"description":{"content":"<p>Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"startDate","value":"1998-12-08"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"},{"description":{"content":"<p>Max ads to return after filtering (default: 25, max: 100).</p>\n","type":"text/plain"},"key":"limit","value":"25"}],"variable":[]}},"response":[{"id":"4a002a8a-c7d4-4e37-884a-5e6aec4a58bb","name":"Ad Library search results","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-library/by-keyword?keyword=string&advertiser=string&countries=string&startDate=1998-12-08&endDate=1998-12-08&limit=25","host":["https://app.zenabm.com/api/v1"],"path":["ad-library","by-keyword"],"query":[{"description":"Full-text phrase to match in ad copy.","key":"keyword","value":"string"},{"description":"Optional advertiser name to narrow keyword results (ANDed with the keyword).","key":"advertiser","value":"string"},{"description":"Comma-separated ISO 3166-1 alpha-2 codes (e.g. \"DE,FR\"). Keeps ads with EU/EEA impressions in any listed country.","key":"countries","value":"string"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"description":"Max ads to return after filtering (default: 25, max: 100).","key":"limit","value":"25"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"ads\": [\n      {\n        \"adId\": \"1442648153\",\n        \"adUrl\": \"https://www.linkedin.com/ad-library/detail/1442648153\",\n        \"isRestricted\": false,\n        \"type\": \"SPONSORED_STATUS_UPDATE\",\n        \"advertiser\": {\n          \"name\": \"Personio\",\n          \"url\": \"https://www.linkedin.com/company/10180448\",\n          \"companyId\": \"10180448\",\n          \"payer\": \"Personio SE & Co. KG\"\n        },\n        \"statistics\": null,\n        \"targeting\": []\n      }\n    ],\n    \"advertisers\": [\n      {\n        \"name\": \"Personio\",\n        \"url\": \"https://www.linkedin.com/company/10180448\",\n        \"companyId\": \"10180448\",\n        \"adCount\": 12\n      }\n    ],\n    \"total\": 410199,\n    \"scanned\": 25,\n    \"returned\": 1,\n    \"truncated\": true\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-07-12T12:00:00.000Z\"\n  }\n}"},{"id":"d1d2258f-5ab7-47d0-8bac-14498e2fd695","name":"Missing keyword parameter or no LinkedIn connection","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-library/by-keyword?keyword=string&advertiser=string&countries=string&startDate=1998-12-08&endDate=1998-12-08&limit=25","host":["https://app.zenabm.com/api/v1"],"path":["ad-library","by-keyword"],"query":[{"description":"Full-text phrase to match in ad copy.","key":"keyword","value":"string"},{"description":"Optional advertiser name to narrow keyword results (ANDed with the keyword).","key":"advertiser","value":"string"},{"description":"Comma-separated ISO 3166-1 alpha-2 codes (e.g. \"DE,FR\"). Keeps ads with EU/EEA impressions in any listed country.","key":"countries","value":"string"},{"description":"Start date (YYYY-MM-DD). When provided with endDate, overrides the period parameter.","key":"startDate","value":"1998-12-08"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1998-12-08"},{"description":"Max ads to return after filtering (default: 25, max: 100).","key":"limit","value":"25"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"status\": 400,\n    \"code\": \"BAD_REQUEST\",\n    \"message\": \"The \\\"keyword\\\" query parameter is required.\"\n  }\n}"}],"_postman_id":"39c4137b-efd5-4ab2-810f-67a481465bec"}],"id":"f06666d3-2dd1-4b47-8c84-a90095bf827f","_postman_id":"f06666d3-2dd1-4b47-8c84-a90095bf827f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}}],"id":"fbe6df5f-3178-4ba6-8a1e-6627bd65cdd2","_postman_id":"fbe6df5f-3178-4ba6-8a1e-6627bd65cdd2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}},{"name":"dashboard","item":[{"name":"Get dashboard overview","id":"9e9a44b0-8691-4d5a-a2a1-1c3dcf196836","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/dashboard?startDate=1998-12-08&endDate=1998-12-08","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":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","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-12-08"},{"description":{"content":"<p>End date (default: today)</p>\n","type":"text/plain"},"key":"endDate","value":"1998-12-08"}],"variable":[]}},"response":[{"id":"6fc7610f-a646-499c-953e-39a82e9eb407","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-12-08&endDate=1998-12-08","host":["https://app.zenabm.com/api/v1"],"path":["dashboard"],"query":[{"description":"Start date (default: 30 days ago)","key":"startDate","value":"1998-12-08"},{"description":"End date (default: today)","key":"endDate","value":"1998-12-08"}]}},"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":"9e9a44b0-8691-4d5a-a2a1-1c3dcf196836"}],"id":"a8e7994e-7313-4ea5-9642-b11c34cee4cf","_postman_id":"a8e7994e-7313-4ea5-9642-b11c34cee4cf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"5a162eea-fafa-4499-b3a7-c997929e4011","id":"5a162eea-fafa-4499-b3a7-c997929e4011","name":"ZenABM API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]}},"variable":[{"key":"baseUrl","value":"https://app.zenabm.com/api/v1"}]}