agentKey
(required): The agent key.apiKey
(required): The service API key.status
: The status of the response.message
: Additional information or message related to the response.apiKey
: The API key associated with the unsuspend method request.curl --location --request GET 'https://api.whatsiplus.com/module/unsuspend/?agentKey=AGENTKEY&apiKey=ServiceAPIKEY'
{
"status": "true",
"message": "The service was unsuspend successfully",
"apiKey": "ServiceAPIKEY"
}