/api/email-box
Create a temporary inbox
Creates a new mailbox and returns the address plus UUID. No request body is required unless you want to request a specific active custom domain.
curl -sS -X POST "https://noxmail.app/api/email-box"
curl -sS -X POST "https://noxmail.app/api/email-box" \
-H "Content-Type: application/json" \
-d '{"domain":"example.com"}'
200 response
{
"email": "arthur11.6091@noxmail.app",
"uuid": "80d47aee-0585-4e88-acc2-b8bbf7c738b2"
}