curl --request GET \
--url https://api.zuddl.com/v1/events/{eventId}/attendees \
--header 'Authorization: <api-key>'{
"pagination": {
"next": "/{apiEndpoint}?page=3",
"current": "/{apiEndpoint}?page=2",
"previous": "/{apiEndpoint}?page=1"
},
"data": [
{
"kind": "<string>",
"url": "<string>",
"id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
"eventId": "d812a64f-8865-4289-9024-9a120792c3d8",
"profile": {
"firstName": "Jane",
"lastName": "Smith",
"email": "[email protected]",
"company": "Zuddl",
"designation": "Senior Software Engineer",
"bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
"headline": "Cloud Architecture Expert | Tech Speaker",
"industry": "Information Technology",
"country": "United States",
"phoneNumber": "+1-2125551234",
"profilePictureUrl": "https://cdn.zuddl.com/attendees/atnd_12345abcde/profile.jpg"
},
"customFieldsData": [
{
"fieldSlug": "city1",
"value": "New York City"
}
],
"disclaimers": [
{
"text": "<p>I agree to the terms and conditions</p>",
"consentGiven": true
}
],
"socialLinks": {
"linkedin": "https://www.linkedin.com/company/zuddl",
"twitter": "https://x.com/wearezuddl",
"instagram": "https://www.instagram.com/wearezuddl",
"facebook": "https://facebook.com/zuddl",
"website": "https://www.zuddl.com"
},
"ticketDetails": {
"ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
"ticketName": "VIP Pass",
"promoCode": "SPRING2025",
"addOns": [
{
"id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
"name": "Advanced Workshop",
"sessions": [
{
"id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
"name": "Session name"
}
]
}
]
},
"qrCodeImgUrl": "https://cdn.zuddl.com/qrcodes/atnd_12345abcde.png",
"confirmationCode": "01U6K9",
"status": "REGISTERED",
"statusUpdatedAt": "2025-04-07T09:57:55.71874Z",
"statusSource": "MANUAL_UPDATE",
"source": {
"type": "ZUDDL_API",
"referrer": "https://site.zuddl.com/landing-page",
"utmParams": {
"id": "123456",
"source": "newsletter",
"medium": "email",
"campaign": "march_promo",
"term": "newsletter",
"content": "newsletter"
},
"metadata": {
"key": "value"
}
},
"roles": [
"ATTENDEE",
"SPEAKER"
],
"unsubscribedNotificationDetails": [
{
"unsubscribeReason": "unsubscribeReasonExample",
"categoryName": "PROMOTIONAL"
}
],
"createdAt": "2025-04-07T09:57:55.826749Z",
"createdBy": "a412e3d2-e15e-4fe0-bf35-7fcfb235a4b2",
"updatedAt": "2025-04-07T09:57:56.045946Z"
}
]
}Use this endpoint to retrieve the details of all attendees added to a particular event type in your Zuddl organization. You can use query parameters such as filter, pagination, or sort to customize the response
Required API key scopes: READ
This API can only be called with an access key that was generated for Backend usage.
curl --request GET \
--url https://api.zuddl.com/v1/events/{eventId}/attendees \
--header 'Authorization: <api-key>'{
"pagination": {
"next": "/{apiEndpoint}?page=3",
"current": "/{apiEndpoint}?page=2",
"previous": "/{apiEndpoint}?page=1"
},
"data": [
{
"kind": "<string>",
"url": "<string>",
"id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
"eventId": "d812a64f-8865-4289-9024-9a120792c3d8",
"profile": {
"firstName": "Jane",
"lastName": "Smith",
"email": "[email protected]",
"company": "Zuddl",
"designation": "Senior Software Engineer",
"bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
"headline": "Cloud Architecture Expert | Tech Speaker",
"industry": "Information Technology",
"country": "United States",
"phoneNumber": "+1-2125551234",
"profilePictureUrl": "https://cdn.zuddl.com/attendees/atnd_12345abcde/profile.jpg"
},
"customFieldsData": [
{
"fieldSlug": "city1",
"value": "New York City"
}
],
"disclaimers": [
{
"text": "<p>I agree to the terms and conditions</p>",
"consentGiven": true
}
],
"socialLinks": {
"linkedin": "https://www.linkedin.com/company/zuddl",
"twitter": "https://x.com/wearezuddl",
"instagram": "https://www.instagram.com/wearezuddl",
"facebook": "https://facebook.com/zuddl",
"website": "https://www.zuddl.com"
},
"ticketDetails": {
"ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
"ticketName": "VIP Pass",
"promoCode": "SPRING2025",
"addOns": [
{
"id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
"name": "Advanced Workshop",
"sessions": [
{
"id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
"name": "Session name"
}
]
}
]
},
"qrCodeImgUrl": "https://cdn.zuddl.com/qrcodes/atnd_12345abcde.png",
"confirmationCode": "01U6K9",
"status": "REGISTERED",
"statusUpdatedAt": "2025-04-07T09:57:55.71874Z",
"statusSource": "MANUAL_UPDATE",
"source": {
"type": "ZUDDL_API",
"referrer": "https://site.zuddl.com/landing-page",
"utmParams": {
"id": "123456",
"source": "newsletter",
"medium": "email",
"campaign": "march_promo",
"term": "newsletter",
"content": "newsletter"
},
"metadata": {
"key": "value"
}
},
"roles": [
"ATTENDEE",
"SPEAKER"
],
"unsubscribedNotificationDetails": [
{
"unsubscribeReason": "unsubscribeReasonExample",
"categoryName": "PROMOTIONAL"
}
],
"createdAt": "2025-04-07T09:57:55.826749Z",
"createdBy": "a412e3d2-e15e-4fe0-bf35-7fcfb235a4b2",
"updatedAt": "2025-04-07T09:57:56.045946Z"
}
]
}Provide your API key secret in the Authorization header
Unique identifier of the event
Filter query in format:
Available filters:
Sort query in format:
The following fields are sortable:
Page number (default: 1)
Page size (default: 10, max: 50)
List of attendees retrieved successfully
Show child attributes
URI of the next page. Also indicates the presence of a next page.
"/{apiEndpoint}?page=3"
URI of the current page.
"/{apiEndpoint}?page=2"
URI of the previous page. Also indicates the presence of a previous page.
"/{apiEndpoint}?page=1"
Show child attributes
Unique Identifier of the event registration for the attendee
"d5e31ba5-2d1e-4918-bb60-dd1514b4b397"
Unique identifier of the event for the attendee
"d812a64f-8865-4289-9024-9a120792c3d8"
Profile details of the attendee
Show child attributes
First name of the attendee
"Jane"
Last name of the attendee
"Smith"
Email address of the attendee
Company name of the attendee
"Zuddl"
Title or designation of the attendee
"Senior Software Engineer"
Short biography of the attendee.
"Jane is a senior engineer with over 10 years of experience in cloud architecture."
Professional headline of the attendee
"Cloud Architecture Expert | Tech Speaker"
Industry of the attendee’s company
"Information Technology"
Country of the attendee
"United States"
Phone number of the attendee
"+1-2125551234"
URL to the attendee’s profile picture
"https://cdn.zuddl.com/attendees/atnd_12345abcde/profile.jpg"
Social media links of the attendee
Show child attributes
Attendee’s LinkedIn profile URL
"https://www.linkedin.com/company/zuddl"
Attendee’s Twitter profile URL
"https://x.com/wearezuddl"
Attendee’s GitHub profile URL
"https://www.instagram.com/wearezuddl"
Attendee’s Facebook profile URL
"https://facebook.com/zuddl"
Attendee’s personal website URL
"https://www.zuddl.com"
Ticket and other related details
Show child attributes
Unique identifier of the ticket type created on Zuddl
"f6b8cf1f-64e5-4801-935c-f6398bb111cd"
Ticket name
"VIP Pass"
Promo code
"SPRING2025"
List of add-ons purchased for the ticket
Show child attributes
Unique identifier of an add-on
"67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a"
Name of the add-on
"Advanced Workshop"
URL of the attendee's QR code image
"https://cdn.zuddl.com/qrcodes/atnd_12345abcde.png"
Confirmation code for registration
"01U6K9"
Status of the attendee
PENDING, REJECTED, REGISTERED, APPROVED_NOT_REGISTERED, INCOMPLETE, ATTENDED_VIRTUALLY, ATTENDED_IN_PERSON, ATTENDED_BOTH, NO_SHOW "REGISTERED"
Timestamp when the attendee’s status was updated
"2025-04-07T09:57:55.71874Z"
Source of the attendee's status
MANUAL_UPDATE, SYSTEM_UPDATE "MANUAL_UPDATE"
Registration source details
Show child attributes
Type of registration source
ATTENDEE_SIDE, ORGANIZER_SIDE, INTEGRATION, LEAD_CAPTURE, ZUDDL_API, UNKNOWN "ZUDDL_API"
Referrer information
"https://site.zuddl.com/landing-page"
UTM parameters
Show child attributes
UTM id
"123456"
UTM source
"newsletter"
UTM medium
"email"
UTM campaign
"march_promo"
UTM term
"newsletter"
UTM content
"newsletter"
Metadata associated with the registration source
Show child attributes
IP address of the device used for registration
"192.168.1.100"
Type of device used for registration
IOS, ANDROID, WEB, DESKTOP, MOBILE, TABLET, UNKNOWN "DeviceType::MOBILE"
City of the IP address
"New York"
Country of the IP address
"USA"
ISO code of the country of the IP address
"US"
State or region of the IP address
"NY"
ISO code of the state or region of the IP address
"NY"
User-agent string used by the user for registration
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3"
Latitude of the IP address
"40.7128"
Longitude of the IP address
"-74.006"
Operating system type used by the device for registration
ANDROID, IOS, UNKNOWN "OsType::IOS"
Platform type used by the device for registration
WEB, APP "PlatformType::WEB"
{ "key": "value" }Roles of this attendee
Roles of this attendee
ATTENDEE, ORGANIZER, SPEAKER, SPONSOR, MODERATOR ["ATTENDEE", "SPEAKER"]List of unsubscribed notification categories
Show child attributes
[
{
"unsubscribeReason": "unsubscribeReasonExample",
"categoryName": "PROMOTIONAL"
}
]Creation timestamp
"2025-04-07T09:57:55.826749Z"
User ID of the creator
"a412e3d2-e15e-4fe0-bf35-7fcfb235a4b2"
Update timestamp
"2025-04-07T09:57:56.045946Z"
Was this page helpful?