XML API
Tickets
User reply

User reply

This endpoint allows a user to reply to a message sent in a ticket.

HTTP Endpoint

POST https://panel.myownfreehost.net/xml-api/supportreplyticket.php

Usage

curl -X POST -u username:password -d "api_user=username&api_key=password&domain_name=subdomain.example.com&ticket_id=000000" -F ticket_id=000000 -F clientusername=hname_12345678 -F comments=Test -F ipaddress=1.1.1.1 "https://panel.myownfreehost.net/xml-api/supportreplyticket.php"

Response

💡

The above request returns text structured like the following:

SUCCESS