City List
GET/v2/disbursement/city-list
This endpoint will return the list of available city code along with it’s name. The city name will be in Indonesian.
Responses
- 200
- 401
Return an object of all cities with format [city code][city name].
- application/json; charset=UTF-8
- Schema
- Example (from schema)
- Example
Schema
property name* string
{}
{
"102": "Kab. Bekasi",
"103": "Kab. Purwakarta",
"106": "Kab. Karawang",
"108": "Kab. Bogor",
"109": "Kab. Sukabumi",
"110": "Kab. Cianjur",
"111": "Kab. Bandung",
"112": "Kab. Sumedang",
"113": "Kab. Tasikmalaya",
"114": "Kab. Garut",
"115": "Kab. Ciamis",
"116": "Kab. Cirebon",
"117": "Kab. Kuningan",
"118": "Kab. Indramayu",
"119": "Kab. Majalengka"
}
Sample response when Your Flip api secret key value for Authorization is missing or invalid
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
name string
message string
status integer
{
"name": "Unauthorized",
"message": "Your request was made with invalid credentials.",
"status": 401
}
Loading...