Skip to main content
GET
List interaction tags

Authorizations

Authorization
string
header
required

OAuth2 access token. Pass the token in the Authorization header as Bearer <token>. The token is looked up in Redis to resolve the caller identity.

Response

object[] | null

OK

count
integer<int64>
required

Number of interactions using this tag.

color
string

Tag color, typically a hex code (e.g. #FF5733).

created_at
string<date-time>
id
integer<int64>
Required range: x >= 0
name
string
Last modified on August 5, 2026