Newsletters
Get Newsletter
Get details of a specific newsletter
GET
This endpoint requires authentication and the
readNewsletter permission.Path Parameters
The UUID of the newsletter to retrieve
Response
Unique identifier for the newsletter (UUID)
Newsletter title
Newsletter content
Uploaded image file information
External image URL if not using uploaded file
Uploaded PDF file information
External PDF URL if not using uploaded file
Whether the newsletter has an associated PDF
Newsletter status. One of:
draft, scheduled, published, archivedScheduled or actual publication date (ISO 8601)
Number of times the newsletter has been viewed/received
Creation timestamp (ISO 8601)
Last update timestamp (ISO 8601)
UUID of the user who created the newsletter
Error Responses
Error details when the request fails
Common error cases:
- 400 Bad Request: Invalid newsletter ID format
- 401 Unauthorized: Missing or invalid access token
- 403 Forbidden: Missing required permission
- 404 Not Found: Newsletter not found
