UAPI accesses the cPanel interface's features. Use this API to access and modify cPanel account data and settings.
Download OpenAPI description
Overview
URL
WebPros International, LLC
License
Languages
Servers
Mock server
https://api.docs.cpanel.net/_mock/specifications/cpanel.openapi/
A server running cPanel.
https://{host}:{port}/execute/
Query
The Pushbullet access token.
Note:
- Your Pushbullet token is available on Pushbullet's My Account page under the Access Token heading.
- This is confidential information that your server sends via a secure channel.
Example: access_token=a1b2c3d4e5f6g7h8i9j0
- Mock server
https://api.docs.cpanel.net/_mock/specifications/cpanel.openapi/Pushbullet/send_test_message
- A server running cPanel.
https://cpanel-server.tld:2083/execute/Pushbullet/send_test_message
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://api.docs.cpanel.net/_mock/specifications/cpanel.openapi/Pushbullet/send_test_message?access_token=a1b2c3d4e5f6g7h8i9j0'Response
application/json
{ "apiversion": 3, "func": "send_test_message", "module": "Pushbullet", "result": { "data": { … }, "errors": null, "messages": null, "metadata": {}, "status": 1, "warnings": null } }