Verify Address
Verify an entity's address by proximity
The verify address endpoint (/business/verify-address
) enables you to verify the address of an entity via coordinates (longitude and latitude).
An entity in this case would typically refer to a user but can represent anything else you want to verify the address of.
The verification works by calculating the proximity between a given address and a latitude and longitude. The address is verified if the address and the coordinate point match and the differences in distance between the two points falls within a reasonable margin of error.
Endpoint
Requires the api_key
as a query parameter and the following fields in the request body:
latitude
- The latitude of the location (should be between -90 and 90)longitude
- The longitude of the location (should be between -180 and 180)state
- Location statelga
- Location LGAstreet
- Complete address line of the location
Example request
Response
Status: 200 OK
Body:
Response status codes
Last updated