Request an Individual Address Verification
This is used to request for an individual address verification
Note: Before you create an address verification you must have created a candidate (the information of the person to be verified). If you missed how to create a candidate click here.
Individual Address Request
POST
{{baseurl}}/v2/api/addresses/individual/request
Headers
Name | Type | Description |
---|---|---|
token* | String | API secret token |
Request Body
Name | Type | Description |
---|---|---|
candidateId* | String | candidate ID |
subjectConsent* | Boolean | Candidate consent. Must be |
description | String | Description or any information for the agent |
address* | Object | Candidate address object |
flatNumber | String | Address flat number |
buildingName | String | Address building name |
buildingNumber* | String | Address building number |
landmark* | String | Address landmark |
street* | String | Address street |
subStreet | String | Address sub street |
state* | String | Address state |
city* | String | Address city |
lga | String | Address local government |
metadata | Object | Metadata object. Any valid object can be passed here. It gets returned as is. |
Last updated