Prerequisites
Before you begin, ensure you have:- A Zeckta account
- An active workspace
- A valid API key
All API requests must be authenticated using your API key.
Base URL
Send Your First SMS
Use the endpoint below to queue a single SMS message.Example Request
Example Response
Messages are processed asynchronously. A successful response indicates the message has been accepted and queued for delivery.
Check Message Status
After submitting a message, use the returned message ID to retrieve its current delivery status.Example Request
Example Response
Request an OTP
Zeckta also provides a built-in OTP verification service for authentication workflows.Next Steps
Authentication
Learn how API key authentication works.
SMS Messaging
Explore SMS messaging capabilities.
OTP Verification
Build secure authentication flows.
Delivery Statuses
Understand the SMS delivery lifecycle.