create
GET
/module/createCreating a service
By executing the create method, only the Whatsiplus service is created. However, after this method is executed, the connect method is automatically executed as well.
Request
Method: GET
Query Parameters:
agentKey (string, required): The key of the agent
planId: 2=Basic Plan, 3=Pro Plan ,4=Premium Plan
cycle :1=One month - Short term, 3=Three months - Quarterly, 6=Six months - Half-yearly, 12=Twelve months - Annual
Response
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.
Request
Your Agent KEY
2=Basic Plan, 3=Pro Plan ,4=Premium Plan
1=One month - Short term, 3=Three months - Quarterly
, 6=Six months - Half-yearly, 12=Twelve months - Annual
Request samples
Responses
{
"status": "true",
"message": "The service was created successfully",
"apiKey": "ServiceAPIKEY"
}