Skip to main content
This guide walks you through sending your first SMS using the Zeckta Messaging API.

Prerequisites

Before you begin, ensure you have:
  • A Zeckta account
  • An active workspace
  • A valid API key
You can generate API keys from the Zeckta Dashboard.
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.
See the OTP Verification section for complete examples and implementation guides.

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.