Skip to main content
The Sendmux Mailbox API is for mailbox-scoped access. Use it when a client should act as a mailbox, or as one mailbox from a connected-app mailbox set, without managing team-wide resources.

Thread APIs

Use thread endpoints when you need conversation-level context without fetching every body.

List threads

Thread list filters:

Read a thread

The response includes the same thread metadata as the list endpoint plus message_ids in chronological order. Use GET /mailbox/threads/{thread_id}/messages for paginated message summaries, or GET /mailbox/threads/{thread_id}/content when you need cleaned bodies.

Next steps

Mailbox API introduction

Search and batch operations