## Base URL

```
https://app.dyflexis.com/{systemName}
```

Replace `{systemName}` with the tenant identifier of the
customer you are integrating with, the customer provides this
value to you when they connect your integration (see the
[`systemName` server variable](#section/Servers) below for
details on where to find it). Every server URL in this
specification (and any new environment added in the future)
starts with this base; new environments extend it with
additional path segments rather than introducing a different
host. This is enforced by the `rule/server-url-base` lint
assertion in `redocly.yaml`. Each version has its own URL
prefix under that base:

| Version | Prefix | Status |
|  --- | --- | --- |
| v3 | `/api/<resource>/v3/...` | Latest production, preferred for new integrations |
| api2 (v2) | `/api2/...` | Stable production, use when no v3 equivalent exists |
| v0 | `/api/v0/...` | Legacy, one endpoint kept for existing Business Intelligence consumers |