curl --request POST \
--url https://apix.spotzee.com/api/client/tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "newsletter-2026-q2"
}
'{
"id": 17,
"project_id": 123,
"name": "newsletter-2026-q2",
"created_at": "<string>",
"updated_at": "<string>"
}Creates a new tag in the project.
curl --request POST \
--url https://apix.spotzee.com/api/client/tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "newsletter-2026-q2"
}
'{
"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.
Create a new tag.
Tag name.
1"newsletter-2026-q2"
The newly created 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?