Core

Get Countries

GET /location/countries

{
  "data": [
    {
      "id": 1,
      "name": "Indonesia",
      "code": "ID"
    }
  ]
}

Get Cities

GET /location/cities

Query Parameters

Name
Type
Description

country

String

Country code

{
  "data": [
    {
      "id": 1,
      "name": "KAB. SERANG"
    }
  ]
}

Last updated