POST
/
applications
/
reconnecting-pty-signed-token
curl --request POST \
  --url https://cloud.local.wirtual.dev/api/v2/applications/reconnecting-pty-signed-token \
  --header 'Content-Type: application/json' \
  --header 'Wirtual-Session-Token: <api-key>' \
  --data '{
  "agentID": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "url": "<string>"
}'
{
  "signed_token": "<string>"
}

Authorizations

Wirtual-Session-Token
string
header
required

Body

application/json
Issue reconnecting PTY signed token request
agentID
string
required
url
string
required

URL is the URL of the reconnecting-pty endpoint you are connecting to.

Response

200 - application/json
OK
signed_token
string