การย้าย API ระบบเก่า มา ระบบใหม่
ผู้ใช้งานที่ใช้งาน API จากระบบเก่าอยู่แล้ว สามารถเปลี่ยนมาใช้งาน API ของระบบ ใหม่ได้ตาม รายละเอียดด้านล่างดังนี้
URL Endpoint
Authentication
ตัวอย่าง
POST /sms/send HTTP/1.1
Host: api-service.ants.co.th
Content-Type: application/json
Authorization: Basic YW50c3VzZXI6YW50czEyMzQ=
Cache-Control: no-cacheAPI Send
ระบบเดิม
ระบบใหม่
Body Request
Single textual message
ระบบเดิม
ระบบใหม่
Multiple textual message
ระบบเดิม
ระบบใหม่
ระบบเดิม
ระบบใหม่
Body Response
ระบบเดิม
ระบบใหม่
Last updated
Was this helpful?