Use the Sendmux Postman collections to try requests, save examples, and share API workflows with your team.Documentation Index
Fetch the complete documentation index at: https://docs.sendmux.ai/llms.txt
Use this file to discover all available pages before exploring further.
You need a Sendmux API key before sending authenticated requests. Create one
in the Sendmux app under API Keys.
Choose a collection
| Collection | Use it for | Import URL |
|---|---|---|
| Management API | Manage sending accounts, domains, mailboxes, webhooks, and logs. | https://docs.sendmux.ai/postman/sendmux-management.postman_collection.json |
| Mailbox API | Read and manage one mailbox using a mailbox-scoped credential. | https://docs.sendmux.ai/postman/sendmux-mailbox.postman_collection.json |
| Sending API | Send single or batch emails through the Sending API. | https://docs.sendmux.ai/postman/sendmux-sending.postman_collection.json |
Import by URL
Configure authentication
Each collection uses asendmux_api_key collection variable.
Base URL variables
The collections include these base URL variables:| Collection | Variable | Default value |
|---|---|---|
| Management API | management_base_url | https://app.sendmux.ai/api/v1 |
| Mailbox API | mailbox_base_url | https://app.sendmux.ai/api/v1 |
| Sending API | sending_base_url | https://smtp.sendmux.ai/api/v1 |
Update a collection
Re-import the same URL when you want the latest requests. The collection files use the same API descriptions as the Sendmux reference docs.Next steps
Management API
Read authentication, permissions, response formats, and rate limits.
Mailbox API
Use a mailbox-scoped credential for one mailbox.
Sending API
Send email through the HTTP API.
API keys
Create scoped keys for applications and integrations.