Retrieve a list of all cities within a specified state and country
GET /countries/{countryId}/states/{stateId}/cities
GET
/countries/{countryId}/states/{stateId}/cities
Fetches and returns the details of all cities associated with a given countryId and stateId
Parameters
Path Parameters
countryId
required
number
stateId
required
number
Responses
200
Success
object
message
required
string
Success
success
required
boolean
data
required
object
statusCode
required
number
200