from field identifies the sending address and is the primary way to distinguish target markets or brand identities. Conversions are attributed per individual send.curl --location '/deliveries/sends?dateFrom=2026-01-01&dateTo=2026-03-31&limit=20&offset=0&q=Welcome&medium=e-mail&from=newsletter%40example.com&language=cs%2Csk&sort=-datetime' \
--header 'Authorization: Bearer JWT'{
"sends": [
{
"sendId": "string",
"name": "string",
"from": "string",
"datetime": "string",
"medium": "string",
"language": "string",
"sent": 0,
"delivered": 0,
"opened": 0,
"clicked": 0,
"totalClicked": 0,
"openRate": 0,
"clickThroughRate": 0,
"clickToOpenRate": 0,
"unsubscribed": 0,
"spam": 0,
"conversionsAmount": 0,
"conversionsNumber": 0,
"conversionsCurrency": "string",
"smartflowId": "string",
"smartflowName": "string"
}
],
"paging": {
"start": 0,
"count": 0,
"totalCount": 0
}
}