Litehost Connect API
    • System
      • Health check
        GET
      • API info
        GET
    • 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
      • Toggle archive
        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

    DomainDetail

    {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "domain": "example.com",
        "status": "pending_verification",
        "verifiedAt": "2019-08-24T14:15:22.123Z",
        "projectCount": 0,
        "createdAt": "2019-08-24T14:15:22.123Z",
        "projects": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "title": "string",
                "slug": "string",
                "status": "string"
            }
        ]
    }
    Built with