WHM API.
Download OpenAPI description
Overview
URL
WebPros International, LLC
License
Languages
Servers
Mock server
https://api.docs.cpanel.net/_mock/specifications/whm.openapi/
A server running WHM.
https://{host}:{port}/json-api/
- Mock server
https://api.docs.cpanel.net/_mock/specifications/whm.openapi/get_in_product_survey_url
- A server running WHM.
https://whm-server.tld:2087/json-api/get_in_product_survey_url
- 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/whm.openapi/get_in_product_survey_urlResponse
application/json
{ "data": { "display": "1", "link": "https://example.com/survey?token=ABC123", "max_dismiss": "3", "new_user": "0", "submit_event": "survey_submitted", "server_type": "whm", "user_type": "whm" }, "metadata": { "command": "get_in_product_survey_url", "reason": "OK", "result": 1, "version": 1 } }