For the complete documentation index, see [llms.txt](https://docs.certn.co/api/llms.txt). This page is also available as [Markdown](https://docs.certn.co/api/guides/checks/softcheck.md).

Softcheck is a search of thousands of international data sources for identification of potential illegal behavior, criminal activity, incidents of fraud, regulatory violations and negative media information. This service also includes searches of country sanction lists, exposed persons lists, sex offender registries, terrorist registries and most wanted lists from around the globe.

### Availability

This check is available in **Canada** 🇨🇦  
This check is available for a [**quickscreen**](https://docs.certn.co/api/faq#what-is-a-quickscreen-and-how-do-i-use-it)✅

| Industry            | Availability          | Endpoints                                                                                   |
|---------------------|-----------------------|--------------------------------------------------------------------------------------------|
| Human Resources      | Yes                   | - [Quickscreen](https://docs.certn.co/api/api-reference/hr#screen-an-applicant-instantly)✅  
|                     |                       | - [Invite](https://docs.certn.co/api/api-reference/hr#invite-an-applicant)📩                  
| Property Management   | Yes                   | - [Quickscreen](https://docs.certn.co/api/api-reference/pm#screen-an-applicant-instantly)✅  
|                     |                       | - [Invite](https://docs.certn.co/api/api-reference/pm#invite-an-applicant)📩

### Parameters

#### Request flag

Include this flag in the body of your request:

[`request_softcheck`](https://docs.certn.co/api/api-reference/resources/application-parameters/request-flags)

#### Invite parameters

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

- `email`

See all available [Application parameters](https://docs.certn.co/api/api-reference/resources/application-parameters)

#### Quickscreen parameters

To complete a quickscreen, include these parameters in the body of your request:

- [`information`](https://docs.certn.co/api/api-reference/resources/application-parameters#information)

- `first_name`

- `last_name`

- [`addresses`](https://docs.certn.co/api/api-reference/resources/application-parameters#address) (min 1)

- [`position_or_property_location`](https://docs.certn.co/api/api-reference/resources/application-parameters#specialization)

Make sure to obtain the [proof of consent](https://docs.certn.co/api/guides/use-the-api/consent) from your applicant **before** running the quickscreen.

#### Example request

```
{
    "request_softcheck": true,
    "information": {
        "first_name": "Andrew",
        "last_name": "McLeod",
        "addresses": [{
                "address": "1006 Fort St Unit 300",
                "city": "Victoria",
                "province_state": "BC",
                "country": "CA",
                "current": true
            }
        ],
    },
    "position_or_property_location": {
        "address": "2680 Blanshard St Unit 3",
        "city": "Victoria",
        "province_state": "BC",
        "country": "CA",
        "postal_code": "V8T5E1",
        "location_type": "Position Location"
    }
}
```

### Report

Report field: [`risk_result`](https://docs.certn.co/api/api-reference/resources/report-field-mappings#softcheck)

### Test data

Send Softcheck requests with the following data on our [demo environment](https://docs.certn.co/api/start/demo-account) to retrieve our pre-filled reports.

| First Name | Last Name   | Address | Result  |
|------------|-------------|---------|---------|
| Andrew     | McLeod      | Canadian| Random  |
| Sebastien  | Normandin   | Canadian| Random  |

When requesting a pre-filled report via Softcheck, you only need to enter the First Name and Last Name. Leave the other fields blank or add placeholder data.

Last updated 2 years ago
