post https://staging.eko.in/ekoapi/v3/tools/kyc/reverse-geocoding
Use this API to convert geolocation coordinates (latitude and longitude) into readable location information for verification purposes.
Response
You get the following key information in the data
object of the response:
Name | Data Type | Description |
---|---|---|
latitude | string | The latitude of the location coordinates as provided in the API call input. |
longitude | string | The longitude of the location coordinates as provided in the API call input. |
address | string | Physical address of the entered coordinates. |
city | string | Name of the city of the entered coordinates. |
state | string | Name of the state of the entered coordinates. |
statecode | string | State code of the entered coordinates. |
countrycode | string | Country code of the entered coordinates. |
pincode | string | PIN code information of the entered coordinates. |
score | number | Confidence score of the entered coordinates. |
status | string | Status of the entered coordinates. |