Postmarkapp Server
Connector for the postmarkapp-server API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.postmarkapp.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getbounces— GET /bounces — Get bouncesgetsinglebounce— GET /bounces/{bounceid} — Get a single bounceget_bounces_bounceid_dump— GET /bounces/{bounceid}/dump — Get bounce dumpgetdeliverystats— GET /deliverystats — Get delivery statssearchinboundmessages— GET /messages/inbound — Inbound message searchgetinboundmessagedetails— GET /messages/inbound/{messageid}/details — Inbound message details
Inputs
apiKey— your postmarkapp-server API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getbounces
apiKey: <your key>