Get connection
Checks the connection status to confirm the API is accessible and operational.
Example URL
https://api.icube.co.th/integration/webapi/connect
Last Update: 7 NOV 2024
Connect
Method: GET
URL: {{base_url}}/connect
Response Example:
{
"result": bool
}
Response Details:
Object
Data Type
Description
result
bool
Connection status message
Last updated