Get workspace info
GET
/wsGet workspace info for current token
Request
None
Responses
Successful response(200)
Successful response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
optional
workspace
#/definitions/1260059optional
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: 10 months ago