Skip to main content
GET
Get one NewsLetter
A NewsLetter represents an email newsletter that can be sent to subscribers. Each newsletter has content, a subject line, and can target specific subscriber groups or segments.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the NewsLetter-Read role.

Path Parameters

integer
required
The Id of the NewsLetter record to retrieve.

Code Examples

Response

200

integer
ID of the business linked to this record.
string
The name value for this news letter.
string
Date/time value for last sent.
integer
The language value for this news letter. See eLanguage enum values: 3 = EnglishUK, 1 = EnglishUS, 2 = Spanish.
string
The news letter contents value for this news letter.
string
The news letter design value for this news letter.
integer
The clicks value for this news letter.
integer
The opens value for this news letter.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response