curl --request GET \
--url https://apix.spotzee.com/api/client/templates/{templateId} \
--header 'Authorization: Bearer <token>'{
"id": 158,
"project_id": 123,
"campaign_id": 24,
"type": "email",
"locale": "en-AU",
"data": {},
"created_at": "<string>",
"updated_at": "<string>",
"name": "<string>"
}Returns a single template by numeric identifier.
curl --request GET \
--url https://apix.spotzee.com/api/client/templates/{templateId} \
--header 'Authorization: Bearer <token>'{
"id": 158,
"project_id": 123,
"campaign_id": 24,
"type": "email",
"locale": "en-AU",
"data": {},
"created_at": "<string>",
"updated_at": "<string>",
"name": "<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 template identifier.
158
The requested template.
A localised, channel-specific message body bound to a campaign.
Numeric template identifier.
158
Identifier of the owning project.
Identifier of the campaign this template belongs to.
24
Delivery channel a template is bound to.
email, text, push, webhook, in_app "email"
BCP-47 locale this template is authored in.
"en-AU"
Optional human-readable template name.
Was this page helpful?