List mailboxes
Returns a cursor-paginated list of mailboxes configured for the team, ordered by created_at descending. Pass cursor=<next_cursor> from the previous response to fetch the next page.
Authorizations
Sendmux API key. Use a root API key for Management API routes, or a mailbox credential for Mailbox API routes. Obtain keys from the dashboard under API Keys.
Query Parameters
Pagination cursor — the next_cursor from the previous response.
Max results (default 50, max 100)
1 <= x <= 100Set to true to include soft-deleted mailboxes (status deleted) in the response. Default false. Soft-deleted mailboxes are retained for tenant-isolation references in delivery logs and API keys.
true