cURL
curl --request POST \ --url https://api.qminder.com/v1/tickets/{id}/forward \ --header 'Content-Type: application/json' \ --header 'X-Qminder-REST-API-Key: <api-key>' \ --data ' { "user": 123, "line": 123 } '
"{\n \"statusCode\": 200\n}"
The ID of the ticket to forward.
The ID of the user who forwarded the ticket.
The ID of the Line to forward the ticket to.
200