Update integration settings for specific account

Request URI for Sub Account
PATCH /accounts/1/integrations

Request Format

{
  "ga": {
    "enabled": true,
    "slot": 4,
    "prefix": ""
  },
  "ua": {
    "enabled": false,
    "dimension": 1,
    "prefix": ""
  },
  "gtm": {
    "enabled": false
  },
  "clicktale": {
    "enabled": false
  },
  "isGaPremium": false
}

Update Third Party Integrations. Here's an example of the request params:

Language
Authorization
Header
Click Try It! to start a request and see the response here!