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