/
PO
poststack
/
PostStack API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
API keys
2
get
List API keys
post
Create an API key
Broadcasts
4
Contact properties
2
Contacts
6
Domains
6
Email validations
1
Emails
7
Inbound emails
2
Mailboxes
2
Segments
3
Signup forms
2
Subscription topics
2
Suppressions
2
Templates
5
Webhooks
5
Workflows
2
API keys
Create an API key
post
/api-keys
Request body
object
required
name
string
required
permission
'full_access'
|
'sending_access'
required
mode
'live'
|
'test'
Response
OK
object
required
success
boolean
Example response
{ "success": true }
Changes