Zenduty was acquired by Xurrent in February 2025 and rebranded to Xurrent Incident Management & Response (IMR) in November 2025. The product, the REST API, and the CLI surface all stayed the same; only the legal entity and the marketing language changed.
zd-cli reflects this transition in two places:
- The same binary is shipped as both
zdandximr. Pick whichever reads better in your shell history.ximris the new "Xurrent IMR" name. - The default API host is still
https://www.zenduty.combecause the public REST API has not (yet) been migrated to axurrent.comsubdomain. When that migration ships,zd-cliwill release a minor version that switches the default and keeps the old host as an override (--hostflag, profile field, orZENDUTY_HOSTenv var).
- Authentication:
Authorization: Token <api_key>(NOTBearer) - Endpoint paths:
/api/...,/api/v2/...,/integration/{account_id}/generic/{key}/ - Status code mapping:
1=triggered,2=acknowledged,3=resolved - OpenAPI spec location:
https://apidocs.zenduty.com/openapi.json
"Zenduty" and "Xurrent" are trademarks of their respective owners. This project is not affiliated with or endorsed by Zenduty or Xurrent. Use of the names is solely for describing what this software interoperates with.