← 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
✂️

Style & Haircut Walk-In

Open

Drop in for a trim or full style session. Join the virtual queue and we will text you when your stylist is ready.

Est. wait
~22 min
In queue
6 ahead
Service
Hair & Style
🧘

Drop-In Yoga Class

Open

Unroll your mat any time. Join the queue to secure a spot in the next session starting soon.

Est. wait
~8 min
In queue
2 ahead
Service
Wellness
💬

General Consultation

Closed

Get matched to the right specialist. Queue opens Mon–Sat 9 AM–5 PM.

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": "..." }