v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
Portal Integrations

Get Portal Integration Configurations

Returns the portal integration configurations.

get/v3/portals/{portalId}/integrations

Path parameters

portalIdstring uuid required
Example:f32d905a-ed33-46a3-a093-d8f536af9a8a

ID of the portal.

Response

The current integration configurations for a portal.

Example response

{
  "google_tag_manager": {
    "config_data": {
      "id": "GTM-XXXXXX",
      "l": "myNewName",
      "preview": "preview",
      "data_layer": "myNewName",
      "env_name": "production",
      "auth_referrer_policy": "no-referrer"
    }
  },
  "google_analytics_4": {
    "config_data": {
      "id": "G-XXXXXXX",
      "l": "myNewName"
    }
  },
  "equal_web": {
    "config_data": {
      "site_key": "asd7890asdhlkas87ohjasd98yohasd9",
      "widget_config": {
        "Position": "left",
        "Menulang": "EN",
        "draggable": true,
        "btnStyle": {
          "vPosition": [
            "80%",
            "70%"
          ],
          "margin": [
            "0",
            "2"
          ],
          "scale": [
            "0.5",
            "0.25"
          ],
          "color": {
            "main": "#1c4bb6",
            "second": "#ffffff"
          },
          "icon": {
            "outline": false,
            "outlineColor": "#ffffff",
            "type": 1,
            "shape": "circle"
          }
        }
      }
    }
  }
}