Skip to content

Public RetailTune APIs documentation

This site contains the documentation of the public RetailTune APIs.

Public APIs Authorization

Every API call made client-side is authorized through the use of a public token. Public tokens are obtained from the RetailTune platform and are associated with a list of domains that are allowed to use them.

Querystring api key

The preferred way to pass the public token is through the querystring parameter "rt_api_key".

Warning

This method is available only for selected endpoints.

Example:

https://api.retailtune.com/storelocator/it?rt_api_key=<token>

Bearer token

In order to authorize your API call you have to include the header "Authorization".

Authorization: Bearer <token>