The data access API allows you to download/export all reviews from the system. The API focuses on simplicity, making it easy import data into various tools, such as Excel.

Fetching as CSV

GET <https://api.tycka.io/>{{ YOUR ACCOUNT ID }}/data-access/csv/reviews
Tycka-Key: {{ YOUR AUTHENTICATION KEY }}

Fetching as JSON

GET <https://api.tycka.io/>{{ YOUR ACCOUNT ID }}/data-access/json/reviews
Tycka-Key: {{ YOUR AUTHENTICATION KEY }}