Look up queues, agents and dispositions
POST/response/list/:token
Looks up the values needed by Transfer and Close. All results are scoped to the conversation the token belongs to.
The notification does not carry a URL for this operation — take the responseUrl you
received and replace reply with list.
Each item returned carries a uuid and a name. Pass the uuid to Transfer or
Close.
Request
Responses
- 200
- 400
- 403
- 404
- 500
- 502
The requested values.
A required field is missing or invalid.
The token is invalid, or expired. Either the 48-hour lifetime has elapsed, or the 15-minute window opened by the first call has closed.
The conversation referenced by the token no longer exists.
The request could not be completed.
A lookup required to complete the request failed.