GET https://api.bundeling.com/V2/events/:uuid Parameters Url Name Description Type uuidA unique identifier used to identify an event string
Includes Name Description Endpoint categoryRetrieves information about the category of the event EventCategories attending_usersRetrieves list of users who filled in attendance (yes or no) UserAttendsEvent attending_users.userRetrieves information about the user attending the event Users attending_users_allRetrieves list of users who filled in attendance (yes or no) UserAttendsEvent attending_users_all.userRetrieves information about the user attending the event Users attendsRetrieves if logged in user is attending the event UserAttendsEvent social_sharesRetrieves SocialSharing stats from event SocialSharing social_shares.userRetrieve information about the user of the social share of the event Users picturesRetrieves list of pictures related to the event EventPictures attendance_formRetrieves form related to the event Forms readRetrieves if logged in user has the event marked as read ReadStatus referencesRetrieves information about references linked to item ObjectHasReference references.objectRetrieves the object the reference is linked to ObjectHasReference filesRetrieve information about the Files attached to the event Files ticketsRetrieves any tickets related to the event. Only available with user authentication. QrCodes
Actions Name Description Resettable pushbroadcast_1_1Send push notification on notification date truepushnotification_client_module_event_pictures_1Push notification "Take an ACTION PHOTO via the app for an unforgettable event" send to all attendees at the start truepushnotification_client_module_event_pictures_2Extra action photo notification "Share event photos via the app. Go to the event and tap the photo icon." send to all attendees truepushnotification_1_1Reminder notification to all not attending users true
Example request Raw cURL JavaScript PHP Python Go Choose language
Headers Example response {
"uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
"author_uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
"headerimage": "eyJjbGllbnQiOjEwLCJwYXRoIjoiYnVsbGV0aW5fYm9hcmRfcGljdHVyZXNcLz...",
"title": "Bundeling Training",
"description": "Bundeling will be giving workshops...",
"language": null,
"category": "Festivals",
"category_uuid": "8e09c4749b234633a7319148aac8cb81",
"location": "Uden",
"date": "2026-08-10T12:00:00+0200",
"attendanceenddate": "2026-08-06T00:00:00+0200",
"enddate": "2026-08-10T18:00:00+0200",
"social_sharing": false,
"social_sharing_link": "",
"draft": false,
"publicationdate": "2026-07-27T00:00:00+0200",
"notificationdate": "2026-07-31T12:00:00+0200",
"reminder_not_attending_notification_date": "2026-08-02T12:00:00+0200",
"attending_email": "support@bundeling.com",
"attendance_enabled": true,
"hide_attendance_overview": false,
"attendance_advanced": true,
"actions": {
"pushbroadcast_1_1": {
"enabled": true,
"executed": false
},
"pushnotification_client_module_event_pictures_1": {
"enabled": true,
"executed": false
},
"pushnotification_client_module_event_pictures_2": {
"enabled": true,
"executed": false
},
"pushnotification_1_1": {
"enabled": true,
"executed": false
}
},
"attendance_limit": 0,
"attendance_guests": true,
"attendance_notes": true,
"external_reference": "123908",
"attending_users": [
"48b99d307f8746a8b126f76be5d1153e",
"603222387277473c997e1b0f92f45076"
],
"attendance_form_uuid": "d669b048d2084892b5a5232b78923227",
"visitor_count": 56,
"pictures": [
"eyJjbGllbnQiOjEwLCJwYXRoIjoiYnVsbGV0aW5fYm9hcmRfcGljdHVyZXNcLz..."
],
"labels": [
"d7743aaf53224e279853c7d0c1dbfb3a",
"d7743aaf53224e279853c7d0c1dbfb3a"
],
"combined_labels": {
"uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
"labels": [
"d7743aaf53224e279853c7d0c1dbfb3a",
"d7743aaf53224e279853c7d0c1dbfb3a"
]
},
"creationdate": "2026-04-03T00:00:00+0200",
"lastupdate": "2026-04-03T00:00:00+0200"
}