### API environments
The RippleNet Server API creates a dynamic `[domainPrefix]` that consists of `{tenant}.{environment}`.
**Note**: This example uses `aperture` as the tenant. Your tenant ID is different.
| Environment | Domaing Prefix | Domain | Base URL |
|  --- | --- | --- | --- |
| Test | `aperture.test` | `ripplexcurrent.com` | `https://aperture.test.ripplexcurrent.com` |
| UAT | `aperture.uat` | `ripplexcurrent.com` | `https://aperture.uat.ripplexcurrent.com` |
| Production | `aperture.prod` | `ripplexcurrent.com` | `https://aperture.prod.ripplexcurrent.com` |

