Build on the
Ovatic platform
Integrate Ovatic seamlessly with your own systems via our full REST API and OAuth 2.0 authentication. Power your website widget, data warehouse, CRM or BI dashboards with live Ovatic data.
GET https://api.ovatic.nl/v2/events
Authorization: Bearer eyJhbGciOiJSUzI1NiJ9...
Content-Type: application/json
// Response
{
"data": [
{
"id": "evt_01hx...",
"title": "Hamlet",
"date": "2025-06-14",
"available": 142
}
],
"meta": { "total": 24 }
} Developer-first platform
Built on modern standards. Fully documented. Production-ready.
REST API
Full REST API with OpenAPI 3.0 specification. Manage events, tickets, contacts and payments programmatically. All endpoints are fully documented with request and response examples.
- OpenAPI 3.0 spec
- JSON responses
- Pagination & filtering
- Rate limiting
- Sandbox environment
OAuth 2.0
Secure authentication via the industry-standard OAuth 2.0 protocol. Supports Authorization Code Flow, Client Credentials and PKCE for maximum security in every integration scenario.
- Authorization Code Flow
- Client Credentials
- PKCE support
- JWT tokens
- Scope-based permissions
We speak your language
Building a website widget, a custom frontend, a Databricks data warehouse, a BI connector or integrating with Salesforce Marketing Cloud? We've made all of these work and are happy to think along with you.
We know our data structure inside out — and that matters. At platforms like Salesforce MC or Databricks, every API call counts toward cost. We help you fetch data optimally: the right endpoints, the right filters, no unnecessary overhead.
Get in touchWhat you can build
From a simple event feed on your website to a fully automated data pipeline — the Ovatic API is designed for real-world integration challenges.
Website widget
Embed a live agenda widget on your own website. Pull upcoming events, available seats and ticket prices directly from Ovatic into your CMS or custom frontend.
Data warehouse sync
Push ticketing, CRM and planning data into your Databricks, Snowflake or SQL data warehouse for unified reporting and long-term trend analysis across all your systems.
CRM integration
Sync visitor profiles and ticket purchase history with Salesforce, HubSpot or your custom CRM. Keep your marketing lists up to date without manual exports.
Power BI dashboards
Connect Power BI directly to the Ovatic API to build real-time management dashboards for revenue, visitor numbers, occupancy rates and marketing performance.
Built with modern technology
Ovatic runs on a modern, scalable stack. We continuously invest in the latest technologies to keep your integration fast, secure and maintainable.
Angular
.NET Core
TypeScript
Up and running
in minutes
With our full documentation and examples you can integrate Ovatic into your own application quickly. API keys are available for all Ovatic customers directly from the WebApp — no waiting, no separate agreements.
Request an API key
Log in to the Ovatic WebApp and generate an API key from your account settings. Or contact us and we'll set it up together.
Authenticate
Use your API key as a Bearer token or follow the OAuth 2.0 Authorization Code flow for user-delegated access.
Build
Use our REST API to read events, tickets, contacts and planning data. Push updates back where needed. We're here if you get stuck.
// Fetch upcoming events from Ovatic
const ovatic = new OvaticClient({
apiKey: process.env.OVATIC_API_KEY
});
const events = await ovatic.events.list({
from: '2025-06-01',
to: '2025-06-30',
available: true
});
Ready-made integrations
Ovatic already works seamlessly with dozens of tools your organisation knows and uses.
Missing an integration?
Don't see your system? Our open API lets you connect virtually anything to Ovatic.
Ready to integrate?
Get in touch with our development team. We know the API inside out and are happy to help you build.