get https://api.soft10.az/v1/session/get-connection-status
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.soft10.az/v1/session/get-connection-status \
--header 'accept: application/json'
xxxxxxxxxx
{
"success": true,
"statusCode": 0,
"message": "string",
"data": {
"isOnline": true
}
}