Dixa API//
- List end user conversations
Create end user
Get end user
Close conversation
Followup conversation
Transfer conversation
Create conversation rating result
Create conversation rating offer
Create conversation
Import conversation
Claim conversation
Get queue availability
Get the position of the conversation in its current queue
List end user conversatio...
Lists conversations requested by an end user.
Note: Custom attributes are not part of the response at this point. If you need to get custom attributes for a conversation use the GET /conversations/{conversationId} endpoint
Security
ApiKeyAuth
GET
curl -i -X GET \
'https://dev.dixa.io/v1/endusers/{userId}/conversations?pageLimit=0&pageKey=string' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "data": [ { … } ] }