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.

API Base URL

Live server URL
https://api.zuddl.com/

API key

An API key is a token that you provide when making API calls. You must provide your API key in a header parameter called Authorization. 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

MetricsValue
Request/second10
Burst (no. of concurrect calls allowed)100 requests
Total quota10000requests/day