SMS API
Get SMS Status
Get the delivery status of a sent SMS message
GET
Documentation Index
Fetch the complete documentation index at: https://docs.loyalty.lt/llms.txt
Use this file to discover all available pages before exploring further.
Get SMS Status
Retrieve the current delivery status and details of a previously sent SMS message.Path Parameters
Language code (e.g.,
lt, en)Authentication
API key from Partners Portal
API secret from Partners Portal
Response
Whether the request was successful
Status Values
| Status | Description |
|---|---|
queued | Message accepted and waiting to be sent |
sent | Message sent to carrier network |
delivered | Confirmed delivered to recipient’s phone |
failed | Delivery failed (see error_message) |
expired | Message validity period expired before delivery |
Polling vs Webhooks
If you must poll:- Wait at least 5 seconds between requests
- Most messages are delivered within 10-30 seconds
- Stop polling after
delivered,failed, orexpiredstatus
Related Endpoints
Send SMS
Send a new SMS message
SMS Overview
Webhook setup and documentation