Basic Disclosure And Barring Service Check

A Basic Disclosure and Barring Service (DBS) Check is a United Kingdom (UK) criminal record check and can be obtained for a person living or working in England and Wales. The Basic DBS Check includes a digital identity verification service. Reported results will contain details of convictions and conditional cautions considered to be unspent under the terms of the Rehabilitation of Offenders Act 1974.

Availability

The check is available in the United Kingdom 🇬🇧

The check is not available for quickscreen. ❌

IndustryAvailabilityEndpoints

Human Resources

Yes

Property Management

No

Parameters

Request flag

Include this flag in the body of your request:

request_uk_basic_dbs_check

Invite parameters

To invite an applicant to complete a screen, include this parameter in the body of your request:

  • email

You also need to provide the employment sector to indicate the purpose of the check and the position. Use the following fields:

  • employment_sector

  • role_or_position_title

Applicants must go through identity verification to complete a Basic DBS Check. Make sure to add an Enhanced Identity Verification before sending your request.

See all available Application parameters.

Example request

The following example contains fields for someone applying for employment.

{
     "request_uk_basic_dbs_check": true,
     "request_enhanced_identity_verification": true,
     "email": "example@certn.co",
     "employment_sector": "RETAIL",
     "role_or_position_title": "Accounting manager",
}

Report

Report field: uk_basic_dbs_check_result

Test data

Send Basic DS Check requests with the following sets of data on our demo environment to retrieve our pre-filled reports.

Clear results

First nameLast name

*(will accept any name)

*(will accept any name)

Records found

First nameLast name

*(will accept any name)

Notclear

Errors

400 Bad Request

‌You may receive a 400 Bad Request if:‌

  • A Basic DBS Check invite is sent without specifying employment_sector or role_or_position_title.

  • The employment_sector value is not a valid value from the list provided in the Invite parameters.

How to fix this issue

Add the appropriate fields with valid values before sending your request.

Last updated