Regions
When creating your Fingerprint workspace, you can choose the region in which your data will be stored. Pick the one that best suits your infrastructure, latency, and regulatory compliance requirements. Your data never leaves the chosen region. Once chosen, your workspace region cannot be changed. Fingerprint supports the following regions. The Global (US) region is used by default.| Region | Server location | Code identifier | Base API URL |
|---|---|---|---|
| Global (US) | Northern Virginia, USA | us (default, can be omitted) | https://api.fpjs.io |
| EU | Frankfurt, Germany | eu | https://eu.api.fpjs.io |
| Asia | Mumbai, India | ap | https://ap.api.fpjs.io |
Specifying region for the JavaScript agent
If you choose a non-default region (EU or Asia), you need to specify it when initializing the JavaScript agent. See the JavaScript agent Reference >region for more details.
Specifying region for the Server API
If you choose a non-default region (EU or Asia), you need to use a corresponding base API URL (eu.api.fpjs.io or ap.api.fpjs.io) when interacting with Fingerprint Server API. See the Server API Reference for more details.