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 Service Types

Developing
GET
/ship/guest/service-type
Reference data - the shipping service types available to your company (e.g. Standard, Express, Same-day), for use in pkg.serviceType (or pkg.serviceTypeId if your company has custom per-company service types) when creating a shipment. id is null for the fixed built-in types.
Note: this endpoint is part of the general shipping request API, 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

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://apisv5.logestechs.com/api/ship/guest/service-type' \
--header 'X-API-Key: <api-key>'
Response Response Example
{}
Modified at 2026-08-23 14:00:25
Previous
List City Villages
Next
NoteMessage
Built with