---
title: "Add Signer Consent Request to a Signature Request"
method: POST
path: "/signature_requests/{signatureRequestId}/consent_requests"
tags: ["Signer Consent Request"]
---

# Add Signer Consent Request to a Signature Request

`POST /signature_requests/{signatureRequestId}/consent_requests`

Adds a Signer Consent Request to a given Signature Request. This action is only permitted when the Signature Request is a draft or paused.

## Path parameters

- `signatureRequestId` string, uuid, required — The unique identifier for a resource.

## Request body

- CreateSignerConsentRequest
  - `type` 'checkbox' | 'text_to_copy', required — Type of the Signer Consent Request
  - `settings` CreateSignerConsentRequestSettings, required — Settings relative to Signer Consent Request's type
    - `text` string, safe-string, required — Text associated to the checkbox or the text_to_copy.\ This property is a [Safe String](https://developers.youtrust.com/reference/oas-specification#safe-string) allowing URL.
  - `optional` boolean, required — Define if the Signer Consent Request is optional for Signers
  - `signer_ids` string[], required — Ids of Signers to request a consent
  - `insert_after_id` string, uuid, nullable — Insert just after the position of the specified Signer Consent Request id
  - `document_id` string, uuid, nullable — Link the Signer Consent Request to a given Document by its id.

## Response `201`

Created

- SignerConsentRequest
  - `id` string, uuid, required — Unique identifier of the Consent Request.
  - `type` unknown, required
  - `optional` boolean, required — Indicates whether fulfilling this Consent Request is optional for completing the signature process.
  - `document_id` string, required — Identifier of the document associated with this Consent Request.

## Other responses

- `400` — Bad request
- `401` — Access unauthorized
- `403` — Access forbidden
- `404` — Resource not found
- `405` — This method is not allowed
- `415` — UnsupportedMediaType
- `429` — Too Many Requests, please try again later.
- `500` — Internal Server Error

---

[API](https://skmtc.net/yousign/apis/public-api-v3.md) · [All operations](https://skmtc.net/yousign/apis/public-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yousign/public-api-v3/revisions/8d258c0b45d6/schema)
