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/unlink_user_authn_provider
- A server running WHM.
https://whm-server.tld:2087/json-api/unlink_user_authn_provider
- CLI
- URL
- curl
- JavaScript
- Node.js
- Python
- Java
- Java8+Apache
- C#
- C#+Newtonsoft
- PHP
- Go
- Ruby
- R
whmapi1 --output=jsonpretty \
unlink_user_authn_provider \
username='example' \
provider_id='cpanelid' \
subject_unique_identifier='123456789012345678901'Response
application/json
{ "metadata": { "command": "unlink_user_authn_provider", "reason": "OK", "result": 1, "version": 1 } }