Get Bulk Export Download Details

Recipes
Bulk Export for Data Subjects, Consent Receipts, and Cookie Receipts
Open Recipe

Use this API to retrieve the download details for a bulk export. The response will include the authorization token (expires after 1 hour), file name, and URL that you can include within the following cURL command to download the export files:

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

🗒

Things to Know

  • Your export may generate multiple files to preserve download speeds. Each file name and URL will contain a unique authorization token.
Language
Authorization
OAuth2
URL