---
title: "Send the screening link to the applicant"
method: POST
path: "/v2/screening/send"
tags: ["Screening V2"]
---

# Send the screening link to the applicant

`POST /v2/screening/send`

Send the screening link

## Request body

- V2SendScreeningRequest
  - `flowId` string
  - `email` string
  - `phone` string
  - `firstName` string
  - `lastName` string
  - `metadata` object
  - `options` V2ScreeningRequestOptions
    - `emailDisabled` boolean
    - `smsDisabled` boolean
  - `payer` 'PAYER_UNSPECIFIED' | 'PAYER_SELF' | 'PAYER_APPLICANT'

## Response `200`

A successful response.

- V2SendScreeningResponse
  - `message` string
  - `userId` string
  - `screeningId` string
  - `screeningLink` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/getcove/apis/proto-screening-v2-screening-proto.md) · [All operations](https://skmtc.net/getcove/apis/proto-screening-v2-screening-proto/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getcove/proto-screening-v2-screening-proto/versions/9d9f9d9f0188/schema)
