GET /api/v1/admin/states
Retrieve a list of states in alphabetical order. Optionally filter by country.
No authentication required.
Name | Type | Required | Description |
---|---|---|---|
country_id | integer | No | Filter by country ID |
{
"data": [
{<state resource>}, ...
]
}