Skip to main content
GET
/
sandbox-sessions
/
{session_id}
/
terminal
Open Sandbox Terminal
curl --request GET \
  --url https://api.veryfront.com/sandbox-sessions/{session_id}/terminal \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

session_id
string<uuid>
required

Sandbox session UUID.

Response

Terminal shell page.

The response is of type string.