Contact Tags
List tags
GET /v1/organization/contacts/tagsReturns all tags used by active contacts in your organization, including usage counts.
curl https://api.bahasha.app/v1/organization/contacts/tags \
-H "Authorization: Bearer bh_live_xxxxxxxxxxxx"Response
{
"data": [
{ "name": "newsletter", "count": 120 },
{ "name": "vip", "count": 42 }
]
}