cURL
curl --request POST \ --url https://api-v2.missioninbox.com/domain/ \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "relay_server": 123, "project": 123, "redirect": "<string>" }'
{ "id": 123, "name": "<string>", "created_at": "2023-12-25", "mailboxes": "<string>", "sent_emails": "<string>", "open_rate": "<string>", "reply_rate": "<string>", "bounce_rate": "<string>", "spam_complaints": "<string>", "status": "<string>", "health": "<string>", "redirect": "<string>", "redirect_pizza_id": "<string>" }
Create a new domain with DNS setup. Requires relay server for email routing. Project assignment is optional.
Domain name (e.g., example.com)
Relay server ID for email routing
Optional project ID to associate with domain
Optional redirect URL
255