cPanel UAPI
The cPanel User API (UAPI) is the modern HTTP API for cPanel-account operations — email accounts, mailboxes, files, MySQL and PostgreSQL databases, FTP accounts, SSL certificates, DNS, backups and more — for a single cPanel user. 657 operations across 101 modules, served at /execute/{Module}/{Function} on the customer's own cPanel server (port 2083 secure, 2082 unsecure, 2096/2095 for Webmail sessions). Authenticates with HTTP Basic or an 'Authorization: cpanel :' API token. Every call returns HTTP 200; success is result.status == 1. UAPI is the recommended replacement for the legacy cPanel API 2.
Operations 657
Showing the first 250 of 657. The full set is in the contract, and via get_provider_operations.
GET
/ContactInformation/get_notification_preferences
Return the account's notification preferences.
#
GET
/DomainRecommendations/domain_availability
Check whether a domain is available for registration
#