Download Feedback API

TABLE OF CONTENTS

Introduction


The Download Feedback API is offered as a convenience API for quick download of bulk feedback in a flat file format. It is deprecated from future development and it is not recommended for new implementations, so no further documentation will be added.

You can view and run API calls from our developer knowledge base

https://feefo.readme.io/reference/download-feedback-api

Endpoint 

https://api.feefo.com/api/download-feedback 

Authentication Required: Yes

Note, the only output format is tab-separated flat file

Available Parameters

Parameter Description
apikey used for authentication. Mandatory, or an Unauthorised response will be made. 
merchantidentifier the account to query from 
from, to  dates with yyyy-mm-dd format 
updatedsince a date with yyyy-mm-dd format. Returns all feedback that has been updated since this date. 
custom-question-format=json ensures the content for custom questions is returned with JSON formatting, otherwise a comma-separated format is used. 

Example: 

https://api.feefo.com/api/download-feedback?merchantidentifier=adam-tech-test&apikey=7716e6fd-7282-44fc-8c8a-1c6c2e106868&from=2021-01-01&to=2022-03-03&custom-question-format=json