Skip to main content
GET
/
third-party-config
Get third party configuration
curl --request GET \
  --url https://{subdomain}.nudj.cx/api/v2/admin/third-party-config \
  --header 'x-api-token: <api-key>'
{
  "googleTagManager": {
    "gtmId": "<string>"
  },
  "googleAnalytics": {
    "gaId": "<string>"
  },
  "metaPixel": {
    "pixelId": "<string>"
  },
  "oneTrust": {
    "domainScriptId": "<string>"
  }
}

Authorizations

x-api-token
string
header
required

Response

Successful response

Third party integration settings

googleTagManager
Google Tag Manager Configuration · object

Google Tag Manager integration settings

googleAnalytics
Google Analytics Configuration · object

Google Analytics integration settings

metaPixel
Meta Pixel Configuration · object

Meta Pixel integration settings

oneTrust
OneTrust Configuration · object

OneTrust integration settings