Deprixa Plus — API Reference · Locations
Endpoints for geographic data used in dynamic select dropdowns (country, state, city cascading selects).
| Method | URL | Description |
|---|---|---|
| GET | /api/v1/locations/countries | List all countries |
| POST | /api/v1/locations/countries | Create a country |
| GET | /api/v1/locations/states | List states (filter by country) |
| POST | /api/v1/locations/states | Create a state |
| GET | /api/v1/locations/cities | List cities (filter by state) |
| POST | /api/v1/locations/cities | Create a city |