City and Country List
GET/v2/disbursement/city-country-list
This endpoint will return a combination from city and country list
Responses
- 200
- 401
Return an object of all countries with format [city/country code][city/country 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",
"100000": "Afghanistan",
"100002": "Albania",
"100003": "Algeria/Aljazair",
"100004": "America Samoa",
"100005": "Andorra",
"100006": "Angola",
"100007": "Anguilla",
"100008": "Antarctica",
"100009": "Antigua And Barbuda",
"100010": "Argentina",
"100011": "Armenia"
}
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...