Get workspace info
GET
/wsGet workspace info for current token
Request
Responses
Successful response(200)
Successful response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
optional
workspace
object (Workspace)
optional
id
number
optional
title
string
optional
>= 1 characters
description
string | null
optional
isPersonal
boolean
optional
logo
string | null
optional
>= 1 characters
Example
Personal
{
"success": true,
"workspace": {
"id": 1,
"title": "info@weeek.net",
"description": null,
"isPersonal": true,
"logo": "https://storage.weeek.net/img/no_image.png"
}
}
Last modified: 1年前