cURL
curl --request POST \ --url https://sandbox.finhub.cloud/api/v2.1/fincard/virtual/common/city \ --header 'Content-Type: application/json' \ --header 'X-Forwarded-From: <x-forwarded-from>' \ --data ' { "regionCode": "AU" } '
{ "success": true, "code": 123, "msg": "<string>", "data": [ { "code": "<string>", "name": "<string>", "country": "<string>" } ] }
Get list of cities by country/region code
User agent
Forwarded for
Client application identifier
"client-app"
Tenant ID
Device ID
Platform
City request with region code
City list request
Country/Region code ISO 3166-1 alpha-2
"AU"
Successful response
City response
Success flag
Response code
Response message
City data
Show child attributes