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.
| 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 response from.
| Name | Required | Type |
|---|---|---|
ticket_id | Yes | string |
clientusername | Yes | string |
comments | Yes | string |
ipaddress | Yes | string |
Usage
Response
The response is a string.
Response
SUCCESSRelated pages:
Last updated on