{"info":{"_postman_id":"049bfd1d-f382-49c9-a8b9-03c3ed4a28ab","name":"ReachBoost API","description":"<html><head></head><body><h4 id=\"welcome-to-the-reachboost-api-documentation\">Welcome to the <strong>ReachBoost API documentation</strong>!</h4>\n<p>The ReachBoost API enables you to take your LinkedIn outreach to the next level by integrating ReachBoost directly into your tech stack, workflows, or AI agents. With our API, you can automate actions, enrich personalization, and build solutions tailored to your outreach strategies.</p>\n<h4 id=\"authorization\">Authorization</h4>\n<p>The ReachBoost API uses a unique API key tied to a single account. You can generate your API key within your ReachBoost environment. Always store your key securely. If it becomes compromised, revoke it immediately and create a new one.</p>\n<h4 id=\"open-to-all\">Open to all!</h4>\n<p>We are committed to making ReachBoost compatible with <strong>any system</strong> you work with. If you are trying to build something that is not yet supported, or you are unsure how to achieve a specific integration, <strong>reach out to us</strong>. We are always happy to explore possibilities and, when feasible, build the functionality you need.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"50434251","collectionId":"049bfd1d-f382-49c9-a8b9-03c3ed4a28ab","publishedId":"2sB3dLTX4D","public":true,"customColor":{"top-bar":"6C47FF","right-sidebar":"212121","highlight":"6C47FF"},"publishDate":"2026-02-05T12:14:30.000Z"},"item":[{"name":"Campaigns","item":[{"name":"Retrieve all campaigns","id":"b6cdf13d-be7c-40e1-ac32-c981c824ca93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{x-api-key}","description":"<p>Fill in the API key created in your ReachBoost environment</p>\n","type":"text"}],"url":"https://app.reachboost.io/api/v1/campaigns?page={page}&per_page={per_page}","description":"<p>Retrieves all campaigns within a workspace.</p>\n","urlObject":{"protocol":"https","path":["api","v1","campaigns"],"host":["app","reachboost","io"],"query":[{"description":{"content":"<p>The page number of the page you want to retrieve. Uses 1 as a default.</p>\n","type":"text/plain"},"key":"page","value":"{page}"},{"description":{"content":"<p>The number of records per page. Uses 50 as a default and the limit is 100.</p>\n","type":"text/plain"},"key":"per_page","value":"{per_page}"}],"variable":[]}},"response":[{"id":"4ef8f08d-7421-4849-b2a0-e74a2cc87780","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{x-api-key}","type":"text"}],"url":{"raw":"https://app.reachboost.io/api/v1/campaigns?page={page}&per_page={per_page}","protocol":"https","host":["app","reachboost","io"],"path":["api","v1","campaigns"],"query":[{"key":"page","value":"{page}"},{"key":"per_page","value":"{per_page}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"total_count\": 120,\n    \"total_pages\": 3,\n    \"next_page\": 2,\n    \"prev_page\": null,\n    \"data\": [\n        {\n            \"uuid\": \"9a4330fd-4d82-490f-a6a5-eaaabf5ea4dd\",\n            \"name\": \"Example Campaign\",\n            \"description\": \"Example for API documentation\",\n            \"campaign_type\": \"new_connections\",\n            \"status\": \"finished\",\n            \"lead_list_uuid\": \"0d13ca65-af91-4de0-b741-8e865917eaaa\",\n            \"finished_at\": \"2025-11-01 09:00:00 +0100\",\n            \"updated_at\": \"2025-10-10 09:00:00 +0100\",\n            \"created_at\": \"2025-10-01 09:00:00 +0100\"\n        },\n        {\n            \"uuid\": \"f01c379b-e69f-43ea-baaa-647803606593\",\n            \"name\": \"Another Example Campaign\",\n            \"description\": \"Example for API documentation\",\n            \"campaign_type\": \"new_connections\",\n            \"status\": \"draft\",\n            \"lead_list_uuid\": null,\n            \"finished_at\": null,\n            \"updated_at\": \"2025-11-10 09:00:00 +0100\",\n            \"created_at\": \"2025-11-01 09:00:00 +0100\"\n        }\n    ]\n}"}],"_postman_id":"b6cdf13d-be7c-40e1-ac32-c981c824ca93"},{"name":"Retrieve single campaign","id":"b8c6640f-041c-4b27-b07d-fa47d6ebcb6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{x-api-key}","description":"<p>Fill in the API key created in your ReachBoost environment</p>\n","type":"text"}],"url":"https://app.reachboost.io/api/v1/campaigns/{campaign_uuid}","description":"<p>Retrieves a single campaign by its unique identifier.</p>\n<p><strong>Path parameters:</strong></p>\n<ul>\n<li><code>campaign_uuid</code> (string, required): The unique identifier of the campaign to fetch. Replace <code>{campaign_uuid}</code> in the URL with the actual campaign UUID.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","campaigns","{campaign_uuid}"],"host":["app","reachboost","io"],"query":[],"variable":[]}},"response":[{"id":"f326454a-05cd-40f4-bd0c-cba016905f2c","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{x-api-key}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://app.reachboost.io/api/v1/campaigns/{campaign_uuid}","protocol":"https","host":["app","reachboost","io"],"path":["api","v1","campaigns","{campaign_uuid}"],"variable":[{"key":"campaign_uuid","value":"","enabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"uuid\": \"9a4330fd-4d82-490f-a6a5-eaaabf5ea4dd\",\n  \"name\": \"Example Campaign\",\n  \"description\": \"Example for API documentation\",\n  \"campaign_type\": \"new_connections\",\n  \"status\": \"finished\",\n  \"lead_list_uuid\": \"0d13ca65-af91-4de0-b741-8e865917eaaa\",\n  \"finished_at\": \"2025-11-01 09:00:00 +0100\",\n  \"updated_at\": \"2025-10-10 09:00:00 +0100\",\n  \"created_at\": \"2025-10-01 09:00:00 +0100\"\n}"},{"id":"215002b0-398a-4db3-93e8-735ba5e9a1e5","name":"404 - Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{x-api-key}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":"json"}},"url":{"raw":"https://app.reachboost.io/api/v1/campaigns/{campaign_uuid}","protocol":"https","host":["app","reachboost","io"],"path":["api","v1","campaigns","{campaign_uuid}"],"variable":[{"key":"campaign_uuid","value":"","enabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Campaign not found\"\n}"}],"_postman_id":"b8c6640f-041c-4b27-b07d-fa47d6ebcb6b"},{"name":"Add lead to campaign","id":"4088244c-bd06-43fc-8cd5-101b57baa39a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{x-api-key}","description":"<p>Fill in the API key created in your ReachBoost environment</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"job_role\": \"CEO\",\r\n    \"company_name\": \"Example Company\",\r\n    \"profile_headline\": \"CEO at Example Company\",\r\n    \"connection_degree\": \"2\",\r\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\r\n    \"custom_fields\": [\r\n        {\r\n            \"name\": \"custom_value_1\",\r\n            \"value\": \"Example value\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.reachboost.io/api/v1/campaigns/{campaign_uuid}/leads","description":"<p>Adds a lead to a campaign. If the lead already exists, it will be updated; if it’s new, a new lead will be created.</p>\n<p><strong>Path parameters:</strong></p>\n<ul>\n<li><code>campaign_uuid</code> (string, required): The unique identifier of the campaign to add the leads to. Replace <code>{campaign_uuid}</code> in the URL with the actual campaign UUID.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","campaigns","{campaign_uuid}","leads"],"host":["app","reachboost","io"],"query":[],"variable":[]}},"response":[{"id":"68d7f768-a76a-4d40-a687-c142301c80a1","name":"201 - Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{x-api-key}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"job_role\": \"CEO\",\r\n    \"company_name\": \"Example Company\",\r\n    \"profile_headline\": \"CEO at Example Company\",\r\n    \"connection_degree\": \"2\",\r\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\r\n    \"custom_fields\": [\r\n        {\r\n            \"name\": \"custom_value_1\",\r\n            \"value\": \"Example value\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.reachboost.io/api/v1/campaigns/{campaign_uuid}/leads"},"status":"OK","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"e29b0fd5-30a4-4451-9955-b75ce7ed3d9b\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"job_role\": \"CEO\",\n    \"company_name\": \"Example Company\",\n    \"profile_headline\": \"CEO at Example Company\",\n    \"connection_degree\": \"2\",\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\n    \"custom_fields\": [\n        {\n            \"name\": \"custom_value_1\",\n            \"value\": \"Example value\"\n        }\n    ],\n    \"blacklisted\": false,\n    \"updated_at\": \"2025-11-10 12:00:00 +0100\",\n    \"created_at\": \"2025-11-01 12:00:00 +0100\"\n}"},{"id":"250e8401-0756-42cb-bae0-8459544bb960","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{x-api-key}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"job_role\": \"CEO\",\r\n    \"company_name\": \"Example Company\",\r\n    \"profile_headline\": \"CEO at Example Company\",\r\n    \"connection_degree\": \"2\",\r\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\r\n    \"custom_fields\": [\r\n        {\r\n            \"name\": \"custom_value_1\",\r\n            \"value\": \"Example value\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.reachboost.io/api/v1/campaigns/{campaign_uuid}/leads"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Campaign not found\"\n}"}],"_postman_id":"4088244c-bd06-43fc-8cd5-101b57baa39a"}],"id":"be021ad1-cab8-4152-8d9d-fb18da16bb35","description":"<p>The Campaigns APIs allow you to retrieve campaigns within your ReachBoost workspace, giving you full access to campaign data.</p>\n","_postman_id":"be021ad1-cab8-4152-8d9d-fb18da16bb35"},{"name":"Lead lists","item":[{"name":"Retrieve all lead lists","id":"ae761115-d217-4609-9561-7275f7f5abbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{x-api-key}","description":"<p>Fill in the API key created in your ReachBoost environment</p>\n","type":"text"}],"url":"https://app.reachboost.io/api/v1/lead_lists?page={page}&per_page={per_page}","description":"<p>Retrieves all lead list within a workspace.</p>\n","urlObject":{"protocol":"https","path":["api","v1","lead_lists"],"host":["app","reachboost","io"],"query":[{"description":{"content":"<p>The page number of the page you want to retrieve. Uses 1 as a default.</p>\n","type":"text/plain"},"key":"page","value":"{page}"},{"description":{"content":"<p>The number of records per page. Uses 50 as a default and the limit is 100.</p>\n","type":"text/plain"},"key":"per_page","value":"{per_page}"}],"variable":[]}},"response":[{"id":"8f1290bc-bf7b-4540-8fb7-d018f6a0d19c","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{x-api-key}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://app.reachboost.io/api/v1/lead_lists?page={page}&per_page={per_page}","protocol":"https","host":["app","reachboost","io"],"path":["api","v1","lead_lists"],"query":[{"key":"page","value":"{page}"},{"key":"per_page","value":"{per_page}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"per_page\": 50,\n    \"total_count\": 312,\n    \"total_pages\": 7,\n    \"next_page\": 2,\n    \"prev_page\": null,\n    \"data\": [\n        {\n            \"uuid\": \"a39abaa7-bc5c-4881-88b1-c680289ee1ff\",\n            \"name\": \"Example Leads List Import\",\n            \"description\": \"Example for API documentation\",\n            \"type\": \"import\",\n            \"scrape_type\": null,\n            \"search_url\": null,\n            \"leads_count\": 721,\n            \"status\": \"finished\",\n            \"updated_at\": \"2025-11-12 12:00:00 +0100\",\n            \"created_at\": \"2025-11-11 12:00:00 +0100\"\n        },\n        {\n            \"uuid\": \"833fcf1e-12f4-4e97-86b3-f2247d09599f\",\n            \"name\": \"Example Lead List Scrape\",\n            \"description\": \"Example for API documentation\",\n            \"type\": \"scrape\",\n            \"scrape_type\": \"sales_navigator\",\n            \"search_url\": \"https://www.linkedin.com/sales/search/people?query=XXXX\",\n            \"leads_count\": 271,\n            \"status\": \"finished\",\n            \"updated_at\": \"2025-11-20 12:00:00 +0100\",\n            \"created_at\": \"2025-11-19 12:00:00 +0100\"\n        }\n    ]\n}"}],"_postman_id":"ae761115-d217-4609-9561-7275f7f5abbb"},{"name":"Retrieve single lead list","id":"e5467042-4701-4756-9091-10df3c1d74bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{x-api-key}","description":"<p>Fill in the API key created in your ReachBoost environment</p>\n","type":"text"}],"url":"https://app.reachboost.io/api/v1/lead_lists/{lead_list_uuid}","description":"<p>Retrieves a single lead list by its unique identifier.</p>\n<p><strong>Path parameters:</strong></p>\n<ul>\n<li><code>lead_list_uuid</code> (string, required): The unique identifier of the lead list to fetch. Replace <code>{lead_list_uuid}</code> in the URL with the actual lead list UUID.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","lead_lists","{lead_list_uuid}"],"host":["app","reachboost","io"],"query":[],"variable":[]}},"response":[{"id":"4916ee1a-d4d5-4990-8a58-3c5b73d686e1","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{x-api-key}","type":"text"}],"url":"https://app.reachboost.io/api/v1/lead_lists/{lead_list_uuid}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"833fcf1e-12f4-4e97-86b3-f2247d09599f\",\n    \"name\": \"Example Lead List Scrape\",\n    \"description\": \"Example for API documentation\",\n    \"type\": \"scrape\",\n    \"scrape_type\": \"sales_navigator\",\n    \"search_url\": \"https://www.linkedin.com/sales/search/people?query=XXXX\",\n    \"leads_count\": 271,\n    \"status\": \"finished\",\n    \"updated_at\": \"2025-11-20 12:00:00 +0100\",\n    \"created_at\": \"2025-11-19 12:00:00 +0100\"\n}"},{"id":"b83d2acd-ef0c-4641-9264-053a6781de99","name":"404 - Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{x-api-key}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":"json"}},"url":"https://app.reachboost.io/api/v1/lead_lists/{lead_list_uuid}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Lead list not found\"\n}"}],"_postman_id":"e5467042-4701-4756-9091-10df3c1d74bd"},{"name":"Add lead to lead list","id":"9e54c021-2583-4609-96dc-412c70c9b8b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{x-api-key}","description":"<p>Fill in the API key created in your ReachBoost environment</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"job_role\": \"CEO\",\r\n    \"company_name\": \"Example Company\",\r\n    \"profile_headline\": \"CEO at Example Company\",\r\n    \"connection_degree\": \"2\",\r\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\r\n    \"custom_fields\": [\r\n        {\r\n            \"name\": \"custom_value_1\",\r\n            \"value\": \"Example value\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.reachboost.io/api/v1/lead_lists/{lead_list_uuid}/leads","description":"<p>Adds a lead to a lead list. If the lead already exists, it will be updated; if it’s new, a new lead will be created.</p>\n<p><strong>Path parameters:</strong></p>\n<ul>\n<li><code>lead_list_uuid</code> (string, required): The unique identifier of the lead list to add the lead to. Replace <code>{lead_list_uuid}</code> in the URL with the actual lead list UUID.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","lead_lists","{lead_list_uuid}","leads"],"host":["app","reachboost","io"],"query":[],"variable":[]}},"response":[{"id":"968322b2-af48-4173-b7a0-5f049f3bee24","name":"201 - Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{x-api-key}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"job_role\": \"CEO\",\r\n    \"company_name\": \"Example Company\",\r\n    \"profile_headline\": \"CEO at Example Company\",\r\n    \"connection_degree\": \"2\",\r\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\r\n    \"custom_fields\": [\r\n        {\r\n            \"name\": \"custom_value_1\",\r\n            \"value\": \"Example value\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.reachboost.io/api/v1/lead_lists/{lead_list_uuid}/leads"},"status":"OK","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"uuid\": \"e29b0fd5-30a4-4451-9955-b75ce7ed3d9b\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"job_role\": \"CEO\",\n    \"company_name\": \"Example Company\",\n    \"profile_headline\": \"CEO at Example Company\",\n    \"connection_degree\": \"2\",\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\n    \"custom_fields\": [\n        {\n            \"name\": \"custom_value_1\",\n            \"value\": \"Example value\"\n        }\n    ],\n    \"blacklisted\": false,\n    \"updated_at\": \"2025-11-10 12:00:00 +0100\",\n    \"created_at\": \"2025-11-01 12:00:00 +0100\"\n}"},{"id":"442b03cc-321c-4d00-a00f-c7fee13bd774","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{x-api-key}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"job_role\": \"CEO\",\r\n    \"company_name\": \"Example Company\",\r\n    \"profile_headline\": \"CEO at Example Company\",\r\n    \"connection_degree\": \"2\",\r\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\r\n    \"custom_fields\": [\r\n        {\r\n            \"name\": \"custom_value_1\",\r\n            \"value\": \"Example value\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.reachboost.io/api/v1/lead_lists/{lead_list_uuid}/leads"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Lead list not found\"\n}"}],"_postman_id":"9e54c021-2583-4609-96dc-412c70c9b8b4"}],"id":"40f97dff-8f0c-4f6a-aa9c-5fee33884396","description":"<p>The Lead Lists APIs allow you to retrieve lead lists within your ReachBoost workspace, giving you full access to lead list data.</p>\n","_postman_id":"40f97dff-8f0c-4f6a-aa9c-5fee33884396"},{"name":"Leads","item":[{"name":"Retrieve single lead","id":"0bba34ce-cde6-452c-8fd0-84d553cb2051","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{x-api-key}","description":"<p>Fill in the API key created in your ReachBoost environment</p>\n","type":"text"}],"url":"https://app.reachboost.io/api/v1/leads/{lead_uuid}","description":"<p>Retrieves a single lead by its unique identifier.</p>\n<p><strong>Path parameters:</strong></p>\n<ul>\n<li><code>lead_uuid</code> (string, required): The unique identifier of the lead to fetch. Replace <code>{lead_uuid}</code> in the URL with the actual lead UUID.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","leads","{lead_uuid}"],"host":["app","reachboost","io"],"query":[],"variable":[]}},"response":[{"id":"c0bacb1b-3395-4510-9922-3cd726a4cd79","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{x-api-key}"}],"body":{"mode":"raw","raw":"","options":{"raw":"json"}},"url":"https://app.reachboost.io/api/v1/lead/{lead_uuid}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-api-key","value":"{x-api-key}","description":"","enabled":true},{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"e29b0fd5-30a4-4451-9955-b75ce7ed3d9b\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"job_role\": \"CEO\",\n    \"company_name\": \"Example Company\",\n    \"profile_headline\": \"CEO at Example Company\",\n    \"connection_degree\": \"2\",\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\n    \"custom_fields\": [\n        {\n            \"name\": \"custom_value_1\",\n            \"value\": \"Example value\"\n        }\n    ],\n    \"blacklisted\": false,\n    \"updated_at\": \"2025-11-10 12:00:00 +0100\",\n    \"created_at\": \"2025-11-01 12:00:00 +0100\"\n}"},{"id":"038e63de-6b1f-49fc-9f52-50213b0c1f8f","name":"404 - Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{x-api-key}"}],"url":"https://app.reachboost.io/api/v1/leads/{lead_uuid}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"x-api-key","value":"{x-api-key}","description":"","enabled":true},{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Lead not found\"\n}"}],"_postman_id":"0bba34ce-cde6-452c-8fd0-84d553cb2051"},{"name":"Retrieve leads by lead list","id":"4ff84d08-d201-4ae5-b2f3-8b6390b8092f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{x-api-key}","description":"<p>Fill in the API key created in your ReachBoost environment</p>\n","type":"text"}],"url":"https://app.reachboost.io/api/v1/lead_lists/{lead_list_uuid}/leads?page={page}&per_page={per_page}","description":"<p>Retrieves all leads from a lead list.</p>\n<p><strong>Path parameters:</strong></p>\n<ul>\n<li><code>lead_list_uuid</code> (string, required): The unique identifier of the lead list to fetch the leads from. Replace <code>{lead_list_uuid}</code> in the URL with the actual lead list UUID.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","lead_lists","{lead_list_uuid}","leads"],"host":["app","reachboost","io"],"query":[{"description":{"content":"<p>The page number of the page you want to retrieve. Uses 1 as a default.</p>\n","type":"text/plain"},"key":"page","value":"{page}"},{"description":{"content":"<p>The number of records per page. Uses 50 as a default and the limit is 100.</p>\n","type":"text/plain"},"key":"per_page","value":"{per_page}"}],"variable":[]}},"response":[{"id":"606437ea-b970-4717-b146-d765f92f83c3","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{x-api-key}"}],"url":{"raw":"https://app.reachboost.io/api/v1/lead_lists/{lead_list_uuid}/leads?page={page}&per_page={per_page}","protocol":"https","host":["app","reachboost","io"],"path":["api","v1","lead_lists","{lead_list_uuid}","leads"],"query":[{"key":"page","value":"{page}"},{"key":"per_page","value":"{per_page}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-api-key","value":"{x-api-key}","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"current_page\": 1,\n  \"per_page\": 50,\n  \"total_count\": 201,\n  \"total_pages\": 5,\n  \"next_page\": 2,\n  \"prev_page\": null,\n  \"data\": [\n    {\n      \"uuid\": \"e29b0fd5-30a4-4451-9955-b75ce7ed3d9b\",\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"job_role\": \"CEO\",\n      \"company_name\": \"Example Company\",\n      \"profile_headline\": \"CEO at Example Company\",\n      \"connection_degree\": \"2\",\n      \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\n      \"custom_fields\": [\n        {\n          \"name\": \"custom_value_1\",\n          \"value\": \"Example value\"\n        }\n      ],\n      \"blacklisted\": false,\n      \"updated_at\": \"2025-11-10 12:00:00 +0100\",\n      \"created_at\": \"2025-11-01 12:00:00 +0100\"\n    },\n    {\n      \"uuid\": \"4224acc6-2bb3-4c1d-a2d9-e3d6b6ec1371\",\n      \"first_name\": \"Jane\",\n      \"last_name\": \"Doe\",\n      \"job_role\": \"CFO\",\n      \"company_name\": \"Example Company\",\n      \"profile_headline\": \"CFO at Example Company\",\n      \"connection_degree\": \"2\",\n      \"linkedin_profile_url\": \"https://www.linkedin.com/in/jane-doe\",\n      \"custom_fields\": [\n        {\n          \"name\": \"custom_value_1\",\n          \"value\": \"Example value\"\n        },\n        {\n          \"name\": \"custom_value_2\",\n          \"value\": \"Example value\"\n        }\n      ],\n      \"blacklisted\": false,\n      \"updated_at\": \"2025-11-10 12:00:00 +0100\",\n      \"created_at\": \"2025-11-01 12:00:00 +0100\"\n    }\n  ]\n}"},{"id":"89798285-1122-46d3-bed1-e51a777f5740","name":"404 - Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{x-api-key}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://app.reachboost.io/api/v1/lead_lists/{lead_list_uuid}/leads?page={page}&per_page={per_page}","protocol":"https","host":["app","reachboost","io"],"path":["api","v1","lead_lists","{lead_list_uuid}","leads"],"query":[{"key":"page","value":"{page}"},{"key":"per_page","value":"{per_page}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"x-api-key","value":"{x-api-key}","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Lead list not found\"\n}"}],"_postman_id":"4ff84d08-d201-4ae5-b2f3-8b6390b8092f"},{"name":"Retrieve leads by campaign","id":"a45fe76c-c53b-4889-b979-5c5ec0f6cea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{x-api-key}","description":"<p>Fill in the API key created in your ReachBoost environment</p>\n","type":"text"}],"url":"https://app.reachboost.io/api/v1/campaigns/{campaign_uuid}/leads?page={page}&per_page={per_page}","description":"<p>Retrieves all leads from a campaign.</p>\n<p><strong>Path parameters:</strong></p>\n<ul>\n<li><code>campaign_uuid</code> (string, required): The unique identifier of the campaign to fetch the leads from. Replace <code>{campaign_uuid}</code> in the URL with the actual campaign UUID.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","campaigns","{campaign_uuid}","leads"],"host":["app","reachboost","io"],"query":[{"description":{"content":"<p>The page number of the page you want to retrieve. Uses 1 as a default.</p>\n","type":"text/plain"},"key":"page","value":"{page}"},{"description":{"content":"<p>The number of records per page. Uses 50 as a default and the limit is 100.</p>\n","type":"text/plain"},"key":"per_page","value":"{per_page}"}],"variable":[]}},"response":[{"id":"3ba26d52-1099-4844-ad17-31664c2b7451","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{x-api-key}"}],"url":{"raw":"https://app.reachboost.io/api/v1/campaigns/{campaign_uuid}/leads?page={page}&per_page={per_page}","protocol":"https","host":["app","reachboost","io"],"path":["api","v1","campaigns","{campaign_uuid}","leads"],"query":[{"key":"page","value":"{page}"},{"key":"per_page","value":"{per_page}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-api-key","value":"{x-api-key}","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"current_page\": 1,\n  \"per_page\": 50,\n  \"total_count\": 201,\n  \"total_pages\": 5,\n  \"next_page\": 2,\n  \"prev_page\": null,\n  \"data\": [\n    {\n      \"uuid\": \"e29b0fd5-30a4-4451-9955-b75ce7ed3d9b\",\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"job_role\": \"CEO\",\n      \"company_name\": \"Example Company\",\n      \"profile_headline\": \"CEO at Example Company\",\n      \"connection_degree\": \"2\",\n      \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\n      \"custom_fields\": [\n        {\n          \"name\": \"custom_value_1\",\n          \"value\": \"Example value\"\n        }\n      ],\n      \"blacklisted\": false,\n      \"updated_at\": \"2025-11-10 12:00:00 +0100\",\n      \"created_at\": \"2025-11-01 12:00:00 +0100\"\n    },\n    {\n      \"uuid\": \"4224acc6-2bb3-4c1d-a2d9-e3d6b6ec1371\",\n      \"first_name\": \"Jane\",\n      \"last_name\": \"Doe\",\n      \"job_role\": \"CFO\",\n      \"company_name\": \"Example Company\",\n      \"profile_headline\": \"CFO at Example Company\",\n      \"connection_degree\": \"2\",\n      \"linkedin_profile_url\": \"https://www.linkedin.com/in/jane-doe\",\n      \"custom_fields\": [\n        {\n          \"name\": \"custom_value_1\",\n          \"value\": \"Example value\"\n        },\n        {\n          \"name\": \"custom_value_2\",\n          \"value\": \"Example value\"\n        }\n      ],\n      \"blacklisted\": false,\n      \"updated_at\": \"2025-11-10 12:00:00 +0100\",\n      \"created_at\": \"2025-11-01 12:00:00 +0100\"\n    }\n  ]\n}"},{"id":"6756cd88-55dc-452a-8524-476c25499c67","name":"404 - Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{x-api-key}"}],"url":{"raw":"https://app.reachboost.io/api/v1/campaigns/{campaign_uuid}/leads?page={page}&per_page={per_page}","protocol":"https","host":["app","reachboost","io"],"path":["api","v1","campaigns","{campaign_uuid}","leads"],"query":[{"key":"page","value":"{page}"},{"key":"per_page","value":"{per_page}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"x-api-key","value":"{x-api-key}","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Campaign not found\"\n}"}],"_postman_id":"a45fe76c-c53b-4889-b979-5c5ec0f6cea7"},{"name":"Update single lead","id":"c9792633-70f9-4f17-916e-680337373d1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-api-key","value":"{x-api-key}","description":"<p>Fill in the API key created in your ReachBoost environment</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"job_role\": \"CEO\",\r\n    \"company_name\": \"Example Company\",\r\n    \"profile_headline\": \"CEO at Example Company\",\r\n    \"connection_degree\": \"2\",\r\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\r\n    \"custom_fields\": [\r\n        {\r\n            \"name\": \"custom_value_1\",\r\n            \"value\": \"Example value\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.reachboost.io/api/v1/leads/{lead_uuid}","description":"<p>Updates a single lead by its unique identifier.</p>\n<p><strong>Path parameters:</strong></p>\n<ul>\n<li><code>lead_uuid</code> (string, required): The unique identifier of the lead to update. Replace <code>{lead_uuid}</code> in the URL with the actual lead UUID.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","leads","{lead_uuid}"],"host":["app","reachboost","io"],"query":[],"variable":[]}},"response":[{"id":"87a50c26-3ac3-4765-bdc5-7e7a3949de59","name":"200 - Success","originalRequest":{"method":"PATCH","header":[{"key":"x-api-key","value":"{x-api-key}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"job_role\": \"CEO\",\r\n    \"company_name\": \"Example Company\",\r\n    \"profile_headline\": \"CEO at Example Company\",\r\n    \"connection_degree\": \"2\",\r\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\r\n    \"custom_fields\": [\r\n        {\r\n            \"name\": \"custom_value_1\",\r\n            \"value\": \"Example value\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.reachboost.io/api/v1/leads/{lead_uuid}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"e29b0fd5-30a4-4451-9955-b75ce7ed3d9b\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"job_role\": \"CEO\",\n    \"company_name\": \"Example Company\",\n    \"profile_headline\": \"CEO at Example Company\",\n    \"connection_degree\": \"2\",\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\n    \"custom_fields\": [\n        {\n            \"name\": \"custom_value_1\",\n            \"value\": \"Example value\"\n        }\n    ],\n    \"blacklisted\": false,\n    \"updated_at\": \"2025-11-10 12:00:00 +0100\",\n    \"created_at\": \"2025-11-01 12:00:00 +0100\"\n}"},{"id":"b1af302c-8972-4712-809c-7d49dc0e70ba","name":"404 - Not Found","originalRequest":{"method":"PATCH","header":[{"key":"x-api-key","value":"{x-api-key}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"job_role\": \"CEO\",\r\n    \"company_name\": \"Example Company\",\r\n    \"profile_headline\": \"CEO at Example Company\",\r\n    \"connection_degree\": \"2\",\r\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\r\n    \"custom_fields\": [\r\n        {\r\n            \"name\": \"custom_value_1\",\r\n            \"value\": \"Example value\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.reachboost.io/api/v1/leads/{lead_uuid}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Lead not found\"\n}"}],"_postman_id":"c9792633-70f9-4f17-916e-680337373d1d"},{"name":"Add lead to lead list","id":"bb3e172c-3bea-4078-b3e0-b7700884029a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{x-api-key}","description":"<p>Fill in the API key created in your ReachBoost environment</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"job_role\": \"CEO\",\r\n    \"company_name\": \"Example Company\",\r\n    \"profile_headline\": \"CEO at Example Company\",\r\n    \"connection_degree\": \"2\",\r\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\r\n    \"custom_fields\": [\r\n        {\r\n            \"name\": \"custom_value_1\",\r\n            \"value\": \"Example value\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.reachboost.io/api/v1/lead_lists/{lead_list_uuid}/leads","description":"<p>Adds a lead to a lead list. If the lead already exists, it will be updated; if it’s new, a new lead will be created.</p>\n<p><strong>Path parameters:</strong></p>\n<ul>\n<li><code>lead_list_uuid</code> (string, required): The unique identifier of the lead list to add the lead to. Replace <code>{lead_list_uuid}</code> in the URL with the actual lead list UUID.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","lead_lists","{lead_list_uuid}","leads"],"host":["app","reachboost","io"],"query":[],"variable":[]}},"response":[{"id":"06429e6e-6799-474c-baf3-3051ff736328","name":"201 - Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{x-api-key}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"job_role\": \"CEO\",\r\n    \"company_name\": \"Example Company\",\r\n    \"profile_headline\": \"CEO at Example Company\",\r\n    \"connection_degree\": \"2\",\r\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\r\n    \"custom_fields\": [\r\n        {\r\n            \"name\": \"custom_value_1\",\r\n            \"value\": \"Example value\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.reachboost.io/api/v1/lead_lists/{lead_list_uuid}/leads"},"status":"OK","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"uuid\": \"e29b0fd5-30a4-4451-9955-b75ce7ed3d9b\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"job_role\": \"CEO\",\n    \"company_name\": \"Example Company\",\n    \"profile_headline\": \"CEO at Example Company\",\n    \"connection_degree\": \"2\",\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\n    \"custom_fields\": [\n        {\n            \"name\": \"custom_value_1\",\n            \"value\": \"Example value\"\n        }\n    ],\n    \"blacklisted\": false,\n    \"updated_at\": \"2025-11-10 12:00:00 +0100\",\n    \"created_at\": \"2025-11-01 12:00:00 +0100\"\n}"},{"id":"41eb2d79-4847-44af-a9d5-87531ebb50a1","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{x-api-key}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"job_role\": \"CEO\",\r\n    \"company_name\": \"Example Company\",\r\n    \"profile_headline\": \"CEO at Example Company\",\r\n    \"connection_degree\": \"2\",\r\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\r\n    \"custom_fields\": [\r\n        {\r\n            \"name\": \"custom_value_1\",\r\n            \"value\": \"Example value\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.reachboost.io/api/v1/lead_lists/{lead_list_uuid}/leads"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Lead list not found\"\n}"}],"_postman_id":"bb3e172c-3bea-4078-b3e0-b7700884029a"},{"name":"Add lead to campaign","id":"75887845-c67a-43d4-a51e-4f70bf9dfe94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{x-api-key}","description":"<p>Fill in the API key created in your ReachBoost environment</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"job_role\": \"CEO\",\r\n    \"company_name\": \"Example Company\",\r\n    \"profile_headline\": \"CEO at Example Company\",\r\n    \"connection_degree\": \"2\",\r\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\r\n    \"custom_fields\": [\r\n        {\r\n            \"name\": \"custom_value_1\",\r\n            \"value\": \"Example value\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.reachboost.io/api/v1/campaigns/{campaign_uuid}/leads","description":"<p>Adds a lead to a campaign. If the lead already exists, it will be updated; if it’s new, a new lead will be created.</p>\n<p><strong>Path parameters:</strong></p>\n<ul>\n<li><code>campaign_uuid</code> (string, required): The unique identifier of the campaign to add the leads to. Replace <code>{campaign_uuid}</code> in the URL with the actual campaign UUID.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","campaigns","{campaign_uuid}","leads"],"host":["app","reachboost","io"],"query":[],"variable":[]}},"response":[{"id":"86ccef8f-db83-4bef-a879-7d812eacb91f","name":"201 - Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{x-api-key}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"job_role\": \"CEO\",\r\n    \"company_name\": \"Example Company\",\r\n    \"profile_headline\": \"CEO at Example Company\",\r\n    \"connection_degree\": \"2\",\r\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\r\n    \"custom_fields\": [\r\n        {\r\n            \"name\": \"custom_value_1\",\r\n            \"value\": \"Example value\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.reachboost.io/api/v1/campaigns/{campaign_uuid}/leads"},"status":"OK","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"e29b0fd5-30a4-4451-9955-b75ce7ed3d9b\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"job_role\": \"CEO\",\n    \"company_name\": \"Example Company\",\n    \"profile_headline\": \"CEO at Example Company\",\n    \"connection_degree\": \"2\",\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\n    \"custom_fields\": [\n        {\n            \"name\": \"custom_value_1\",\n            \"value\": \"Example value\"\n        }\n    ],\n    \"blacklisted\": false,\n    \"updated_at\": \"2025-11-10 12:00:00 +0100\",\n    \"created_at\": \"2025-11-01 12:00:00 +0100\"\n}"},{"id":"42cf41a9-0893-4e83-ae3c-1bf819b3b6b1","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{x-api-key}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"job_role\": \"CEO\",\r\n    \"company_name\": \"Example Company\",\r\n    \"profile_headline\": \"CEO at Example Company\",\r\n    \"connection_degree\": \"2\",\r\n    \"linkedin_profile_url\": \"https://www.linkedin.com/in/john-doe\",\r\n    \"custom_fields\": [\r\n        {\r\n            \"name\": \"custom_value_1\",\r\n            \"value\": \"Example value\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.reachboost.io/api/v1/campaigns/{campaign_uuid}/leads"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Campaign not found\"\n}"}],"_postman_id":"75887845-c67a-43d4-a51e-4f70bf9dfe94"}],"id":"71ea7777-d047-4247-9b85-6f15e79eb6a8","description":"<p>The Leads APIs allow you to create, update, and retrieve leads within your ReachBoost workspace, giving you full control over managing and customizing lead data.</p>\n","_postman_id":"71ea7777-d047-4247-9b85-6f15e79eb6a8"},{"name":"Webhooks","item":[{"name":"Connection request sent","id":"4f65364d-7b76-4e41-9752-d7a52278122b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"profile_uuid\": \"063ca641-5d7f-4252-9c81-3e53f9c2c96a\",\r\n    \"event_type\": \"connection_request_sent\",\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"linkedin_url\": \"https://www.linkedin.com/in/johndoe\",\r\n    \"campaign_name\": \"Example Campaign\",\r\n    \"message_content\": \"Hi John, would love to connect.\",\r\n    \"message_sequence\": 1,\r\n    \"campaign_uuid\": \"9ef6d9c4-8630-4591-a8eb-b573e2dc0ee7\",\r\n    \"sender_name\": \"Jane Doe\",\r\n    \"sender_uuid\": \"cceb0c7c-94a6-40c8-b871-5153d3d38c28\",\r\n    \"timestamp_utc\": \"2025-01-15T14:30:00Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.com/webhook-receiver","description":"<p>When a connection request has been sent via a ReachBoost campaign, we'll sent the attached payload. Find a description of the fields below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>profile_uuid</td>\n<td>Unique identifier of a lead in ReachBoost</td>\n<td>063ca641-5d7f-4252-9c81-3e53f9c2c96a</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>Event type responsible for triggering the webhook</td>\n<td>connection_request_sent</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>First name of alead</td>\n<td>John</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>Last name of the lead</td>\n<td>Doe</td>\n</tr>\n<tr>\n<td>linkedin_url</td>\n<td>LinkedIn profile URL of a lead</td>\n<td><a href=\"https://www.linkedin.com/in/johndoe\">https://www.linkedin.com/in/johndoe</a></td>\n</tr>\n<tr>\n<td>campaign_name</td>\n<td>Name of the campaign</td>\n<td>Example Campaign</td>\n</tr>\n<tr>\n<td>message_content</td>\n<td>Content of the connection request message. \"\" when empty connection request is sent.</td>\n<td>Hi John, would love to connect.</td>\n</tr>\n<tr>\n<td>message_sequence</td>\n<td>Sequence of the message in the campaign. 1 for the first message, 2 for the second, and so on.</td>\n<td>1</td>\n</tr>\n<tr>\n<td>campaign_uuid</td>\n<td>Unique identifier of a campaign in ReachBoost</td>\n<td>9ef6d9c4-8630-4591-a8eb-b573e2dc0ee7</td>\n</tr>\n<tr>\n<td>sender_name</td>\n<td>Name of the sending LinkedIn account</td>\n<td>Jane Doe</td>\n</tr>\n<tr>\n<td>sender_uuid</td>\n<td>UUID of the sending LinkedIn account</td>\n<td>cceb0c7c-94a6-40c8-b871-5153d3d38c28</td>\n</tr>\n<tr>\n<td>timestamp_utc</td>\n<td>Timestamp of the event in UTC</td>\n<td>2025-01-15T14:30:00Z</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["webhook-receiver"],"host":["example","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f65364d-7b76-4e41-9752-d7a52278122b"},{"name":"Connection request accepted","id":"e7f5f366-8f26-44a4-b713-37cffb39d181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"profile_uuid\": \"063ca641-5d7f-4252-9c81-3e53f9c2c96a\",\r\n    \"event_type\": \"connection_request_accepted\",\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"linkedin_url\": \"https://www.linkedin.com/in/johndoe\",\r\n    \"campaign_name\": \"Example Campaign\",\r\n    \"message_content\": \"Hi John, would love to connect.\",\r\n    \"message_sequence\": 1,\r\n    \"campaign_uuid\": \"9ef6d9c4-8630-4591-a8eb-b573e2dc0ee7\",\r\n    \"sender_name\": \"Jane Doe\",\r\n    \"sender_uuid\": \"cceb0c7c-94a6-40c8-b871-5153d3d38c28\",\r\n    \"timestamp_utc\": \"2025-01-15T14:30:00Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.com/webhook-receiver","description":"<p>When a connection request that was sent via a ReachBoost campaign has been accepted, we'll sent the attached payload. Find a description of the fields below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>profile_uuid</td>\n<td>Unique identifier of a lead in ReachBoost</td>\n<td>063ca641-5d7f-4252-9c81-3e53f9c2c96a</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>Event type responsible for triggering the webhook</td>\n<td>connection_request_accepted</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>First name of alead</td>\n<td>John</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>Last name of the lead</td>\n<td>Doe</td>\n</tr>\n<tr>\n<td>linkedin_url</td>\n<td>LinkedIn profile URL of a lead</td>\n<td><a href=\"https://www.linkedin.com/in/johndoe\">https://www.linkedin.com/in/johndoe</a></td>\n</tr>\n<tr>\n<td>campaign_name</td>\n<td>Name of the campaign</td>\n<td>Example Campaign</td>\n</tr>\n<tr>\n<td>message_content</td>\n<td>Content of the connection request message. \"\" when empty connection request is sent.</td>\n<td>Hi John, would love to connect.</td>\n</tr>\n<tr>\n<td>message_sequence</td>\n<td>Sequence of the message in the campaign. 1 for the first message, 2 for the second, and so on.</td>\n<td>1</td>\n</tr>\n<tr>\n<td>campaign_uuid</td>\n<td>Unique identifier of a campaign in ReachBoost</td>\n<td>9ef6d9c4-8630-4591-a8eb-b573e2dc0ee7</td>\n</tr>\n<tr>\n<td>sender_name</td>\n<td>Name of the sending LinkedIn account</td>\n<td>Jane Doe</td>\n</tr>\n<tr>\n<td>sender_uuid</td>\n<td>UUID of the sending LinkedIn account</td>\n<td>cceb0c7c-94a6-40c8-b871-5153d3d38c28</td>\n</tr>\n<tr>\n<td>timestamp_utc</td>\n<td>Timestamp of the event in UTC</td>\n<td>2025-01-15T14:30:00Z</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["webhook-receiver"],"host":["example","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7f5f366-8f26-44a4-b713-37cffb39d181"},{"name":"Connection request withdrawn","id":"ad051e64-f89d-4c2a-93fd-15f01ef2a32e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"profile_uuid\": \"063ca641-5d7f-4252-9c81-3e53f9c2c96a\",\r\n    \"event_type\": \"connection_request_withdrawn\",\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"linkedin_url\": \"https://www.linkedin.com/in/johndoe\",\r\n    \"campaign_name\": \"Example Campaign\",\r\n    \"message_content\": \"Hi John, would love to connect.\",\r\n    \"message_sequence\": 1,\r\n    \"campaign_uuid\": \"9ef6d9c4-8630-4591-a8eb-b573e2dc0ee7\",\r\n    \"sender_name\": \"Jane Doe\",\r\n    \"sender_uuid\": \"cceb0c7c-94a6-40c8-b871-5153d3d38c28\",\r\n    \"timestamp_utc\": \"2025-01-15T14:30:00Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.com/webhook-receiver","description":"<p>When a connection request that was sent via a ReachBoost campaign has been withdrawn, we'll sent the attached payload. Find a description of the fields below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>profile_uuid</td>\n<td>Unique identifier of a lead in ReachBoost</td>\n<td>063ca641-5d7f-4252-9c81-3e53f9c2c96a</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>Event type responsible for triggering the webhook</td>\n<td>connection_request_accepted</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>First name of alead</td>\n<td>John</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>Last name of the lead</td>\n<td>Doe</td>\n</tr>\n<tr>\n<td>linkedin_url</td>\n<td>LinkedIn profile URL of a lead</td>\n<td><a href=\"https://www.linkedin.com/in/johndoe\">https://www.linkedin.com/in/johndoe</a></td>\n</tr>\n<tr>\n<td>campaign_name</td>\n<td>Name of the campaign</td>\n<td>Example Campaign</td>\n</tr>\n<tr>\n<td>message_content</td>\n<td>Content of the connection request message. \"\" when empty connection request is sent.</td>\n<td>Hi John, would love to connect.</td>\n</tr>\n<tr>\n<td>message_sequence</td>\n<td>Sequence of the message in the campaign. 1 for the first message, 2 for the second, and so on.</td>\n<td>1</td>\n</tr>\n<tr>\n<td>campaign_uuid</td>\n<td>Unique identifier of a campaign in ReachBoost</td>\n<td>9ef6d9c4-8630-4591-a8eb-b573e2dc0ee7</td>\n</tr>\n<tr>\n<td>sender_name</td>\n<td>Name of the sending LinkedIn account</td>\n<td>Jane Doe</td>\n</tr>\n<tr>\n<td>sender_uuid</td>\n<td>UUID of the sending LinkedIn account</td>\n<td>cceb0c7c-94a6-40c8-b871-5153d3d38c28</td>\n</tr>\n<tr>\n<td>timestamp_utc</td>\n<td>Timestamp of the event in UTC</td>\n<td>2025-01-15T14:30:00Z</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["webhook-receiver"],"host":["example","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad051e64-f89d-4c2a-93fd-15f01ef2a32e"},{"name":"Follow up message sent","id":"a29acb56-5bb6-4812-a498-0537d07383bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"profile_uuid\": \"063ca641-5d7f-4252-9c81-3e53f9c2c96a\",\r\n    \"event_type\": \"follow_up_message_sent\",\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"linkedin_url\": \"https://www.linkedin.com/in/johndoe\",\r\n    \"campaign_name\": \"Example Campaign\",\r\n    \"message_content\": \"Thanks for connecting John!\",\r\n    \"message_sequence\": 2,\r\n    \"campaign_uuid\": \"9ef6d9c4-8630-4591-a8eb-b573e2dc0ee7\",\r\n    \"sender_name\": \"Jane Doe\",\r\n    \"sender_uuid\": \"cceb0c7c-94a6-40c8-b871-5153d3d38c28\",\r\n    \"timestamp_utc\": \"2025-01-17T10:30:00Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.com/webhook-receiver","description":"<p>When a follow up was sent via a ReachBoost campaign, we'll sent the attached payload. Find a description of the fields below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>profile_uuid</td>\n<td>Unique identifier of a lead in ReachBoost</td>\n<td>063ca641-5d7f-4252-9c81-3e53f9c2c96a</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>Event type responsible for triggering the webhook</td>\n<td>follow_up_message_sent</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>First name of alead</td>\n<td>John</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>Last name of the lead</td>\n<td>Doe</td>\n</tr>\n<tr>\n<td>linkedin_url</td>\n<td>LinkedIn profile URL of a lead</td>\n<td><a href=\"https://www.linkedin.com/in/johndoe\">https://www.linkedin.com/in/johndoe</a></td>\n</tr>\n<tr>\n<td>campaign_name</td>\n<td>Name of the campaign</td>\n<td>Example Campaign</td>\n</tr>\n<tr>\n<td>message_content</td>\n<td>Content of the follow up message</td>\n<td>Thanks for connecting John!</td>\n</tr>\n<tr>\n<td>message_sequence</td>\n<td>Sequence of the message in the campaign. 1 for the first message, 2 for the second, and so on.</td>\n<td>2</td>\n</tr>\n<tr>\n<td>campaign_uuid</td>\n<td>Unique identifier of a campaign in ReachBoost</td>\n<td>9ef6d9c4-8630-4591-a8eb-b573e2dc0ee7</td>\n</tr>\n<tr>\n<td>sender_name</td>\n<td>Name of the sending LinkedIn account</td>\n<td>Jane Doe</td>\n</tr>\n<tr>\n<td>sender_uuid</td>\n<td>UUID of the sending LinkedIn account</td>\n<td>cceb0c7c-94a6-40c8-b871-5153d3d38c28</td>\n</tr>\n<tr>\n<td>timestamp_utc</td>\n<td>Timestamp of the event in UTC</td>\n<td>2025-01-17T10:30:00Z</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["webhook-receiver"],"host":["example","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a29acb56-5bb6-4812-a498-0537d07383bf"},{"name":"Message replied","id":"abc6b796-35b9-4614-92a5-70ecdfb18c39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"profile_uuid\": \"063ca641-5d7f-4252-9c81-3e53f9c2c96a\",\r\n    \"event_type\": \"message_replied\",\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"linkedin_url\": \"https://www.linkedin.com/in/johndoe\",\r\n    \"campaign_name\": \"Example Campaign\",\r\n    \"message_content\": \"Thanks for connecting John!\",\r\n    \"message_sequence\": 2,\r\n    \"campaign_uuid\": \"9ef6d9c4-8630-4591-a8eb-b573e2dc0ee7\",\r\n    \"sender_name\": \"Jane Doe\",\r\n    \"sender_uuid\": \"cceb0c7c-94a6-40c8-b871-5153d3d38c28\",\r\n    \"timestamp_utc\": \"2025-01-17T10:30:00Z\",\r\n    \"reply_content\": \"Likewise!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.com/webhook-receiver","description":"<p>When a reply was found to either a connection request or follow up message that was sent via a ReachBoost campaign, we'll sent the attached payload. Find a description of the fields below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>profile_uuid</td>\n<td>Unique identifier of a lead in ReachBoost</td>\n<td>063ca641-5d7f-4252-9c81-3e53f9c2c96a</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>Event type responsible for triggering the webhook</td>\n<td>message_replied</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>First name of alead</td>\n<td>John</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>Last name of the lead</td>\n<td>Doe</td>\n</tr>\n<tr>\n<td>linkedin_url</td>\n<td>LinkedIn profile URL of a lead</td>\n<td><a href=\"https://www.linkedin.com/in/johndoe\">https://www.linkedin.com/in/johndoe</a></td>\n</tr>\n<tr>\n<td>campaign_name</td>\n<td>Name of the campaign</td>\n<td>Example Campaign</td>\n</tr>\n<tr>\n<td>message_content</td>\n<td>Content of the follow up message</td>\n<td>Thanks for connecting John!</td>\n</tr>\n<tr>\n<td>message_sequence</td>\n<td>Sequence of the message in the campaign. 1 for the first message, 2 for the second, and so on.</td>\n<td>2</td>\n</tr>\n<tr>\n<td>campaign_uuid</td>\n<td>Unique identifier of a campaign in ReachBoost</td>\n<td>9ef6d9c4-8630-4591-a8eb-b573e2dc0ee7</td>\n</tr>\n<tr>\n<td>sender_name</td>\n<td>Name of the sending LinkedIn account</td>\n<td>Jane Doe</td>\n</tr>\n<tr>\n<td>sender_uuid</td>\n<td>UUID of the sending LinkedIn account</td>\n<td>cceb0c7c-94a6-40c8-b871-5153d3d38c28</td>\n</tr>\n<tr>\n<td>timestamp_utc</td>\n<td>Timestamp of the event in UTC</td>\n<td>2025-01-17T10:30:00Z</td>\n</tr>\n<tr>\n<td>reply_content</td>\n<td>Content of the reply that was found</td>\n<td>Likewise!</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["webhook-receiver"],"host":["example","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"abc6b796-35b9-4614-92a5-70ecdfb18c39"},{"name":"Lead status update","id":"b73d0bda-aefb-40f9-b97e-86a77cf86fd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"profile_uuid\": \"063ca641-5d7f-4252-9c81-3e53f9c2c96a\",\r\n    \"event_type\": \"message_replied\",\r\n    \"first_name\": \"John\",\r\n    \"last_name\": \"Doe\",\r\n    \"linkedin_url\": \"https://www.linkedin.com/in/johndoe\",\r\n    \"lead_status\": \"interested\",\r\n    \"previous_lead_status\": \"engaged\",\r\n    \"timestamp_utc\": \"2025-01-17T10:30:00Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.com/webhook-receiver","description":"<p>When the lead status of a profile is updated, we'll sent the attached payload. In the webhook configuration you can define on what status changes the webhooks should be fired. Find a description of the fields below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>profile_uuid</td>\n<td>Unique identifier of a lead in ReachBoost</td>\n<td>063ca641-5d7f-4252-9c81-3e53f9c2c96a</td>\n</tr>\n<tr>\n<td>event_type</td>\n<td>Event type responsible for triggering the webhook</td>\n<td>message_replied</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>First name of alead</td>\n<td>John</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>Last name of the lead</td>\n<td>Doe</td>\n</tr>\n<tr>\n<td>linkedin_url</td>\n<td>LinkedIn profile URL of a lead</td>\n<td><a href=\"https://www.linkedin.com/in/johndoe\">https://www.linkedin.com/in/johndoe</a></td>\n</tr>\n<tr>\n<td>lead_status</td>\n<td>Current lead status of a lead</td>\n<td>interested</td>\n</tr>\n<tr>\n<td>previous_lead_status</td>\n<td>Previous lead status of a lead</td>\n<td>engaged</td>\n</tr>\n<tr>\n<td>timestamp_utc</td>\n<td>Timestamp of the event in UTC</td>\n<td>2025-01-17T10:30:00Z</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["webhook-receiver"],"host":["example","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b73d0bda-aefb-40f9-b97e-86a77cf86fd6"}],"id":"caa18587-8677-4ea7-bb31-faf09541b68c","_postman_id":"caa18587-8677-4ea7-bb31-faf09541b68c","description":""}]}