Validate Ghana Digital Addresses

Validate Ghana Unique Digital Addresses For All Locations Across Ghana

This API endpoint allows you to validate unique digital addresses for all locations across Ghana

Parameters

{{baseUrl}}/api/v1/gh/kyc/address/gps

Header

HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query Params

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

Response Sample

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