v2
latestOpenAPI 3.1.02026-08-075421692.0 MBVerify
Check a verification code
Verify the code the user typed. Wrong, expired, and exhausted codes answer 200 with valid: false and the settled status — only an unknown id is a 404. A correct code consumes the verification (single-use, status: approved) and fires the verification.approved webhook; the 5th wrong attempt settles it as max_attempts_reached and fires verification.failed.
post/v1/verify/verifications/{verificationId}/check
Path parameters
verificationIdstring required
Request body
Response
Check result: the verification plus valid.