- 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.
