v3

latestOpenAPI 3.0.0Apache-2.02026-07-27184128410.6 KB
sandbox

Validate SSH access for sandbox

get/sandbox/ssh-access/validate

Query parameters

tokenstring required

SSH access token to validate

Headers

X-Daytona-Organization-IDstring

Use with JWT to specify the organization ID

Response

SSH access validation result

validboolean required

Whether the SSH access token is valid

sandboxIdstring required

ID of the sandbox this SSH access is for

Example response

{
  "valid": true,
  "sandboxId": "123e4567-e89b-12d3-a456-426614174000"
}