Search for locations across provinces, cities, or districts.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://demo.boscod.com:4004/v1/address/search?keyword=BANGUNTAPAN&start=0&limit=10' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"total": 1,
"items": [
{
"id": "15587",
"propinsi": "DI YOGYAKARTA",
"kota": "BANTUL",
"kecamatan": "BANGUNTAPAN",
"kode_kota": "BTL",
"kodepos": "55198",
"lokasi": "BANTUL / BANGUNTAPAN"
}
]
}
Modified at 2025-03-04 04:04:54