Skip to main content

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.

Authentication

All API endpoints require authentication using an API key. Include your API key in the x-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 is https://app.drippi.ai/api/v1/.

Response Format

All API responses follow a consistent format:
  • Success responses include a status field set to "success" and the requested data
  • Error responses include a status field set to "error" and a message describing 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

  1. Get your API key from your Drippi dashboard
  2. Make your first request to test the connection
  3. Explore the endpoints to integrate with your applications
For detailed information about each endpoint, see the API reference documentation below.