Skip to main content
POST
/
api
/
v3
/
sms
/
send
Send SMS
curl --request POST \
  --url https://sandbox-api.kotanipay.io/api/v3/sms/send \
  --header 'Content-Type: application/json' \
  --data '
{
  "to": "+254712345678",
  "message": "Hello, this is a test message"
}
'
Send a standard SMS message to a recipient phone number via AfricasTalking. The message is queued and dispatched immediately. A record of the sent message is stored against your integrator account.

Body

application/json
to
string
required

Phone number to send SMS to

Example:

"+254712345678"

message
string
required

SMS message content

Example:

"Hello, this is a test message"

Response

200 - undefined