GET
/
api
/
routers
/
{router_id}
/
transient-forwarding
curl --request GET \
  --url https://api.altostrat.io/api/routers/{router_id}/transient-forwarding \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "port": 123,
    "revoked_early": true,
    "allow_only_cidr": "<string>",
    "authorized_at": "2023-11-07T05:31:56Z",
    "expires_at": "2023-11-07T05:31:56Z",
    "expired": true,
    "entry_point": "<string>",
    "dst_address": "<string>",
    "dst_port": 123,
    "time_to_expire": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Use the Authorization: Bearer <token> header format

Path Parameters

router_id
string
required

UUID of the router to query.

Response

200 - application/json
List of active port forwards
id
string
port
integer
revoked_early
boolean
allow_only_cidr
string
authorized_at
string | null
expires_at
string
expired
boolean
entry_point
string
dst_address
string
dst_port
integer
time_to_expire
string