States
Read on populating states enabled for you
The States API provides a list of all states of the countries enabled for you.
Get states in a country
GET /countries/{{countryCode}}/states
GET /countries/{{countryCode}}/states
Name
Required
Type
Description
countryCode
Yes
String
Two char ISO code of the country
Get states by code
GET /countries/{{countryCode}}/states
/{{stateCode}}
GET /countries/{{countryCode}}/states
/{{stateCode}}Name
Required
Type
Description
countryCode
Yes
String
Two char ISO code of the country
stateCode
Yes
String
State code
Last updated