กำลังโหลด...
RESTful API · OAuth 2.0 · webhook · sandbox · จำกัด 1,000 req/min
เริ่มต้นใช้งาน MeQueue API ใน 3 ขั้นตอน:
ไปที่ Admin → ตั้งค่า → API Keys → สร้าง key ใหม่
curl https://api-mequeue.up.railway.app/v3/queues/live \ -H "Authorization: Bearer mq_live_xxx..." \ -H "Content-Type: application/json"
{
"ok": true,
"data": {
"current": "A049",
"waiting": 8,
"avg_wait_minutes": 8.4
}
}MeQueue API ใช้ Bearer token authentication ใน HTTP header:
Authorization: Bearer mq_live_xxx...
ประเภท API Key: mq_live_* (production), mq_test_* (sandbox)