Get All Events
Event Management
Get All Events
Get all events, categorized by status
GET
Get All Events
This endpoint gives you a complete list of all events in your account, organized by their current status. It’s usually the first API you’ll call when building an event dashboard or management interface.
What it does:
To obtain an API key, please contact our support team.
Each event category contains an array of event objects. If there are no events in a particular category, an empty array is returned for that category.
- Returns all your events, sorted into categories (ongoing, upcoming, ended, archived)
- Provides complete details for each event including location, times, and settings
- Helps you track which events are active and which have concluded
- When building an event management dashboard
- When you need to display a list of events to users
- To monitor the status of all your events at once
Authentication
This endpoint requires authentication using an API key. Add the following header to your request:Response
The response contains a list of all events organized by their status (ongoing, ended, up_coming, archived). Each event includes its complete details including title, description, location, and timestamps.Example Request with cURL
Authorizations
API key authentication. Add your API key as the value of the 'x-api-key' header.
