APIs & Integrations

JZhao
Participant

Does hubspot API support multi-region?

My application is running in AWS Sydney region and it calls Hubspot API to create companies and contacts. I am planning to deploy applications in UK which also needs to call the same Hubspot API. I wonder if the API support multi-region by default. Do I need to call different domain from different region?

0 Upvotes
1 Reply 1
Tariqqq
Member

Does hubspot API support multi-region?


@JZhao wrote:

My application is running in AWS Sydney region and it calls Hubspot API to create companies and contacts. I am planning to deploy applications in UK which also needs to call the same Hubspot API. I wonder if the API support multi-region by default. Do I need to call different domain from different region?


Yes, HubSpot's API supports multi-region access, allowing your applications in both the AWS Sydney region and the UK to interact seamlessly with HubSpot services. HubSpot has implemented a multi-region infrastructure to enhance performance and compliance across different geographical areas. This means you can use the same API endpoints globally without the need to adjust your application's configuration based on its deployment region.

To optimize API performance, HubSpot utilizes edge routing through services like Cloudflare. This setup ensures that API calls are efficiently directed to the appropriate data centers, reducing latency and improving response times. For example, a user in Sweden making an API call would have their request routed to the nearest data center, ensuring optimal performance.

0 Upvotes