Environments
DataGuard CPM provides three distinct environments to support your operational and compliance needs: Sandbox, Production EU, and Production UK. Each environment has its own distinct URLs for the API, widget scripts, and OAuth 2.0 authentication.
<api-url>
<api-url>
When interacting with the DataGuard CPM API, use the correct environment-specific URL in place of <api-url>
as indicated in the API integration guides.
Environment | URL |
---|---|
Sandbox | https://sandbox-api.consentric.io |
Production EU | https://api.dgconsent.de |
Production UK | https://api.consentric.io |
<scripts-url>
<scripts-url>
For embedding the DataGuard CPM widget, use the appropriate script URL based on the environment. Replace <scripts-url>
in the guides with the value from here:
Environment | URL |
---|---|
Sandbox | https://scripts.sandbox.consentric.io |
Production EU | https://scripts.dgconsent.de |
Production UK | https://scripts.consentric.io |
OAuth 2.0 Authentication URLs
For OAuth 2.0 authentication, you will need two URLs: one to make token requests to and one for the audience. Replace <auth-url>
and <audience-url>
with the appropriate values for your environment.
<auth-url>
<auth-url>
Environment | Auth0 URL |
---|---|
Sandbox | https://sandbox-consentric.eu.auth0.com |
Production EU | https://dgconsentde.eu.auth0.com |
Production UK | https://consentric.eu.auth0.com |
<audience-url>
<audience-url>
Environment | Audience URL |
---|---|
Sandbox | https://sandbox-api.consentric.io |
Production EU | https://api.dgconsent.de |
Production UK | https://api.consentric.io |
Updated about 2 months ago