agentKey
(string): The key of the agentapiKey
(string): The API key for the servicecycle
(integer): The cycle for renewalstatus
: The status of the response.message
: Additional information or message related to the response.apiKey
: The API key associated with the renew method request.curl --location --request GET 'https://api.whatsiplus.com/module/renew/?agentKey=AGENTKEY&apiKey=ServiceAPIKEY&cycle=1'
{
"status": "true",
"message": "The service was renew successfully",
"apiKey": "ServiceAPIKEY"
}