api authentication

  1. M

    {"cpanelresult":{"apiversion":"2","error":"Access denied","data":{"reason":"Access denied","result":"0"},"type":"text"}}

    Hi there, I have a Gravity Form on a Wordpress website. The goal is once it is filled out, it will create a cPanel account (along with other things). I'm using gform_confirmation to hook into the form data. Everything is working until I call WHM API 1 - Create an account. Then I get the...
  2. M

    cPanel API Authentication questions

    Hi, I need to generate a security token (cpsess) to be able to use POST requests for cPanel functions. Here: Guide to API Authentication - Developer Documentation - cPanel Documentation It seems methods are for WHM and not cPanel. For example, tested "Username and Password Authentication"...