Skip to main content
GET
/
api
/
v1
/
tags
Error
A valid request URL is required to generate request examples
{
  "ok": "<unknown>",
  "meta": {
    "requestId": "<string>",
    "serverTime": "2023-11-07T05:31:56Z"
  },
  "data": {
    "items": [
      {
        "id": "<string>",
        "dbId": 123,
        "name": "<string>",
        "slug": "<string>",
        "color": "<string>",
        "scope": "lead",
        "usageCount": 1,
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z"
      }
    ],
    "page": {
      "pageSize": 250,
      "nextCursor": "<string>",
      "totalCount": 1
    }
  }
}

Query Parameters

includeGlobal
boolean
default:true
scope
enum<string>
Available options:
lead,
task,
contact,
gonogo,
signal,
draft,
filter,
*

Response

OK

ok
any
required
meta
object
required
data
object
required