- Get started
- Workspace
- Task Manager
- Project
- Board
- BoardColumn
- Task
- Custom Fields
- CRM
- Funnels
- Funnel Statuses
- Deals
- Organizations
- Contacts
- Currencies
- User
- Attachments
Get workspace info
GET
https://api.weeek.net/public/v1/ws
Workspace
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Responses
🟢200Successful response
application/json
Body
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
Examples
{
"success": true,
"workspace": {
"id": 1,
"title": "info@weeek.net",
"description": null,
"isPersonal": true,
"logo": "https://storage.weeek.net/img/no_image.png"
}
}
Modified at 2024-01-23 10:07:01