v1
latestOpenAPI 3.0.02026-07-2468247202.3 KBKYB > Verification (Profile-Based)
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.
post/verify/renew_business_verification_url
Request body
Example request
{
"verification_session_id": "550e8400-e29b-41d4-a716-446655440000",
"expires_at": 1234567890000
}Response
Successful operation
Example response
{
"verification_session_id": "550e8400-e29b-41d4-a716-446655440000",
"expires_at": 1234567890000
}