Tickets, replies, files
List, create, update, and close tickets by id or tracking id. Staff replies, internal notes (with files), related-ticket links, and attachments.
A REST API and staff token portal that sits beside your existing HESK 3.7 help desk. Automations talk to the API. Staff keep using HESK. The help-desk PHP is not patched.
SHA-256 3e7a0e47082150e67605985be3e53e0303690eba54829c6d37571211933c6cfe · checksum file
List, create, update, and close tickets by id or tracking id. Staff replies, internal notes (with files), related-ticket links, and attachments.
Sign in at the API host with a HESK staff username and password. Each token inherits that user’s categories, privileges, and admin flag.
Local config overlays paths, CORS, rate limits, token prefix, and the vendor name shown in the portal and live OpenAPI spec.
unzip hesk-api-1.4.0.zip
cd hesk-api-1.4.0
php bin/install.php \
--hesk-path=/var/www/hesk \
--api-url=https://api.help.example.com \
--create-token --user=admin --name=Bootstrap
/login, /tokens, Swagger UI at /docs/openapi.json rewritten for this install’s public URLnotify: true|false){prefix}api_tokens and {prefix}api_audit_logIt is not a replacement help-desk UI. Customer portal users cannot mint API tokens.