All Collections
Privacy, Terms and Data Centers
GDPR and CCPA
How can I export my Wootric data for GDPR?
How can I export my Wootric data for GDPR?

How data portability works with Wootric

G
Written by German Monfort
Updated over a week ago

It’s easy to meet your GDPR requirements for exporting personal data with Wootric. If you have a paid Wootric plan, you can export all of your data, individual users, subsets of users or specific time periods as CSV or JSON files. 

Here’s how to export your data as CSV files from the UI:

  • Export user and response data from our dashboard (on the top right).

Here's how to export your end users' data as a JSON file via our API:

curl -H "Authorization: Bearer YOUR_ACCESS_TOKEN" "https://api.wootric.com/v1/end_users/2/export"

That should return with a 202 Accepted  response code and you should get an email with a link to the JSON export file a few minutes later.

If you’ve any more questions about data portability, feel free to reach out to us at support@wootric.com or through the chat messenger below.

NOTE: If you are an individual who has interacted with Wootric through one of our customers, please contact the customer to access your data associated with that customer. You may also contact Wootric directly (at support@wootric.com) for all your data across all customers.


Did this answer your question?