Number Verification API

Check a one-time code

post
https://api.kongapj.com/verify/v1/verifications/{verificationId}

Path Parameters

verificationIdstringrequired

Identifier returned when the verification was started

Example:ver_01HZY8M4P7R2T5W9C3E1G6H0J8

Body

application/json

CheckVerificationRequest

codestringrequired

The one-time code the user received

Example:123456

Response

application/json

The verification result

Verification

channelstring

Allowed values:smsvoice

Example:sms

expires_atstring(date-time)

Example:2026-07-23T02:20:00Z

idstringrequired

Example:ver_01HZY8M4P7R2T5W9C3E1G6H0J8

statusstringrequired

Allowed values:pendingapproveddeniedexpired

Example:pending

tostringrequired

Example:+61400000000

post/verify/v1/verifications/{verificationId}

Body

{ "code": "123456" }
 
application/json