Use this API to create consent receipts from a Collection Point. This API is used by all Collection Points and allows external applications to submit requests to store data subject consent transactions.
Things to Know
Each Collection Point must first be set up in the OneTrust application to generate a valid JWT, which must be present in the request payload. The JWT can be found on the Integrations tab of the Collection Point Details screen within the application or can be retrieved by calling the Get Collection Point Token API.
In most cases, further authorization is not required. However, additional information for setting up authenticated consent can be found here when needed.
The
hostname
in the URL will haveprivacyportal
preceding the environment name, as shown in the following examples:Example URLs
https://privacyportal.onetrust.com/request/v1/consentreceipts
https://privacyportal-eu.onetrust.com/request/v1/consentreceipts
https://privacyportaluat.onetrust.com/request/v1/consentreceipts
https://privacyportaluateu.onetrust.com/request/v1/consentreceipts
https://privacyportaltrial.onetrust.com/request/v1/consentreceipts