Marketing automation & email
postmarkapp.com:account
Postmark Account-level sandbox and mock API
Postmark makes sending and receiving email incredibly easy. The Account-level API allows users to configure all Servers, Domains, and Sender Signatures associated with an Account. Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 23
- Collections
- -
- Event types
- -
example request
curl https://your-postmarkapp-account.slurry.io/domains \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 0.9.0.
What gets simulated
Collections, relationships and state machines are worked out from the spec when you start the simulation.
- State. Creates, updates and deletes persist and show up in later reads.
- Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
- Webhooks. Every change emits a signed, retried event.
- Failure. Per-endpoint errors, latency and chaos rules, on demand.
Operations
First 12 of 23.
- GET/domains
- POST/domains
- GET/domains/{domainid}
- PUT/domains/{domainid}
- DELETE/domains/{domainid}
- POST/domains/{domainid}/rotatedkim
- PUT/domains/{domainid}/verifydkim
- PUT/domains/{domainid}/verifyreturnpath
- POST/domains/{domainid}/verifyspf
- GET/senders
- POST/senders
- GET/senders/{signatureid}