Verisoul Docs
Search
⌃
K
Introduction
ZeroFake
Overview
Quickstart
Integration
Client SDK
Backend Integration
ZeroKYC
Overview
Quickstart
Integration
Localization
Age Estimation
Uniqueness SDK
Privacy and Security
Privacy Preservation
Security and Accuracy
Glossary
API
ZeroKYC API
Session Token
Blocklist
Accounts
ZeroFake API
Contact
Get in Touch
Powered By
GitBook
Blocklist
Add and remove accounts from the blocklist. If a user's account is blocked and they attempt to make a new account, you will see in the session response that they have linked blocked accounts.
All the methods shown below require an API key
Add an account to your blocklist
post
https://api.prod.verisoul.xyz
/block/{accountId}
Blocks an account
Remove a user from your blocklist
post
https://api.prod.verisoul.xyz
/unblock/{accountId}
Unblocks an account
Previous
Session Token
Next
Accounts
Last modified
3mo ago