Send message Quick SMS using API

Integrate your application with Guni SMS API. Send SMS in less than 2 minutes using API.

To access the API, an API key is required.

Go to Integration > Create APP token. Follow the instructions here.

 


 

Example request with Basic Authentication

curl --location 'https://api.gunisms.com.au/api/v1/gateway' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoiNjQ0MTY2ZGNhNDQ2ZWU2Y' \
--header 'Content-Type: application/json' \
--data '{
"sender": "61439543031",
"message": "My Guni SMS",
"contacts": [
"61481071500"
]
}'
 

  • URL : https://api.gunisms.com.au/api/v1/gateway
  • Authorization: Bearer 
  • Sender: Four options are available as a sender
    • #SharedNum#: Our system will assign numbers from a random number pool.  
    • Dedicated number:  You need to buy a virtual number from us. This is a unique number used by your account. Your customers will get messages from the same number.
    • Business Name:  You can use a dynamic name such as "Guni". The Guni team must approve a business name.
    • Personal Number: Number that you have registered with Guni account.
  • Messages: Send your text message.
  • Contacts: Add receipts numbers here in the list; you can add a maximum of 5 contacts.
 

Configure webhook for delivery reports and reply

Find instruction here