Potions Data API

API

Potions provides an API which allows to fetch our product recommendations at https://client.experiences.get-potions.com.

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 Lab under Settings > Site.
Note: Keep your API key secret and contact us immediately if you think someone untrusted might have had access to it.
HTTP Header
Value
Authorization
Bearer POTIONS_API_KEY