Skip to main content
GET
Get Event With Stats
This endpoint retrieves detailed information about a specific event, including statistics about invitations. It’s perfect for building event dashboards and monitoring attendance. What it does:
  • Fetches complete information about a single event using its ID
  • Provides statistics about invitations (sent, accepted, pending, rejected)
  • Shows you the current status of your event and its attendance metrics
When to use it:
  • When building an event management dashboard
  • When you need to monitor invitation response rates
  • When checking how many people have accepted your invitations
  • Before an event to assess expected attendance

Path Parameters

Response

The API returns the event object with all its details, including invitation statistics:
The invite_stats field shows you:
  • How many invitations were sent total (total)
  • How many people have accepted your invitation (accepted)
  • How many haven’t responded yet (pending)
  • How many declined to attend (rejected)
This helps you gauge interest and plan accordingly for your event’s attendance.

Authorizations

x-api-key
string
header
required

API key authentication. Add your API key as the value of the 'x-api-key' header.

Path Parameters

event_id
string
required

Response

Successful Response

id
string
required
description
string
required
instructions
string
required
title
string
required
imageUrl
string
required
status
string
required
type
enum<string>
required
Available options:
fixed,
dated
location
EventLocation · object
required
is_deleted
boolean
required
invite_stats
InviteStats · object
required
start_timestamp
integer | null
end_timestamp
integer | null