agentKey
(query parameter) - The agent key.apiKey
(query parameter) - 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 suspend method request.curl --location --request GET 'https://api.whatsiplus.com/module/suspend/?agentKey=AGENTKEY&apiKey=ServiceAPIKEY'
{
"status": "true",
"message": "The service was suspend successfully",
"apiKey": "ServiceAPIKEY"
}