# Address Reference Check

**Phone reference check**  
A phone reference check includes manually calling your candidate's supplied reference to answer a list of questions and the summary of the reference call is included in your Certn report. Certn has a standard list of questions or the customer can provide their own.

**Digital reference check**  
A digital reference check includes submitting employment reference questionnaires using our standard questions or allows you to supply a customized list of questions to verify the best applicant.

### Availability

This check is available in **Canada** :flag_ca: and the **US** :flag_us:

This check is available for a [**quickscreen**](/api/faq.md#what-is-a-quickscreen-and-how-do-i-use-it) :white_check_mark:

### Canada

| Industry             | Availability | Endpoints                                                                                                                                   |
| -------------------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------- |
| Human Resources      | No           | - Quickscreen ❌  
- Invite ❌                                                                                                            |
| Property Management  | Yes          | - [Quickscreen](\pages/-Mb83vFKzR1AeH-VfJKp#screen-an-applicant-instantly) ✅  
- [Invite](\pages/-Mb83vFKzR1AeH-VfJKp#invite-an-applicant) 📩  |

### US

| Industry            | Availability | Endpoints                                                                                                                                       |
| ------------------- | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| Human Resources     | No           | - Quickscreen ❌  
- Invite ❌                                                                                                                |
| Property Management | Yes          | - [Quickscreen](\pages/-Mb83vFKzR1AeH-VfJKp#screen-an-applicant-instantly) ✅  
- [Invite](\pages/-Mb83vFKzR1AeH-VfJKp#invite-an-applicant) 📩  |

### Parameters

#### Request flag

Include one of these flags in the body of your request:

Email: [`request_address_references`](/api/api-reference/resources/application-parameters/request-flags.md)

Phone: [`request_address_phone_references`](/api/api-reference/resources/application-parameters/request-flags.md)

#### 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](/api/api-reference/resources/application-parameters.md)

#### Quickscreen parameters

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

* [`information`](/api/api-reference/resources/application-parameters.md#information)  
  * `first_name`  
  * `last_name`  
  * [`addresses`](/api/api-reference/resources/application-parameters.md#address) (min 1)  
    * [`address_reference`](/api/api-reference/resources/application-parameters.md#reference)  
      * Email: [`email`](/api/api-reference/resources/application-parameters.md#email)  
        or  
      * Phone: [`phone_number`](/api/api-reference/resources/application-parameters.md#phonenumber)  
* [`position_or_property_location`](/api/api-reference/resources/application-parameters.md#specialization)

**Example request**

```python
{
    "email": "test@certn.co",
    "request_address_references": true,
    "request_address_phone_references": true,
    "address_questionaire_id": "a123b4cd-1a23-1a23-12a3-a123456b7890",
}
```

### Report

Report field: [`reference_result`](/api/api-reference/resources/report-field-mappings.md#employer-references)
