Reporting API Overview
The Rokt Reporting API enables clients to retrieve their performance data from the Rokt platform to build their own reports and dashboards. It's an HTTP-based API that can be used to programmatically query and integrate Rokt data into external business applications. The API works with any language that supports making HTTP requests with almost all requests passed to the https://api.rokt.com host URL.
To keep your data safe and secure, the Rokt Reporting API uses access tokens to authenticate requests. Access tokens allow Rokt to identify client apps, the type of data that each client app is accessing, and prevent malicious apps from accessing data that they do not have access to.
Authentication to the API is performed via OAuth 2.0 and to run a successful API call, you will need to use a Client ID and Secret to obtain an access token. API requests without authentication will fail and from the Rokt Reporting API, you will only be able to retrieve data from the accounts that your user credentials have access to.
Version
For early adopters using the Alpha Release version of the API, please make sure "rokt-version":"alpha-20200701"
is used in your API request header to minimize possible breaking change. If no "rokt-version" header is used, your endpoint request will always point to the "LATEST" version of ROKT public API.