ANTS API SPECIFICATION
English v1.0.0
English v1.0.0
  • INTRODUCTION
  • ACCOUNT
  • SMS
    • Send Message
    • Callback Delivery Report
    • Message Logs
    • Preview Message
    • Sender List
    • Status and Error codes
  • OTP (One Time Password)
  • SMS 2 WAY Interactive
Powered by GitBook
On this page

Was this helpful?

  1. SMS

Sender List

This method allows you to get and validate Sender Name if it is already existed in ANTS Platform.

PreviousPreview MessageNextStatus and Error codes

Last updated 4 years ago

Was this helpful?

Use to validate sender if it already exists in ANTS platform.

Sequence Diagram

You can start creating HTTP request as this following:

Header

description

HTTP Request (URL)

HTTP Headers

Content-Type: application/json

Authorization: (Basic Auth) Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==

HTTP Methods

GET

The Request (method : GET) will look like:

HTTP Request (URL): https://api-service.ants.co.th/sms/senderList

Sender list Response

Parameter

type

description

name

Array of Strings

Sender

JSON Response

{
	"name": ["sender1", 
	 	      "sender2", 
	 	      "sender3"]
}

https://api-service.ants.co.th/sms/senderList
Sequence Diagram (API SenderList)