curl --request POST \
--url https://apix.spotzee.com/api/client/templates/{templateId}/proof \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"recipient": "jane@example.com"
}
'{}Renders the template with the supplied variables and sends a one-off proof to a single recipient. Useful for content review before launching a campaign.
curl --request POST \
--url https://apix.spotzee.com/api/client/templates/{templateId}/proof \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"recipient": "jane@example.com"
}
'{}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 provider-specific proof-send response.
Provider-specific proof-send response.
Was this page helpful?