List Exits
List Exit Points¶
Lists all imported VPN exit configurations and shows the current multihop status.
Response Model: ListExitsResult
| Field | Type | Description |
|---|---|---|
exits[].name |
string | Exit configuration name |
exits[].endpoint |
string | VPN server endpoint |
exits[].active |
boolean | Currently active exit |
exits[].provider |
string | VPN provider name |
exits[].imported_at |
string | Import timestamp |
exits[].multihop_enhanced |
boolean | Configuration optimized for multihop |
multihop_enabled |
boolean | Multihop currently enabled |
active_exit |
string | Currently active exit name |
total |
integer | Total number of configurations |