API basics

Tweakwise provides REST APIs for working with our services. Each of these APIs serve a different purpose, so which one to use depends on what you want to do:

Frontend API

Tweakwise's frontend API allows you to implement all of Tweakwise's features in your own storefront.

For more details read the reference guide for the Frontend API 👉

Backend API

Tweakwise's backend API allows you to manage your instance programmatically.

The majority of endpoints require an API client to authenticate itself with each request. Next you'll learn how authentication works for the backend API.

For more details read the reference guide for the Backend API 👉

Analytics API

The Analytics API allows you to push events to Tweakwise that are related to actions visitors and customers undertook on your storefront.

For more details read the reference guide for the Analytics API 👉