LogoLogo
Sign InCertnCertn Help
Certn API v 1.0
Certn API v 1.0
  • Certn API v 1.0
  • Getting Started
    • Create a demo account
      • Send your first request
      • Retrieve the results
  • Guides
    • Manage your team
    • Use the API
      • Use an authorization header
      • Use webhooks
      • Get the applicant's consent
    • Run a check
      • Address Reference Check
      • Australia Right To Work Check
      • Basic Disclosure And Barring Service Check
      • Basic Disclosure Scotland Check
      • Canadian Criminal Record Check
      • Credential Verification
      • Credit Check
      • Education Verification
      • Employment Verification
      • Employment Reference Check
      • Enhanced Identity Verification
      • International Criminal Record Check
      • Motor Vehicle Record Check / Driver's Abstract
      • Social Media Check
      • Softcheck
      • SOQUIJ
      • UK Right To Work Check
      • US Criminal Record Check
    • Understanding statuses and scores
  • API Reference
    • General
    • Human Resources
      • Available checks
    • Property Management
      • Available checks
    • Resources
      • Application parameters
        • Request flags
      • Error codes
      • Regional codes
      • Report field mappings
  • FAQ
  • Changelogs
  • Contact us
Powered by GitBook
On this page
  1. Guides
  2. Run a check

Softcheck

PreviousSocial Media CheckNextSOQUIJ

Last updated 1 year ago

The Certn Group of companies includes Certn, Credence & InterCheck. For educational purposes, these companies are referred to as “Certn” in this website. For questions about any of the aforementioned companies, contact [email protected]. ©2023 Certn.

CtrlK
  • Availability
  • Parameters
  • Report
  • Test data

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 ✅

Industry
Availability
Endpoints

Human Resources

Yes

  • Quickscreen ✅

  • Invite 📩

Property Management

Yes

  • Quickscreen ✅

  • Invite 📩

Parameters

Request flag

Include this flag in the body of your request:

request_softcheck

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

Quickscreen parameters

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

  • information

    • first_name

    • last_name

    • addresses (min 1)

  • position_or_property_location

Make sure to obtain the proof of 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

Test data

Send Softcheck requests with the following data on our demo environment 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.