Skip to content
Pile
Esc
navigateopen⌘Jpreview

List support inbox next

GET/workspaces/{organizationId}/support/inbox/next
Path parameters
organizationIdstringrequired
Responses
200Next ticket
ticketIdstringrequired
userIdstringrequired
404No unassigned ticket or available agent
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/support/inbox/next"
Response
{
  "ticketId": "string",
  "userId": "string"
}