/
PO
poststack
/
PostStack API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 9h ago · Updated 2mo ago
Details
Filter operations
API keys
2
get
List API keys
post
Create an API key
Broadcasts
4
get
List broadcasts
post
Create a broadcast
post
Start sending a broadcast
post
Cancel an in-flight broadcast
Contact properties
2
get
List contact properties
post
Create a contact property
Contacts
6
get
List contacts
post
Create a contact
get
Fetch a contact
delete
Delete a contact
patch
Update a contact
post
Import a CSV list of contacts
Domains
6
get
List sending domains
post
Add a sending domain
get
Fetch a domain
delete
Delete a domain
patch
Update a domain's tracking or TLS settings
post
Trigger a DNS verification check for this domain
Email validations
1
post
Validate an email address
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
get
List received inbound emails
get
Get an inbound email
Mailboxes
2
get
List mailboxes
post
Create a mailbox
Segments
3
get
List segments
post
Create a manual segment
post
Add contacts to a segment
Signup forms
2
get
List signup forms
post
Submit a signup form (public, unauthenticated)
Subscription topics
2
get
List subscription topics
post
Create a subscription topic
Suppressions
2
get
List suppressed addresses
post
Add an address to the suppression list
Templates
5
get
List templates
post
Create a template
get
Fetch a template
delete
Delete a template
patch
Update a template (creates a new version)
Webhooks
5
get
List webhooks
post
Create a webhook subscription
delete
Delete a webhook
patch
Update a webhook
post
Send a test event to the webhook URL
Workflows
2
get
List workflows
get
Get a workflow
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