Skip to main content
GET
/
ai-overviews
/
tags
List tags
curl --request GET \
  --url https://api.beeze.io/v1/ai-overviews/tags \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "slug": "<string>",
      "isActive": true,
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "description": "<string>",
      "color": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for external Beeze API access

Query Parameters

includeInactive
boolean

Response

Tag list

data
object[]
required