GET
/
v0
/
tags
curl --request GET \
  --url 'https://api.unify.ai/v0/tags' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}

Returns a list of the tags in your account

Authorizations

Authorization
string
required

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

curl --request GET \
  --url 'https://api.unify.ai/v0/tags' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}