1. Addresses
  • Overview
  • Packages
    • Create Shipment
      POST
    • Generate AWB
      POST
    • Get Package Current Status
      GET
    • Get Package Status History
      GET
    • List Package Statuses
      GET
    • Cancel Package
      PUT
    • Return Package
      PUT
  • Webhooks
    • Package Status Webhook
  • Addresses
    • List Cities
      GET
    • List Regions
      GET
    • List Region Cities
      GET
    • List City Villages
      GET
    • List Service Types
      GET
  • Schemas
    • NoteMessage
    • AddressDto
    • CitiesTripsTimeSchedule
    • CreatingPackageDto
    • IntegrationPackageRequestDto
    • MainCitiesTripsTimeSchedule
    • PackageItemsToDeliver
    • PackageIdentifiersWrapper
    • LocalizedKeyData
    • PackageStatusResponse
    • City
    • GeofenceData
    • Package
  1. Addresses

List Region Cities

Developing
GET
/addresses/regions/{regionId}/cities
Reference data - the cities within a region. Use a city's id as the cityId when listing that city's villages.
Note: this endpoint is part of the general company address book, not the API-key integration surface. Authenticate with a company-id header instead of X-API-Key.

Request

Authorization
API Key
Add parameter in header
X-API-Key
Example:
X-API-Key: ********************
or
API Key
Add parameter in header
X-API-Key
Example:
X-API-Key: ********************
or
Path Params

Query Params

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://apisv5.logestechs.com/api/addresses/regions//cities?search=undefined' \
--header 'X-API-Key: <api-key>'
Response Response Example
{}
Modified at 2026-08-23 13:49:30
Previous
List Regions
Next
List City Villages
Built with