Skip to main content
GET
/
sandbox-sessions
/
{session_id}
/
healthz
Check Sandbox Health
curl --request GET \
  --url https://api.veryfront.com/sandbox-sessions/{session_id}/healthz \
  --header 'Authorization: Bearer <token>'
{}

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

Health probe.

The response is of type object.