← Home
Virtual Queues
Join a walk-in queue via the Voyage queues API — real position updates, real wait times.
POST /v1/queues/join— Voyage Customer API
How it works: After joining, the Voyage API returns your position and an estimated wait time. You will receive a notification (SMS or in-app) when you are next — no physical waiting required.
Under the hood
POST https://api.testville.v0y4ge.com/v1/queues/join
{ "queue_id": "...", "customer": { "email": "...", "name": "...", "phone": "..." } }
// → { "position": 7, "estimated_wait_minutes": 22, "token": "..." }