Nhất Tín LogisticsDevelopers
API ReferenceLocations

Provinces/Cities

Get the list of provinces and cities.

GET/v3/loc/provinces

Return the list of provinces/cities for the legacy or new location set.

Auth: Bearer access token

Query parameters

FieldTypeRequiredDescription
is_newnumberNoUse 1 for new units, 0 for legacy units. Default is 0.
curl --request GET \
--url "https://apisandbox.ntlogistics.vn/v3/loc/provinces?is_new=1" \
--header "Authorization: Bearer <access_token>"

Response

{
  "success": true,
  "data": [
    {
      "id": "11",
      "province_name": "Cao Bang",
      "is_new": "N"
    }
  ]
}

On this page