GET
/
v1
/
ssh-tunnels
curl --request GET \
  --url https://api.sequin.io/v1/ssh-tunnels \
  --header 'Authorization: Bearer <token>'
[
  {
  "id": "8ff58ef0-d376-4ae8-b2e2-9f0206aa65b8",
  "host": "3.12.95.2",
  "user": "sequin",
  "port": 22
  }
]

Response fields

id
string

ID of the ssh token.

host
string

The ssh host.

user
string

The ssh user.

port
int

The port to connect to the ssh host. Typically ssh hosts are on port 22.