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.
| Parameter | Required | Type |
|---|---|---|
api_user | Yes | string |
api_key | Yes | string |
domain_name | Yes | string |
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.
| Name | Required | Type |
|---|---|---|
domain_name | Yes | string |
clientusername | Yes | string |
subject | Yes | string |
comments | Yes | string |
ipaddress | Yes | string |
Usage
Response
The response is a string.
Response
SUCCESS : 000000Related pages:
Last updated on