- Get started
- Workspace
- Task Manager
- Project
- Board
- BoardColumn
- Task
- Custom Fields
- CRM
- Funnels
- Funnel Statuses
- Deals
- Organizations
- Contacts
- Currencies
- User
- Attachments
Tag list
GET
https://api.weeek.net/public/v1/ws/tags
Tag
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
tags
array[object (Tag) {3}]Â
optional
id
integer <int64>
required
>= 1
title
stringÂ
required
color
stringÂ
required
Example
{
"success": true,
"tags": [
{
"id": 1,
"title": "string",
"color": "string"
}
]
}
Modified at 2024-01-23 10:07:01