Retrieves a list of subdivisions for country with specified code.

SecurityAPIKey
Request
query Parameters
countryCode
string or null^[A-Z]{2}$
Responses
200

Subdivisions retrieved.

204

No subdivisions found for country with specified code.

400

The parameters given in the request are invalid.

401

Unauthorized due to providing an invalid access key, or invalid pod.

403

You have no permissions to make this operation.

404

Country with specified code does not exist.

500

Requested operation cannot be performed.

503

Requested operation cannot be performed. Try again later.

get/country-subdivisions
Request samples
Response samples
application/json
[
  • {
    }
]