API Base URL
Zuddl hosts APIs in multiple regions. Use the base URL for the region your Zuddl account is hosted in — an API key issued in one region is not valid in another. US region (default)To find your region, look at the domain you use to sign in to the Zuddl dashboard. If it contains
eu, use the EU base URL. Otherwise, use the US base URL. Learn more about the EU region.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 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.