Skip to main content
GET
/
service
/
{tenant_name}
/
trusted_access
/
{user_name}
/
{tunnel_id}
Check Trusted Access
curl --request GET \
  --url https://api.example.com/service/{tenant_name}/trusted_access/{user_name}/{tunnel_id} \
  --header 'Authorization: Bearer <token>'
{
  "end_time": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

tunnel_id
string
required

Query Parameters

username
string
required

Response

Successful Response

end_time
integer | null