Serious partners do not live in dashboards. Pull your statistics into spreadsheets, BI tools and AI assistants over a REST API and an MCP server. Shipping with the new partner portal; existing partners can request early access.
Token-authenticated JSON endpoints for everything you see in the dashboard: clicks, sign-ups, first-time depositors, commission accruals and payout history. Filter by date range, campaign and market.
Connect Claude or any MCP-capable assistant directly to your partner data. Ask questions like "which campaign made the most per click last month" and get answers computed from your real statistics, read-only and scoped to your own account.
Server-to-server callbacks for the events media buyers optimize on: registration, first deposit and qualified player. Point them at your tracker and your campaigns learn from real conversions.
Monthly statements and raw statistics as CSV, ready for your accountant or your own database. What we pay is what the export shows.
Call the API from your own code, or add the MCP server to your AI assistant and let it query for you. Both use the same personal access token, created in the partner dashboard, and both are read-only.
Want in before the public release? Existing partners can write to affiliates@internovas.com with the subject "API early access".
{
"mcpServers": {
"internovas": {
"url": "https://api.internovas.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}
# commission by campaign, June 2026 curl "https://api.internovas.com/v1/stats?from=2026-06-01&to=2026-06-30&group=campaign" \ -H "Authorization: Bearer YOUR_TOKEN"
{
"period": { "from": "2026-06-01", "to": "2026-06-30" },
"currency": "EUR",
"rows": [
{ "campaign": "bonus-guide-2026",
"clicks": 8412, "ftd": 19,
"commission": 5610.00 },
{ "campaign": "yt-review-series",
"clicks": 6120, "ftd": 15,
"commission": 4270.00 }
]
}
Example requests from the API preview
The tracking platform, the partner dashboard and the API are built and run by our own engineering team, the same people who answer when something in your integration needs a second pair of eyes.
Integration questions go straight to engineering, not through a support script. If you are wiring up postbacks or the MCP server and something looks off, write to us and a developer replies.

Join the program first, then request an early-access token for the API and MCP server.