Sign in

List chats by visitor email

documented

Returns all past chats (complete chat history) of the visitor.

GET /rest/dev/api/getchats/{visitoremail}Chatsno implementation yet0 runs
No 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"