jwhm
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by jwhm-
Hey there! You can get that information with the following command: wp-toolkit --info -domain-name domain.com There aren't any API integrations for WordPress toolkit since it has its own comma...
-
Fixed. I have managed to create a cpsess for a cPanel account through WHM API using a Token. [CODE=php]/cpsess9617913732/json-api/cpanel?cpanel_jsonapi_user=&cpanel_jsonapi_apiversion=2&cpanel_js...
-
Even
-
[CODE=php]$ch2 = curl_init( 'https://lima.example.io:2087/json-api/create_user_session?api.version=1&user=%40&service=cpaneld' ); curl_setopt($ch2, CURLOPT_HTTPHEADER, array( 'Authorization: c...
-
I don't have root access, I am a Reseller. I can access the cURL API and that's it
-
Can you not access a cPanel account through WHM?
-
I have an existing user base of 300 plus customers, I couldn"t go back through them and generate individual API keys, I"d need to be able to do it either on the fly or through WHMs api key.
-
I can only access WHM/cPanel, the product I am using currently only asks for a WHM API key, and allows customers through my WHMCS installation to add email accounts, domains, etc to their cPanel, t...
-
Okay, Great, so I want to automate this process so that I don't have to be involved. Would it be possible to automatically generate the API access for each user account upon creation through WHM/...
-
I am having this issue also. Sorry, the given email address, "@example.com", is invalid This doesn't change no matter what parameter I change.