cURL
curl --request PATCH \ --url https://api.agentixx.io/api/conversations/{id} \ --header 'Content-Type: application/json' \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token= \ --data ' { "status": "closed", "assignedToUserId": null } '
{}
Update conversation status or assignee.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Update conversation status or assignment
open
closed
Conversation updated