Skip to main content
GET
/
{site}
/
transient-accesses
/
{id}
Show one transient access
curl --request GET \
  --url https://api.altostrat.io/{site}/transient-accesses/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "username": "<string>",
  "password": "<string>",
  "port": 123,
  "type": "<string>",
  "full_access": true,
  "access_type": "<string>",
  "allow_rfc1918": true,
  "expires_at": "2023-11-07T05:31:56Z",
  "expired": true,
  "revoked_early": true,
  "entry_point": "<string>",
  "time_to_expire": "<string>",
  "onclick": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

site
string<uuid>
required
id
string<uuid>
required

Transient Access ID

Response

Transient access found

id
string<uuid>
username
string
password
string
port
integer
type
string
full_access
boolean
access_type
string | null
allow_rfc1918
boolean
expires_at
string<date-time>
expired
boolean
revoked_early
boolean
entry_point
string

Hostname or IP address used to connect

time_to_expire
string

Human-friendly time difference

onclick
string

winbox://... link if relevant

I