List chats by visitor email
documentedReturns all past chats (complete chat history) of the visitor.
GET /rest/dev/api/getchats/{visitoremail}Chatsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://my.clickdesk.com/rest/dev/api/getchats/{{$visitoremail}}" \
-u "{{$email}}:{{CLICKDESK_API_KEY}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"