latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

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.

{"stackTrail":"paths:/update_integration_link_token:get:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}

Example response

{
  "metadata": {
    "command": "update_integration_link_token",
    "reason": "Ok",
    "result": 1,
    "version": 1
  }
}