Number Verification API

Start a verification (send a one-time code)

post
https://api.kongapj.com/verify/v1/verifications

Body

application/json

StartVerificationRequest

channelstring

Allowed values:smsvoice

Default:sms

Example:sms

tostringrequired

Destination MSISDN in E.164 format

Example:+61400000000

Response

application/json

Verification started, a code has been dispatched

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

Body

{ "channel": "sms", "to": "+61400000000" }
 
application/json