Getting started

With RecommerceIQ's API, you can extend and enhance the functionality of your workflows using RecommerceIQ's data. Utilizing the API unlocks a multitude of use cases, including:

Our API is constantly evolving. Follow us on LinkedIn here to stay updated on all our latest developments.

Prerequisites

Before using the API, be sure to request a personal access token at this link (if you do not already have one). Generating such a token allows you to access (i.e., make requests to) the RecommerceIQ REST API upon successful authentication.

Operating on real data

By authenticating with a personal access token, note that you will be operating on real data in your RecommerceIQ account. This is also true when making requests via cURL or the Postman Collection.


Buyback API

Fetch configuration

Host https://dashboard.recommerceiq.com
Endpoint GET /api/buyback/configuration
Authentication Bearer <token>

The token is an api_key directly provided by the RecommerceIQ team |

Example