Verification SDK
List, approve, deny verifications from client-side code. User must be authenticated first.Methods
List
Get
Approve
Deny
Verify OTP
Resend
Cancel
Subscribe to new verifications
Polls for pending verifications. Returns an unsubscribe function.Statuses
| Status | Meaning |
|---|---|
pending | Waiting |
verified | Approved |
denied | Denied |
expired | Timed out |
failed | Max attempts |
cancelled | Cancelled |
Notes
- User must authenticate through Scute before calling any method
- Auth headers are handled automatically by the SDK
- Users only see verifications sent to them
- Works in browser, Electron, React Native — anywhere
@scute/js-coreruns