curl -X POST https://api2.ecomailapp.cz/domains \
-H "key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "newdomain.cz"
}'
{
"id": 1,
"name": "newdomain.cz",
"valid": 0
}
Add a new domain to your account.
curl -X POST https://api2.ecomailapp.cz/domains \
-H "key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "newdomain.cz"
}'
{
"id": 1,
"name": "newdomain.cz",
"valid": 0
}
Documentation Index
Fetch the complete documentation index at: https://docs.ecomail.cz/llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://api2.ecomailapp.cz/domains \
-H "key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "newdomain.cz"
}'
{
"id": 1,
"name": "newdomain.cz",
"valid": 0
}