Attendee Portal API

Attendee self-service endpoints

Overview

The Attendee Portal API provides endpoints for attendees to access their event information, update their profiles, and manage their tickets. This API uses magic link authentication instead of traditional API keys.

Authentication Note: Most attendee portal endpoints require a bearer token obtained from the magic link verification process, not your API key.

Endpoints

Get attendee profile

GET
/attendee/profile

Get the authenticated attendee's profile information and event details.

Example request

curl -X GET "https://eventnerds.com/api/developer/v1/attendee/profile" \
  -H "Authorization: Bearer ATTENDEE_TOKEN"

Update attendee profile

PATCH
/attendee/profile

Update the authenticated attendee's profile. Only certain fields can be updated by attendees.

Note: Attendees can only update limited fields such as name, phone, and dietary preferences. Email and ticket information cannot be changed through this endpoint.

Get attendee tickets

GET
/attendee/tickets

Get all tickets and orders for the authenticated attendee, including QR codes for check-in.

Ready to get started?

Create your free EventNerds account and start building amazing events today. No credit card required.

Built by EventNerdsStrategic Nerds

The API-first event engine for developers who mean business