Authorizations
Response
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
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
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?