SMS Messaging API

Send an SMS

post
https://api.kongapj.com/sms/v1/messages

Body

application/json

SendMessageRequest

fromstring

Sender ID (alphanumeric or MSISDN)

Example:Optus

messagestringrequired

Message body (GSM-7 or UCS-2)

Example:Your Optus verification code is 123456

tostringrequired

Destination MSISDN in E.164 format

Example:+61400000000

Response

application/json

Message accepted for delivery

Message

created_atstring(date-time)

Example:2026-07-23T02:15:00Z

delivered_atstring(date-time)

Example:2026-07-23T02:15:03Z

fromstring

Example:Optus

idstringrequired

Example:msg_01HZY7C3K2Q9V8N4B6D0X5F1A2

statusstringrequired

Allowed values:queuedsentdeliveredfailed

Example:queued

tostringrequired

Example:+61400000000

post/sms/v1/messages

Body

{ "from": "Optus", "message": "Your Optus verification code is 123456", "to": "+61400000000" }
 
application/json