Create a Candidate via Form

This creates new candidate via form

POST {{baseurl}}/v2/api/addresses/candidates

Headers

Name
Type
Description

token*

String

API secret token

Request Body

Name
Type
Description

firstName*

String

first name of candidate

middleName

String

middle name of candidate

lastName*

String

last name of candidate

mobile*

String

mobile of candidate

dateOfBirth

String

date of birth of candidate

email

String

email of candidate

image*

String

candidate image URL

{
    "firstName": "Famous",
    "middleName": "Prior",
    "lastName": "Ehichioya",
    "mobile": "08036xxxxxx",
    "dateOfBirth": "2000-01-01",
    "email": "[email protected]",
    "image": "https://cdn.youverify.co/1655466566309-lLSfNTlhElMTtbXW-QE-q.jpg"
}

Last updated

Was this helpful?