connect
GET
/module/connectConnecting a service
By executing this method, WhatsApp will be set up on the Whatsiplus service.
note: Whenever the create method is executed, the connect method is automatically executed as well.
Response
status
: The status of the response.message
: Additional information or message related to the response.apiKey
: The API key associated with the connect method request.
Request
Query Params
agentKey
string
required
Example:
AGENTKEY
apiKey
string
required
Example:
ServiceAPIKEY
Request samples
Responses
connect(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
status
string
required
message
string
required
apiKey
string
required
Exampleconnect
{
"status": "true",
"message": "The service was connect successfully",
"apiKey": "ServiceAPIKEY"
}
Last modified: 5 months ago