Verisoul Docs
Search
K

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