I've been running into some problems since a recent update to WHM. On today's agenda is a call i've been making for years from WHMCS using a curl call to WHM UAPI.
GET to
Authentication is in the header with an access token.
Now I'm getting a 301 response in WHMCS.
When I test the call in Postman I get a 200 with the following error
GET to
Authentication is in the header with an access token.
Now I'm getting a 301 response in WHMCS.
When I test the call in Postman I get a 200 with the following error
Code:
{"cpanelresult":{"module":"DomainInfo","error":"Could not find function 'list_domains' in module 'DomainInfo'","apiversion":2,"data":{"result":0,"reason":"Could not find function 'list_domains' in module 'DomainInfo'"},"func":"list_domains"}}
Last edited: