The AB Tasty API allows you to fetch product recommendations via the following endpoint:https://uc-info.eu.abtasty.com/v1/reco
Authentication
Authentication is handled via "Bearer" authentication, requiring an API key.
Steps to Authenticate
- Use your API key as the Bearer token in the
Authorization
HTTP header. - The API key is associated with a Site ID, which is a required path parameter in every API request.
Finding Your API Key and Site ID
- Navigate to Settings > Site on the platform to locate your API key and Site ID.
Important Note
- Keep your API key confidential.
- If you suspect that your API key has been compromised, contact AB Tasty support immediately.
HTTP Header Example
Header | Value |
---|---|
Authorization | Bearer ABTASTY_API_KEY |