> ## Documentation Index
> Fetch the complete documentation index at: https://docs-embeddedfinance.embedly.ng/llms.txt
> Use this file to discover all available pages before exploring further.

# Verify Director Details

> This endpoint enables you to verify a business director.

# Verify Director

<ParamField body="businessId" type="string" required>
  **Example:** "business\_123456"
</ParamField>

<ParamField body="firstName" type="string" required>
  **Example:** `John`
</ParamField>

<ParamField body="lastName" type="string" required>
  **Example:** `mark`
</ParamField>

<ParamField body="dob" type="string" required>
  date of birth in `YYYY-MM-DD` format. **Example:** `1998-01-01`
</ParamField>

<ParamField body="idNumber" type="string" required>
  **Example:** `12345678901`
</ParamField>

<ParamField body="idType" type="string" required>
  **Example:** `NIN` **Possible Values:** `Passport, DriverLicense, NIN, VotersCard`
</ParamField>

<ResponseExample>
  ```json theme={null}
  {
  	"id": "string",
  	"name": "string",
  	"isVerified": true,
  	"phone": "string",
  	"address": "string",
  	"state": "string",
  	"ownerId": "string",
  	"incorporated": true,
  	"employeeSize": 0,
  	"website": "string",
  	"lga": "string",
  	"street": "string",
  	"city": "string",
  	"type": "string",
  	"email": "string"
  }
  ```
</ResponseExample>
