{"info":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","publishedId":"2sBXqQGJ3S","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-14T13:54:07.000Z"},"item":[{"name":"companies","item":[{"name":"{id}","item":[{"name":"overview","item":[{"name":"Get company metrics overview","id":"16b2b8c6-9ed9-4819-a9c2-9c487f8cfa56","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=1988-10-17&endDate=1988-10-17","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"}],"variable":[{"id":"c89093f2-31d8-42b3-bda2-8b255c625d59","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"54446e17-db67-4dec-b860-e3dc71c12bb8","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=1988-10-17&endDate=1988-10-17","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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"}],"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":"16b2b8c6-9ed9-4819-a9c2-9c487f8cfa56"}],"id":"75c07b68-32c6-4da0-8690-f4d2665c1c98","_postman_id":"75c07b68-32c6-4da0-8690-f4d2665c1c98","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"campaigns","item":[{"name":"List Ad Sets for a company","id":"5f6b2148-02bb-4fa5-b8cf-2ebbcddda519","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=1988-10-17&endDate=1988-10-17&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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"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":"76b94ad3-a686-4aef-a356-818a7e063037","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"d1534e6b-f911-4ede-9194-790b8084ee2c","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=1988-10-17&endDate=1988-10-17&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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"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":"5f6b2148-02bb-4fa5-b8cf-2ebbcddda519"}],"id":"9f6b2512-c5bc-42f2-9195-7206a6fffe33","_postman_id":"9f6b2512-c5bc-42f2-9195-7206a6fffe33","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"campaign-groups","item":[{"name":"List Campaigns for a company","id":"077633cf-e187-4798-adac-d7da44851c47","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=1988-10-17&endDate=1988-10-17&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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"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":"b8edf131-0e62-4c96-86fb-1951f4167cf6","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"da9264ec-5c34-4b60-8ffe-cb284faa92eb","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=1988-10-17&endDate=1988-10-17&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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"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":"077633cf-e187-4798-adac-d7da44851c47"}],"id":"3832ac27-c323-480f-8430-ccbbf664be9f","_postman_id":"3832ac27-c323-480f-8430-ccbbf664be9f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"abm-campaigns","item":[{"name":"List ABM campaigns for a company","id":"5ff5efe8-a95d-4893-af6c-ee0825ce2ec3","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=1988-10-17&endDate=1988-10-17&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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"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":"9f59c466-5ada-4b8a-9bd6-091677cdacf5","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"828ccb12-e813-416d-bae0-401230c58692","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=1988-10-17&endDate=1988-10-17&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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"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":"5ff5efe8-a95d-4893-af6c-ee0825ce2ec3"}],"id":"a15f694f-7ca7-4b63-9587-b4551106f0b8","_postman_id":"a15f694f-7ca7-4b63-9587-b4551106f0b8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"timeline","item":[{"name":"Get company timeline","id":"020aaa12-d138-4085-a7ce-ada6ac40495c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/companies/:id/timeline?startDate=1988-10-17&endDate=1988-10-17","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (ISO format, default: today)</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"}],"variable":[{"id":"57528e79-4aa7-4c92-8397-486a2cdc11a3","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"8da49e4f-fbc0-4251-a2ce-f4afb3412d0c","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=1988-10-17&endDate=1988-10-17","host":["https://app.zenabm.com/api/v1"],"path":["companies",":id","timeline"],"query":[{"description":"Start date (ISO format, default: 30 days ago)","key":"startDate","value":"1988-10-17"},{"description":"End date (ISO format, default: today)","key":"endDate","value":"1988-10-17"}],"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":"020aaa12-d138-4085-a7ce-ada6ac40495c"}],"id":"18f6eb86-82a6-49be-aa8b-b8f32b918540","_postman_id":"18f6eb86-82a6-49be-aa8b-b8f32b918540","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"activity-log","item":[{"name":"Get company activity log","id":"eab8ac53-cc8a-447a-8ca7-768ee59ea0d1","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=1988-10-17&endDate=1988-10-17","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"}],"variable":[{"id":"1cba29de-33aa-45c1-92f8-a4eadd1b7409","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"f70fbe52-7308-45c1-93ba-3c5b44b52b22","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=1988-10-17&endDate=1988-10-17","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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"}],"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":"eab8ac53-cc8a-447a-8ca7-768ee59ea0d1"}],"id":"7bb29754-107e-4beb-ad02-d6b937a40218","_postman_id":"7bb29754-107e-4beb-ad02-d6b937a40218","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"deals","item":[{"name":"Get deals for a company","id":"40425b9e-6e69-41a2-aef2-d843bba72fe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/companies/:id/deals?page=1&pageSize=20&sortBy=string&sortOrder=desc","description":"<p>Optional filters: sortBy, sortOrder</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["companies",":id","deals"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"}],"variable":[{"id":"246d8fb5-2391-4f1d-bec1-b6b78635d0c8","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"aee54e3e-ca45-485b-9413-e86fa93fcb62","name":"Deals for company","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/companies/:id/deals?page=1&pageSize=20&sortBy=string&sortOrder=desc","host":["https://app.zenabm.com/api/v1"],"path":["companies",":id","deals"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"}],"variable":[{"key":"id","value":"string","description":"Company ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"data\": [\n      {\n        \"id\": \"clxyz123abc\",\n        \"dealName\": \"Acme Corp - Enterprise License\",\n        \"hubspotId\": \"12345678\",\n        \"hubspotPortalId\": \"98765432\",\n        \"amount\": 45000,\n        \"linkedinInfluenced\": true,\n        \"abmInfluenced\": true,\n        \"hubspotCreatedAt\": \"2025-03-15T10:30:00.000Z\",\n        \"hubspotClosedAt\": \"2025-06-20T14:00:00.000Z\",\n        \"company\": {\n          \"id\": \"1337\",\n          \"name\": \"Pied Piper\",\n          \"logoUrl\": \"https://piedpiper.com/assets/images/logo.png\",\n          \"website\": \"https://piedpiper.com\",\n          \"linkedInOrgId\": \"12345\",\n          \"hubspotCompanyId\": \"9876543\",\n          \"country\": \"United States\",\n          \"hubspotPortalId\": \"98765432\"\n        },\n        \"stage\": {\n          \"id\": \"1337_closed_won\",\n          \"name\": \"Closed Won\"\n        },\n        \"campaigns\": [\n          {\n            \"id\": \"1337\",\n            \"name\": \"Q1 Enterprise ABM Campaign\"\n          }\n        ],\n        \"impressionsBeforeDeal\": 8450,\n        \"impressionsAfterDeal\": 3200,\n        \"linkedinImpressionsBeforeDeal\": 5200,\n        \"abmImpressionsBeforeDeal\": 3250,\n        \"linkedinImpressionsAfterDeal\": 1800,\n        \"abmImpressionsAfterDeal\": 1400,\n        \"clicksBeforeDeal\": 142,\n        \"clicksAfterDeal\": 58,\n        \"linkedinClicksBeforeDeal\": 89,\n        \"abmClicksBeforeDeal\": 53,\n        \"linkedinClicksAfterDeal\": 34,\n        \"abmClicksAfterDeal\": 24,\n        \"engagementsBeforeDeal\": 312,\n        \"engagementsAfterDeal\": 95,\n        \"linkedinEngagementsBeforeDeal\": 198,\n        \"abmEngagementsBeforeDeal\": 114,\n        \"linkedinEngagementsAfterDeal\": 60,\n        \"abmEngagementsAfterDeal\": 35\n      }\n    ],\n    \"count\": 3\n  },\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 3,\n    \"totalPages\": 1\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-04-12T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"40425b9e-6e69-41a2-aef2-d843bba72fe1"}],"id":"9463657d-f5e1-438c-883b-e6ce12692e92","_postman_id":"9463657d-f5e1-438c-883b-e6ce12692e92","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"abm-stages","item":[{"name":"Get ABM stages for a company","id":"5613d095-58b5-45b2-8230-10e8129cc9bd","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["companies",":id","abm-stages"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"36f97a72-13ef-4716-9f58-1f9b27f97102","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"cceb485e-0373-4f27-a5d6-27d13cada57e","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":"5613d095-58b5-45b2-8230-10e8129cc9bd"}],"id":"9c72d0d3-a2e9-4800-affc-ea140dfba08b","_postman_id":"9c72d0d3-a2e9-4800-affc-ea140dfba08b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"Get company by ID","id":"b95c4708-4d03-4918-8f60-8aa3921daf00","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["companies",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"ca14d245-cea1-4c4e-a105-5657ce585ea9","description":{"content":"<p>Company ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"fd5c617b-6f3f-4e07-b36b-44b9a995010b","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":"b95c4708-4d03-4918-8f60-8aa3921daf00"}],"id":"caff5017-e7ed-43ee-ac72-841e4c7dc087","_postman_id":"caff5017-e7ed-43ee-ac72-841e4c7dc087","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"List companies with insights","id":"69cdea90-d3a0-419d-8e27-49f77493f82c","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=1988-10-17&endDate=1988-10-17&sortBy=string&sortOrder=desc&search=string&campaigns=cm1abc,cm2def&campaignGroups=string&abmCampaigns=string&abmStages=string&engagementScores=3,4,5&crmMatchStatus=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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"description":{"content":"<p>Search filter</p>\n","type":"text/plain"},"key":"search","value":"string"},{"description":{"content":"<p>Comma-separated Ad Sets IDs</p>\n","type":"text/plain"},"key":"campaigns","value":"cm1abc,cm2def"},{"description":{"content":"<p>Comma-separated Campaigns IDs</p>\n","type":"text/plain"},"key":"campaignGroups","value":"string"},{"description":{"content":"<p>Comma-separated ABM campaign IDs</p>\n","type":"text/plain"},"key":"abmCampaigns","value":"string"},{"description":{"content":"<p>Comma-separated ABM stage IDs</p>\n","type":"text/plain"},"key":"abmStages","value":"string"},{"description":{"content":"<p>Comma-separated scores (1–5)</p>\n","type":"text/plain"},"key":"engagementScores","value":"3,4,5"},{"description":{"content":"<p>CRM match filter</p>\n","type":"text/plain"},"key":"crmMatchStatus","value":"all"},{"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":"8f5d435b-fe7d-4d2c-a3fb-53a447354245","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=1988-10-17&endDate=1988-10-17&sortBy=string&sortOrder=desc&search=string&campaigns=cm1abc,cm2def&campaignGroups=string&abmCampaigns=string&abmStages=string&engagementScores=3,4,5&crmMatchStatus=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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"},{"description":"Comma-separated Ad Sets IDs","key":"campaigns","value":"cm1abc,cm2def"},{"description":"Comma-separated Campaigns IDs","key":"campaignGroups","value":"string"},{"description":"Comma-separated ABM campaign IDs","key":"abmCampaigns","value":"string"},{"description":"Comma-separated ABM stage IDs","key":"abmStages","value":"string"},{"description":"Comma-separated scores (1–5)","key":"engagementScores","value":"3,4,5"},{"description":"CRM match filter","key":"crmMatchStatus","value":"all"},{"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":"3f74702d-a754-4bfa-a4b7-1c438126a00b","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=1988-10-17&endDate=1988-10-17&sortBy=string&sortOrder=desc&search=string&campaigns=cm1abc,cm2def&campaignGroups=string&abmCampaigns=string&abmStages=string&engagementScores=3,4,5&crmMatchStatus=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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"},{"description":"Comma-separated Ad Sets IDs","key":"campaigns","value":"cm1abc,cm2def"},{"description":"Comma-separated Campaigns IDs","key":"campaignGroups","value":"string"},{"description":"Comma-separated ABM campaign IDs","key":"abmCampaigns","value":"string"},{"description":"Comma-separated ABM stage IDs","key":"abmStages","value":"string"},{"description":"Comma-separated scores (1–5)","key":"engagementScores","value":"3,4,5"},{"description":"CRM match filter","key":"crmMatchStatus","value":"all"},{"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":"50f95a6e-7b73-4632-af84-22cad2bc44cb","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=1988-10-17&endDate=1988-10-17&sortBy=string&sortOrder=desc&search=string&campaigns=cm1abc,cm2def&campaignGroups=string&abmCampaigns=string&abmStages=string&engagementScores=3,4,5&crmMatchStatus=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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"},{"description":"Comma-separated Ad Sets IDs","key":"campaigns","value":"cm1abc,cm2def"},{"description":"Comma-separated Campaigns IDs","key":"campaignGroups","value":"string"},{"description":"Comma-separated ABM campaign IDs","key":"abmCampaigns","value":"string"},{"description":"Comma-separated ABM stage IDs","key":"abmStages","value":"string"},{"description":"Comma-separated scores (1–5)","key":"engagementScores","value":"3,4,5"},{"description":"CRM match filter","key":"crmMatchStatus","value":"all"},{"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":"69cdea90-d3a0-419d-8e27-49f77493f82c"}],"id":"875ca9fc-ec0a-4991-b66a-aab8a88b00f1","_postman_id":"875ca9fc-ec0a-4991-b66a-aab8a88b00f1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"campaigns","item":[{"name":"{id}","item":[{"name":"overview","item":[{"name":"Get Ad Set metrics overview","id":"72e4bb78-02b7-41b3-bf28-948b0cbe284e","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=1988-10-17&endDate=1988-10-17","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"}],"variable":[{"id":"6f332cb0-1fbd-4360-9529-357d34f4b835","description":{"content":"<p>Ad Set ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"d6afd9e1-1201-4926-9f89-fd822522f5b7","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=1988-10-17&endDate=1988-10-17","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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"}],"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":"72e4bb78-02b7-41b3-bf28-948b0cbe284e"}],"id":"7599d4b5-b457-483b-98f9-f4d217793871","_postman_id":"7599d4b5-b457-483b-98f9-f4d217793871","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"companies","item":[{"name":"List companies for a Ad Set","id":"9333feca-3953-4337-a743-e5983a79afaf","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=1988-10-17&endDate=1988-10-17&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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"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":"58c58e98-b1c3-4ae9-b0d9-aeea11d545c4","description":{"content":"<p>Ad Set ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"ad4199d9-55f1-4bfa-a6d3-e42ec076255a","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=1988-10-17&endDate=1988-10-17&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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"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":"9333feca-3953-4337-a743-e5983a79afaf"}],"id":"28ddac04-d70a-4b45-9db1-bdcca4e1ddf6","_postman_id":"28ddac04-d70a-4b45-9db1-bdcca4e1ddf6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"job-titles","item":[{"name":"Get job title insights for a Ad Set","id":"cd103a98-1b3a-4ca6-be90-07b5f925bea8","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=1988-10-17&endDate=1988-10-17&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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"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":"ccc93af3-efba-4076-a2c5-0dbdaf3c2453","description":{"content":"<p>Ad Set ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"122b2052-3996-490d-b861-567933a85b94","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=1988-10-17&endDate=1988-10-17&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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"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":"cd103a98-1b3a-4ca6-be90-07b5f925bea8"}],"id":"f1abb0af-852e-444c-a5dd-0c871a09bfa9","_postman_id":"f1abb0af-852e-444c-a5dd-0c871a09bfa9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"Get Ad Set by ID","id":"32bf901c-7c5a-4476-bd9b-235078c74ee0","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["campaigns",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"2f3a0831-3e6b-48d3-a13e-0b6abea1d503","description":{"content":"<p>Ad Set ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"0825551f-a906-4204-8928-eb977f4de3d0","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":"32bf901c-7c5a-4476-bd9b-235078c74ee0"}],"id":"e99c04bc-ed68-40d6-9475-38853d89172e","_postman_id":"e99c04bc-ed68-40d6-9475-38853d89172e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"List Ad Sets with insights","id":"f5c04a29-21f0-4606-a154-825e364d7947","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=1988-10-17&endDate=1988-10-17&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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"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":"eb6a13e2-fe8e-4727-8ef8-297792a38668","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=1988-10-17&endDate=1988-10-17&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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"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":"f5c04a29-21f0-4606-a154-825e364d7947"}],"id":"9f39d46f-577c-4866-a8bf-edaef5b45e0b","_postman_id":"9f39d46f-577c-4866-a8bf-edaef5b45e0b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"creatives","item":[{"name":"List ad creatives","id":"5e9076b8-6720-498a-879b-31dfe7de9538","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"5f4f6001-c211-497f-81b8-cfd74a7412d6","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":"5e9076b8-6720-498a-879b-31dfe7de9538"}],"id":"90e9e30c-763c-4bda-8bf6-b7b1162936f5","_postman_id":"90e9e30c-763c-4bda-8bf6-b7b1162936f5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"campaign-groups","item":[{"name":"{id}","item":[{"name":"overview","item":[{"name":"Get Campaign metrics overview","id":"e9856ff1-b19a-4df3-ac46-8729b9db81c7","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=1988-10-17&endDate=1988-10-17","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"}],"variable":[{"id":"ae25ccc3-89ba-4fca-bade-00b6c031b247","description":{"content":"<p>Campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"a9df1eb9-3167-4e11-b391-1b9145c00a37","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=1988-10-17&endDate=1988-10-17","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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"}],"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":"e9856ff1-b19a-4df3-ac46-8729b9db81c7"}],"id":"e8761291-d57c-4e72-a616-cc7f85989e66","_postman_id":"e8761291-d57c-4e72-a616-cc7f85989e66","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"companies","item":[{"name":"List companies for a Campaign","id":"ee397ddb-d935-4063-a5fd-97e6da6c6bd6","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=1988-10-17&endDate=1988-10-17&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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"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":"a031a4ba-2111-4cdb-9943-16f67103a6d8","description":{"content":"<p>Campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"3a5f9e56-3eaf-473b-8920-b45d94d62dc7","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=1988-10-17&endDate=1988-10-17&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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"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":"ee397ddb-d935-4063-a5fd-97e6da6c6bd6"}],"id":"cea0f9d1-8e04-42b8-8766-1d8955061d16","_postman_id":"cea0f9d1-8e04-42b8-8766-1d8955061d16","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"job-titles","item":[{"name":"Get job title insights for a campaign group","id":"f4bc02c9-5995-440f-a6d1-cb77fd8caecd","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=1988-10-17&endDate=1988-10-17&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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"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":"de4e6526-ce3a-455f-beb8-c34c3bfc9518","description":{"content":"<p>Campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"14670094-0fe2-40d7-a518-8e6f65ac21f5","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=1988-10-17&endDate=1988-10-17&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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"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":"f4bc02c9-5995-440f-a6d1-cb77fd8caecd"}],"id":"2acd1511-16cd-46e2-b5f3-343d2f76498b","_postman_id":"2acd1511-16cd-46e2-b5f3-343d2f76498b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"Get Campaign by ID","id":"33f1c9c8-ba05-4e82-bfad-4c50e51f25b4","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["campaign-groups",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"6ddfaaf8-f9b0-4c2d-986b-b50b43e8f81d","description":{"content":"<p>Campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"0b83f3e5-9942-4255-9a02-1f09d327fc6d","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":"33f1c9c8-ba05-4e82-bfad-4c50e51f25b4"}],"id":"31d42dd9-f131-46cf-a8ec-9be82a8fff2c","_postman_id":"31d42dd9-f131-46cf-a8ec-9be82a8fff2c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"List Campaigns with insights","id":"102a635d-0fa3-4085-9821-a75b41c5ef66","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=1988-10-17&endDate=1988-10-17&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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"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":"254f5d11-195a-4406-ac7c-997f629ad8c5","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=1988-10-17&endDate=1988-10-17&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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"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":"102a635d-0fa3-4085-9821-a75b41c5ef66"}],"id":"ec27dbbf-a052-4006-8874-4924d4ab89ad","_postman_id":"ec27dbbf-a052-4006-8874-4924d4ab89ad","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"deals","item":[{"name":"List deals with insights","id":"3782ec0f-dcce-47fd-9964-23077decd3c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/deals?page=1&pageSize=20&sortBy=string&sortOrder=desc&search=string&dateFrom=2025-01-01&dateTo=2025-12-31&abmCampaignId=string&dealStatus=string&influenceFilter=LINKEDIN,ABM&hideZeroAmount=true","description":"<p>Returns a paginated list of CRM deals with influence attribution data.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["deals"],"host":["https://app.zenabm.com/api/v1"],"query":[{"description":{"content":"<p>Page number (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Items per page (default: 20, max: 100)</p>\n","type":"text/plain"},"key":"pageSize","value":"20"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"description":{"content":"<p>Search filter</p>\n","type":"text/plain"},"key":"search","value":"string"},{"description":{"content":"<p>Start date filter (ISO format)</p>\n","type":"text/plain"},"key":"dateFrom","value":"2025-01-01"},{"description":{"content":"<p>End date filter (ISO format)</p>\n","type":"text/plain"},"key":"dateTo","value":"2025-12-31"},{"description":{"content":"<p>Filter by ABM campaign</p>\n","type":"text/plain"},"key":"abmCampaignId","value":"string"},{"description":{"content":"<p>Comma-separated deal statuses</p>\n","type":"text/plain"},"key":"dealStatus","value":"string"},{"description":{"content":"<p>Attribution type filter</p>\n","type":"text/plain"},"key":"influenceFilter","value":"LINKEDIN,ABM"},{"description":{"content":"<p>Hide $0 deals (default: true)</p>\n","type":"text/plain"},"key":"hideZeroAmount","value":"true"}],"variable":[]}},"response":[{"id":"b7dceb08-dd3c-41de-a3c7-7696d778461d","name":"Paginated list of deals","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://app.zenabm.com/api/v1/deals?page=1&pageSize=20&sortBy=string&sortOrder=desc&search=string&dateFrom=2025-01-01&dateTo=2025-12-31&abmCampaignId=string&dealStatus=string&influenceFilter=LINKEDIN,ABM&hideZeroAmount=true","host":["https://app.zenabm.com/api/v1"],"path":["deals"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"},{"description":"Start date filter (ISO format)","key":"dateFrom","value":"2025-01-01"},{"description":"End date filter (ISO format)","key":"dateTo","value":"2025-12-31"},{"description":"Filter by ABM campaign","key":"abmCampaignId","value":"string"},{"description":"Comma-separated deal statuses","key":"dealStatus","value":"string"},{"description":"Attribution type filter","key":"influenceFilter","value":"LINKEDIN,ABM"},{"description":"Hide $0 deals (default: true)","key":"hideZeroAmount","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"clxyz789deal\",\n      \"dealName\": \"Hooli - Enterprise License\",\n      \"hubspotId\": \"12345678\",\n      \"hubspotPortalId\": \"98765432\",\n      \"company\": {\n        \"id\": \"cm7abc123\",\n        \"name\": \"Hooli\",\n        \"logoUrl\": \"https://media.licdn.com/dms/image/hooli-logo.png\",\n        \"website\": \"https://hooli.com\",\n        \"linkedInOrgId\": \"12345\"\n      },\n      \"amount\": 45000,\n      \"linkedinInfluenced\": true,\n      \"abmInfluenced\": true,\n      \"hubspotCreatedAt\": \"2025-03-15T10:30:00.000Z\",\n      \"hubspotClosedAt\": \"2025-06-20T14:00:00.000Z\",\n      \"stage\": {\n        \"id\": \"cls123stage\",\n        \"name\": \"Closed Won\"\n      },\n      \"campaigns\": [\n        {\n          \"id\": \"cm7abm1\",\n          \"name\": \"Q1 Enterprise ABM\"\n        }\n      ],\n      \"impressionsBeforeDeal\": 8450,\n      \"clicksBeforeDeal\": 142,\n      \"engagementsBeforeDeal\": 312\n    }\n  ],\n  \"pagination\": {\n    \"page\": 1,\n    \"pageSize\": 20,\n    \"totalCount\": 1,\n    \"totalPages\": 1\n  },\n  \"meta\": {\n    \"timestamp\": \"2026-03-09T12:00:00.000Z\"\n  }\n}"}],"_postman_id":"3782ec0f-dcce-47fd-9964-23077decd3c6"}],"id":"5bb38130-1ffb-44bc-957b-3a1c7112b4e1","_postman_id":"5bb38130-1ffb-44bc-957b-3a1c7112b4e1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"job-titles","item":[{"name":"{id}","item":[{"name":"overview","item":[{"name":"Get job title performance overview","id":"94f011c2-4aae-4f61-93a4-c82090830776","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=1988-10-17&endDate=1988-10-17","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"}],"variable":[{"id":"9defd6cb-3aef-4d8a-b348-8a2b525de6de","description":{"content":"<p>Job title URN</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"826a1add-0204-4df9-8a7a-c46562353302","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=1988-10-17&endDate=1988-10-17","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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"}],"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":"94f011c2-4aae-4f61-93a4-c82090830776"}],"id":"e96fc426-f014-4af9-9434-a1be88ab5435","_postman_id":"e96fc426-f014-4af9-9434-a1be88ab5435","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"campaigns","item":[{"name":"Get Ad Set insights for a job title","id":"6cb0d00e-6579-4d97-a14d-e77d10cd720a","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=1988-10-17&endDate=1988-10-17&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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"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":"a1a00767-4d99-4ce2-9d32-19fe70169be8","description":{"content":"<p>Job title URN</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"5e216538-8a3d-4381-b4e2-e4af043aabd5","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=1988-10-17&endDate=1988-10-17&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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"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":"6cb0d00e-6579-4d97-a14d-e77d10cd720a"}],"id":"6ff86e83-c949-44b9-a396-acd7b97ef20e","_postman_id":"6ff86e83-c949-44b9-a396-acd7b97ef20e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"campaign-groups","item":[{"name":"Get Campaign insights for a job title","id":"40c62a93-9084-43aa-a5e0-97238ef56e80","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=1988-10-17&endDate=1988-10-17&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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"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":"ebc2380a-cafe-4746-b4d9-401846a39c27","description":{"content":"<p>Job title ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"8dd5b29b-0330-45ec-9ccf-6539822937a4","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=1988-10-17&endDate=1988-10-17&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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"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":"40c62a93-9084-43aa-a5e0-97238ef56e80"}],"id":"c5dc9161-a5f3-493d-9362-40a38f792c13","_postman_id":"c5dc9161-a5f3-493d-9362-40a38f792c13","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}}],"id":"ac16fbfb-56fa-41c9-8ffb-c6d8f38a473c","_postman_id":"ac16fbfb-56fa-41c9-8ffb-c6d8f38a473c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"List job titles with insights","id":"27f5c683-5912-4955-9102-947a3626e7cf","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=1988-10-17&endDate=1988-10-17&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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"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":"f3e60907-3a76-4407-bdeb-928ded3f60b3","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=1988-10-17&endDate=1988-10-17&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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"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":"27f5c683-5912-4955-9102-947a3626e7cf"}],"id":"48ac281e-96f6-4260-94c7-3707b5ad16f4","_postman_id":"48ac281e-96f6-4260-94c7-3707b5ad16f4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"abm-campaigns","item":[{"name":"{id}","item":[{"name":"overview","item":[{"name":"Get ABM campaign performance overview","id":"6c7f4ba6-b296-4858-99f0-a10c0c73ca71","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=1988-10-17&endDate=1988-10-17","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"}],"variable":[{"id":"316afc64-c6bf-4783-97b9-68374e7ada0f","description":{"content":"<p>ABM campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"7cda17d8-a5cc-4406-94ac-91e66bbe1d9e","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=1988-10-17&endDate=1988-10-17","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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"}],"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":"6c7f4ba6-b296-4858-99f0-a10c0c73ca71"}],"id":"a313dd86-8d66-46d1-a136-ff3403d2b637","_postman_id":"a313dd86-8d66-46d1-a136-ff3403d2b637","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"stages-breakdown","item":[{"name":"Get ABM campaign stages breakdown","id":"05587246-ab35-4d9f-8de5-d6817e5c88eb","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=1988-10-17&endDate=1988-10-17","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"}],"variable":[{"id":"729f4cb8-75ba-4c80-9cd6-e7f525c75b24","description":{"content":"<p>ABM campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"1f663652-4137-437e-8889-7e4f2e712f82","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=1988-10-17&endDate=1988-10-17","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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"}],"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":"05587246-ab35-4d9f-8de5-d6817e5c88eb"}],"id":"55858808-68d2-4c98-adf4-f5474a11292e","_postman_id":"55858808-68d2-4c98-adf4-f5474a11292e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"companies","item":[{"name":"List companies for an ABM campaign","id":"44d5b427-b08b-4b56-b692-e35cdc9878c5","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=1988-10-17&endDate=1988-10-17&sortBy=string&sortOrder=desc&search=string&engagementScores=3,4,5&abmStages=string&crmMatchStatus=all","description":"<p>Returns a paginated list of companies with engagement metrics and intent data for a specific ABM campaign. Aggregates data from all linked LinkedIn campaigns and campaign groups.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"description":{"content":"<p>Field to sort by (e.g. impressions, clicks, engagements)</p>\n","type":"text/plain"},"key":"sortBy","value":"string"},{"description":{"content":"<p>Sort direction</p>\n","type":"text/plain"},"key":"sortOrder","value":"desc"},{"description":{"content":"<p>Search filter</p>\n","type":"text/plain"},"key":"search","value":"string"},{"description":{"content":"<p>Comma-separated scores (1–5)</p>\n","type":"text/plain"},"key":"engagementScores","value":"3,4,5"},{"description":{"content":"<p>Comma-separated ABM stage IDs</p>\n","type":"text/plain"},"key":"abmStages","value":"string"},{"description":{"content":"<p>CRM match filter</p>\n","type":"text/plain"},"key":"crmMatchStatus","value":"all"}],"variable":[{"id":"204be367-c26c-4de0-87fd-a2261b719a2d","description":{"content":"<p>ABM campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"380d9d25-6e0a-4d39-b332-4b9e5f635829","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=1988-10-17&endDate=1988-10-17&sortBy=string&sortOrder=desc&search=string&engagementScores=3,4,5&abmStages=string&crmMatchStatus=all","host":["https://app.zenabm.com/api/v1"],"path":["abm-campaigns",":id","companies"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Time period preset. 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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"},{"description":"Comma-separated scores (1–5)","key":"engagementScores","value":"3,4,5"},{"description":"Comma-separated ABM stage IDs","key":"abmStages","value":"string"},{"description":"CRM match filter","key":"crmMatchStatus","value":"all"}],"variable":[{"key":"id","value":"string","description":"ABM campaign ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"1337\",\n      \"name\": \"Pied Piper\",\n      \"city\": \"Palo Alto\",\n      \"country\": \"US\",\n      \"website\": \"https://www.piedpiper.com/\",\n      \"linkedInOrgId\": \"4827017\",\n      \"hubspotCompanyId\": \"37411334702\",\n      \"lifetimeEngagementScore\": 3,\n      \"logoUrl\": \"https://piedpiper.com/assets/images/logo.png\",\n      \"abmStage\": {\n        \"id\": \"1337_interested\",\n        \"name\": \"Interested\",\n        \"color\": \"#10B981\",\n        \"displayOrder\": 3\n      },\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":"68fe3a9e-6920-46b8-b05e-bb8d5bd1c4dc","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=1988-10-17&endDate=1988-10-17&sortBy=string&sortOrder=desc&search=string&engagementScores=3,4,5&abmStages=string&crmMatchStatus=all","host":["https://app.zenabm.com/api/v1"],"path":["abm-campaigns",":id","companies"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Items per page (default: 20, max: 100)","key":"pageSize","value":"20"},{"description":"Time period preset. 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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"description":"Field to sort by (e.g. impressions, clicks, engagements)","key":"sortBy","value":"string"},{"description":"Sort direction","key":"sortOrder","value":"desc"},{"description":"Search filter","key":"search","value":"string"},{"description":"Comma-separated scores (1–5)","key":"engagementScores","value":"3,4,5"},{"description":"Comma-separated ABM stage IDs","key":"abmStages","value":"string"},{"description":"CRM match filter","key":"crmMatchStatus","value":"all"}],"variable":[{"key":"id","value":"string","description":"ABM campaign ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"44d5b427-b08b-4b56-b692-e35cdc9878c5"}],"id":"bb4f7634-5579-4c24-badd-04e65b50a3e6","_postman_id":"bb4f7634-5579-4c24-badd-04e65b50a3e6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"job-titles","item":[{"name":"List job titles for an ABM campaign","id":"57e09257-2f6d-4b1e-82b9-1060c06d852b","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=1988-10-17&endDate=1988-10-17&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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"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":"312b771d-beaa-421b-8910-a97c1ac8a8cc","description":{"content":"<p>ABM campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"47d0cd03-11fe-4f05-b811-5d1ae5758773","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=1988-10-17&endDate=1988-10-17&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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"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":"82b6af6c-4508-4c97-8e96-199853ee9dce","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=1988-10-17&endDate=1988-10-17&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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"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":"57e09257-2f6d-4b1e-82b9-1060c06d852b"}],"id":"d6449c9b-2631-4a34-ac1e-c897786421cd","_postman_id":"d6449c9b-2631-4a34-ac1e-c897786421cd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"Get ABM campaign by ID","id":"a38d0d6f-75a2-47e3-95a1-6758767a0c8c","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["abm-campaigns",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"fb7b7c7a-db35-46d1-a786-b9518e054297","description":{"content":"<p>ABM campaign ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"26cc5a20-0fcc-49fd-b347-e06cd1ec688a","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":"a38d0d6f-75a2-47e3-95a1-6758767a0c8c"}],"id":"ce88c2f5-2358-4fc6-aeea-1c80f7cc6262","_postman_id":"ce88c2f5-2358-4fc6-aeea-1c80f7cc6262","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"List ABM campaigns with insights","id":"a1af488e-6caa-4b04-8e81-5748fa63861e","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=1988-10-17&endDate=1988-10-17&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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"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":"a8551a13-6d57-4b0d-9a70-ae276392e939","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=1988-10-17&endDate=1988-10-17&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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"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":"a1af488e-6caa-4b04-8e81-5748fa63861e"}],"id":"f2154e51-5177-41b6-b68d-f81e96cec1d5","_postman_id":"f2154e51-5177-41b6-b68d-f81e96cec1d5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"abm-stages","item":[{"name":"{id}","item":[{"name":"companies","item":[{"name":"List companies currently in an ABM stage","id":"43915f2e-f7e1-4d8e-8917-3b1d89fea6c7","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"7c1a0ad7-7cea-40ac-a380-bde55f1a7ccf","description":{"content":"<p>ABM stage ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"2ebbcf6e-a1c2-4184-a2f3-d30abb6ca9e4","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":"1ef7529e-79d0-439d-a3fd-4b1c068652d8","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":"43915f2e-f7e1-4d8e-8917-3b1d89fea6c7"}],"id":"705575bb-7041-4d76-aa7d-7e15e6c178c2","_postman_id":"705575bb-7041-4d76-aa7d-7e15e6c178c2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"companies-entering","item":[{"name":"Get companies entering an ABM stage","id":"22ace526-6203-49c3-8cd8-f65b0f6e5b51","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=1988-10-17&endDate=1988-10-17&page=1&pageSize=20","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (ISO format, default: today)</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"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":"3699995e-922c-4a37-8709-a1b1300d3bd1","description":{"content":"<p>ABM stage ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"5a2749d2-9603-4c2a-9147-7a34f5a6129c","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=1988-10-17&endDate=1988-10-17&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":"1988-10-17"},{"description":"End date (ISO format, default: today)","key":"endDate","value":"1988-10-17"},{"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":"22ace526-6203-49c3-8cd8-f65b0f6e5b51"}],"id":"6c413f5f-8579-4974-80c6-05730840f9ec","_postman_id":"6c413f5f-8579-4974-80c6-05730840f9ec","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"companies-progressing","item":[{"name":"Get companies progressing from an ABM stage","id":"619bf2d8-fddd-4872-a396-453b14283b47","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=1988-10-17&endDate=1988-10-17&page=1&pageSize=20","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (ISO format, default: today)</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"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":"ee82e821-ddd0-455b-a5a6-a6eaeaf7605a","description":{"content":"<p>ABM stage ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"8e6ed70d-60c5-4d83-969f-c39481b05b87","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=1988-10-17&endDate=1988-10-17&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":"1988-10-17"},{"description":"End date (ISO format, default: today)","key":"endDate","value":"1988-10-17"},{"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":"619bf2d8-fddd-4872-a396-453b14283b47"}],"id":"5d66d3f1-ba04-4aee-b703-955f7b1a75e0","_postman_id":"5d66d3f1-ba04-4aee-b703-955f7b1a75e0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"history","item":[{"name":"Get ABM stage history","id":"82333ff6-f36a-4da8-8a50-d7beae6b0dd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/abm-stages/:id/history?startDate=1988-10-17&endDate=1988-10-17&page=1&pageSize=20","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (ISO format, default: today)</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"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":"aaa09b95-0f82-485a-816a-0235b9022353","description":{"content":"<p>ABM stage ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"c7d4b8a8-6aa6-4857-a9f1-61028da39f7e","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=1988-10-17&endDate=1988-10-17&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":"1988-10-17"},{"description":"End date (ISO format, default: today)","key":"endDate","value":"1988-10-17"},{"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":"82333ff6-f36a-4da8-8a50-d7beae6b0dd4"}],"id":"86f14745-20a4-4988-a0a4-010212bcbe37","_postman_id":"86f14745-20a4-4988-a0a4-010212bcbe37","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"Get ABM stage by ID","id":"e4dd8fe7-40bd-4239-9bfb-8c3d8d83979b","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["abm-stages",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"c32d15c2-eb45-43f2-b264-99228740c43f","description":{"content":"<p>ABM stage ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"6e0fbdf7-9563-447b-8e82-57e392351542","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":"e4dd8fe7-40bd-4239-9bfb-8c3d8d83979b"}],"id":"84f99f3d-09fc-4df1-a4b9-05e475501607","_postman_id":"84f99f3d-09fc-4df1-a4b9-05e475501607","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"List ABM stages","id":"94298636-bb8b-49a2-8f68-b867484a5667","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["abm-stages"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"90b2fd7b-45d5-48d3-9fea-6cba805d8124","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":"94298636-bb8b-49a2-8f68-b867484a5667"}],"id":"27f0cbfb-e139-4037-a35b-81d27b14b90c","_postman_id":"27f0cbfb-e139-4037-a35b-81d27b14b90c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"intents","item":[{"name":"{id}","item":[{"name":"Get intent by ID","id":"6cd4a149-edf2-48a3-8974-20370f187c47","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["intents",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"85c3b383-bb7f-4d61-b284-896742649abd","description":{"content":"<p>Intent ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"dc05316e-8dc1-4392-b9ea-5de55441795a","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":"6cd4a149-edf2-48a3-8974-20370f187c47"}],"id":"990e8cb5-418b-4339-b688-c422c1202424","_postman_id":"990e8cb5-418b-4339-b688-c422c1202424","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"List intents","id":"fb9a4158-5873-4e9a-9fa8-e712b90eb6d3","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["intents"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"53edea4b-5670-475e-9614-24248caefb01","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":"fb9a4158-5873-4e9a-9fa8-e712b90eb6d3"}],"id":"e864fe1b-ca6e-488a-98c0-eba5618410b0","_postman_id":"e864fe1b-ca6e-488a-98c0-eba5618410b0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"contacts","item":[{"name":"{id}","item":[{"name":"Get contact journey","id":"16ad4647-29a1-4d4e-99be-70561bf66512","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}},"urlObject":{"path":["contacts",":id"],"host":["https://app.zenabm.com/api/v1"],"query":[],"variable":[{"id":"fcd354a9-44ec-4d63-9b07-b4adecff5acb","description":{"content":"<p>Contact ID</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"2fcea807-a214-466b-b83b-ae2cd247f4ff","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":"b2ee3145-3cfa-40c9-882e-fdf0ec5a0349","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":"16ad4647-29a1-4d4e-99be-70561bf66512"}],"id":"cb818ea5-207b-4ced-b504-8d125f6c157f","_postman_id":"cb818ea5-207b-4ced-b504-8d125f6c157f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"List contacts with source touchpoints","id":"0966354f-bfc0-4c70-b679-d2c2d93993b2","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"3d30da3e-04ad-4ac2-8265-36382826f13e","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":"0966354f-bfc0-4c70-b679-d2c2d93993b2"}],"id":"a225913d-1c9b-450e-91f6-654d84ed1dbb","_postman_id":"a225913d-1c9b-450e-91f6-654d84ed1dbb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"sources","item":[{"name":"{sourceType}","item":[{"name":"Get source detail by type","id":"7f28d19f-47f8-4323-b297-834d1770b1ff","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1e427e2c-b869-4199-9a3e-e93d978d03b4","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":"14348a3a-26b9-4beb-a0a6-dfbb70a9e221","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":"7f28d19f-47f8-4323-b297-834d1770b1ff"}],"id":"6f67af71-8fd5-4966-a90d-a8a4e0d90d22","_postman_id":"6f67af71-8fd5-4966-a90d-a8a4e0d90d22","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"List contact source aggregates","id":"e0b958fc-d6b8-4f14-a2d3-2e76586a9a41","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"688d6547-4c58-4948-b6ce-3feb21490688","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":"e0b958fc-d6b8-4f14-a2d3-2e76586a9a41"}],"id":"34a685e0-ba45-478b-bfd3-85b5da129232","_postman_id":"34a685e0-ba45-478b-bfd3-85b5da129232","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"ad-spend","item":[{"name":"Ad Set monthly spend","id":"c998a562-efaf-4b70-82e5-0ebfc79e1aaf","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=1988-10-17&endDate=1988-10-17&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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"},{"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":"eb96f225-0300-456a-b6fc-83879d7e253d","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=1988-10-17&endDate=1988-10-17&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":"1988-10-17"},{"description":"End date (YYYY-MM-DD). When provided with startDate, overrides the period parameter.","key":"endDate","value":"1988-10-17"},{"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":"c998a562-efaf-4b70-82e5-0ebfc79e1aaf"}],"id":"1e43b213-da85-4120-b5b4-509ce6d8b52e","_postman_id":"1e43b213-da85-4120-b5b4-509ce6d8b52e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"linkedin-metrics","item":[{"name":"Aggregated LinkedIn metrics for a date range","id":"ce96dcb9-3f4a-40b8-ba71-f6d949a51fe8","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"40cf1b74-6330-4f44-94ae-84a556d7f51c","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":"ce96dcb9-3f4a-40b8-ba71-f6d949a51fe8"}],"id":"06af1998-76c4-4640-9b2c-3dae9620c3d6","_postman_id":"06af1998-76c4-4640-9b2c-3dae9620c3d6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}},{"name":"dashboard","item":[{"name":"Get dashboard overview","id":"b855ee44-8057-4828-9ddf-9832e2ebed24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://app.zenabm.com/api/v1/dashboard?startDate=1988-10-17&endDate=1988-10-17","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":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","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":"1988-10-17"},{"description":{"content":"<p>End date (default: today)</p>\n","type":"text/plain"},"key":"endDate","value":"1988-10-17"}],"variable":[]}},"response":[{"id":"05bbb254-b83d-4333-8dfc-1e958ca569fc","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=1988-10-17&endDate=1988-10-17","host":["https://app.zenabm.com/api/v1"],"path":["dashboard"],"query":[{"description":"Start date (default: 30 days ago)","key":"startDate","value":"1988-10-17"},{"description":"End date (default: today)","key":"endDate","value":"1988-10-17"}]}},"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":"b855ee44-8057-4828-9ddf-9832e2ebed24"}],"id":"5ab89e0e-e86b-4703-8ff1-35600d531d6e","_postman_id":"5ab89e0e-e86b-4703-8ff1-35600d531d6e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","id":"763ea667-d2ec-4160-8579-32f7d7d2e31d","name":"ZenABM API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]}},"variable":[{"key":"baseUrl","value":"https://app.zenabm.com/api/v1"}]}