---
title: "Activate a verification session by generating a fresh provider connect URL. Called when the user clicks \"Connect Bank Account\" on the consent page."
method: POST
path: "/api/v1/account-verification/{token}/activate"
tags: ["Account Information"]
---

# Activate a verification session by generating a fresh provider connect URL. Called when the user clicks "Connect Bank Account" on the consent page.

`POST /api/v1/account-verification/{token}/activate`

Activate a verification session by generating a fresh provider connect URL. Called when the user clicks "Connect Bank Account" on the consent page.

## Path parameters

- `token` string, required — The secure verification token from the verification link URL (64-char hex)

## Response `200`

Success

- AccountInformationActivateVerificationResponse
  - `success` boolean, required — Indicates if the request was successful
  - `data` object, required
    - `connect_url` string, required — Fresh provider connect URL for the iframe

## Other responses

- `404` — Not Found
- `410` — Response

---

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