Import customer information from Customer Portal

This function retrieves the license holder's support-related information.

Note:

  • This function is not available through the command line. You must call it as a request body.
  • To use this function, you must set up a cPanelID token in your current session. For more information, read our cPanelID documentation.
SecurityBasicAuth
Responses
200

HTTP Request was successful.

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