curl --request GET \
--url https://api.open.cx/tags/in-use \
--header 'Authorization: Bearer <token>'{
"tags": [
"<string>"
]
}List all distinct tag names that are actually applied to sessions. Useful to see which tags are being used vs. unused.
curl --request GET \
--url https://api.open.cx/tags/in-use \
--header 'Authorization: Bearer <token>'{
"tags": [
"<string>"
]
}Was this page helpful?