Skip to main content
GET
/
domains
curl https://api2.ecomailapp.cz/domains \
  -H "key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
[
  {
    "id": 1,
    "name": "foo.cz",
    "valid": 1
  },
  {
    "id": 2,
    "name": "bar.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 https://api2.ecomailapp.cz/domains \
  -H "key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
[
  {
    "id": 1,
    "name": "foo.cz",
    "valid": 1
  },
  {
    "id": 2,
    "name": "bar.cz",
    "valid": 0
  }
]