# Update open tracking settings Use to turn on/off the open tracking at the domain level. Endpoint: PUT /v3/domains/{name}/tracking/open Version: 3.0.0 Security: basicAuth ## Path parameters: - `name` (string, required) The name of the domain you want to update ## Request fields (multipart/form-data): - `active` (boolean) Set this param to true or false to toggle open tracking active status. Omit this param to keep current settings. - `place_at_the_top` (boolean) Setting this param to true will place the open tracking pixel at the top of the HTML body when inserted into the email mime. Omit this param to keep current setting. ## Response 200 fields (application/json): - `message` (string, required) A message indicating success - `open` (object, required) Open settings - `open.active` (boolean, required) Whether open tracking is enabled or not - `open.place_at_the_top` (boolean, required) If the pixel should be placed at the top of the email ## Response 401 fields (application/json): - `message` (string, required) Response message ## Response 404 fields (application/json): - `message` (string, required) Response message