Skip to main content
GET
/
tags
/
in-use
List tags in use
curl --request GET \
  --url https://api.open.cx/tags/in-use \
  --header 'Authorization: Bearer <token>'
{
  "tags": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Default Response

tags
string[]
required

Tag names currently applied to sessions