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
200 OK
Installation
{
"installation": {
"LinkedCompany": {
"company": {
"id": 0,
"meta": {},
"type": "string"
}
},
"allowTeamworkBrand": true,
"appOwner": {
"id": 0,
"meta": {},
"type": "string"
},
"baseHref": "string",
"createdAt": "2025-01-13T15:40:42.823Z",
"createdBy": {
"id": 0,
"meta": {},
"type": "string"
},
"deletedAt": "2025-01-13T15:40:42.823Z",
"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": "2025-01-13T15:40:42.823Z"
}
},
"updatedAt": "2025-01-13T15:40:42.823Z",
"updatedBy": {
"id": 0,
"meta": {},
"type": "string"
},
"welcomeText": "string",
"welcomeTextTitle": "string"
}
}