This feature is not available in the Free & Lite plan
Our receipt API provides export tools for your data in CSV
What does it do?
When accessing the API's endpoint you will receive a ZIP archive containing CSV files.
Prerequisite
- Connect to our API
-
Authorisations based on your current plan
Usage
Export your data for a given campaign:
GET https://api.kweeri.io/v2/campaigns/{campaignId}/export
Export your data for a given endpoint:
GET https://api.kweeri.io/v2/endpoints/{endpointsId}/export
You should get an answer like this one:
HTTP/1.1 200 OK
Content-Disposition: attachment;filename="export_csv_2020_08_31_11_29_32.zip"
Content-Type: application/zip
Date: Mon, 31 Aug 2020 11:29:38 GMT
Transfer-Encoding: chunked
For further informations on API Usage check the API Documentation
Comments
0 comments
Please sign in to leave a comment.