Skip to main content
POST
Voter's ID
The Voter’s ID endpoint validates a Permanent Voter’s Card (PVC) number against the INEC database and returns the voter’s registered personal details, registration area, and polling unit.

Endpoint

Request

Headers

Body Parameters

Example

Response

200 OK

400 Bad Request

401 Unauthorized

Authorizations

x-access-token
string
header
required

Your Adhere API secret key

Body

application/json
voters_id
string
required

Permanent Voter's Card number

Example:

"91F6B1F5BE295355586"

first_name
string
required

First name as on the voter's card

Example:

"John"

last_name
string
required

Last name as on the voter's card

Example:

"Doe"

date_of_birth
string
required

Date of birth in YYYY-MM-DD format

Example:

"1994-08-11"

lga
string
required

Local government area of registration

Example:

"Lagos"

state
string
required

State of registration

Example:

"Lagos"

Response

Voter's ID verified