API
AB Tasty provides an API which allows to fetch our product recommendations at
https://uc-info.eu.abtasty.com/v1/reco
.Authentication
Authenticating with the API is done by using "Bearer" authentication. You authenticate by using your API key as the Bearer token in the Authorization HTTP Header.
The API key is tied to a site ID which will be a path parameter in every request to the API, you can find your API key and your site ID in the platform under Settings > Site.
HTTP Header | Value |
Authorization | Bearer ABTASTY_API_KEY |
Next
Product list