Last updated 5 years ago
Was this helpful?
ใช้สำหรับตรวจสอบข้อมูล sender ในฐานข้อมูลของ ANTS
ผู้ใช้งานสามารถเริ่มสร้าง HTTP ตามรายละเอียดดังนี้
หัวข้อ
รายละเอียด
HTTP Request (URL)
HTTP Headers
Content-Type: application/json
Authorization: (Basic Auth) Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
HTTP Methods
GET
ตัวอย่าง Request (method : Get)
HTTP Request (URL): https://api-service.ants.co.th/sms/senderList
Response ตอบกลับผู้ใช้งาน ดังนี้
ชุดข้อมูลผลลัพธ์
ประเภทข้อมูล
name
Array of Strings
ชื่อผู้ส่ง (Sender Name)
ตัวอย่าง Response JSON
{ "name": ["sender1", "sender2", "sender3"] }