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

Create ticket

Ticket endpoints use both query string parameters and form data.

This endpoint creates a new ticket for the specified user.

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 ticket from.


NameRequiredType
domain_nameYesstring
clientusernameYesstring
subjectYesstring
commentsYesstring
ipaddressYesstring

Usage

Response

The response is a string.
Response
SUCCESS : 000000

Last updated on