---
title: "Extend Consent"
method: POST
path: "/consents/{consentId}/extend"
tags: ["Consents"]
---

# Extend Consent

`POST /consents/{consentId}/extend`

Used to indicate to Yapily that reconfirmation has occurred for a given Consent, and to update lastUpdatedAt and reconfirmBy for that Consent. Returns the Consent.

## Path parameters

- `consentId` string, uuid, required

## Response `200`

Created

## Other responses

- `400` — Error Response. The supplied lastConfirmedAt date, Consent type, or Consent status is invalid.
- `default` — Error Response

---

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