Important Notice: We are in the process of launching a new version of our API. This API will remain active at least until December 31st, 2020. We will announce the retirement of this API at least 3 months in advance.


The API currently only supports reviews and only returns aggregated reviews. Further functionality is developed and will be provided as soon as available. If you need adjustments in the meantime reach out to your supporter and we will do our very best to accommodate it. 

                       

Authentification 

                       

You should have a key that is provided to you. To request your API key please reach out to support@reviewsender.com!

Attach this key to every request in the URL like this: ?k=asdf123 

                       

Review Data
GET Request, URL: https://app.reviewsender.com/api.php?k={key} 

                       

This will return the most recent reviews aggregated for your account. You can apply the following filters: 

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
                            
                                
                                    

Filter 

                                
                            
                        
                            
                                
                                    

Description 

                                
                            
                        
                            
                                
                                    

Example Value 

                                
                            
                        
                            
                                
                                    

from 

                                
                            
                        
                            
                                
                                    

The timestamp (UNIX) from which you want the reviews on. 

                                
                            
                        
                            
                                
                                    

1591051019 

                                
                            
                        
                            
                                
                                    

to 

                                
                            
                        
                            
                                
                                    

The teimstamp (UNIX) to which you want the reviews from. 

                                
                            
                        
                            
                                
                                    

1591051019 

                                
                            
                        
                            
                                
                                    

timereference 

                                
                            
                        
                            
                                
                                    

If set to “reviewDateTime” we will look at the reviewTime as opposed to the time we found the review. 

                                
                            
                        
                            
                                
                                    

reviewDateTime 

                                
                            
                        
                            
                                
                                    

asins 

                                
                            
                        
                            
                                
                                    

If you want the reviews for specific asins, you can specify them here (comma-separated) 

                                
                            
                        
                            
                                
                                    

FG3243KN1,NNGA2F3I 

                                
                            
                        
               
                    
                        

All filters are to be provided as query parameters (?filter=value) in the URL. 



Product List
GET Request, URL: https://app.reviewsender.com/api.php?listAsins=true&k={key} 



Add ASIN
GET Request, URL: https://app.reviewsender.com/api.php?add={asin}&country={country}&k={key} 



Remove ASIN
GET Request, URL: https://app.reviewsender.com/api.php?remove={asin}&country={country}&k={key} 


                       

Technical Support
Reach out under support@reviewsender.com with any questions or requests!