Skip to main content
GET
/
v1
/
tags
Get all tags
curl --request GET \
  --url https://app.chatbotx.io/api/v1/tags \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

data
object[]
required