Request a Business Address Verification

This endpoint request business 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.

Company Address Request

POST {{baseurl}}/v2/api/addresses/business/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 true

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

business*

Object

Business object

name*

String

Business name

email*

String

Business email

mobile*

String

Business mobile

registrationNumber*

String

Business registrationNumber

metadata

Object

Metadata object. Any valid object can be passed here. It gets returned as is.

Last updated

Was this helpful?