cURL
curl --request POST \ --url https://sandbox.finhub.cloud/api/v2.1/fincard/virtual/common/mobileAreaCode \ --header 'Content-Type: application/json' \ --header 'X-Forwarded-From: <x-forwarded-from>' \ --data '"<string>"'
{ "success": true, "code": 123, "msg": "<string>", "data": [ { "code": "+1", "name": "Canada", "areaCode": "CA", "language": "<string>", "enableGlobalTransfer": true } ] }
Get list of mobile country codes with region information
User agent
Forwarded for
Client application identifier
"client-app"
Tenant ID
Device ID
Platform
Empty request body
The body is of type string.
string
Successful response
Mobile code response
Success flag
Response code
Response message
Mobile code data
Show child attributes