suspend
GET
/module/suspend/Suspending a service
This method is automatically executed when the service duration ends. If an agent wants to suspend a service for any reason, they must invoke this method.
Note: After a service is suspended, only 20 days remain on the Whatsiplus servers for the user to renew it. After this period, the remove method is executed, and the service is permanently deleted from the server.
Request Parameters
agentKey
(query parameter) - The agent key.apiKey
(query parameter) - The service API key.
Response
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.
Request
Query Params
agentKey
string
required
Example:
AGENTKEY
apiKey
string
required
Example:
ServiceAPIKEY
Request samples
Responses
suspend(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
status
string
required
message
string
required
apiKey
string
required
Examplesuspend
{
"status": "true",
"message": "The service was suspend successfully",
"apiKey": "ServiceAPIKEY"
}
Last modified: 5 months ago