Vizit Public APIAPI
Product Details

List product retailers

Retrieve the retailer regions supported for product discovery.

GET/v1/product-retailers

Lists the retailer regions you can use to scope product category discovery. Pass a returned retailer's id (e.g. amazon_us, walmart_us) as the retailer query parameter on list product categories.

Authorization

bearerAuth
Authorization<token>

Short-lived access token issued by Create a token. Send it on every request as Authorization: Bearer <token>.

In: header

Response Body

application/json

curl -X GET "https://ext.vizit.com/v1/product-retailers"
[  {    "id": "amazon_us",    "retailer": "amazon",    "region": "us",    "display_name": "Amazon US",    "domain": "amazon.com"  }]
Empty