API Reference

Call Screen API Overview

This group contains APIs related to the Call Screen module in Qwaiting.

These endpoints allow staff members to:

  • Log in to their accounts
  • View available counters
  • Fetch and serve queued visitors
  • Forward or transfer tickets
  • Close or recall visitors

Common Requirements

  • All requests must include:
    • X-Team-ID (integer)
    • X-Location-ID (integer)
    • Authorization header with a valid bearer token

Response Format

All APIs return JSON responses with HTTP status codes:

  • 200 – Success
  • 401 – Unauthorized
  • 422 – Validation error
  • 500 – Server error