curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/legal-policies \
--header 'x-api-token: <api-key>'{
"termsAndConditionsUrl": "<string>",
"privacyPolicyUrl": "<string>",
"privacyNoticeUrl": "<string>",
"cookiePolicyUrl": "<string>"
}Retrieve the legal URLs and policies.
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/legal-policies \
--header 'x-api-token: <api-key>'{
"termsAndConditionsUrl": "<string>",
"privacyPolicyUrl": "<string>",
"privacyNoticeUrl": "<string>",
"cookiePolicyUrl": "<string>"
}Successful response
Configuration for legal URLs and policies
Was this page helpful?