Bulk Export Demo Videos

Bulk Export APIs are available for use within the Trust Intelligence Platform. You can use these APIs to extract large volumes of cookie receipts, consent receipts, and data subjects. The following demo videos walk you through the four steps of the Bulk Data Subject Export process. We recommend watching them before leveraging the Bulk Export APIs.

Step 1

Create Bulk Export

Step 2

Get Bulk Export Status

Step 3

Get Bulk Export Download Details

Step 4

Local cURL

curl --header "Authorization: Bearer <TOKEN_FROM_RESPONSE>" --output "<FILENAME_FROM_RESPONSE>" -fL "URL_FROM_RESPONSE"

📘

For more information, see the Bulk Export for Data Subjects, Consent Receipts, and Cookie Receipts recipe.