Get Invite With Event
Invite Management
Get Invite With Event
Get invite details along with associated event information
GET
Get Invite With Event
This endpoint retrieves both invitation details and information about the associated event in a single call. It’s perfect for creating attendee-facing interfaces where you need to show both the invitation and event information.
What it does:
You must provide either
Efficiency note: This endpoint combines what would otherwise be two separate API calls (getting invite details and getting event details), making your application more efficient and providing a better user experience.
- Fetches an invitation and its associated event details in one request
- Can find the invitation using either a session ID or invite ID
- Returns comprehensive information about both the invitation and the event
- When building user-facing invitation portals
- For creating digital tickets that show event details
- When displaying “Your Invitations” screens in an app
- To get complete context about an invitation and its event
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
session_id | string | No | The unique session identifier |
invite_id | string | No | The unique invite identifier |
session_id or invite_id, but not necessarily both.
