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
| Status | Meaning |
|---|---|
422 | The request failed validation — the response names the fields |
500 | Unexpected server error |
Individual endpoints may return more; each page lists its own.
Endpoints
GET — Get the states/regions for the given country_code as {label, value} pairs, ordered by name.
GET — Get the cities for the given country_code and state_code as {label, value} pairs, ordered by name.
POST — Clear the forever-cached country / state / city reference lists so the next lookup rebuilds them.
Updated 15 days ago
