Fetch an Address By Identity
Fetch a verified address for an Identity
POST
https://vapi.verifyme.ng/v1/verifications/addresses/marketplace
This endpoint returns a verified address for a given identity within a specified period.
Request Body
Name | Type | Description |
---|---|---|
maxAddressAge | string | minimum time range (in months) that the address must've been verified eg "6M" for 6 months , "2M" for 2 months |
lastname | string | Lastname |
firstname | string | Firstname |
idNumber | string | Identity Number |
idType | string | Identity Type ( FRSC or NIN ) |
Last updated