curl https://api2.ecomailapp.cz/account/settings/webhook \
-H "key: YOUR_API_KEY" \
-H "Content-Type: application/json"
{
"webhook": {
"url": "https://your-webhook-url.com"
}
}
Get the currently configured webhook URL.
curl https://api2.ecomailapp.cz/account/settings/webhook \
-H "key: YOUR_API_KEY" \
-H "Content-Type: application/json"
{
"webhook": {
"url": "https://your-webhook-url.com"
}
}
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/account/settings/webhook \
-H "key: YOUR_API_KEY" \
-H "Content-Type: application/json"
{
"webhook": {
"url": "https://your-webhook-url.com"
}
}