API Shell
To use this feature, your system administrators must enable it for you. Ask them to perform the following steps in WHM:
- Select On for the cPanel & WHM API Shell (for developers) setting in the System tab of WHM's Tweak Settings interface (Home >> Server Configuration >> Tweak Settings).
- Grant the API Shell feature to the desired users in WHM's Feature Manager interface (Home >> Packages >> Feature Manager).
- You must use a reseller account to access the API Shell interface.
Run a cPanel API function
To run a cPanel API function, perform the following steps:
-
Select the API that you wish to use.
Notes:
- Only cPanel API version 2 and UAPI are available in this interface.
- To learn more about each function, read our Guide to UAPI and Guide to cPanel API 2 documentation.
- Select the API function that you wish to test from the menu.
- Enter the keys and values that you wish to test.
- To enter more keys and values, click Add.
- To enter more keys and values, click Add.
- To filter, sort, or paginate the results, click Show Sort/Filter/Paginate Options.
- To select the first record to show from the results, enter the number in the Index of first result to show, zero-based text box or use the menu to select the number.
- To limit the number of results to display, enter the maximum number of results in the Maximum # of results to show text box or use the menu to select the number.
- To filter the results, click Add in the Filters section of the interface.
- You can specify the field by which you wish to filter the results, the conditions, and the Term to apply to the conditions.
- To use more than one filter, click Add for each additional filter that you wish to specify.
- To sort the results, click Add in the Sorts section of the interface.
- You can specify the field by which you wish to sort the results, the conditions, and whether you wish to reverse the sort order.
- To use more than one sort method, click Add for each additional sort method that you wish to specify.
- To limit the columns to display, click Add in the Columns section of the interface.
- Enter the column number in the Column text box.
- To specify more columns to display, click Add.
- To select the first record to show from the results, enter the number in the Index of first result to show, zero-based text box or use the menu to select the number.
- Click Submit.
API call results
The results appear in the API call response section of the interface.
You can view the results in Table view, Tree view, or the Raw response.
Note:
The Raw response separates the API call's response from the HTTP headers.