put
https://{youraccountname}.api-us1.com/api/3/siteTracking
Enable or disable site tracking.
Send the desired state as a boolean; the response echoes it. A missing or non-boolean enabled attribute returns 422 with an error collection. This replaces the API v2 tracking/site/status action, which took status=enable|disable as a form parameter.
Site tracking must be enabled before domains can be added to or removed from the whitelist.
{
"siteTracking": {
"enabled": true
}
}{
"siteTracking": {
"enabled": true
}
}