Environment URLs
Environment URLs are the base URLs used to access the OneTrust Platform. These URLs are critical for configuring API calls, SDKs, and other integrations with the OneTrust Platform, typically represented by the {hostname}
, {$$.env.host}
, and customer.my.onetrust.com
variables in your code.
For those variables, you will need to input the OneTrust environment URL in which your OneTrust account is hosted, such as app.onetrust.com
, app-eu.onetrust.com
, etc. for shared environments, or if applicable, yourcompany.my.onetrust.com
for dedicated environments.
The following table details shared environments and their respective environment URL.
Environment | Environment URL |
---|---|
APP | app.onetrust.com |
APP-AE | app-ae.onetrust.com |
APP-APAC | app-apac.onetrust.com |
APP-AU | app-au.onetrust.com |
APP-BR | app-br.onetrust.com |
APP-CA | app-ca.onetrust.com |
APP-CH | app-ch.onetrust.com |
APP-DE | app-de.onetrust.com |
APP-EU | app-eu.onetrust.com |
APP-FR | app-fr.onetrust.com |
APP-HC | na01.onetrust.com |
APP-IN | app-in.onetrust.com |
APP-JP | app-jp.onetrust.com |
APP-UK | app-uk.onetrust.com |
TRIAL | trial.onetrust.com |
UAT | uat.onetrust.com |
UAT-DE | uat-de.onetrust.com |
UAT-HC | uat-na01.onetrust.com |
Privacy Portal URLs
Privacy Portal URLs are the base URLs used for configuring API calls, SDKs, and other integrations with the Privacy Portal, typically represented by the ${privacyportal-domain}
variable in your code.
For that variable, you will need to input the corresponding Privacy Portal URL as listed in the table below. If you have configured a custom domain or custom subdomain, you are encouraged to input that unique Privacy Portal URL or use the standard privacy portal URL.
Environment | Privacy Portal URL |
---|---|
APP | privacyportal.onetrust.com |
APP-AE | privacyportal.onetrust.com |
APP-APAC | privacyportal.onetrust.com |
APP-AU | privacyportal.onetrust.com |
APP-BR | privacyportal.onetrust.com |
APP-CA | privacyportal.onetrust.com |
APP-CH | privacyportal-eu.onetrust.com |
APP-DE | privacyportal-eu.onetrust.com |
APP-EU | privacyportal-eu.onetrust.com |
APP-FR | privacyportal-eu.onetrust.com |
APP-HC | privacyportal.onetrust.com |
APP-IN | privacyportal.onetrust.com |
APP-JP | privacyportal.onetrust.com |
APP-UK | privacyportal-eu.onetrust.com |
TRIAL | privacyportaltrial.onetrust.com |
UAT | privacyportaluat.onetrust.com |
UAT-DE | privacyportaluateu.onetrust.com |
UAT-HC | privacyportaluat.onetrust.com |
For more information on Privacy Portal, see Setting Up the Privacy Portal and Privacy Portal FAQ.