Skip to main content
GET
/
api
/
contacts
/
tags
List unique contact tags
curl --request GET \
  --url https://api.tedro.io/api/contacts/tags \
  --header 'x-workspace-id: <api-key>' \
  --cookie better-auth.session_token=
{
  "tags": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.tedro.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

better-auth.session_token
string
cookie
required

Session cookie set by Better Auth on sign-in.

x-workspace-id
string
header
required

Workspace UUID. Required on all /api/* endpoints.

Response

Tag list

tags
string[]
required