Skip to main content
GET
Get attendee details

Authorizations

Authorization
string
header
required

Provide your API key secret in the Authorization header

Path Parameters

eventId
string
required

Unique identifier of the event

Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
registrationId
string
required

Unique identifier of the attendee

Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$

Response

Attendee registration retrieved successfully

kind
string
url
string<uri>
id
string<uuid>

Unique Identifier of the event registration for the attendee

Example:

"d5e31ba5-2d1e-4918-bb60-dd1514b4b397"

eventId
string<uuid>

Unique identifier of the event for the attendee

Example:

"d812a64f-8865-4289-9024-9a120792c3d8"

profile
object

Profile details of the attendee

customFieldsData
object[]

Custom fields in the registration form

disclaimers
object[]

List of disclaimers

Social media links of the attendee

ticketDetails
object

Ticket and other related details

qrCodeImgUrl
string

URL of the attendee's QR code image

Example:

"https://cdn.zuddl.com/qrcodes/atnd_12345abcde.png"

confirmationCode
string

Confirmation code for registration

Example:

"01U6K9"

status
enum<string>

Status of the attendee

Available options:
PENDING,
REJECTED,
REGISTERED,
APPROVED_NOT_REGISTERED,
INCOMPLETE,
ATTENDED_VIRTUALLY,
ATTENDED_IN_PERSON,
ATTENDED_BOTH,
NO_SHOW
Example:

"REGISTERED"

statusUpdatedAt
string<date-time>

Timestamp when the attendee’s status was updated

Example:

"2025-04-07T09:57:55.71874Z"

statusSource
enum<string>

Source of the attendee's status

Available options:
MANUAL_UPDATE,
SYSTEM_UPDATE
Example:

"MANUAL_UPDATE"

source
object

Registration source details

roles
enum<string>[]

Roles of this attendee

Roles of this attendee

Available options:
ATTENDEE,
ORGANIZER,
SPEAKER,
SPONSOR,
MODERATOR
Example:
unsubscribedNotificationDetails
object[]

List of unsubscribed notification categories

Example:
createdAt
string<date-time>

Creation timestamp

Example:

"2025-04-07T09:57:55.826749Z"

createdBy
string

User ID of the creator

Example:

"a412e3d2-e15e-4fe0-bf35-7fcfb235a4b2"

updatedAt
string<date-time>

Update timestamp

Example:

"2025-04-07T09:57:56.045946Z"