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.


Note: The only output format is tab-separated flat file

Endpoint 


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


Authentication Required: Yes


Available Parameters

  • 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. 


EXAMPLES: 

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