Skip to main content
GET
/
tags
/
{tagId}
Get a tag
curl --request GET \
  --url https://apix.spotzee.com/api/client/tags/{tagId} \
  --header 'Authorization: Bearer <token>'
{
  "id": 17,
  "project_id": 123,
  "name": "newsletter-2026-q2",
  "created_at": "<string>",
  "updated_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.spotzee.com/llms.txt

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

Authorizations

Authorization
string
header
required

Project-scoped secret API key (sk_…). Pass in the Authorization: Bearer <key> header. Grants access to the project the key was issued for.

Path Parameters

tagId
integer | null

Numeric tag identifier.

Example:

17

Response

The requested tag.

A simple label that can be applied to contacts, segments, lists, templates, and campaigns.

id
integer
required

Numeric tag identifier.

Example:

17

project_id
integer
required
name
string
required

Tag name. Stable label applied across contacts, segments, lists, templates, and campaigns.

Minimum string length: 1
Example:

"newsletter-2026-q2"

created_at
string | null
required
updated_at
string | null
required