Retrieve Newsletter
Retrieve a specific newsletter by its ID
Path parameters
Response
OK
A unique TypeID associated with the object.
The date and time at which the object was first created.
The background color for the announcement bar on your archive page. Must be a valid hex color code.
Text displayed in the announcement bar on your archive page. Useful for promotions, updates, or calls to action.
An enumeration.
The API key for this newsletter, used for authenticating API requests.
An enumeration.
An enumeration.
Custom CSS styling applied to your newsletter emails. See CSS customization for more information.
Custom body content for the email sent when a paid subscriber cancels. Supports template tags like {{ subscriber.email }} and {{ newsletter.name }}.
Custom subject line for the email sent when a paid subscriber cancels. Supports template tags like {{ newsletter.name }}.
Represents the template of an email.
Each template has a different layout/style; you can view screenshots and examples in the docs.
The identifier for a custom email template. See email templates for available options.
Custom body content for the email sent when a subscriber's free trial expires. Supports template tags.
Custom subject line for the email sent when a subscriber's free trial expires. Supports template tags.
Represents the template of an email.
Each template has a different layout/style; you can view screenshots and examples in the docs.
Custom body content for the email sent when someone receives a gift subscription. Supports template tags.
Custom subject line for the email sent when someone receives a gift subscription. Supports template tags.
Represents the template of an email.
Each template has a different layout/style; you can view screenshots and examples in the docs.
Custom body content for the email sent when a gift subscription ends. Supports template tags.
Custom subject line for the email sent when a gift subscription ends. Supports template tags.
Represents the template of an email.
Each template has a different layout/style; you can view screenshots and examples in the docs.
Custom body content for the email sent when a subscriber upgrades to a paid plan. Supports template tags.
Custom subject line for the email sent when a subscriber upgrades to a paid plan. Supports template tags.
Represents the template of an email.
Each template has a different layout/style; you can view screenshots and examples in the docs.
Custom subject line for the double opt-in confirmation email sent to new subscribers. Supports template tags.
Represents the template of an email.
Each template has a different layout/style; you can view screenshots and examples in the docs.
Custom body content for the double opt-in confirmation email. Must contain {{ confirmation_url }} as an HTML or Markdown link.
Custom subject line for the reminder email sent to subscribers who haven't confirmed. Supports template tags.
Custom body content for the reminder email sent to subscribers who haven't confirmed. Supports template tags.
Custom subject line for the email sent after a subscriber confirms their subscription. Supports template tags.
Custom body content for the email sent after a subscriber confirms their subscription. Supports template tags.
A brief description of your newsletter, displayed on your public archive page and used for SEO.
The custom domain where your newsletter archives are hosted (e.g., 'newsletter.example.com'). See custom domains for setup instructions.
The 'From' email address used when sending your newsletter. Must be verified before use.
The custom domain from which your newsletter emails are sent (e.g., 'mail.example.com'). See sending domains for setup instructions.
A dictionary of CSS token overrides for the email theme.
A list of features enabled for your newsletter. Common values include 'archives', 'portal', 'surveys', 'comments', 'paid_subscriptions', 'automations', 'webhooks', 'tracking', and 'referrals'.
HTML content displayed at the bottom of your newsletter emails. Supports template tags.
The display name shown in the 'From' field of your emails (e.g., 'Jane from Acme Newsletter').
HTML content displayed at the top of your newsletter emails. Supports template tags.
The DNS verification status of a newsletter's custom hosting domain.
URL to your newsletter's icon image, used as a favicon and in various UI contexts.
Alt text for the newsletter icon, used by screen readers and shown when the image cannot load.
URL to your newsletter's header or branding image, displayed on archive pages and in social previews.
An enumeration.
A structured key-value blob that you can use to store arbitrary data on the object. Metadata can be nested — you can store objects and arrays within your metadata. (You can read more about metadata.)
The display name of your newsletter, shown to subscribers and on your archive page.
An alternative email address that receives replies to your newsletter emails, instead of the sending address.
The DNS verification status of a newsletter's custom sending domain.
A list of social networks to show share buttons for on your archive pages.
The default sorting method for listing subscribers or messages. Example values: 'creation_date', '-creation_date', 'email_address'.
A URL to redirect subscribers to after they confirm their subscription via double opt-in.
A URL to redirect subscribers to immediately after they submit the subscription form (before confirmation).
Represents the template of an email.
Each template has a different layout/style; you can view screenshots and examples in the docs.
Whether test mode is enabled. When enabled, emails are not actually sent to subscribers, useful for testing automations and workflows.
Custom theme configuration (variables) for your newsletter. These can be referenced in your CSS and templates to maintain consistent styling.
The timezone used for scheduling and displaying dates in your newsletter (e.g., 'America/New_York', 'Europe/London').
The accent color for your newsletter's emails, applied to links and buttons. Your archive's accent color is set separately, by its theme. Must be a valid hex color code.
The unique URL-safe identifier for your newsletter, used in your archive URL (e.g., 'buttondown.com/username').
Custom CSS styling applied to your newsletter's web presence (archive pages, subscription forms, etc.).