Base URL
https://api.dripsender.id
Authentication
All API requests require authentication:Different authentication methods are used for different HTTP methods.
- POST requests: Include
api_keyparameter in the request body - GET requests: Include
api-keyheader
Rate Limiting
Rate limits apply based on your subscription plan:- Free tier: Limited messages per day
- Paid plans: Increased limits based on your subscription
Error Responses
The API returns standard HTTP status codes:| Status Code | Description |
|---|---|
| 200 | Success |
| 400 | Bad Request (invalid parameters) |
| 404 | Not Found (API key invalid or resource not found) |
| 500 | Internal Server Error |
error field:
API Test Playground
DripSender provides an interactive API test playground at/auth/apitest (when logged in to your dashboard).
Features:
- Pre-built request templates
- Interactive request builder
- Real-time response viewing
- Support for GET, POST, PUT, DELETE methods
Available Templates
- Kirim Pesan - Send a text message
- Kirim Pesan + File - Send message with media attachment
- Webhook List - Send webhook list data
- Get List - Retrieve all contact lists
- Get Contact - Retrieve contacts from a specific list
