Create initial Support ticket request

This function creates a stub ticket. The system uses the stub ticket to create a cPanel support ticket.

Note:

This function is not available through the command line. You must call it as a request body.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/ticket_create_stub_ticket
Request samples
https://hostname.example.com:2087/cpsess##########/json-api/ticket_create_stub_ticket?api.version=1
Response samples
application/json
{
  • "data": {
    • "secure_id": "rofh411bv8",
    • "ticket_id": 7648492
    },
  • "metadata": {
    • "command": "ticket_create_stub_ticket",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}