Build with the Liveday API.

Integrate events, ticketing, and venue management into your applications with our REST API.

example.js
response.json
const response = await fetch(
'https://api.liveday.se/v1/events',
{
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json',
},
}
)

Getting started

Getting started

Learn how to set up your API credentials and make your first request.

Authentication

Understand how to authenticate your API requests using API keys and tokens.

Events

Create, read, update, and manage events through the API.

Webhooks

Receive real-time notifications when things happen in your account.