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.

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/TerritoryStandard (preferred)White-label (also works)
NSWhttps://nsw.api.formslive.com.auhttps://nsw.api.reiformslive.com.au
WAhttps://wa.api.formslive.com.auhttps://wa.api.reiformslive.com.au
NThttps://nt.api.formslive.com.auhttps://nt.api.reiformslive.com.au
ACThttps://act.api.formslive.com.auhttps://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/TerritoryStandard (preferred)White-label (also works)
NSWhttps://nsw.formslive.com.auhttps://nsw.reiformslive.com.au
WAhttps://wa.formslive.com.auhttps://wa.reiformslive.com.au
NThttps://nt.formslive.com.auhttps://nt.reiformslive.com.au
ACThttps://act.formslive.com.auhttps://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.