System
Copy Page
Litehost Connect API
System
Health check
GET
API info
GET
Authentication
Request OTP code
POST
Verify OTP and get API key
POST
User
Get current user
GET
Projects
List projects
GET
Create project
POST
Get project
GET
Push new version
PUT
Update project settings
PATCH
Delete project
DELETE
Get deployment history
GET
Archive project
POST
Create temporary project
POST
Unarchive project
POST
Claim anonymous project
POST
Domains
List domains
GET
Get domain
GET
Workspaces
List workspaces
GET
Create workspace
POST
Rename workspace
PATCH
Delete workspace
DELETE
Schemas
Project
Deployment
Domain
DomainDetail
WorkspaceSummary
ErrorResponse
SuccessResponse
FreeTierRestricted
System
Copy Page
Health check
GET
/health
Try it
Run in Apidog
Run in Apidog
Request
None
Responses
🟢
200
application/json
Service is healthy
Body
application/json
Generate Code
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
'https://connect.litehost.io/health'
Response
Response Example
{
"status"
:
"ok"
,
"service"
:
"connect"
}
Modified atÂ
2026-04-03 07:05:46
Next
API info