cURL
curl --request GET \ --url https://app.blogbowl.io/api/v1/newsletters/{newsletter_id}/emails/{id}
{ "id": 123, "subject": "<string>", "preview": "<string>", "slug": "<string>", "status": "<string>", "content_html": "<string>", "content_json": { "type": "<string>", "content": [ "<string>" ] }, "author_id": 123, "newsletter_id": 123, "scheduled_at": "<string>", "sent_at": "<string>", "created_at": "<string>", "updated_at": "<string>" }
Newsletter ID
Email ID
Email details
Email subject
Email preview text
Email slug
Email status (draft, scheduled, sent, failed)
Email HTML content
Show child attributes
Author ID
Scheduled send date
Actual send date
Creation date
Updated date