curl --request GET \
--url https://api.zuddl.com/v1/events \
--header 'Authorization: <api-key>'{
"pagination": {
"next": "/{apiEndpoint}?page=3",
"current": "/{apiEndpoint}?page=2",
"previous": "/{apiEndpoint}?page=1"
},
"data": [
{
"kind": "<string>",
"url": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "Huddle with zuddl.",
"teamName": "General",
"description": "join us to learn more about zuddl.",
"identifier": "event-123",
"startDate": "2025-04-11T12:30:00Z",
"endDate": "2025-04-11T12:30:00Z",
"timezone": "UTC/IST",
"status": "UPCOMING/ONGOING",
"type": "WEBINAR/FIELD_EVENT/EVENT",
"eventFormat": "VIRTUAL/IN_PERSON/HYBRID",
"websiteUrl": "https://app.zuddl.com/org/event",
"parentEventId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"location": {
"venue": "<string>",
"address": {
"address": "<string>",
"addressLine2": "<string>",
"stateProvince": "<string>",
"postalCode": "<string>",
"country": "<string>"
},
"coordinates": {
"latitude": "24.4194509",
"longitude": "27.4194509"
},
"mapUrl": "https://www.google.com/maps/place/?q=place_id:ChIJ_Q8bfYdGXj4Rz1s_sFHJqcA"
},
"virtualEventUrl": "https://zuddl.com",
"createdAt": "2025-04-11T12:30:00Z",
"createdBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updatedAt": "2025-04-11T12:30:00Z",
"updatedBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tags": [
{
"id": "tag1",
"name": "Webinar",
"color": "#AAFFEE",
"categoryId": "category1",
"categoryName": "Event type",
"categoryColor": "#BBDDEE",
"lastAppliedAt": "2025-09-01T06:31:35.711971Z",
"usageCount": 2
},
{
"id": "tag2",
"name": "Field Event",
"color": "#BBFFEE"
}
]
}
]
}This endpoint returns the details of all events (all event types: webinar, field events, events) created by your Zuddl organization. You can use query parameters to filter and sort out the list, and pagination to show the list in an order.
Required API key scopes: READ
curl --request GET \
--url https://api.zuddl.com/v1/events \
--header 'Authorization: <api-key>'{
"pagination": {
"next": "/{apiEndpoint}?page=3",
"current": "/{apiEndpoint}?page=2",
"previous": "/{apiEndpoint}?page=1"
},
"data": [
{
"kind": "<string>",
"url": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "Huddle with zuddl.",
"teamName": "General",
"description": "join us to learn more about zuddl.",
"identifier": "event-123",
"startDate": "2025-04-11T12:30:00Z",
"endDate": "2025-04-11T12:30:00Z",
"timezone": "UTC/IST",
"status": "UPCOMING/ONGOING",
"type": "WEBINAR/FIELD_EVENT/EVENT",
"eventFormat": "VIRTUAL/IN_PERSON/HYBRID",
"websiteUrl": "https://app.zuddl.com/org/event",
"parentEventId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"location": {
"venue": "<string>",
"address": {
"address": "<string>",
"addressLine2": "<string>",
"stateProvince": "<string>",
"postalCode": "<string>",
"country": "<string>"
},
"coordinates": {
"latitude": "24.4194509",
"longitude": "27.4194509"
},
"mapUrl": "https://www.google.com/maps/place/?q=place_id:ChIJ_Q8bfYdGXj4Rz1s_sFHJqcA"
},
"virtualEventUrl": "https://zuddl.com",
"createdAt": "2025-04-11T12:30:00Z",
"createdBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updatedAt": "2025-04-11T12:30:00Z",
"updatedBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tags": [
{
"id": "tag1",
"name": "Webinar",
"color": "#AAFFEE",
"categoryId": "category1",
"categoryName": "Event type",
"categoryColor": "#BBDDEE",
"lastAppliedAt": "2025-09-01T06:31:35.711971Z",
"usageCount": 2
},
{
"id": "tag2",
"name": "Field Event",
"color": "#BBFFEE"
}
]
}
]
}Provide your API key secret in the Authorization header
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 events 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
ID of the event
ID of the organization
Name of the event
"Huddle with zuddl."
TeamName of the event
"General"
Description of the event
"join us to learn more about zuddl."
Identifier of the event
"event-123"
startDate of the event
"2025-04-11T12:30:00Z"
endDate of the event
"2025-04-11T12:30:00Z"
Timezone of the event
"UTC/IST"
Status of the event
UPCOMING, ONGOING, CANCELED, COMPLETED "UPCOMING/ONGOING"
Type of the event
EVENT, FIELD_EVENT, WEBINAR, THIRD_PARTY_EVENT "WEBINAR/FIELD_EVENT/EVENT"
Format of the event
VIRTUAL, IN_PERSON, HYBRID "VIRTUAL/IN_PERSON/HYBRID"
websiteUrl of the event
"https://app.zuddl.com/org/event"
parentEventId of the event
location of the event
Show child attributes
venue of the event
address of the event
Show child attributes
venue of the event
addressLine2 of the event
stateProvince of the event
postalCode of the event
country of the event
mapUrl of the event
"https://www.google.com/maps/place/?q=place_id:ChIJ_Q8bfYdGXj4Rz1s_sFHJqcA"
virtualEventUrl of the event
"https://zuddl.com"
createdAt of the event
"2025-04-11T12:30:00Z"
createdBy of the event
updatedAt of the event
"2025-04-11T12:30:00Z"
updatedBy of the event
Tags associated with the event
Show child attributes
Unique identifier for the tag
1"tag123"
Name of the tag
2 - 60"Marketing"
Tag's own color or inherited from category
Category ID if tag belongs to a category
Category name
Category color
Last time tag was applied
Number of times tag has been used
[
{
"id": "tag1",
"name": "Webinar",
"color": "#AAFFEE",
"categoryId": "category1",
"categoryName": "Event type",
"categoryColor": "#BBDDEE",
"lastAppliedAt": "2025-09-01T06:31:35.711971Z",
"usageCount": 2
},
{
"id": "tag2",
"name": "Field Event",
"color": "#BBFFEE"
}
]Was this page helpful?