---
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

## Changes

- **2026-06-16** `b372e7d5563d` — 1 info
  - endpoint added
- **2025-11-02** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/banqzinc/apis/quidkey-api/changes/api/v1/account-verification/:token/activate/post.md)

---

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