- 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.
Response
The API returns a response object containing the invite details and its associated event information:Authorizations
API key authentication. Add your API key as the value of the 'x-api-key' header.
