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
      • Create workspace
      • Rename workspace
      • Delete workspace
    • Schemas
      • Project
      • Deployment
      • Domain
      • DomainDetail
      • WorkspaceSummary
      • ErrorResponse
      • SuccessResponse
      • FreeTierRestricted

    FreeTierRestricted

    Returned when a free-tier user attempts to access an endpoint that requires a paid plan.

    {
        "status": "error",
        "error": "This endpoint is not available on the free plan. Upgrade to a paid plan (starter or higher) to use it.",
        "code": "FREE_TIER_RESTRICTED",
        "requiredTier": "starter"
    }
    Built with