Bitmule LogoBitmule
Settings

Finding Your Base URL

Learn how to find and configure your Make API base URL based on your region

The base URL is the endpoint for accessing Make's API. Your base URL depends on your account's region.

Region-Specific Base URLs

Make offers different regions for data residency. Common base URLs include:

US Regions

https://us1.make.com
https://us2.make.com

EU Regions

https://eu1.make.com
https://eu2.make.com

Enterprise Domains

Some enterprise accounts might have custom domains like:

https://us1.make.celonis.com
https://eu1.make.celonis.com

How to Check Your Region

  1. Log in to your Make account
  2. Look at your browser's address bar
  3. Use exactly what you see there as your base URL. For example:
    • If you see https://us1.make.com, use that
    • If you see https://eu2.make.com, use that
    • If you see a custom domain like https://us1.make.celonis.com, use that

Important Notes

  • Your base URL is determined by your account's region
  • All API requests must use HTTPS
  • The region in your browser URL is your API region
  • Do not add any additional paths to the URL - just use the domain
  • Region numbers (1, 2, etc.) are significant - use exactly what you see in your browser

Verifying Your Base URL

To verify your base URL is correct:

  1. Enter it in the configuration settings
  2. Save the changes
  3. Bitmule will automatically validate the URL
  4. If the URL is incorrect, you'll see an error message

Next Steps

After finding your base URL:

  1. Go to the Configuration Settings page
  2. Click the pencil icon next to Base URL
  3. Enter your base URL (just the domain, no additional paths)
  4. Click the check mark to save

On this page