Skip to content
Teak
Esc
navigateopen⌘Jpreview

List tags

GET/v1/tags
Authorization
AuthorizationBearer token (OAuth access token or teakapi_ API key) · headerrequired
Bearer token. Accepts either an OAuth 2.0 access token (obtained via browser sign-in; expires after 1 hour and is refreshable) or a teakapi_ API key.
Responses
200Tag summary list
itemsTagSummary[]required
Show properties
Array of TagSummary
countnumberrequired
namestringrequired
Request
curl -X GET "https://teakvault.com/api/v1/tags" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
{
  "items": [
    {
      "count": 0,
      "name": "string"
    }
  ]
}