curl --request GET \
--url https://api.agentixx.io/api/contacts/tags \
--header 'x-tenant-id: <api-key>' \
--cookie better-auth.session_token={
"tags": [
"<string>"
]
}Returns all unique tags across the tenant’s contacts.
curl --request GET \
--url https://api.agentixx.io/api/contacts/tags \
--header 'x-tenant-id: <api-key>' \
--cookie better-auth.session_token={
"tags": [
"<string>"
]
}