{"id":14628,"date":"2026-06-12T15:24:08","date_gmt":"2026-06-12T12:24:08","guid":{"rendered":"https:\/\/snov.io\/knowledgebase\/?p=14628"},"modified":"2026-06-17T13:02:55","modified_gmt":"2026-06-17T10:02:55","slug":"how-to-use-snov-io-api","status":"publish","type":"post","link":"https:\/\/snov.io\/knowledgebase\/how-to-use-snov-io-api\/","title":{"rendered":"How to use Snov.io tools via API"},"content":{"rendered":"<p>Snov.io's tools are available through our <a href=\"https:\/\/snov.io\/api\" target=\"_blank\" rel=\"noopener\">REST API<\/a>. You can access the main features through API requests: sourcing prospects, enriching data and verification, managing full outreach cycle and syncing performance data.<\/p>\n<div class=\"notification-block note\">\n<div class=\"notification-block__icon\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/snov.io\/knowledgebase\/wp-content\/themes\/knowledgebase-n\/assets\/img\/ph_circle-wavy-warning.svg\" alt=\"note\" width=\"32\" height=\"32\" \/><\/div>\n<div class=\"notification-block__text\"><strong>How to get access to API<\/strong><br \/>\n<span style=\"font-weight: 400;\">The API is available on all <\/span><a href=\"https:\/\/snov.io\/pricing\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Sales Suite plans<\/span><\/a><span style=\"font-weight: 400;\">; to use APIs involving the LinkedIn channel, enable <\/span><a href=\"https:\/\/app.snov.io\/account\/linkedin-account\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">LinkedIn Automation<\/span><\/a><span style=\"font-weight: 400;\"> tool.<\/span>If you're on a free plan, you can request a test access by emailing us at <a href=\"mailto:help@snov.io\">help@snov.io<\/a>. To get started, please tell us about your specific goal so we can better understand your needs and provide guidance.<\/div>\n<\/div>\n<h2><strong>Snov.io APIs<\/strong><\/h2>\n<p>Here's the list of our APIs. Find the methods available in each API category below:<\/p>\n<p><a href=\"#domain-search-api\"><strong>Domain Search API<\/strong><\/a><\/p>\n<p><a href=\"#data-enrichment-api\"><strong>Data Enrichment API<\/strong><\/a><\/p>\n<p><a href=\"#email-finder-api\"><strong>Email Finder API<\/strong><\/a><\/p>\n<p><a href=\"#email-verifier-api\"><strong>Email Verifier API<\/strong><\/a><\/p>\n<p><a href=\"#prospect-management-api\"><strong>Prospect Management API<\/strong><\/a><\/p>\n<p><a href=\"#sender-accounts-api\"><strong>Sender Accounts API<\/strong><\/a><\/p>\n<p><a href=\"#email-warm-up-api\"><strong>Email Warm-up API<\/strong><\/a><\/p>\n<p><a href=\"#campaigns-api\"><strong>Campaigns API<\/strong><\/a><\/p>\n<p><a href=\"#campaign-content-api\"><strong>Campaign Content API<\/strong><\/a><\/p>\n<p><a href=\"#analytics-reporting-api\"><strong>Analytics &amp; Reporting API<\/strong><\/a><\/p>\n<p><a href=\"#webhooks-api\"><strong>Webhooks<\/strong><\/a><\/p>\n<h2><strong>How to get your API access token<\/strong><\/h2>\n<div class=\"notification-block learn\">\n<div class=\"notification-block__icon\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/snov.io\/knowledgebase\/wp-content\/themes\/knowledgebase-n\/assets\/img\/fluent_chat-warning-16-regular.svg\" alt=\"learn\" width=\"32\" height=\"32\" \/><\/div>\n<div class=\"notification-block__text\">\n<p>All Snov.io API requests require an access token for authentication. To generate it, use the <a href=\"https:\/\/snov.io\/api#Authentification\" target=\"_blank\" rel=\"noopener\">Authentication method<\/a> with your API User ID and API Secret: find both in <a href=\"https:\/\/app.snov.io\/account\/api\" target=\"_blank\" rel=\"noopener\">your account settings<\/a> under the API tab.<\/p>\n<\/div>\n<\/div>\n<ul>\n<li>Send your <strong>API User ID<\/strong> and <strong>API Secret<\/strong> in the request body. You'll receive an access token in response<\/li>\n<li>The access token is valid for 1 hour (3600 seconds)<\/li>\n<li>Include the token in the Authorization header of every request<\/li>\n<\/ul>\n<h3 id=\"domain-search-api\"><strong>Domain Search API<\/strong><\/h3>\n<p>Find company info, prospect profiles, and email addresses by domain. In this API, <strong>POST <\/strong>methods start a search returning a <span class=\"notification-block note-gray\" style=\"display: inline-block; padding: 4px 10px; font-family: Georgia, serif;\"><code style=\"font-family: Georgia, serif;\">task_hash<\/code><\/span>, then <strong>GET<\/strong> retrieves results.<\/p>\n<p>See full API methods details in <a href=\"https:\/\/snov.io\/api#DomainSearch\" target=\"_blank\" rel=\"noopener\">API documentation<\/a>.<\/p>\n<table style=\"border-collapse: collapse; border-style: solid; border-color: #b3d9ff;\" border=\"1px\" cellpadding=\"12px\">\n<thead>\n<tr style=\"height: 24px;\">\n<th style=\"height: 24px;\">Method<\/th>\n<th style=\"height: 24px;\">Endpoint<\/th>\n<th style=\"height: 24px;\">Purpose<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr style=\"height: 24px;\">\n<td style=\"height: 24px;\">POST<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/domain-search\/start\/<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Request company info by domain<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/domain-search\/result\/{task_hash}<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Get company info results<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"height: 24px;\">POST<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/domain-search\/prospects\/start<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Search prospects by domain + position filters<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/domain-search\/prospects\/result\/{task_hash}<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Get prospect search results<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"height: 24px;\">POST<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/domain-search\/domain-emails\/start<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Search emails by domain<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/domain-search\/domain-emails\/result\/{task_hash}<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Get domain email results<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"height: 24px;\">POST<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/domain-search\/generic-contacts\/start<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Search generic\/role-based emails<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/domain-search\/generic-contacts\/result\/{task_hash}<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Get generic contact results<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"data-enrichment-api\"><strong>Data Enrichment API<\/strong><\/h3>\n<p>Expand your existing datasets with additional B2B data points from Snov.io's database.<\/p>\n<p>See full API methods details in <a href=\"https:\/\/snov.io\/api#CompanyDomainByName\" target=\"_blank\" rel=\"noopener\">API documentation<\/a>.<\/p>\n<table style=\"border-collapse: collapse; border-style: solid; border-color: #b3d9ff;\" border=\"1px\" cellpadding=\"12px\">\n<thead>\n<tr>\n<th style=\"height: 24px;\">Method<\/th>\n<th style=\"height: 24px;\">Endpoint<\/th>\n<th style=\"height: 24px;\">Purpose<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"height: 24px;\">POST<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/company-domain-by-name\/start<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Enrich domain name from company's name<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">POST<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/emails-by-domain-by-name\/start<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Enrich email address from prospect's name and domain<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">POST<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/li-profiles-by-urls\/start<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Enrich person profile from LinkedIn URL<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v1\/get-profile-by-email<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Enrich person profile from email address<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"email-finder-api\"><strong>Email Finder API<\/strong><\/h3>\n<p>Get full prospects with job titles and verified emails from their name + domain or company name.<\/p>\n<p>See full API methods details in <a href=\"https:\/\/snov.io\/api#EmailFinder\" target=\"_blank\" rel=\"noopener\">API documentation<\/a>.<\/p>\n<table style=\"border-collapse: collapse; border-style: solid; border-color: #b3d9ff;\" border=\"1px\" cellpadding=\"12px\">\n<thead>\n<tr>\n<th style=\"height: 24px;\">Method<\/th>\n<th style=\"height: 24px;\">Endpoint<\/th>\n<th style=\"height: 24px;\">Purpose<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"height: 24px;\">POST<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/emails-by-domain-by-name\/start<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Find emails from name + domain (bulk: up to 10 per request)<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/emails-by-domain-by-name\/result<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Retrieve found emails<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">POST<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/company-domain-by-name\/start<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Find domain from company name (bulk: up to 10 per request)<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/company-domain-by-name\/result<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Retrieve company domains<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"email-verifier-api\"><strong>Email Verifier API<\/strong><\/h3>\n<p>Check email deliverability with multistep verification. Returns <span class=\"notification-block note-gray\" style=\"display: inline-block; padding: 4px 10px; font-family: Georgia, serif;\"><code style=\"font-family: Georgia, serif;\">valid<\/code><\/span>, <span class=\"notification-block note-gray\" style=\"display: inline-block; padding: 4px 10px; font-family: Georgia, serif;\"><code style=\"font-family: Georgia, serif;\">not_valid<\/code><\/span>, or <span class=\"notification-block note-gray\" style=\"display: inline-block; padding: 4px 10px; font-family: Georgia, serif;\"><code style=\"font-family: Georgia, serif;\">unknown<\/code><\/span>\u00a0status with detailed reasons. Validate your outsorced lists or integrate verification to check email at sign up.<\/p>\n<p>See full API methods details in <a href=\"https:\/\/snov.io\/api#EmailVerifier\" target=\"_blank\" rel=\"noopener\">API documentation<\/a>.<\/p>\n<table style=\"border-collapse: collapse; border-style: solid; border-color: #b3d9ff;\" border=\"1px\" cellpadding=\"12px\">\n<thead>\n<tr>\n<th style=\"height: 24px;\">Method<\/th>\n<th style=\"height: 24px;\">Endpoint<\/th>\n<th style=\"height: 24px;\">Purpose<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"height: 24px;\">POST<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/email-verification\/start<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Submit emails for verification (bulk supported)<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/email-verification\/result<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Get verification results by <code>task_hash<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"prospect-management-api\"><strong>Prospect Management API<\/strong><\/h3>\n<p>Manage prospects in your account. Automate routine tasks like creating lists and organizing prospects by segment.<\/p>\n<p>See full API methods details in <a href=\"https:\/\/snov.io\/api#ProspectManagement\" target=\"_blank\" rel=\"noopener\">API documentation<\/a>.<\/p>\n<table style=\"border-collapse: collapse; border-style: solid; border-color: #b3d9ff;\" border=\"1px\" cellpadding=\"12px\">\n<thead>\n<tr>\n<th style=\"height: 24px;\">Method<\/th>\n<th style=\"height: 24px;\">Endpoint<\/th>\n<th style=\"height: 24px;\">Purpose<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"height: 24px;\">POST<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v1\/add-prospect-to-list<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Add prospect to a list<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">POST<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v1\/get-prospect-by-id<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Find prospect by ID<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v1\/get-user-lists<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">List all prospect lists<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"sender-accounts-api\"><strong>Sender Accounts API<\/strong><\/h3>\n<p>Manage email sending accounts. Connect, configure, and check account status.<\/p>\n<p>See full API methods details in <a href=\"https:\/\/snov.io\/api#SenderAccounts\" target=\"_blank\" rel=\"noopener\">API documentation<\/a>.<\/p>\n<table style=\"border-collapse: collapse; border-style: solid; border-color: #b3d9ff;\" border=\"1px\" cellpadding=\"12px\">\n<thead>\n<tr>\n<th style=\"height: 24px;\">Method<\/th>\n<th style=\"height: 24px;\">Endpoint<\/th>\n<th style=\"height: 24px;\">Purpose<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"height: 24px;\">POST<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/sender-accounts\/emails<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Add new email account<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">PATCH<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/sender-accounts\/emails\/{account_id}<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Update email account settings<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/sender-accounts\/emails<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">List all sender accounts<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/sender-accounts\/check-sender-status<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Check account connection status<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"email-warm-up-api\"><strong>Email Warm-up API<\/strong><\/h3>\n<p>Start warm up for sender accounts before outreach to protect deliverability and improve sender reputation.<\/p>\n<p>See full API methods details in <a href=\"https:\/\/snov.io\/api#EmailWarmup\" target=\"_blank\" rel=\"noopener\">API documentation<\/a>.<\/p>\n<table style=\"border-collapse: collapse; border-style: solid; border-color: #b3d9ff;\" border=\"1px\" cellpadding=\"12px\">\n<thead>\n<tr>\n<th style=\"height: 24px;\">Method<\/th>\n<th style=\"height: 24px;\">Endpoint<\/th>\n<th style=\"height: 24px;\">Purpose<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"height: 24px;\">POST<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/warm-up<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Create warm-up campaign<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">PATCH<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/warm-up\/{id}<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Update warm-up settings<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/warm-up<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">List warm-up campaigns<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/warm-up\/{id}\/daily-statistics<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Get daily warm-up stats<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"campaigns-api\"><strong>Campaigns API<\/strong><\/h3>\n<p>Manage entire outreach workflow \u2014 create, configure, launch, and monitor campaigns.<\/p>\n<p>See full API methods details in <a href=\"https:\/\/snov.io\/api#GroupCampaignManagement\" target=\"_blank\" rel=\"noopener\">API documentation<\/a>.<\/p>\n<table style=\"border-collapse: collapse; border-style: solid; border-color: #b3d9ff;\" border=\"1px\" cellpadding=\"12px\">\n<thead>\n<tr>\n<th style=\"height: 24px;\">Method<\/th>\n<th style=\"height: 24px;\">Endpoint<\/th>\n<th style=\"height: 24px;\">Purpose<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"height: 24px;\">POST<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/campaigns<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Create new campaign<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/campaigns\/{id}<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Get campaign details<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">PATCH<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/campaigns\/{id}<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Update campaign settings<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">POST<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/campaigns\/{id}\/state<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Change campaign status (launch\/pause\/resume\/complete\/archive)<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">DELETE<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/campaigns\/{id}<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Delete campaign<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/campaigns\/schedules<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">List sending schedules<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/blacklists<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">List do-not-contact lists<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"campaign-content-api\"><strong>Campaign Content API<\/strong><\/h3>\n<p>Manage email step content (subject lines and bodies) within campaign sequences.<\/p>\n<p>See full API methods details in <a href=\"https:\/\/snov.io\/api#CreateEmailStepContent\" target=\"_blank\" rel=\"noopener\">API documentation<\/a>.<\/p>\n<table style=\"border-collapse: collapse; border-style: solid; border-color: #b3d9ff;\" border=\"1px\" cellpadding=\"12px\">\n<thead>\n<tr>\n<th style=\"height: 24px;\">Method<\/th>\n<th style=\"height: 24px;\">Endpoint<\/th>\n<th style=\"height: 24px;\">Purpose<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"height: 24px;\">POST<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/campaigns\/{id}\/steps\/{step_id}\/content\/create<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Create\/upsert email content<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/campaigns\/{id}\/steps\/{step_id}\/content\/{content_id}<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Get email content<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">PATCH<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/campaigns\/{id}\/steps\/{step_id}\/content\/{content_id}<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Update email content<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">DELETE<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/campaigns\/{id}\/steps\/{step_id}\/content\/{content_id}<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Delete email content<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"analytics-reporting-api\"><strong>Analytics &amp; Reporting API<\/strong><\/h3>\n<p>Retrieve engagement data and campaign performance across email and LinkedIn channels<\/p>\n<p>See full API methods details in <a href=\"https:\/\/snov.io\/api#GetcampaignAnalytics\" target=\"_blank\" rel=\"noopener\">API documentation<\/a>.<\/p>\n<table style=\"border-collapse: collapse; border-style: solid; border-color: #b3d9ff;\" border=\"1px\" cellpadding=\"12px\">\n<thead>\n<tr>\n<th style=\"height: 24px;\">Method<\/th>\n<th style=\"height: 24px;\">Endpoint<\/th>\n<th style=\"height: 24px;\">Purpose<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/statistics\/campaign-analytics<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Aggregated campaign metrics<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/campaigns\/{campaign_id}\/progress<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Campaign completion progress<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/campaigns\/{campaign_id}\/replies<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Campaign replies with sentiment<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/campaigns\/{campaign_id}\/opens<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Email open data<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/campaigns\/{campaign_id}\/clicks<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Link click data<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v2\/campaigns\/{campaign_id}\/emails-sent<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">Sent emails log<\/td>\n<\/tr>\n<tr>\n<td style=\"height: 24px;\">GET<\/td>\n<td style=\"height: 24px;\">\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\/v1\/get-user-campaigns<\/div>\n<\/div>\n<\/td>\n<td style=\"height: 24px;\">List all campaigns<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"webhooks-api\"><strong>Webhooks API<\/strong><\/h3>\n<p>Set up automations based on events from your campaigns.<\/p>\n<p><strong>Supported webhook events:<\/strong><\/p>\n<ul>\n<li><span class=\"notification-block note-gray\" style=\"display: inline-block; padding: 4px 10px; font-family: Georgia, serif;\"><code style=\"font-family: Georgia, serif;\">email_replied<\/code><\/span> \u2014 Triggered when a prospect replies to your email campaign<\/li>\n<li><span class=\"notification-block note-gray\" style=\"display: inline-block; padding: 4px 10px; font-family: Georgia, serif;\"><code style=\"font-family: Georgia, serif;\">email_opened<\/code><\/span> \u2014 Triggered when a prospect opens your email<\/li>\n<li><span class=\"notification-block note-gray\" style=\"display: inline-block; padding: 4px 10px; font-family: Georgia, serif;\"><code style=\"font-family: Georgia, serif;\">email_clicked<\/code><\/span> \u2014 Triggered when a prospect clicks a link in your email<\/li>\n<li><span class=\"notification-block note-gray\" style=\"display: inline-block; padding: 4px 10px; font-family: Georgia, serif;\"><code style=\"font-family: Georgia, serif;\">linkedin_replied<\/code><\/span> \u2014 Triggered when a prospect replies via LinkedIn<\/li>\n<li><span class=\"notification-block note-gray\" style=\"display: inline-block; padding: 4px 10px; font-family: Georgia, serif;\"><code style=\"font-family: Georgia, serif;\">linkedin_connection_accepted<\/code><\/span> \u2014 Triggered when a LinkedIn connection request is accepted<\/li>\n<li><span class=\"notification-block note-gray\" style=\"display: inline-block; padding: 4px 10px; font-family: Georgia, serif;\"><code style=\"font-family: Georgia, serif;\">linkedin_inmail_replied<\/code><\/span> \u2014 Triggered when a prospect replies to your LinkedIn InMail<\/li>\n<li><span class=\"notification-block note-gray\" style=\"display: inline-block; padding: 4px 10px; font-family: Georgia, serif;\"><code style=\"font-family: Georgia, serif;\">autoreply_detected<\/code><\/span> \u2014 Triggered when an autoreply (out-of-office) is detected<\/li>\n<li><span class=\"notification-block note-gray\" style=\"display: inline-block; padding: 4px 10px; font-family: Georgia, serif;\"><code style=\"font-family: Georgia, serif;\">prospect_completed<\/code><\/span> \u2014 Triggered when a prospect completes all steps in a campaign<\/li>\n<li><span class=\"notification-block note-gray\" style=\"display: inline-block; padding: 4px 10px; font-family: Georgia, serif;\"><code style=\"font-family: Georgia, serif;\">campaign_launched<\/code><\/span> \u2014 Triggered when a campaign is launched<\/li>\n<li><span class=\"notification-block note-gray\" style=\"display: inline-block; padding: 4px 10px; font-family: Georgia, serif;\"><code style=\"font-family: Georgia, serif;\">campaign_paused<\/code><\/span> \u2014 Triggered when a campaign is paused<\/li>\n<\/ul>\n<div class=\"notification-block note-gray\">\n<div class=\"notification-block__text\">\n<h3><strong>Related articles<\/strong><\/h3>\n<div><a href=\"https:\/\/snov.io\/knowledgebase\/how-to-use-domain-search-api\/\" target=\"_blank\" rel=\"noopener\">How to find contacts from domains in Domain Search API<\/a><\/div>\n<div><a href=\"https:\/\/snov.io\/knowledgebase\/how-to-enrich-your-data-via-snov-io-api\/\" target=\"_blank\" rel=\"noopener\">How to enrich your data via API<\/a><\/div>\n<div><a href=\"https:\/\/snov.io\/knowledgebase\/how-to-use-snov-io-webhooks\/\" target=\"_blank\" rel=\"noopener\">How to use Snov.io Webhooks<\/a><\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Snov.io&#8217;s tools are available through our REST API. You can access the main features through API requests: sourcing prospects, enriching data and verification, managing full outreach cycle and syncing performance data. How to get access to API The API is available on all Sales Suite plans; to use APIs involving the LinkedIn channel, enable LinkedIn [&hellip;]<\/p>\n","protected":false},"author":16,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1986],"tags":[],"_links":{"self":[{"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/posts\/14628"}],"collection":[{"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/comments?post=14628"}],"version-history":[{"count":43,"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/posts\/14628\/revisions"}],"predecessor-version":[{"id":47238,"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/posts\/14628\/revisions\/47238"}],"wp:attachment":[{"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/media?parent=14628"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/categories?post=14628"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/snov.io\/knowledgebase\/wp-json\/wp\/v2\/tags?post=14628"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}