Αποτελέσματα Αναζήτησης
You must call the appropriate API functions in order to perform the actions of cPanel & WHM's interfaces. For example, do not pass values to .html pages, as in the following example: http://example.com:2082/frontend/x3/mail/doaddpop.html/email = name & domain = user.com
- API Tokens in WHM
This is useful, for example, to allow a reseller user or...
- API Tokens in WHM
Using the API in a Browser and Constructing the API URL The easiest way to get familiar with the cPanel API is to call a function using your browser. Just like visiting a website by entering a URL, you can enter a URL that will perform API calls.
3 Δεκ 2014 · This post is meant to be a brief overview for using the WHM API. We’ll explore two methods of using the API – from a browser and from a Perl script on the command line. Finding out what you can do with the API. You can view a list of all the Available Functions for the API calls at http://documentation.cpanel.net/disp…ions-Functions. We ...
25 Μαρ 2011 · In this post, we’ll review the various APIs associated with cPanel and WHM and how you can use them in your own development. There are two APIs that affect the cPanel user space: API1 and API2. These APIs are used throughout the cPanel interface.
Create a WHM Plugin — This tutorial shows how to use WHM plugins to add custom system administrator-level functionality to cPanel & WHM servers. Create Custom-Branded Login Pages — This tutorial creates server-wide custom login pages for the cPanel, WHM, or Webmail interfaces.
18 Φεβ 2021 · In this article, we’ll explore the cPanel & WHM APIs and show you how to get started with cPanel’s command-line API utilities and the HTTP API. We have recently updated our API documentation as well at https://api.docs.cpanel.net/ What Is The cPanel API?
You must call the appropriate API functions in order to perform the actions of cPanel & WHM's interfaces. For example, do not pass values to .html pages, as in the following example: http://example.com:2082/frontend/x3/mail/doaddpop.html/email=name&domain=user.com