Parameters
1 query
Query parameters
· 1idstringRequiredNewsletter job ID.
Example
example_idReturns the subject and HTML body that recipients will receive for the given newsletter job. The body includes a representative unsubscribe footer but omits the per-recipient tracking pixel. The admin UI wraps the response in the organisation's emailer layout (logo + footer template).
1 query
idstringRequiredNewsletter job ID.
example_id1 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/newsletter/job-preview
curl -X GET "https://api.bizkithub.com/bff/newsletter/job-preview?id=example_id" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.