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>"
}
}Retrieve the third party configuration settings.
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>"
}
}Successful response
Third party integration settings
Was this page helpful?