Skip to main content
GET
/
v1
/
contacts
/
{identifier}
/
tags
Get all tags added to this contact
curl --request GET \
  --url https://app.chatbotx.io/api/v1/contacts/{identifier}/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.

Path Parameters

identifier
string
required
Minimum string length: 1

Response

200 - application/json

OK

data
object[]
required