Send Your First SMS
This guide outlines the steps required to authenticate and transmit your first SMS message using the Zeckta Messaging API.1. Obtain Credentials
Log into the developer console to retrieve your Secret and Workspace UUID. These two values are required to construct your authentication token.2. Core Endpoints
| Action | Method | Endpoint |
|---|---|---|
| Send SMS | POST | /v1/messaging/sms/messages |
| Check Status | GET | /v1/messaging/sms/messages/{uuid} |
| Request OTP | POST | /v1/messaging/otp/request |