PostMX
API for inboxes for OTPs, magic links, and email testing
4 subscribers
7 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
PostMX endpoints
| Method | Endpoint | Description |
|---|---|---|
| Inboxes | ||
| POST |
/v1/inboxes /v1/inboxes |
Creates an inbox for the authenticated RapidAPI consumer account. Marketplace consumers map only to internal `free` and `pro` entitlements. |
| GET |
/v1/inboxes /v1/inboxes |
Returns a paginated list of the authenticated RapidAPI consumer account's active inboxes in reverse creation order. |
| Messages | ||
| GET |
/v1/messages /v1/messages |
Returns a paginated message summary feed for an exact recipient email address within the authenticated RapidAPI consumer account. |
| GET |
/v1/inboxes/{inbox_id}/messages /v1/inboxes/{inbox_id}/messages |
Returns a paginated message summary feed. Full message bodies are available from `GET /v1/messages/{message_id}`. |
| GET |
/v1/messages/{message_id} /v1/messages/{message_id} |
Returns a single message. By default the full message detail is included, and `content_mode` can be used to return only the OTP, links, or plain-text body payload. All detail… |
| Webhooks | ||
| POST |
/v1/webhooks /v1/webhooks |
Registers a webhook target for `email.received` and `email.enriched` events. `email.received` is emitted immediately after message storage; `email.enriched` is emitted later only… |
| health | ||
| GET |
/health /health |
|
PostMX pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 60 / minute |
|