Skip to main content
POST
ListEmailsPostAPI is the POST body form of the list endpoint. It exists for

Authorizations

Authorization
string
header
required

An Erdo API key (erdo_api_...) or scoped token (erdo_token_...).

Body

application/json
context
object
limit
integer<int64>
offset
integer<int64>
since
string
to
string

Response

Success response

emails
EmailSummary is one row of the send log. Bodies are omitted deliberately — a · object[]
limit
integer<int64>
offset
integer<int64>
total
integer<int64>

caller can page without discovering the end by hitting an empty result.