Release notes

Changelog

Everything that's shipped, fixed, or changed across the Ultahost Client Data API.

  1. v1.4.0

    June 16, 2026Added
    • New accept_quote endpoint to convert quotes into invoices automatically.
    • Payment methods management: add_payment_method, get_payment_methods, delete_payment_method.
    • Service module commands: reboot, start, stop, reinstall, shutdown, boot, login, cpanellogin.
  2. v1.3.2

    May 28, 2026Fixed
    • get_invoices pagination now returns correct total_pages when filtering by status.
    • update_account no longer overwrites email_preferences when the field is omitted.
  3. v1.3.0

    May 10, 2026Added
    • Full domain management: update_nameservers, manage_domain_lock, get_epp_code, toggle_autorenew.
    • Two-Factor Authentication endpoints: setup_2fa, verify_2fa, disable_2fa.
  4. v1.2.0

    April 02, 2026Added
    • Sub-contact CRUD endpoints: create_contact, get_contacts, get_contact, update_contact, delete_contact.
    • get_emails and get_email for retrieving the client email log.
  5. v1.1.0

    March 15, 2026Changed
    • Standardised pagination shape across list endpoints (meta.total_records, has_more, next_offset, prev_offset).
    • All endpoints now return ISO YYYY-MM-DD HH:MM:SS timestamps.
  6. v1.0.0

    February 09, 2026Added
    • Initial public release of the Ultahost Client Data API.
    • Endpoints: get_profile, get_services, get_orders, get_invoices, pay_invoice, create_order.