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
Example response
{
"valid": true,
"sandboxId": "123e4567-e89b-12d3-a456-426614174000"
}