VibeVO Public API
The VibeVO public REST API gives you programmatic access to your campaigns, creator posts, analytics, tracking links, content factories, and wallet. It is built for two audiences: integrations (BI dashboards, internal reporting, automation) and AI agents that need structured access to your VibeVO data.
The essentials in one sentence
Create an API key in your cabinet, send it in a header on every request, and call endpoints under the
/api/v1/public/ prefix on https://api.vibevo.io.Base URL
Every public endpoint lives under the shared prefix /api/v1/public/. Production host:
https://api.vibevo.io/api/v1/publicWho it is for
- Integrations. Pull campaign, post, and transaction metrics into your own dashboards and reporting systems.
- AI agents. Through the MCP server an agent (such as Claude) gets the same data as a set of tools β no hand-written code required.
What you can do
Available:
- List and detail of campaigns (for advertisers)
- Offer wall of available campaigns (for creators)
- Campaign posts, creators, and tracking links
- Campaign analytics
- Wallet balance and transaction (billing) history
- Content Factories β monitor accounts and posts
Getting started
- Create an API key and pick the scopes you need β Authentication.
- Read the endpoint reference β methods, paths, scopes, pagination, and response formats.
- For AI agents, connect the MCP server.
Was this article helpful?
Updated: July 11, 2026