REST API, webhooks, and developer tools
Lotivio provides a comprehensive REST API for programmatic access to leads, workflows, analytics, and AI scoring.
https://api.lotivio.com/v1API requests require Bearer token authentication:
Authorization: Bearer YOUR_API_KEY/leadsList all leads with filtering and pagination
/leadsCreate a new lead record
/leads/{id}Retrieve single lead by ID
/leads/{id}Update lead attributes
/workflowsList all active workflows
/workflows/{id}/triggerManually trigger workflow execution
Subscribe to real-time events via webhooks. Configure in Settings → API → Webhooks.