/
Update open tracking sett...
Use to turn on/off the open tracking at the domain level.
Security
basicAuth
Set this param to true or false to toggle open tracking active status. Omit this param to keep current settings.
- US Mailgunhttps://api.mailgun.net/v3/domains/{name}/tracking/open
- EU Mailgunhttps://api.eu.mailgun.net/v3/domains/{name}/tracking/open
curl -i -X PUT \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/domains/{name}/tracking/open' \
-H 'Content-Type: multipart/form-data' \
-F active=true \
-F place_at_the_top=trueResponse
{ "message": "Domain tracking settings have been updated", "open": { "active": true } }