Last updated
© 2025 make.com
Last updated
The URL of the Make API consists of three parts:
for example:
Base URL is the core part of an API URL. API endpoint URLs are always relative to the base URL.
The {zone_url}/api/{version}
form the base URL of the Make API. For example, the URL https://eu1.make.com/api/v2
is a base URL for the Make API for organizations in the EU1 zone.
Zone URL The zone URL refers to the geological location of the region and environment of your Make organization. Typically, this URL is connected with the infrastructure region (for example, The United States or Europe) and the pricing plan your organization (the Enterprise pricing plans or others).
You can find out the base URL for your organization in the URL address bar of your Make organization dashboard:
Example Make zone URLs:
https://eu1.make.com/
https://eu2.make.com/
https://eu1.make.celonis.com/
https://us1.make.com/
https://us2.make.com/
https://us1.make.celonis.com/
Make sure to use the correct base URL when running API calls otherwise your API requests will fail.
API version
The version of the API. The Make API is currently the second version.
API endpoint
Each endpoint represents a resource you can work with. Endpoints may contain required or optional parameters. The resources are described in detail in .