White Label
In NSW, WA, NT and ACT, Forms Live is white-labelled as REI Forms Live. In those states and territories the reiformslive.com.au hostnames are accepted as aliases for the standard formslive.com.au endpoints, so requests to either domain reach the same API and behave identically.
The non-white-label formslive.com.au endpoints are the preferred and recommended choice. The white-label reiformslive.com.au endpoints are provided for compatibility and will also work in NSW, WA, NT and ACT — but new integrations should target the standard formslive.com.au endpoints.
White-Label API Endpoints
In the white-label states and territories, the following production API base URLs also work in addition to the standard endpoints:
| State/Territory | Standard (preferred) | White-label (also works) |
|---|---|---|
| NSW | https://nsw.api.formslive.com.au | https://nsw.api.reiformslive.com.au |
| WA | https://wa.api.formslive.com.au | https://wa.api.reiformslive.com.au |
| NT | https://nt.api.formslive.com.au | https://nt.api.reiformslive.com.au |
| ACT | https://act.api.formslive.com.au | https://act.api.reiformslive.com.au |
The two hostnames are interchangeable — the same request, credentials, and response apply to both:
curl https://nsw.api.formslive.com.au/forms/ \
--request GET \
--header "Authorization: Basic {your-production-credentials}"
White-Label UI Base URIs
For deep linking to the Forms Live user interface, the white-label states also accept the reiformslive.com.au UI base URIs:
| State/Territory | Standard (preferred) | White-label (also works) |
|---|---|---|
| NSW | https://nsw.formslive.com.au | https://nsw.reiformslive.com.au |
| WA | https://wa.formslive.com.au | https://wa.reiformslive.com.au |
| NT | https://nt.formslive.com.au | https://nt.reiformslive.com.au |
| ACT | https://act.formslive.com.au | https://act.reiformslive.com.au |
The white-label UI base URIs use the same deep-link format as the standard endpoints:
BASE_URI/?token=TOKEN#PATH
Supported States
White-label endpoints are only available in NSW, WA, NT and ACT. The remaining states — VIC, QLD, SA and TAS — use the standard formslive.com.au endpoints only and have no reiformslive.com.au equivalent.