Skip to main content
GET
/
third-party-config
Get third party configuration
curl --request GET \
  --url https://{subdomain}.nudj.cx/api/v2/integration/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
object

Google Tag Manager integration settings

googleAnalytics
object

Google Analytics integration settings

metaPixel
object

Meta Pixel integration settings

oneTrust
object

OneTrust integration settings

I