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>"
}Returns a single tag by numeric identifier.
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.
Project-scoped secret API key (sk_…). Pass in the Authorization: Bearer <key> header. Grants access to the project the key was issued for.
Numeric tag identifier.
17
The requested tag.
A simple label that can be applied to contacts, segments, lists, templates, and campaigns.
Numeric tag identifier.
17
Tag name. Stable label applied across contacts, segments, lists, templates, and campaigns.
1"newsletter-2026-q2"
Was this page helpful?