---
title: "Extend a consent"
method: POST
path: "/api/v1/provider-consents:extend"
tags: ["Connectivity v1.Provider Consent", "BETA"]
---

# Extend a consent

`POST /api/v1/provider-consents:extend`

Extend a consent that is eligible for reconfirmation (sessionExtendable attribute).

## Request body

- ProviderConsentExtendRequest — The request object.
  - `credentialsId` string, required — The provider consent credentialsId to extend

## Response `200`

The provider-consent was successfully extended and returned.

- Connectivity20v1Provider20Consent — unresolved $ref

## Other responses

- `400` — The provider-consent was not eligible for extension.
- `401` — The user could not be authenticated.
- `403` — You do not have the permission to access this.
- `404` — Provider-consent not found.

---

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