GET/spaces/api/v1/installation.json

Get the installation of the current user

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
  • Code
    500
    Type
    object
    Schema
    Description
    500 Internal Server Error

Examples

200 OK

Installation
{
  "installation": {
    "LinkedCompany": {
      "company": {
        "id": 0,
        "meta": {},
        "type": "string"
      }
    },
    "allowTeamworkBrand": true,
    "appOwner": {
      "id": 0,
      "meta": {},
      "type": "string"
    },
    "baseHref": "string",
    "createdAt": "2024-07-26T20:26:26.553Z",
    "createdBy": {
      "id": 0,
      "meta": {},
      "type": "string"
    },
    "deletedAt": "2024-07-26T20:26:26.553Z",
    "deletedBy": {
      "id": 0,
      "meta": {},
      "type": "string"
    },
    "id": 0,
    "name": "string",
    "preferences": {
      "emailEnabled": true,
      "peopleEnabled": true
    },
    "region": "string",
    "signupProduct": "string",
    "subscription": {
      "isPaid": true,
      "isStarterPlan": true,
      "pageCountLimit": 0,
      "pricePlanId": 0,
      "trial": {
        "currentUsers": 0,
        "daysLeft": 0,
        "isInGracePeriod": true,
        "isInTrial": true,
        "paymentMethod": "string",
        "planUsers": 0,
        "trialUntil": "2024-07-26T20:26:26.553Z"
      }
    },
    "updatedAt": "2024-07-26T20:26:26.553Z",
    "updatedBy": {
      "id": 0,
      "meta": {},
      "type": "string"
    },
    "welcomeText": "string",
    "welcomeTextTitle": "string"
  }
}