Get States
GET
/public/v1/configuration/states
Query Parameters
Key | Type | Required | Rule | Description |
---|---|---|---|---|
country_code | string | Mandatory | iso2 | the country code of states |
Expected HTTP status code
- 200
Response
Name | Type | Description |
---|---|---|
[] | array | states |
[].name | string | the name of state |
[].isoCode | string | the iso code of state |
[].countryCode | string | the country code of state |
[].translation | map | the translation of state |
Error
Code | Type | Description |
---|