v2
Latest
May 15, 2026
Major release with enhanced campaign management, lead enrichment, list operations, whitelabel support, and analytics improvements across the Success.ai platform. View v2 API Reference →
✦ Added
POST /v2/campaign/create— Create a new outreach campaignPOST /v2/campaign/sequence-create— Create email sequences within a campaignPOST /v2/campaign/variants-create— Create A/B test variants for sequencesPUT /v2/campaign/sequences/{id}— Update an existing campaign sequenceDELETE /v2/campaign/sequences-delete— Delete a campaign sequenceDELETE /v2/campaign/variants-delete— Delete a sequence variantPOST /v2/campaign/set/schedules— Configure campaign sending schedulesPOST /v2/campaign/launch— Launch a campaignPOST /v2/campaign/pause— Pause an active campaignPOST /v2/enrich/by-details— Enrich lead data by providing known detailsPOST /v2/list/create/people— Create a people listPOST /v2/list/create/company— Create a company listPOST /v2/list/delete/people— Delete a people listPOST /v2/list/delete/company— Delete a company listGET /v2/list/get— Get list details by IDGET /v2/list/all— Get all lists with paginationGET /v2/list/leads— Get leads from a listGET /v2/list/companies— Get companies from a listPOST /v2/list/add/leads— Add leads to a listPOST /v2/list/add/companies— Add companies to a listPOST /v2/list/remove/leads— Remove leads from a listPOST /v2/list/remove/companies— Remove companies from a listPOST /v2/list/send-to-campaign— Send a list directly to a campaignGET /v2/list/export— Export list dataPOST /v2/whitelabel/register— Register a whitelabel sub-userPOST /v2/whitelabel/add-plan— Create a custom whitelabel planPOST /v2/whitelabel/user/{subUserId}/assign-plan/{planId}— Assign a plan to a sub-userGET /v2/whitelabel/get-plan— Get custom plan detailsGET /v2/whitelabel/user/{email}— Look up a whitelabel user by email
⟳ Changed
- All endpoint base paths moved from
/v1to/v2 - Standardized error response format with field-level validation details across all modules