latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

Support Tickets
Ticket Management

Import Technical Support Agreement text

This function retrieves the WebPros International, LLC Technical Support Agreement text and metadata about the user's agreement status from the cPanel Customer Portal.

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.
get/ticket_get_support_agreement

Response

HTTP Request was successful.

Example response

{
  "data": {
    "accepted_date": 1566000000,
    "accepted_date_human": "8/17/19",
    "body": "<p>IMPORTANT: THIS TECHNICAL SUPPORT AGREEMENT ... at the end of AGREEMENT",
    "create_date": 1564790400,
    "create_date_human": "8/3/19",
    "download_url": "https://www.cpanel.net/legal/techagreement_download.cgi",
    "title": "Technical Support Agreement",
    "version": "2019-04.v01.TSUPPORT",
    "view_url": "http://cpanel.com/technical-support-agreements.html"
  },
  "metadata": {
    "command": "ticket_get_support_agreement",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}