Skip to Content
šŸŽ‰ Welcome to the new MyOwnFreeHost API Documentation!
Tickets
POSTUser reply

User reply

Ticket endpoints use both query string parameters and form data.

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

HTTP Endpoint


Parameters

The API username and key must be provided in both the parameters and basic auth.


ParameterRequiredType
api_userYesstring
api_keyYesstring
domain_nameYesstring

Form data

Contrary to most other API endpoints, clientusername is the vPanel username (hname_12345678).

ipaddress is the IP address the user submitted a response from.


NameRequiredType
ticket_idYesstring
clientusernameYesstring
commentsYesstring
ipaddressYesstring

Usage

Response

The response is a string.
Response
SUCCESS

Last updated on