List tickets by visitor email
documentedReturns the visitor's helpdesk tickets list (history).
GET /rest/dev/api/gettickets/{visitoremail}Ticketsno 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/gettickets/{{$visitoremail}}" \
-X GET \\
-u "{{$clickdesk_user_email}}":{{CLICKDESK_API_KEY}} \\
-H "Accept: application/json" \\
-H "Content-Type: application/json"