API Reference
The Zeckta Messaging API provides endpoints for SMS messaging, OTP verification, Sender Name management, and workspace operations. All requests require API key authentication.All production API requests must be made over HTTPS.
Base URL
Authentication
Include your API key in the Authorization header.Response Format
All API responses follow a consistent structure:Available Resources
| Resource | Description |
|---|---|
| SMS Messaging | Send SMS messages, campaigns, and track delivery status |
| OTP Service | Generate and verify one-time passwords |
| Sender Names | Register and manage sender identities |
| Workspace | Retrieve account and workspace information |
Rate Limiting
API keys are subject to request rate limits. Rate limit information is returned in response headers:Error Handling
Standard HTTP status codes are used throughout the API.| Code | Meaning |
|---|---|
| 200 | Success |
| 202 | Accepted for processing |
| 400 | Invalid request |
| 401 | Authentication failed |
| 404 | Resource not found |
| 409 | Conflict |
| 429 | Rate limit exceeded |
| 500 | Internal server error |
Next Steps
Quickstart
Send your first SMS.
Authentication
Learn how API authentication works.