Integration
Links
Update integration link token
This function refreshes the token for an integration link.
get/update_integration_link_token
Query parameters
appstring required
Example:WHMCS_billing
The name of the application to link.
Note:
To update the name of the application in the interface, you must delete it and then recreate it with WHM API 1's create_integration_link function.
tokenstring required
Example:subway
The new access token to use for the application.
userstring required
Example:username
The cPanel account name.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "update_integration_link_token",
"reason": "Ok",
"result": 1,
"version": 1
}
}