Welcome to the Drippi Public API
The Drippi Public API provides programmatic access to your automation data, lead sources, and account information. This API allows you to integrate Drippi’s automation and lead management capabilities into your own applications.Get your API key
Create an API key in the Drippi dashboard to get started.
Authentication
All API endpoints require authentication using an API key. Include your API key in thex-api-key header with every request.
Rate Limiting
The API implements rate limiting to ensure fair usage. Each API key is limited to 30 requests per minute. When you exceed this limit, you’ll receive a 429 status code with rate limit information.Base URL
The base URL for all API requests ishttps://app.drippi.ai/api/v1/.
Response Format
All API responses follow a consistent format:- Success responses include a
statusfield set to"success"and the requested data - Error responses include a
statusfield set to"error"and amessagedescribing the error
Available Endpoints
The API provides access to three main resource types:- Accounts: Manage your connected social media accounts
- Automations: Access automation data, replies, and action logs
- Lead Sources: Retrieve lead source information and statistics
Getting Started
- Get your API key from your Drippi dashboard
- Make your first request to test the connection
- Explore the endpoints to integrate with your applications