cURL
curl --request GET \ --url https://app.unsend.dev/api/v1/emails
{ "data": [ { "id": "<string>", "to": "<string>", "replyTo": "<string>", "cc": "<string>", "bcc": "<string>", "from": "<string>", "subject": "<string>", "html": "<string>", "text": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "latestStatus": "SCHEDULED", "scheduledAt": "2023-11-07T05:31:56Z", "domainId": 123 } ], "count": 123 }
"1"
"50"
"2024-01-01T00:00:00Z"
"2024-01-31T23:59:59Z"
"123"
Retrieve a list of emails
The response is of type object.
object