v1
latestOpenAPI 3.0.02026-07-2468247202.3 KBKYC > Quick Start
Renew user verification URL
Renew/extend the expiry time of a user verification session. The new expiry time must be within 90 days from the current time.
post/verify/renew_user_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
}