Key Differences
- The
POST /v2/verification/check
endpoint doesn’t require a Verification ID. As a result you don’t need to keep track of the verification ID returned by thePOST /v2/verification/create
endpoint reducing the overall complexity. - The
POST /v1/authentication/feedback
endpoint has now been moved to the Watch API. - Authentication is now done via an
Authorization
header and a Bearer token instead of anX-API-Key
header, and you no longer need to provide aCUSTOMER_UUID
header field.