OpenAPI Specifications
OverviewDirect link to Overview
Rokt uses OpenAPI specifications for our public APIs. Available specifications can be visited with the links below. For questions regarding our documentation, please contact your Rokt account manager.
Query APIDirect link to query-api
The Rokt Query API is a comprehensive reporting API for querying your account and performance data. It provides flexible filtering, metrics selection, and date range specification for campaign performance data.
AuthenticationDirect link to Authentication
Rokt APIs leverage OAuth 2.0 for authentication. At a high-level, authentication requires the following steps:
- Get App ID and App Secret from One Platform (my.rokt.com)
- Exchange for access token via
POST https://api.rokt.com/auth/oauth2/token - Include Bearer token in all API requests
- Tokens expire after 1 hour
For detailed authentication instructions, see the Reporting API Authentication documentation.
SupportDirect link to Support
For questions about any of our APIs, contact your Rokt account manager or visit the Rokt Developer Portal.