cURL
curl --request GET \ --url https://app.lettr.com/api/emails/scheduled/{transmissionId} \ --header 'Authorization: Bearer <token>'
200
Example
{ "message": "Scheduled transmission retrieved successfully.", "data": { "transmission_id": "12345678901234567890", "state": "submitted", "scheduled_at": "2024-01-16T10:00:00+00:00", "from": "sender@example.com", "from_name": "Sender Name", "subject": "Scheduled Newsletter", "recipients": [ "recipient@example.com" ], "num_recipients": 1 } }
Retrieve details of a scheduled email transmission by its transmission ID.
API key for authentication
The transmission ID returned when the email was scheduled.
"12345678901234567890"
Scheduled transmission retrieved successfully
"Scheduled transmission retrieved successfully."
Show child attributes
Was this page helpful?