Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -H "X-API-KEY: your_api_key" \ https://www.gomry.com/api/v1/events/AbCdEfGhIjKlMnOpQrSt/attendees/ticket_001
{ "data": { "id": "ticket_001", "status": "valid", "ticket_class_id": "prod_general", "ticket_class_name": "General Admission", "barcode": "GOMRY-A1B2C3", "first_name": "Jane", "last_name": "Doe", "email": "jane@example.com", "checked_in_at": null, "created_at": "2025-06-01T12:00:00.000Z", "updated_at": "2025-06-01T12:00:00.000Z" } }
Retrieve details of a single attendee
Show Attendee object