HomeGuidesAPI Reference
CommunityWebsiteDocumentationExchangeSupportDeveloper
API Reference

Lease an Agent WebSocket Token

Creates a short-lived lease token for agent websocket access.

The returned url and headers.X-LEASE-TOKEN are used together to establish the websocket connection.

Sample Usage

curl -X POST "https://CHANGEME/api/lease-token/vnc/97?timeout=300000" \
  -H "Authorization: BEARER ${ACCESS_TOKEN}" \
  -H "Content-Type: application/json"
Language
Credentials
Bearer
URL
Response
Click Try It! to start a request and see the response here!