---
title: "Re-send the screening link for a specific step"
method: POST
path: "/v2/screening/resend-step"
tags: ["Screening V2"]
---

# Re-send the screening link for a specific step

`POST /v2/screening/resend-step`

Re-send the screening link for a specific step to the applicant

## Request body

- V2ResendScreeningStepRequest
  - `screeningId` string
  - `skippedStepName` string
  - `options` V2ScreeningRequestOptions
    - `emailDisabled` boolean
    - `smsDisabled` boolean

## Response `200`

A successful response.

- V2ResendScreeningStepResponse
  - `message` string
  - `userId` string
  - `retryLink` 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)
