---
title: "Renew business verification URL"
method: POST
path: "/verify/renew_business_verification_url"
tags: ["KYB > Verification (Profile-Based)"]
---

# Renew business verification URL

`POST /verify/renew_business_verification_url`

Renew/extend the expiry time of a business verification session.
The new expiry time must be within 90 days from the current time.

## Request body

- RenewVerificationUrlRequest
  - `verification_session_id` string, required — The verification session ID to renew
  - `expires_at` integer, required — Unix timestamp in milliseconds for the new expiry time. Must be within 90 days from current time.

## Response `200`

Successful operation

- RenewVerificationUrlResponse
  - `verification_session_id` string — The verification session ID that was renewed
  - `expires_at` integer — The new expiry time as Unix timestamp in milliseconds

## Other responses

- `400` — Bad Request - Invalid input, session not found, or expires_at exceeds 90 days

---

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