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:
Bearer token
In order to authorize your API call you have to include the header "Authorization".