Overview
BuildPass operates separate tenant environments in Australia and the United States. Each of your client’s BuildPass accounts is hosted in one of these regions. Use the appropriate region identifier to connect to each client’s tenant.Available regions
| Region | Region Code | Location |
|---|---|---|
| Australia (Default) | au1 or omitted | Sydney, Australia |
| United States | us1 | Ohio, United States |
Usage
Setting the region
To route your requests to a specific client’s region, include theX-BuildPass-Region-Id header in your API requests:
Default behavior
If theX-BuildPass-Region-Id header is:
- Not provided: Defaults to Australia (
au1) - Unrecognized value: Defaults to Australia (
au1)
How it works
Simply include theX-BuildPass-Region-Id header in your API requests to connect to your client’s tenant. Each client’s BuildPass account is hosted in either Australia or the United States—use the corresponding region code to access their data.