/
PO
poststack
/
PostStack API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 4h ago · Updated 2mo ago
Details
Filter operations
API keys
2
Broadcasts
4
Contact properties
2
Contacts
6
Domains
6
Email validations
1
Emails
7
get
List sent emails
post
Send an email
post
Send up to 100 emails in one request
get
Fetch one email
patch
Reschedule a queued email
post
Cancel a scheduled or queued email
get
Timeline of events for one email
Inbound emails
2
Mailboxes
2
Segments
3
Signup forms
2
Subscription topics
2
Suppressions
2
Templates
5
Webhooks
5
Workflows
2
Emails
List sent emails
get
/emails
Query parameters
page
integer
limit
integer
status
'queued'
|
'sending'
|
'sent'
|
'delivered'
|
'bounced'
|
'complained'
|
'failed'
|
'cancelled'
from
string
to
string
tag
string
Response
Paginated list
PaginatedEmailList
required
data
Email[]
pagination
Pagination
Changes