Lookups

Public reference catalogs used by the signup wizard, partner provisioning, and any pre-login form that needs geographic or feature-option dropdowns.

Public reference catalogs used by the signup wizard, partner provisioning, and any pre-login form that needs geographic or feature-option dropdowns. No bearer token required — these routes sit inside the white-label public group.

Prerequisites

No authentication is required. Provide any query parameters or request data listed on the individual endpoint page.

Errors

StatusMeaning
422The request failed validation — the response names the fields
500Unexpected server error

Individual endpoints may return more; each page lists its own.

Endpoints

Get countries

GET — Get the full list of countries as {label, value} pairs, ordered by name.

Open →

Get states

GET — Get the states/regions for the given country_code as {label, value} pairs, ordered by name.

Open →

Get cities

GET — Get the cities for the given country_code and state_code as {label, value} pairs, ordered by name.

Open →

Refresh address cache (PUBLIC)

POST — Clear the forever-cached country / state / city reference lists so the next lookup rebuilds them.

Open →


Did this page help you?