Connection
Returns connection status
Returns status of current connection
get/connection
Response
Status
Example response
{
"consumer_id": "0x00",
"hermes_id": "0x00",
"proposal": {
"location": {
"asn": 1,
"city": "Amsterdam",
"continent": "EU",
"country": "NL",
"ip_type": "residential",
"isp": "Telia Lietuva, AB"
},
"provider_id": "0x0000000000000000000000000000000000000001",
"service_type": "openvpn"
},
"provider_tunnel_ip": "10.182.7.1",
"session_id": "4cfb0324-daf6-4ad8-448b-e61fe0a1f918",
"status": "Connected"
}Changes
Changed in 2 of the 52 revisions of this API.2
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
- ○
removed the non-success response with the status
400response-non-success-status-removed
- ○