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
object | null

Google Tag Manager integration settings

googleAnalytics
object | null

Google Analytics integration settings

metaPixel
object | null

Meta Pixel integration settings

oneTrust
object | null

OneTrust integration settings

I