curl -X GET "https://api.tktchurch.com/v1/newsletters/123e4567-e89b-12d3-a456-426614174000" \ -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIs..."
{ "id": "123e4567-e89b-12d3-a456-426614174000", "title": "January Church Updates", "content": "Welcome to our first newsletter of 2024...", "image": { "id": "file-123", "url": "https://cdn.tktchurch.com/files/newsletter-image.jpg" }, "imageUrl": null, "pdf": { "id": "file-456", "url": "https://cdn.tktchurch.com/files/newsletter.pdf" }, "pdfUrl": null, "hasPdf": true, "status": "published", "publishDate": "2024-01-01T12:00:00Z", "recipientCount": 150, "createdAt": "2023-12-30T15:00:00Z", "updatedAt": "2024-01-01T12:00:00Z", "createdBy": "user-123e4567-e89b-12d3-a456-426614174000" }
Get details of a specific newsletter
readNewsletter
Show Image Object
Show PDF Object
draft
scheduled
published
archived
Show Error Object