Home
API Catalog
About
Back to System
Postmark API
1.0.0
OAS 3.0
Servers
https://api.postmarkapp.com
Authorize
Messages
POST
/email
Send a single email
POST
/email
/batch
Send a batch of emails
GET
/messages
/outbound
Get outbound messages
POST
/email
/withTemplate
Send an email with a template
GET
/messages
/outbound
/{messageId}
Get outbound message details
Bounces
GET
/bounces
Get bounces
GET
/bounces
/{bounceId}
Get a single bounce
PUT
/bounces
/{bounceId}
/activate
Activate a bounce
Domains
GET
/domains
List domains
POST
/domains
Create a domain
GET
/domains
/{domainId}
Get a single domain
DELETE
/domains
/{domainId}
Delete a domain
PUT
/domains
/{domainId}
/verify
Verify a domain
Sender Signatures
GET
/senders
List sender signatures
POST
/senders
Create a sender signature
GET
/senders
/{signatureId}
Get a single sender signature
PUT
/senders
/{signatureId}
Edit a sender signature
DELETE
/senders
/{signatureId}
Delete a sender signature
POST
/senders
/{signatureId}
/resend
Resend confirmation for a sender signature
Servers
GET
/servers
List servers
POST
/servers
Create a server
GET
/servers
/{serverId}
Get a single server
PUT
/servers
/{serverId}
Edit a server
DELETE
/servers
/{serverId}
Delete a server
Webhooks
GET
/webhooks
List webhooks
POST
/webhooks
Create a webhook
GET
/webhooks
/{webhookId}
Get a single webhook
PUT
/webhooks
/{webhookId}
Edit a webhook
DELETE
/webhooks
/{webhookId}
Delete a webhook
Templates
GET
/templates
List templates
POST
/templates
Create a template
GET
/templates
/{templateId}
Get a single template
PUT
/templates
/{templateId}
Edit a template
DELETE
/templates
/{templateId}
Delete a template
Message Streams
GET
/message-streams
List message streams
POST
/message-streams
Create a message stream
GET
/message-streams
/{streamId}
Get a message stream
PATCH
/message-streams
/{streamId}
Update a message stream
Schemas
Email
Error
Bounce
Domain
Server
Message
Webhook
Template
BounceList
DomainList
ServerList
MessageList
SentMessage
WebhookList
DomainCreate
ServerCreate
ServerUpdate
TemplateList
MessageStream
WebhookCreate
WebhookUpdate
TemplateCreate
TemplateUpdate
TemplatedEmail
SenderSignature
SuccessResponse
MessageStreamList
MessageStreamCreate
MessageStreamUpdate
SenderSignatureList
SenderSignatureCreate
SenderSignatureUpdate