Back to Help Center

API & Developers

REST API, webhooks, and developer tools

REST API Overview

Lotivio provides a comprehensive REST API for programmatic access to leads, workflows, analytics, and AI scoring.

Base URL

https://api.lotivio.com/v1

Authentication

API requests require Bearer token authentication:

Authorization: Bearer YOUR_API_KEY

Common Endpoints

GET
/leads

List all leads with filtering and pagination

POST
/leads

Create a new lead record

GET
/leads/{id}

Retrieve single lead by ID

PATCH
/leads/{id}

Update lead attributes

GET
/workflows

List all active workflows

POST
/workflows/{id}/trigger

Manually trigger workflow execution

Webhooks

Subscribe to real-time events via webhooks. Configure in Settings → API → Webhooks.

  • lead.created - New lead added to system
  • lead.updated - Lead attributes changed
  • lead.scored - AI score recalculated
  • workflow.completed - Workflow execution finished
  • campaign.sent - Recovery campaign message sent

Rate Limits

Standard Plan:1,000 requests/hour
Professional Plan:5,000 requests/hour
Enterprise Plan:Custom limits