Access your project's collected data programmatically using the download API:
| API Endpoint | https://{{ request.get_host }}/api/project/{{ project.url_id }}/data/ |
| Authentication |
Include your token in the Authorization header:
Generate or renew your access token below. Access tokens are valid for a limited time of a maximum of 90 days. |
| Example |
{% if project.super_secret %}
Because this project has enhanced encryption enabled, the encryption password must also be included in the request via the
{% endif %}
The documentation provides some examples how to do this in a Python- or R-Script. |