Creating a domain swap
Replace one domain with another inside an existing order. standard
retires the old domain immediately. premium keeps the old domain
warm for 14 days alongside the new one (Microsoft domains only;
per-tier quota; 30-day cooldown per domain).
POST
Creating a domain swap
Standard vs Premium.
standard retires the old domain immediately — fine when you can absorb a brief sending pause. premium keeps the old domain warm for 14 days alongside the new one for a smoother handoff with no sending interruption.Premium swaps are available on Microsoft domains only, count against a per-tier quota (Base 20% / Premium 30% / VIP 40% / VIP+ 60% of active Microsoft inboxes), and each domain has a 30-day cooldown between premium swaps.For renaming the people on inboxes without changing the domain, use POST /swaps/user_names instead.Authorizations
Your partner API key. Use pk_live_… against the live system or
pk_test_… against the sandbox.
Body
application/json
Response
201 - application/json
A swap.
Last modified on June 16, 2026
Previous
Changing user namesRename the First Name, Last Name, or email username (for example,
name@domain.com -> fnamelname@domain.com) on an active order domain.
The domain stays; only the inbox names change. Use this when the
user's names are wrong or need to be changed.
Each inbox address is derived from its persona's names (for example,
`Jane` + `Doe` becomes `jane.doe@domain.com`); you provide names, not
addresses. `profile_picture_url` is accepted for forward
compatibility but is not currently applied to inboxes.
Next
Creating a domain swap