Developer Hub

Build Amazing Experiences

Everything you need to integrate NOWAITN into your applications. Powerful APIs, comprehensive docs, and SDKs for every language.

terminal
$ curl https://api.nowaitn.com/v1/queues \
  -H "Authorization: Bearer YOUR_API_KEY"

# Response
{
  "data": [{
    "id": "queue_abc123",
    "name": "Main Lobby",
    "current_wait": 15,
    "guests_waiting": 8
  }]
}
REST API

Powerful & Intuitive

Our RESTful API gives you complete control over queues, guests, notifications, and analytics. Built for developers, by developers.

RESTful Design: Predictable, resource-oriented URLs
JSON Responses: Easy to parse and use
OAuth 2.0: Secure authentication
Pagination: Efficient data retrieval
Available Endpoints v1 Stable
GET/v1/queues
POST/v1/queues
GET/v1/queues/:id/guests
POST/v1/queues/:id/guests
PATCH/v1/guests/:id
DELETE/v1/guests/:id
GET/v1/analytics
GET/v1/webhooks
+ 20 more endpoints...

Official SDKs

Get started in your favorite language

Ready to Build?

Get your free API key and start integrating today.