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:
see our API docs on this
example using
curl
:
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@inmoment.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@inmoment.com) for all your data across all customers.