Marketplaces

Interacting with Amazon, Yelp, Walmart, and beyond.

List Marketplaces

Endpoint: /marketplaces Method: GET

Returns a collection of Marketplaces enabled on your account. Array of marketplaces is available inside the response "data" attribute.

Sample Response:

{"status"=>true,                                                 
 "data"=>                                                        
  [{"name"=>"Amazon", "id"=>10},         
   {"name"=>"Amazon.co.uk", "id"=>11},   
   {"name"=>"Target", "id"=>30},         
   {"name"=>"Yelp", "id"=>23},           
   {"name"=>"Better Business Bureau", "id"=>25},
   {"name"=>"Angi", "id"=>26},           
   {"name"=>"Facebook", "id"=>27},       
   {"name"=>"Trustpilot", "id"=>29},     
   {"name"=>"G2", "id"=>16}]
}

Last updated