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
– Success401
– Unauthorized422
– Validation error500
– Server error