In GoKart, each publisher operates within their own unique tenant. This tenant is a dedicated space that ensures your data and configurations are isolated and secure.
The tenant-specific URLs facilitate access to both the application and the API, providing a streamlined and organized approach to managing your integration with GoKart.
Web Application
Your Web App within the GoKart ecosystem is a powerful tool that enables you to manage your affiliate companies, monitor analytics, and perform a variety of administrative tasks.
To access the application for your specific tenant, use the following URL structure:
Replace
[YOUR_TENANT]with your actual tenant identifier. This URL directs you to the GoKart application, where you can manage your settings, view analytics, and perform other administrative tasks.Example: If your tenant identifier is brightwheels your Web Application URL is app.brightwheels.getgokart.ai
Web API Access
The GoKart SDK Web API allows you to integrate your website via Iframe, API or direct URL links to the GoKart Offer Wall.
For API interactions within your tenant, use the following URL structure:
Replace
[YOUR_TENANT]with your actual tenant identifier. This URL allows you to access the GoKart API, enabling you to integrate and automate various functionalities within your system.Example: If your tenant identifier is brightwheels your Web API URL is api.brightwheels.getgokart.ai
Interactive API Documentation
app.[YOUR_TENANT].getgokart.ai/swagger
API Request Route
app.[YOUR_TENANT].getgokart.ai/api/[API_VERSION]
Example: app.[YOUR_TENANT].getgokart.ai/api/v1
