Dixa API//
- Close conversation
Create end user
Get end user
List end user conversations
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
Close conversation
Mark a conversation as closed by providing its id.
Security
ApiKeyAuth(Required scopes: conversation.reply)
PUT
curl -i -X PUT \
'https://dev.dixa.io/v1/conversations/{conversationId}/close' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"userId": "5a556159-9c21-4f3e-a44f-d323deb80d16"
}'