Skip to main content
GET
/
api
/
apps
/
{driveItemId}
/
check-deploy
cURL
curl --request GET \
  --url https://api.kazzle.app/api/apps/{driveItemId}/check-deploy \
  --header 'Authorization: Bearer <token>'
{
  "reachable": true
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

driveItemId
string
required

Response

200 - application/json

Successful response

reachable
boolean
required