JavaScript
Verifications
Check verification
Checks the code against a verification.
POST
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the verification to check against.
Example:
"vfn_01jayh15c2f2xamftg0xpyq1nj"
Body
application/json
Parameters for checking a Verification code
The Verification code that was received.
Pattern:
^[0-9]{6}$Example:
"123456"