Request

[GET]
{{baseUrl}}/api/v1/gh/kyc/address/gps
HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query parameter

KeyTypeDescription
addressstringThe Digital Address Number (AK-012-3456)required

Sample response

Response
{
  "entity": {
     "street_name": "Mercy Cl",
     "region": "Western",
     "district": "District Name",
     "community": "Kwaso Community",
     "postal_area": "Western",
     "post_code": "WS001",
     "location": "4.930449802346897,-1.736600565930667"
  }
}