DocsAPI ReferenceNewsletter/bff/newsletter/job-preview
getNewsletterAdmin BFF

/bff/newsletter/job-preview

Returns 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).

NewslettergetBffNewsletterJob-preview

Parameters

1 query

1 total
Query · 1
idstringRequired

Newsletter job ID.

Request

GET /bff/newsletter/job-preview

get
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"

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key