curl --request GET \
--url https://apix.spotzee.com/api/client/campaigns/{campaignId}/preview \
--header 'Authorization: Bearer <token>'{}Renders the campaign’s primary template against representative variables and returns the channel-specific preview output.
curl --request GET \
--url https://apix.spotzee.com/api/client/campaigns/{campaignId}/preview \
--header 'Authorization: Bearer <token>'{}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 campaign identifier.
24
Channel-specific preview output.
Channel-specific preview output for the campaign’s primary template.
Was this page helpful?