Zuddl RESTful APIs let you interact with the Zuddl platform and take action for your event or webinar. They let you add attendees, get attendee details, get event details, and more. The API response is returned in JSON, which your systems can easily consume. The API parameters allow you to customize the response using filters, sorting, pagination, and other parameters. Parameter values should be percent-encoded (URL-encoded) to ensure correct transmission, especially if they contain special characters such as spaces, semi-colons, or slashes.Documentation Index
Fetch the complete documentation index at: https://docs.zuddl.com/llms.txt
Use this file to discover all available pages before exploring further.
API Base URL
Live server URLAPI key
An API key is a token that you provide when making API calls. You must provide your API key in a header parameter calledAuthorization. For example: Authorization: 123
You can access your API keys from the Settings > API Access Key on the dashboard home page. Learn how to access/generate your API key.
Rate limits
| Metrics | Value |
|---|---|
| Request/second | 10 |
| Burst (no. of concurrect calls allowed) | 100 requests |
| Total quota | 10000requests/day |