This is an Identity verification service for the UK, It uses Electoral Roll, CreditLendersFull(CAIS, Insight), CCJ(Country Court Judgements), BT OSIS, Mortality.. The 2+2 Matching uses Name+Address and Name+DOB in various combination to reach a Pass or Fail.Documentation Index
Fetch the complete documentation index at: https://docs.dojah.io/llms.txt
Use this file to discover all available pages before exploring further.
Request
[GET]
Header
| Header | Type | Description |
|---|---|---|
| AppId | string | Create an app to get your app ID on dashboard here |
| Authorization | string | Private/secret key. Use <key> not Bearer <key> |
Query Parameter
| Parameter | Type | Description | Required |
|---|---|---|---|
| first_name * | string | required | |
| last_name * | string | required | |
| middle_name | string | ||
| date_of_birth * | string | required | |
| gender * | string | M,F | required |
| country * | string | GBR | required |
| street_name * | string | required | |
| house_number * | string | required | |
| post_code * | string | required |
Sample response
Response
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | object | Contains the eKYC verification result |
| entity.interpretResult | string | Overall verification outcome (“Pass” or “Fail”) |
| entity.message | string | Description of the matching process and sources used |
| entity.rawResponse | array | Detailed match results from each data source |
| entity.rawResponse[].AddressMatch | string | Address match result (e.g., “NoMatch”, “Full”, “Partial”) |
| entity.rawResponse[].DataSource | string | Name of the data source used for verification |
| entity.rawResponse[].DobMatch | string | Date of birth match result (e.g., “Full”, “Partial”, “NoMatch”) |
| entity.rawResponse[].FirstNameMatch | string | First name match result (e.g., “Full”, “Initial”, “NoMatch”) |
| entity.rawResponse[].SurnameMatch | string | Surname match result (e.g., “Full”, “Partial”, “NoMatch”) |
| entity.transactionResult | string | Transaction processing status (e.g., “Success”) |