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

Authorizations

Authorization
string
header
required

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

Path Parameters

idOrName
string
required

Response

OK

id
string
required
name
string
required