Skip to main content
The SuperPlanner API is hosted per region to comply with data residency requirements. Use the base URL that matches your monday.com account region.
RegionBase URL
United Stateshttps://live1-service-7042312-f94c764b.us.monday.app
Europehttps://live1-service-7042312-f94c764b.eu.monday.app
Australiahttps://live1-service-7042312-f94c764b.au.monday.app
Israelhttps://live1-service-7042312-f94c764b.il.monday.app
Not sure which region your account is on? Go to monday.com → your avatar → AdministratorGeneralProfile. Your region is listed under “Your Data is stored in”.
All API paths are the same across regions. For example, to list resources in the EU region:
curl https://live1-service-7042312-f94c764b.eu.monday.app/api/public/v1/resource \
  -H "Authorization: Bearer YOUR_API_KEY"