Get email tracking defaults

Returns the workspace's independent defaults for open and click tracking, both enabled unless configured otherwise.

GET
/v1/email/tracking/defaults

Returns the workspace's independent defaults for open and click tracking, both enabled unless configured otherwise. Recipient opt-out takes precedence over these defaults.

x-api-key<token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/email/tracking/defaults"
{  "opens": true,  "clicks": true}